aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cxl/pmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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