aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cxl/pmem.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30cxl: Fix compile warning for cxl_security_ops externDave Jiang1-2/+0
2023-06-25cxl/mbox: Move mailbox related driver state to its own data structureDan Williams1-17/+18
2023-02-13cxl/pmem: Fix nvdimm registration racesDan Williams1-0/+1
2023-01-25cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absentDan Williams1-0/+24
2022-12-06cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams1-5/+16
2022-12-05Merge branch 'for-6.2/cxl-security' into for-6.2/cxlDan Williams1-2/+41
2022-12-02cxl: add dimm_id support for __nvdimm_create()Dave Jiang1-1/+2
2022-12-02cxl/pmem: Remove the cxl_pmem_wq and related infrastructureDan Williams1-142/+1
2022-12-02cxl/pmem: Refactor nvdimm device registration, delete the workqueueDan Williams1-86/+35
2022-12-02cxl/region: Drop redundant pmem region release handlingDan Williams1-90/+0
2022-12-01cxl/acpi: Simplify cxl_nvdimm_bridge probingDan Williams1-0/+9
2022-12-01cxl/pmem: add provider name to cxl pmem dimm attribute groupDave Jiang1-0/+10
2022-12-01cxl/pmem: add id attribute to CXL based nvdimmDave Jiang1-1/+27
2022-11-30cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang1-2/+4
2022-11-04cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams1-36/+65
2022-11-03cxl/pmem: Use size_add() against integer overflowYu Zhe1-1/+1
2022-10-20cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA.Jonathan Cameron1-1/+1
2022-08-05cxl/region: Fix IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-07-26cxl/region: Introduce cxl_pmem_region objectsDan Williams1-1/+237
2022-07-26cxl/pmem: Fix offline_nvdimm_bus() to offline by bridgeDan Williams1-4/+17
2022-06-21cxl/mbox: Use __le32 in get,set_lsa mailbox structuresAlison Schofield1-3/+3
2022-04-28cxl: Drop cxl_device_lock()Dan Williams1-6/+6
2022-04-12cxl/pmem: Remove CXL SET_PARTITION_INFO from exclusive_cmds listAlison Schofield1-1/+0
2022-02-08cxl: Prove CXL lockingDan Williams1-6/+6
2021-11-15cxl/pmem: Fix module reload vs workqueue stateDan Williams1-2/+27
2021-11-15cxl/memdev: Change cxl_mem to a more descriptive nameIra Weiny1-20/+19
2021-11-15cxl/pmem: Fix reference counting for delayed workDan Williams1-4/+13
2021-09-21tools/testing/cxl: Introduce a mock memory device + driverDan Williams1-1/+1
2021-09-21cxl/mbox: Move command definitions to common locationDan Williams1-9/+2
2021-09-21cxl/pmem: Add support for multiple nvdimm-bridge objectsDan Williams1-15/+0
2021-09-21cxl/pmem: Translate NVDIMM label commands to CXL label commandsDan Williams1-4/+124
2021-09-21cxl/mbox: Add exclusive kernel command supportDan Williams1-3/+26
2021-08-06cxl: Move cxl_core to new directoryBen Widawsky1-1/+1
2021-06-15cxl/pmem: Register 'pmem' / cxl_nvdimm devicesDan Williams1-9/+99
2021-06-15cxl/pmem: Add initial infrastructure for pmem supportDan Williams1-0/+140