summaryrefslogtreecommitdiff
path: root/drivers/cxl/cxlmem.h
Commit message (Expand)AuthorAgeFilesLines
* cxl/mbox: Update CMD_RC_TABLEDavidlohr Bueso2023-04-231-2/+10
* Merge branch 'for-6.4/cxl-poison' into for-6.4/cxlDan Williams2023-04-231-1/+95
|\
| * cxl/memdev: Add support for the Clear Poison mailbox commandAlison Schofield2023-04-231-0/+7
| * cxl/memdev: Add support for the Inject Poison mailbox commandAlison Schofield2023-04-231-0/+6
| * cxl/memdev: Add trigger_poison_list sysfs attributeAlison Schofield2023-04-231-1/+2
| * cxl/mbox: Add GET_POISON_LIST mailbox commandAlison Schofield2023-04-231-0/+46
| * cxl/mbox: Initialize the poison stateAlison Schofield2023-04-231-0/+34
* | cxl/pci: Use CDAT DOE mailbox created by PCI coreLukas Wunner2023-04-181-3/+0
|/
* Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-02-251-9/+177
|\
| * Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams2023-02-161-0/+1
| |\
| | * cxl/mem: Add kdoc param for event log driver stateAlison Schofield2023-02-161-0/+1
| * | Merge branch 'for-6.3/cxl-rr-emu' into cxl/nextDan Williams2023-02-141-12/+0
| |\ \
| | * | cxl/port: Export cxl_dvsec_rr_decode() to cxl_portDave Jiang2023-02-141-12/+0
| * | | Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams2023-02-101-0/+5
| |\ \ \
| | * | | tools/testing/cxl: Define a fixed volatile configuration to parseDan Williams2023-02-101-0/+3
| | * | | cxl/memdev: Fix endpoint port removalDan Williams2023-02-101-0/+2
| | |/ /
| * | | Merge branch 'for-6.3/cxl' into cxl/nextDan Williams2023-02-101-1/+0
| |\ \ \ | | |_|/ | |/| |
| | * | cxl/mem: Remove unused CXL_CMD_FLAG_NONE defineIra Weiny2023-02-101-1/+0
| | |/
| * | cxl/pci: Set the device timestampJonathan Cameron2023-01-301-0/+9
| * | cxl/mem: Trace Memory Module Event RecordIra Weiny2023-01-261-0/+26
| * | cxl/mem: Trace DRAM Event RecordIra Weiny2023-01-261-0/+23
| * | cxl/mem: Trace General Media Event RecordIra Weiny2023-01-261-0/+19
| * | cxl/mem: Wire up event interruptsDavidlohr Bueso2023-01-261-0/+19
| * | cxl/mem: Read, trace, and clear events on driver loadIra Weiny2023-01-261-0/+79
| |/
* | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
|/
* cxl/mbox: Add variable output size validation for internal commandsDan Williams2022-12-061-0/+2
* cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams2022-12-061-2/+2
* Merge branch 'for-6.2/cxl-aer' into for-6.2/cxlDan Williams2022-12-051-0/+2
|\
| * cxl/pci: Add (hopeful) error handling supportDan Williams2022-12-031-0/+2
* | Merge branch 'for-6.2/cxl-security' into for-6.2/cxlDan Williams2022-12-051-0/+41
|\ \
| * | cxl/pmem: Add "Passphrase Secure Erase" security command supportDave Jiang2022-12-011-0/+8
| * | cxl/pmem: Add "Unlock" security command supportDave Jiang2022-12-011-0/+1
| * | cxl/pmem: Add "Freeze Security State" security command supportDave Jiang2022-12-011-0/+1
| * | cxl/pmem: Add Disable Passphrase security command supportDave Jiang2022-12-011-0/+8
| * | cxl/pmem: Add "Set Passphrase" security command supportDave Jiang2022-12-011-0/+15
| * | cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang2022-11-301-0/+8
| |/
* | cxl/port: Add RCD endpoint port enumerationDan Williams2022-12-051-0/+2
* | cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_memDan Williams2022-12-051-0/+9
* | cxl/pmem: Refactor nvdimm device registration, delete the workqueueDan Williams2022-12-021-0/+4
|/
* cxl/region: Attach endpoint decodersDan Williams2022-07-251-0/+5
* cxl/hdm: Enumerate allocated DPADan Williams2022-07-211-0/+13
* cxl/pci: Create PCI DOE mailbox's for memory devicesIra Weiny2022-07-191-0/+3
* tools/testing/cxl: Add partition supportDan Williams2022-07-101-0/+7
* cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'Dan Williams2022-07-101-0/+4
* cxl/mem: Convert partition-info to resourcesDan Williams2022-07-091-4/+6
* cxl/mbox: Use __le32 in get,set_lsa mailbox structuresAlison Schofield2022-06-211-4/+4
* cxl/mem: Consolidate CXL DVSEC Range enumeration in the coreDan Williams2022-05-191-1/+0
* cxl/pci: Move cxl_await_media_ready() to the coreDan Williams2022-05-191-2/+1
* PM: CXL: Disable suspendDan Williams2022-04-221-0/+11
* cxl/mbox: Improve handling of mbox_cmd hw return codesDavidlohr Bueso2022-04-121-1/+52