summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/mbox.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-14cxl/mbox: Fix CEL logic for poison and security commandsIra Weiny1-11/+12
2023-07-28cxl/memdev: Only show sanitize sysfs files when supportedDavidlohr Bueso1-1/+44
2023-06-26Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlDan Williams1-138/+147
2023-06-26Merge branch 'for-6.5/cxl-background' into for-6.5/cxlDan Williams1-1/+61
2023-06-26cxl/mem: Support Secure EraseDavidlohr Bueso1-1/+5
2023-06-26cxl/mem: Wire up Sanitization supportDavidlohr Bueso1-0/+55
2023-06-26cxl/memdev: Make mailbox functionality optionalDan Williams1-0/+1
2023-06-26cxl/mbox: Move mailbox related driver state to its own data structureDan Williams1-134/+141
2023-05-26cxl: Explicitly initialize resources when media is not readyDave Jiang1-6/+11
2023-05-23cxl/mbox: Add background cmd handling machineryDavidlohr Bueso1-1/+2
2023-05-19cxl: Move cxl_await_media_ready() to before capacity info retrievalDave Jiang1-5/+10
2023-04-23Merge branch 'for-6.3/cxl-autodetect-fixes' into for-6.4/cxlDan Williams1-1/+0
2023-04-23cxl/trace: Add TRACE support for CXL media-error recordsAlison Schofield1-1/+4
2023-04-23cxl/mbox: Add GET_POISON_LIST mailbox commandAlison Schofield1-0/+55
2023-04-23cxl/mbox: Initialize the poison stateAlison Schofield1-2/+79
2023-04-23cxl/mbox: Restrict poison cmds to debugfs cxl_raw_allow_allAlison Schofield1-0/+6
2023-04-23cxl/mbox: Deprecate poison commandsDan Williams1-5/+0
2023-04-18cxl/core: Drop unused io-64-nonatomic-lo-hi.hDan Williams1-1/+0
2023-02-17Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams1-7/+7
2023-02-17cxl/trace: Standardize device information outputIra Weiny1-7/+7
2023-02-11Merge branch 'for-6.3/cxl' into cxl/nextDan Williams1-2/+7
2023-02-11cxl/uapi: Tag commands from cxl_query_cmd()Ira Weiny1-2/+7
2023-02-07Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams1-0/+226
2023-01-30cxl/pci: Set the device timestampJonathan Cameron1-0/+27
2023-01-30cxl/mbox: Add missing parameter to docs.Jonathan Cameron1-0/+1
2023-01-28cxl/mbox: Fix Payload Length check for Get Log commandRobert Richter1-3/+22
2023-01-27cxl/mem: Trace Memory Module Event RecordIra Weiny1-0/+13
2023-01-27cxl/mem: Trace DRAM Event RecordIra Weiny1-0/+12
2023-01-27cxl/mem: Trace General Media Event RecordIra Weiny1-2/+27
2023-01-27cxl/mbox: Add debug messages for enabled mailbox commandsRobert Richter1-1/+2
2023-01-27cxl/mem: Read, trace, and clear events on driver loadIra Weiny1-0/+148
2022-12-07cxl/security: Drop security command ioctl uapiDan Williams1-17/+0
2022-12-07cxl/mbox: Add variable output size validation for internal commandsDan Williams1-9/+14
2022-12-07cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams1-34/+52
2022-12-03cxl/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-12-01cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang1-0/+1
2022-10-21cxl/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-10cxl/mem: Convert partition-info to resourcesDan Williams1-33/+45
2022-06-29cxl/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-23cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()Alison Schofield1-1/+1
2022-04-23cxl/mbox: Use type __u32 for mailbox payload sizesAlison Schofield1-13/+15
2022-04-13cxl/mbox: Use new return_code handlingDavidlohr Bueso1-2/+1