summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)Author
13 dayscxl: Adjust the startup priority of cxl_pmem to be higher than that of cxl_acpiCui Chao
2026-03-18cxl/mbox: Use proper endpoint validity check upon sanitizeDavidlohr Bueso
2026-03-16cxl/hdm: Avoid incorrect DVSEC fallback when HDM decoders are enabledSmita Koralahalli
2026-03-06cxl/acpi: Fix CXL_ACPI and CXL_PMEM Kconfig tristate mismatchKeith Busch
2026-03-04cxl/region: Fix leakage in __construct_region()Davidlohr Bueso
2026-03-03cxl/port: Fix use after free of parent_port in cxl_detach_ep()Alison Schofield
2026-02-24cxl/region: Test CXL_DECODER_F_NORMALIZED_ADDRESSING as a bitmaskAlison Schofield
2026-02-24cxl: Test CXL_DECODER_F_LOCK as a bitmaskAlison Schofield
2026-02-24cxl/mbox: validate payload size before accessing contents in cxl_payload_from...Davidlohr Bueso
2026-02-24cxl: Fix race of nvdimm_bus object when creating nvdimm objectsDave Jiang
2026-02-23cxl: Move devm_cxl_add_nvdimm_bridge() to cxl_pmem.koDave Jiang
2026-02-23cxl/port: Hold port host lock during dport adding.Li Ming
2026-02-23cxl/port: Introduce port_to_host() helperLi Ming
2026-02-23cxl/memdev: fix deadlock in cxl_memdev_autoremove() on attach failureGregory Price
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/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