index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
core
/
mbox.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
cxl/mbox: Restrict poison cmds to debugfs cxl_raw_allow_all
Alison Schofield
2023-04-23
1
-0
/
+6
*
|
cxl/mbox: Deprecate poison commands
Dan Williams
2023-04-22
1
-5
/
+0
|
/
*
Merge branch 'for-6.3/cxl-events' into cxl/next
Dan Williams
2023-02-17
1
-7
/
+7
|
\
|
*
cxl/trace: Standardize device information output
Ira Weiny
2023-02-16
1
-7
/
+7
*
|
Merge branch 'for-6.3/cxl' into cxl/next
Dan Williams
2023-02-11
1
-2
/
+7
|
\
\
|
*
|
cxl/uapi: Tag commands from cxl_query_cmd()
Ira Weiny
2023-02-11
1
-2
/
+7
*
|
|
Merge branch 'for-6.3/cxl-events' into cxl/next
Dan Williams
2023-02-07
1
-0
/
+226
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
cxl/pci: Set the device timestamp
Jonathan Cameron
2023-01-30
1
-0
/
+27
|
*
cxl/mbox: Add missing parameter to docs.
Jonathan Cameron
2023-01-30
1
-0
/
+1
|
*
cxl/mem: Trace Memory Module Event Record
Ira Weiny
2023-01-27
1
-0
/
+13
|
*
cxl/mem: Trace DRAM Event Record
Ira Weiny
2023-01-27
1
-0
/
+12
|
*
cxl/mem: Trace General Media Event Record
Ira Weiny
2023-01-27
1
-2
/
+27
|
*
cxl/mem: Read, trace, and clear events on driver load
Ira Weiny
2023-01-26
1
-0
/
+148
*
|
cxl/mbox: Fix Payload Length check for Get Log command
Robert Richter
2023-01-27
1
-3
/
+22
*
|
cxl/mbox: Add debug messages for enabled mailbox commands
Robert Richter
2023-01-27
1
-1
/
+2
|
/
*
cxl/security: Drop security command ioctl uapi
Dan Williams
2022-12-06
1
-17
/
+0
*
cxl/mbox: Add variable output size validation for internal commands
Dan Williams
2022-12-06
1
-9
/
+14
*
cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output size
Dan Williams
2022-12-06
1
-34
/
+52
*
cxl/pmem: Enforce keyctl ABI for PMEM security
Dan Williams
2022-12-03
1
-0
/
+10
*
cxl/pmem: Add "Passphrase Secure Erase" security command support
Dave Jiang
2022-12-01
1
-0
/
+1
*
cxl/pmem: Add "Unlock" security command support
Dave Jiang
2022-12-01
1
-0
/
+1
*
cxl/pmem: Add "Freeze Security State" security command support
Dave Jiang
2022-12-01
1
-0
/
+1
*
cxl/pmem: Add Disable Passphrase security command support
Dave Jiang
2022-12-01
1
-0
/
+1
*
cxl/pmem: Add "Set Passphrase" security command support
Dave Jiang
2022-12-01
1
-0
/
+1
*
cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operation
Dave Jiang
2022-12-01
1
-0
/
+1
*
cxl/mbox: Add a check on input payload size
Jonathan Cameron
2022-10-21
1
-1
/
+1
*
tools/testing/cxl: Add partition support
Dan Williams
2022-07-10
1
-6
/
+1
*
cxl/debug: Move debugfs init to cxl_core_init()
Dan Williams
2022-07-10
1
-9
/
+1
*
cxl/mem: Convert partition-info to resources
Dan Williams
2022-07-10
1
-33
/
+45
*
cxl/mbox: Fix missing variable payload checks in cmd size validation
Vishal Verma
2022-06-29
1
-2
/
+4
*
cxl/mbox: fix logical vs bitwise typo
Dan Carpenter
2022-04-28
1
-1
/
+1
*
cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()
Alison Schofield
2022-04-23
1
-1
/
+1
*
cxl/mbox: Use type __u32 for mailbox payload sizes
Alison Schofield
2022-04-23
1
-13
/
+15
*
cxl/mbox: Use new return_code handling
Davidlohr Bueso
2022-04-13
1
-2
/
+1
*
cxl/mbox: Improve handling of mbox_cmd hw return codes
Davidlohr Bueso
2022-04-13
1
-1
/
+1
*
cxl/mbox: Drop mbox_mutex comment
Davidlohr Bueso
2022-04-13
1
-1
/
+1
*
cxl/mbox: Block immediate mode in SET_PARTITION_INFO command
Alison Schofield
2022-04-13
1
-0
/
+41
*
cxl/mbox: Move cxl_mem_command param to a local variable
Alison Schofield
2022-04-13
1
-12
/
+8
*
cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox param
Alison Schofield
2022-04-13
1
-27
/
+17
*
cxl/mbox: Remove dependency on cxl_mem_command for a debug msg
Alison Schofield
2022-04-13
1
-3
/
+14
*
cxl/mbox: Construct a users cxl_mbox_cmd in the validation path
Alison Schofield
2022-04-13
1
-4
/
+17
*
cxl/mbox: Move build of user mailbox cmd to a helper functions
Alison Schofield
2022-04-13
1
-25
/
+45
*
cxl/mbox: Move raw command warning to raw command validation
Alison Schofield
2022-04-13
1
-3
/
+2
*
cxl/mbox: Move cxl_mem_command construction to helper funcs
Alison Schofield
2022-04-13
1
-71
/
+76
*
cxl/core: Convert to EXPORT_SYMBOL_NS_GPL
Dan Williams
2021-11-15
1
-5
/
+5
*
cxl/memdev: Change cxl_mem to a more descriptive name
Ira Weiny
2021-11-15
1
-91
/
+91
*
cxl/mbox: Remove bad comment
Ira Weiny
2021-11-15
1
-2
/
+0
*
cxl/mbox: Move command definitions to common location
Dan Williams
2021-09-21
1
-39
/
+6
*
cxl/mbox: Add exclusive kernel command support
Dan Williams
2021-09-21
1
-0
/
+5
*
cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAP
Dan Williams
2021-09-21
1
-11
/
+1
[prev]
[next]