summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/mbox.c
AgeCommit message (Expand)Author
2023-04-18cxl/core: Drop unused io-64-nonatomic-lo-hi.hDan Williams
2023-02-16Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams
2023-02-16cxl/trace: Standardize device information outputIra Weiny
2023-02-10Merge branch 'for-6.3/cxl' into cxl/nextDan Williams
2023-02-10cxl/uapi: Tag commands from cxl_query_cmd()Ira Weiny
2023-02-07Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams
2023-01-30cxl/pci: Set the device timestampJonathan Cameron
2023-01-30cxl/mbox: Add missing parameter to docs.Jonathan Cameron
2023-01-27cxl/mbox: Fix Payload Length check for Get Log commandRobert Richter
2023-01-26cxl/mem: Trace Memory Module Event RecordIra Weiny
2023-01-26cxl/mem: Trace DRAM Event RecordIra Weiny
2023-01-26cxl/mem: Trace General Media Event RecordIra Weiny
2023-01-26cxl/mbox: Add debug messages for enabled mailbox commandsRobert Richter
2023-01-26cxl/mem: Read, trace, and clear events on driver loadIra Weiny
2022-12-06cxl/security: Drop security command ioctl uapiDan Williams
2022-12-06cxl/mbox: Add variable output size validation for internal commandsDan Williams
2022-12-06cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams
2022-12-02cxl/pmem: Enforce keyctl ABI for PMEM securityDan Williams
2022-12-01cxl/pmem: Add "Passphrase Secure Erase" security command supportDave Jiang
2022-12-01cxl/pmem: Add "Unlock" security command supportDave Jiang
2022-12-01cxl/pmem: Add "Freeze Security State" security command supportDave Jiang
2022-12-01cxl/pmem: Add Disable Passphrase security command supportDave Jiang
2022-12-01cxl/pmem: Add "Set Passphrase" security command supportDave Jiang
2022-11-30cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang
2022-10-20cxl/mbox: Add a check on input payload sizeJonathan Cameron
2022-07-10tools/testing/cxl: Add partition supportDan Williams
2022-07-10cxl/debug: Move debugfs init to cxl_core_init()Dan Williams
2022-07-09cxl/mem: Convert partition-info to resourcesDan Williams
2022-06-28cxl/mbox: Fix missing variable payload checks in cmd size validationVishal Verma
2022-04-28cxl/mbox: fix logical vs bitwise typoDan Carpenter
2022-04-22cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()Alison Schofield
2022-04-22cxl/mbox: Use type __u32 for mailbox payload sizesAlison Schofield
2022-04-12cxl/mbox: Use new return_code handlingDavidlohr Bueso
2022-04-12cxl/mbox: Improve handling of mbox_cmd hw return codesDavidlohr Bueso
2022-04-12cxl/mbox: Drop mbox_mutex commentDavidlohr Bueso
2022-04-12cxl/mbox: Block immediate mode in SET_PARTITION_INFO commandAlison Schofield
2022-04-12cxl/mbox: Move cxl_mem_command param to a local variableAlison Schofield
2022-04-12cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox paramAlison Schofield
2022-04-12cxl/mbox: Remove dependency on cxl_mem_command for a debug msgAlison Schofield
2022-04-12cxl/mbox: Construct a users cxl_mbox_cmd in the validation pathAlison Schofield
2022-04-12cxl/mbox: Move build of user mailbox cmd to a helper functionsAlison Schofield
2022-04-12cxl/mbox: Move raw command warning to raw command validationAlison Schofield
2022-04-12cxl/mbox: Move cxl_mem_command construction to helper funcsAlison Schofield
2021-11-15cxl/core: Convert to EXPORT_SYMBOL_NS_GPLDan Williams
2021-11-15cxl/memdev: Change cxl_mem to a more descriptive nameIra Weiny
2021-11-15cxl/mbox: Remove bad commentIra Weiny
2021-09-21cxl/mbox: Move command definitions to common locationDan Williams
2021-09-21cxl/mbox: Add exclusive kernel command supportDan Williams
2021-09-21cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAPDan Williams
2021-09-21cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the coreDan Williams