summaryrefslogtreecommitdiff
path: root/drivers/cxl/cxlmem.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-11Merge branch 'for-6.3/cxl' into cxl/nextDan Williams1-1/+0
2023-02-11cxl/mem: Remove unused CXL_CMD_FLAG_NONE defineIra Weiny1-1/+0
2023-01-30cxl/pci: Set the device timestampJonathan Cameron1-0/+9
2023-01-27cxl/mem: Trace Memory Module Event RecordIra Weiny1-0/+26
2023-01-27cxl/mem: Trace DRAM Event RecordIra Weiny1-0/+23
2023-01-27cxl/mem: Trace General Media Event RecordIra Weiny1-0/+19
2023-01-27cxl/mem: Wire up event interruptsDavidlohr Bueso1-0/+19
2023-01-27cxl/mem: Read, trace, and clear events on driver loadIra Weiny1-0/+79
2022-12-07cxl/mbox: Add variable output size validation for internal commandsDan Williams1-0/+2
2022-12-07cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams1-2/+2
2022-12-05Merge branch 'for-6.2/cxl-aer' into for-6.2/cxlDan Williams1-0/+2
2022-12-05Merge branch 'for-6.2/cxl-security' into for-6.2/cxlDan Williams1-0/+41
2022-12-05cxl/port: Add RCD endpoint port enumerationDan Williams1-0/+2
2022-12-05cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_memDan Williams1-0/+9
2022-12-04cxl/pci: Add (hopeful) error handling supportDan Williams1-0/+2
2022-12-03cxl/pmem: Refactor nvdimm device registration, delete the workqueueDan Williams1-0/+4
2022-12-01cxl/pmem: Add "Passphrase Secure Erase" security command supportDave Jiang1-0/+8
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/+8
2022-12-01cxl/pmem: Add "Set Passphrase" security command supportDave Jiang1-0/+15
2022-12-01cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang1-0/+8
2022-07-25cxl/region: Attach endpoint decodersDan Williams1-0/+5
2022-07-22cxl/hdm: Enumerate allocated DPADan Williams1-0/+13
2022-07-20cxl/pci: Create PCI DOE mailbox's for memory devicesIra Weiny1-0/+3
2022-07-10tools/testing/cxl: Add partition supportDan Williams1-0/+7
2022-07-10cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'Dan Williams1-0/+4
2022-07-10cxl/mem: Convert partition-info to resourcesDan Williams1-4/+6
2022-06-22cxl/mbox: Use __le32 in get,set_lsa mailbox structuresAlison Schofield1-4/+4
2022-05-19cxl/mem: Consolidate CXL DVSEC Range enumeration in the coreDan Williams1-1/+0
2022-05-19cxl/pci: Move cxl_await_media_ready() to the coreDan Williams1-2/+1
2022-04-23PM: CXL: Disable suspendDan Williams1-0/+11
2022-04-13cxl/mbox: Improve handling of mbox_cmd hw return codesDavidlohr Bueso1-1/+52
2022-04-13cxl/mbox: Block immediate mode in SET_PARTITION_INFO commandAlison Schofield1-0/+7
2022-02-09cxl/mem: Add the cxl_mem driverBen Widawsky1-0/+8
2022-02-09cxl/pci: Emit device serial numberDan Williams1-0/+2
2022-02-09cxl/pci: Implement wait for media activeBen Widawsky1-0/+2
2022-02-09cxl/pci: Retrieve CXL DVSEC memory infoBen Widawsky1-0/+14
2022-02-09cxl/pci: Cache device DVSEC offsetBen Widawsky1-0/+2
2022-02-09cxl/pci: Store component register base in cxldsBen Widawsky1-0/+3
2022-02-09cxl/core/hdm: Add CXL standard decoder enumeration to the coreDan Williams1-0/+8
2021-11-15cxl/memdev: Remove unused cxlmd fieldIra Weiny1-2/+0
2021-11-15cxl/memdev: Change cxl_mem to a more descriptive nameIra Weiny1-15/+20
2021-09-22cxl/mbox: Move command definitions to common locationDan Williams1-0/+57
2021-09-21cxl/mbox: Add exclusive kernel command supportDan Williams1-0/+4
2021-09-21cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAPDan Williams1-1/+1
2021-09-21cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the coreDan Williams1-18/+60
2021-09-21cxl/mbox: Introduce the mbox_send operationDan Williams1-0/+42
2021-09-21cxl/pci: Clean up cxl_mem_get_partition_info()Dan Williams1-2/+13
2021-09-21cxl/pci: Make 'struct cxl_mem' device type genericDan Williams1-3/+3