summaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core/mbox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | cxl/mbox: Restrict poison cmds to debugfs cxl_raw_allow_allAlison Schofield2023-04-231-0/+6
* | cxl/mbox: Deprecate poison commandsDan Williams2023-04-221-5/+0
|/
* Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams2023-02-171-7/+7
|\
| * cxl/trace: Standardize device information outputIra Weiny2023-02-161-7/+7
* | Merge branch 'for-6.3/cxl' into cxl/nextDan Williams2023-02-111-2/+7
|\ \
| * | cxl/uapi: Tag commands from cxl_query_cmd()Ira Weiny2023-02-111-2/+7
* | | Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams2023-02-071-0/+226
|\ \ \ | |/ / |/| / | |/
| * cxl/pci: Set the device timestampJonathan Cameron2023-01-301-0/+27
| * cxl/mbox: Add missing parameter to docs.Jonathan Cameron2023-01-301-0/+1
| * cxl/mem: Trace Memory Module Event RecordIra Weiny2023-01-271-0/+13
| * cxl/mem: Trace DRAM Event RecordIra Weiny2023-01-271-0/+12
| * cxl/mem: Trace General Media Event RecordIra Weiny2023-01-271-2/+27
| * cxl/mem: Read, trace, and clear events on driver loadIra Weiny2023-01-261-0/+148
* | cxl/mbox: Fix Payload Length check for Get Log commandRobert Richter2023-01-271-3/+22
* | cxl/mbox: Add debug messages for enabled mailbox commandsRobert Richter2023-01-271-1/+2
|/
* cxl/security: Drop security command ioctl uapiDan Williams2022-12-061-17/+0
* cxl/mbox: Add variable output size validation for internal commandsDan Williams2022-12-061-9/+14
* cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams2022-12-061-34/+52
* cxl/pmem: Enforce keyctl ABI for PMEM securityDan Williams2022-12-031-0/+10
* cxl/pmem: Add "Passphrase Secure Erase" security command supportDave Jiang2022-12-011-0/+1
* cxl/pmem: Add "Unlock" security command supportDave Jiang2022-12-011-0/+1
* cxl/pmem: Add "Freeze Security State" security command supportDave Jiang2022-12-011-0/+1
* cxl/pmem: Add Disable Passphrase security command supportDave Jiang2022-12-011-0/+1
* cxl/pmem: Add "Set Passphrase" security command supportDave Jiang2022-12-011-0/+1
* cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang2022-12-011-0/+1
* cxl/mbox: Add a check on input payload sizeJonathan Cameron2022-10-211-1/+1
* tools/testing/cxl: Add partition supportDan Williams2022-07-101-6/+1
* cxl/debug: Move debugfs init to cxl_core_init()Dan Williams2022-07-101-9/+1
* cxl/mem: Convert partition-info to resourcesDan Williams2022-07-101-33/+45
* cxl/mbox: Fix missing variable payload checks in cmd size validationVishal Verma2022-06-291-2/+4
* cxl/mbox: fix logical vs bitwise typoDan Carpenter2022-04-281-1/+1
* cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()Alison Schofield2022-04-231-1/+1
* cxl/mbox: Use type __u32 for mailbox payload sizesAlison Schofield2022-04-231-13/+15
* cxl/mbox: Use new return_code handlingDavidlohr Bueso2022-04-131-2/+1
* cxl/mbox: Improve handling of mbox_cmd hw return codesDavidlohr Bueso2022-04-131-1/+1
* cxl/mbox: Drop mbox_mutex commentDavidlohr Bueso2022-04-131-1/+1
* cxl/mbox: Block immediate mode in SET_PARTITION_INFO commandAlison Schofield2022-04-131-0/+41
* cxl/mbox: Move cxl_mem_command param to a local variableAlison Schofield2022-04-131-12/+8
* cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox paramAlison Schofield2022-04-131-27/+17
* cxl/mbox: Remove dependency on cxl_mem_command for a debug msgAlison Schofield2022-04-131-3/+14
* cxl/mbox: Construct a users cxl_mbox_cmd in the validation pathAlison Schofield2022-04-131-4/+17
* cxl/mbox: Move build of user mailbox cmd to a helper functionsAlison Schofield2022-04-131-25/+45
* cxl/mbox: Move raw command warning to raw command validationAlison Schofield2022-04-131-3/+2
* cxl/mbox: Move cxl_mem_command construction to helper funcsAlison Schofield2022-04-131-71/+76
* cxl/core: Convert to EXPORT_SYMBOL_NS_GPLDan Williams2021-11-151-5/+5
* cxl/memdev: Change cxl_mem to a more descriptive nameIra Weiny2021-11-151-91/+91
* cxl/mbox: Remove bad commentIra Weiny2021-11-151-2/+0
* cxl/mbox: Move command definitions to common locationDan Williams2021-09-211-39/+6
* cxl/mbox: Add exclusive kernel command supportDan Williams2021-09-211-0/+5
* cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAPDan Williams2021-09-211-11/+1