summaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core/mbox.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06cxl/security: Drop security command ioctl uapiDan Williams1-17/+0
2022-12-06cxl/mbox: Add variable output size validation for internal commandsDan Williams1-9/+14
2022-12-06cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams1-34/+52
2022-12-02cxl/pmem: Enforce keyctl ABI for PMEM securityDan Williams1-0/+10
2022-12-01cxl/pmem: Add "Passphrase Secure Erase" security command supportDave Jiang1-0/+1
2022-12-01cxl/pmem: Add "Unlock" security command supportDave Jiang1-0/+1
2022-12-01cxl/pmem: Add "Freeze Security State" security command supportDave Jiang1-0/+1
2022-12-01cxl/pmem: Add Disable Passphrase security command supportDave Jiang1-0/+1
2022-12-01cxl/pmem: Add "Set Passphrase" security command supportDave Jiang1-0/+1
2022-11-30cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang1-0/+1
2022-10-20cxl/mbox: Add a check on input payload sizeJonathan Cameron1-1/+1
2022-07-10tools/testing/cxl: Add partition supportDan Williams1-6/+1
2022-07-10cxl/debug: Move debugfs init to cxl_core_init()Dan Williams1-9/+1
2022-07-09cxl/mem: Convert partition-info to resourcesDan Williams1-33/+45
2022-06-28cxl/mbox: Fix missing variable payload checks in cmd size validationVishal Verma1-2/+4
2022-04-28cxl/mbox: fix logical vs bitwise typoDan Carpenter1-1/+1
2022-04-22cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()Alison Schofield1-1/+1
2022-04-22cxl/mbox: Use type __u32 for mailbox payload sizesAlison Schofield1-13/+15
2022-04-12cxl/mbox: Use new return_code handlingDavidlohr Bueso1-2/+1
2022-04-12cxl/mbox: Improve handling of mbox_cmd hw return codesDavidlohr Bueso1-1/+1
2022-04-12cxl/mbox: Drop mbox_mutex commentDavidlohr Bueso1-1/+1
2022-04-12cxl/mbox: Block immediate mode in SET_PARTITION_INFO commandAlison Schofield1-0/+41
2022-04-12cxl/mbox: Move cxl_mem_command param to a local variableAlison Schofield1-12/+8
2022-04-12cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox paramAlison Schofield1-27/+17
2022-04-12cxl/mbox: Remove dependency on cxl_mem_command for a debug msgAlison Schofield1-3/+14
2022-04-12cxl/mbox: Construct a users cxl_mbox_cmd in the validation pathAlison Schofield1-4/+17
2022-04-12cxl/mbox: Move build of user mailbox cmd to a helper functionsAlison Schofield1-25/+45
2022-04-12cxl/mbox: Move raw command warning to raw command validationAlison Schofield1-3/+2
2022-04-12cxl/mbox: Move cxl_mem_command construction to helper funcsAlison Schofield1-71/+76
2021-11-15cxl/core: Convert to EXPORT_SYMBOL_NS_GPLDan Williams1-5/+5
2021-11-15cxl/memdev: Change cxl_mem to a more descriptive nameIra Weiny1-91/+91
2021-11-15cxl/mbox: Remove bad commentIra Weiny1-2/+0
2021-09-21cxl/mbox: Move command definitions to common locationDan Williams1-39/+6
2021-09-21cxl/mbox: Add exclusive kernel command supportDan Williams1-0/+5
2021-09-21cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAPDan Williams1-11/+1
2021-09-21cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the coreDan Williams1-0/+825