summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)Author
2023-06-25cxl/memdev: Formalize endpoint port linkageDan Williams
2023-06-25cxl/pci: Unconditionally unmask 256B Flit errorsDan Williams
2023-06-25cxl/region: Manage decoder target_type at decoder-attach timeDan Williams
2023-06-25cxl/hdm: Default CXL_DEVTYPE_DEVMEM decoders to CXL_DECODER_DEVMEMDan Williams
2023-06-25cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}Dan Williams
2023-06-25cxl/memdev: Make mailbox functionality optionalDan Williams
2023-06-25cxl/mbox: Move mailbox related driver state to its own data structureDan Williams
2023-06-25cxl: Remove leftover attribute documentation in 'struct cxl_dev_state'Dan Williams
2023-06-25cxl: Fix kernel-doc warningsDan Williams
2023-06-25cxl/regs: Clarify when a 'struct cxl_register_map' is input vs outputDan Williams
2023-06-25cxl/region: Fix state transitions after reset failureDan Williams
2023-06-25cxl/region: Flag partially torn down regions as unusableDan Williams
2023-06-25cxl/region: Move cache invalidation before region teardown, and before setupDan Williams
2023-06-25cxl/port: Store the downstream port's Component Register mappings in struct c...Robert Richter
2023-06-25cxl/port: Store the port's Component Register mappings in struct cxl_portRobert Richter
2023-06-25cxl/pci: Early setup RCH dport component registers from RCRBRobert Richter
2023-06-25cxl/mem: Prepare for early RCH dport component register setupRobert Richter
2023-06-25cxl/regs: Remove early capability checks in Component Register setupRobert Richter
2023-06-25cxl/port: Remove Component Register base address from struct cxl_dportRobert Richter
2023-06-25cxl/acpi: Directly bind the CEDT detected CHBCR to the Host Bridge's portRobert Richter
2023-06-25cxl/acpi: Move add_host_bridge_uport() after cxl_get_chbs()Robert Richter
2023-06-25cxl/pci: Refactor component register discovery for reuseTerry Bowman
2023-06-25cxl/core/regs: Add @dev to cxl_register_mapRobert Richter
2023-06-25cxl: Rename 'uport' to 'uport_dev'Dan Williams
2023-06-25cxl: Rename member @dport of struct cxl_dport to @dport_devRobert Richter
2023-06-25cxl/rch: Prepare for caching the MMIO mapped PCIe AER capabilityDan Williams
2023-06-25cxl/acpi: Probe RCRB later during RCH downstream port creationRobert Richter
2023-05-30cxl/pci: Find and register CXL PMU devicesJonathan Cameron
2023-05-30cxl: Add functions to get an instance of / count regblocks of a given typeJonathan Cameron
2023-05-26cxl: Explicitly initialize resources when media is not readyDave Jiang
2023-05-23cxl/mbox: Add background cmd handling machineryDavidlohr Bueso
2023-05-23cxl/pci: Introduce cxl_request_irq()Davidlohr Bueso
2023-05-23cxl/pci: Allocate irq vectors earlier during probeDavidlohr Bueso
2023-05-19cxl/port: Fix NULL pointer access in devm_cxl_add_port()Robert Richter
2023-05-18cxl: Move cxl_await_media_ready() to before capacity info retrievalDave Jiang
2023-05-18cxl: Wait Memory_Info_Valid before access memory related infoDave Jiang
2023-05-18cxl/port: Enable the HDM decoder capability for switch portsDan Williams
2023-05-13cxl: Add missing return to cdat read error pathDave Jiang
2023-04-30Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-23cxl/mbox: Update CMD_RC_TABLEDavidlohr Bueso
2023-04-23Merge branch 'for-6.3/cxl-autodetect-fixes' into for-6.4/cxlDan Williams
2023-04-23Merge branch 'for-6.4/cxl-poison' into for-6.4/cxlDan Williams
2023-04-23cxl/mem: Add debugfs attributes for poison inject and clearAlison Schofield
2023-04-23cxl/memdev: Trace inject and clear poison as cxl_poison eventsAlison Schofield
2023-04-23cxl/memdev: Warn of poison inject or clear to a mapped regionAlison Schofield
2023-04-23cxl/memdev: Add support for the Clear Poison mailbox commandAlison Schofield
2023-04-23cxl/memdev: Add support for the Inject Poison mailbox commandAlison Schofield
2023-04-23cxl/trace: Add an HPA to cxl_poison trace eventsAlison Schofield
2023-04-23cxl/region: Provide region info to the cxl_poison trace eventAlison Schofield