summaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2026-02-05Merge branch 'acpi-apei'Rafael J. Wysocki
2026-02-04Merge branch 'for-7.0/cxl-prm-translation' into cxl-for-nextDave Jiang
2026-02-04cxl: Disable HPA/SPA translation handlers for Normalized AddressingRobert Richter
2026-02-04cxl/region: Factor out code into cxl_region_setup_poison()Robert Richter
2026-02-04cxl/atl: Lock decoders that need address translationRobert Richter
2026-02-04cxl: Enable AMD Zen5 address translation using ACPI PRMTRobert 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/hdm: Fix newline character in dev_err() messagesRobert Richter
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-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-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/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