summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)Author
2026-02-03cxl/acpi: Prepare use of EFI runtime servicesRobert Richter
2026-02-03cxl: Introduce callback for HPA address ranges translationRobert Richter
2026-02-03cxl/region: Use region data to get the root decoderRobert Richter
2026-02-03cxl/region: Add @hpa_range argument to function cxl_calc_interleave_pos()Robert Richter
2026-02-03cxl/region: Separate region parameter setup and region constructionRobert Richter
2026-02-03cxl: Simplify cxl_root_ops allocation and handlingRobert Richter
2026-02-03cxl/region: Store HPA range in struct cxl_regionRobert Richter
2026-02-03cxl/region: Store root decoder in struct cxl_regionRobert Richter
2026-02-03cxl/region: Rename misleading variable name @hpa to @hpa_rangeRobert Richter
2026-02-02Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-nextDave Jiang
2026-02-02cxl/port: Unify endpoint and switch port lookupDan Williams
2026-02-02cxl/port: Move endpoint component register management to cxl_portDan Williams
2026-02-02cxl/port: Map Port RAS registersTerry Bowman
2026-02-02cxl/port: Move dport RAS setup to dport add timeDan Williams
2026-02-02cxl/port: Move dport probe operations to a driver eventDan Williams
2026-02-02cxl/port: Move decoder setup before dport creationDan Williams
2026-02-02cxl/port: Cleanup dport removal with a devres groupDan Williams
2026-02-02cxl/port: Reduce number of @dport variables in cxl_port_add_dport()Dan Williams
2026-02-02cxl/port: Cleanup handling of the nr_dports 0 -> 1 transitionDan Williams
2026-01-30Merge branch 'for-7.0/cxl-misc' into cxl-for-nextDave Jiang
2026-01-29cxl: Fix premature commit_end increment on decoder commit failureYuxiong Wang
2026-01-23Merge branch 'for-7.0/cxl-init' into cxl-for-nextDave Jiang
2026-01-22Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-nextDave Jiang
2026-01-22cxl/region: Use do_div() for 64-bit modulo operationAlison Schofield
2026-01-22cxl/region: Translate HPA to DPA and memdev in unaligned regionsAlison Schofield
2026-01-22cxl/region: Translate DPA->HPA in unaligned MOD3 regionsAlison Schofield
2026-01-22cxl/core: Fix cxl_dport debugfs EINJ entriesCheatham, Benjamin
2026-01-22cxl/acpi: Remove cxl_acpi_set_cache_size()Li Ming
2026-01-22cxl/hdm: Fix newline character in dev_err() messagesRobert Richter
2026-01-22cxl/pci: Remove outdated FIXME comment and BUILD_BUG_ONSamasth Norway Ananda
2026-01-22cxl: Update RAS handler interfaces to also support CXL PortsTerry Bowman
2026-01-22cxl/mem: Clarify @host for devm_cxl_add_nvdimm()Dan Williams
2026-01-22cxl/pci: Move CXL driver's RCH error handling into core/ras_rch.cTerry Bowman
2026-01-22PCI/AER: Replace PCIEAER_CXL symbol with CXL_RASDan Williams
2026-01-22cxl/pci: Remove CXL VH handling in CONFIG_PCIEAER_CXL conditional blocks from...Dave Jiang
2026-01-22cxl/pci: Remove unnecessary CXL RCH handling helper functionsTerry Bowman
2026-01-22cxl/pci: Remove unnecessary CXL Endpoint handling helper functionsTerry Bowman
2026-01-22PCI: Update CXL DVSEC definitionsTerry Bowman
2026-01-22PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.hTerry Bowman
2026-01-14ACPI: extlog: Trace CPER CXL Protocol Error SectionFabio M. De Francesco
2026-01-13cxl: Check for invalid addresses returned from translation functions on errorsRobert Richter
2026-01-12cxl/hdm: Fix potential infinite loop in __cxl_dpa_reserve()Li Ming
2026-01-09cxl/acpi: Restore HBIW check before dereferencing platform_dataAlison Schofield
2026-01-09cxl/port: Fix target list setup for multiple decoders sharing the same dportRobert Richter
2026-01-05cxl/region: fix format string for resource_size_tArnd Bergmann
2026-01-05cxl/mem: Introduce cxl_memdev_attach for CXL-dependent operationDan Williams
2026-01-05cxl/mem: Drop @host argument to devm_cxl_add_memdev()Dan Williams
2026-01-05cxl/mem: Convert devm_cxl_add_memdev() to scope-based-cleanupDan Williams
2026-01-05cxl/port: Arrange for always synchronous endpoint attachDan Williams
2026-01-05cxl/mem: Arrange for always-synchronous memdev attachDan Williams