index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
core
/
mbox.c
Age
Commit message (
Expand
)
Author
2022-10-20
cxl/mbox: Add a check on input payload size
Jonathan Cameron
2022-07-10
tools/testing/cxl: Add partition support
Dan Williams
2022-07-10
cxl/debug: Move debugfs init to cxl_core_init()
Dan Williams
2022-07-09
cxl/mem: Convert partition-info to resources
Dan Williams
2022-06-28
cxl/mbox: Fix missing variable payload checks in cmd size validation
Vishal Verma
2022-04-28
cxl/mbox: fix logical vs bitwise typo
Dan Carpenter
2022-04-22
cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()
Alison Schofield
2022-04-22
cxl/mbox: Use type __u32 for mailbox payload sizes
Alison Schofield
2022-04-12
cxl/mbox: Use new return_code handling
Davidlohr Bueso
2022-04-12
cxl/mbox: Improve handling of mbox_cmd hw return codes
Davidlohr Bueso
2022-04-12
cxl/mbox: Drop mbox_mutex comment
Davidlohr Bueso
2022-04-12
cxl/mbox: Block immediate mode in SET_PARTITION_INFO command
Alison Schofield
2022-04-12
cxl/mbox: Move cxl_mem_command param to a local variable
Alison Schofield
2022-04-12
cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox param
Alison Schofield
2022-04-12
cxl/mbox: Remove dependency on cxl_mem_command for a debug msg
Alison Schofield
2022-04-12
cxl/mbox: Construct a users cxl_mbox_cmd in the validation path
Alison Schofield
2022-04-12
cxl/mbox: Move build of user mailbox cmd to a helper functions
Alison Schofield
2022-04-12
cxl/mbox: Move raw command warning to raw command validation
Alison Schofield
2022-04-12
cxl/mbox: Move cxl_mem_command construction to helper funcs
Alison Schofield
2021-11-15
cxl/core: Convert to EXPORT_SYMBOL_NS_GPL
Dan Williams
2021-11-15
cxl/memdev: Change cxl_mem to a more descriptive name
Ira Weiny
2021-11-15
cxl/mbox: Remove bad comment
Ira Weiny
2021-09-21
cxl/mbox: Move command definitions to common location
Dan Williams
2021-09-21
cxl/mbox: Add exclusive kernel command support
Dan Williams
2021-09-21
cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAP
Dan Williams
2021-09-21
cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the core
Dan Williams