summaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)AuthorFilesLines
2026-02-24cxl/region: Test CXL_DECODER_F_NORMALIZED_ADDRESSING as a bitmaskAlison Schofield1-1/+1
2026-02-24cxl: Test CXL_DECODER_F_LOCK as a bitmaskAlison Schofield2-2/+2
2026-02-24cxl/mbox: validate payload size before accessing contents in cxl_payload_from...Davidlohr Bueso1-2/+9
2026-02-24cxl: Fix race of nvdimm_bus object when creating nvdimm objectsDave Jiang1-0/+29
2026-02-23cxl: Move devm_cxl_add_nvdimm_bridge() to cxl_pmem.koDave Jiang1-10/+3
2026-02-23cxl/port: Hold port host lock during dport adding.Li Ming1-8/+15
2026-02-23cxl/port: Introduce port_to_host() helperLi Ming2-26/+21
2026-02-23cxl/memdev: fix deadlock in cxl_memdev_autoremove() on attach failureGregory Price1-4/+9
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds4-5/+5
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-24/+24
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-31/+29
2026-02-13Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds14-602/+1212
2026-02-05Merge branch 'acpi-apei'Rafael J. Wysocki1-1/+2
2026-02-04Merge branch 'for-7.0/cxl-prm-translation' into cxl-for-nextDave Jiang6-102/+381
2026-02-04cxl: Disable HPA/SPA translation handlers for Normalized AddressingRobert Richter2-8/+28
2026-02-04cxl/region: Factor out code into cxl_region_setup_poison()Robert Richter1-25/+28
2026-02-04cxl/atl: Lock decoders that need address translationRobert Richter1-0/+18
2026-02-04cxl: Enable AMD Zen5 address translation using ACPI PRMTRobert Richter2-0/+191
2026-02-03cxl: Introduce callback for HPA address ranges translationRobert Richter1-0/+24
2026-02-03cxl/region: Use region data to get the root decoderRobert Richter1-26/+24
2026-02-03cxl/region: Add @hpa_range argument to function cxl_calc_interleave_pos()Robert Richter1-6/+8
2026-02-03cxl/region: Separate region parameter setup and region constructionRobert Richter2-9/+26
2026-02-03cxl: Simplify cxl_root_ops allocation and handlingRobert Richter2-10/+6
2026-02-03cxl/region: Store HPA range in struct cxl_regionRobert Richter1-0/+7
2026-02-03cxl/region: Store root decoder in struct cxl_regionRobert Richter1-18/+19
2026-02-03cxl/region: Rename misleading variable name @hpa to @hpa_rangeRobert Richter1-13/+15
2026-02-02Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-nextDave Jiang5-79/+154
2026-02-02cxl/port: Unify endpoint and switch port lookupDan Williams1-1/+11
2026-02-02cxl/port: Move endpoint component register management to cxl_portDan Williams1-3/+3
2026-02-02cxl/port: Map Port RAS registersTerry Bowman1-0/+16
2026-02-02cxl/port: Move dport RAS setup to dport add timeDan Williams3-21/+31
2026-02-02cxl/port: Move dport probe operations to a driver eventDan Williams3-55/+27
2026-02-02cxl/port: Move decoder setup before dport creationDan Williams1-12/+21
2026-02-02cxl/port: Cleanup dport removal with a devres groupDan Williams1-10/+61
2026-02-02cxl/port: Reduce number of @dport variables in cxl_port_add_dport()Dan Williams1-15/+23
2026-02-02cxl/port: Cleanup handling of the nr_dports 0 -> 1 transitionDan Williams1-16/+15
2026-01-30Merge branch 'for-7.0/cxl-misc' into cxl-for-nextDave Jiang1-2/+1
2026-01-29cxl: Fix premature commit_end increment on decoder commit failureYuxiong Wang1-2/+1
2026-01-24Merge branch 'for-7.0/cxl-init' into cxl-for-nextDave Jiang2-59/+114
2026-01-23Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-nextDave Jiang7-361/+364
2026-01-23cxl/region: Use do_div() for 64-bit modulo operationAlison Schofield1-1/+2
2026-01-23cxl/region: Translate HPA to DPA and memdev in unaligned regionsAlison Schofield1-0/+46
2026-01-23cxl/region: Translate DPA->HPA in unaligned MOD3 regionsAlison Schofield1-5/+155
2026-01-23cxl/core: Fix cxl_dport debugfs EINJ entriesCheatham, Benjamin1-3/+5
2026-01-23cxl/hdm: Fix newline character in dev_err() messagesRobert Richter1-2/+2
2026-01-23cxl: Update RAS handler interfaces to also support CXL PortsTerry Bowman3-17/+13
2026-01-23cxl/mem: Clarify @host for devm_cxl_add_nvdimm()Dan Williams1-6/+7
2026-01-23cxl/pci: Move CXL driver's RCH error handling into core/ras_rch.cTerry Bowman4-123/+125
2026-01-23cxl/pci: Remove CXL VH handling in CONFIG_PCIEAER_CXL conditional blocks from...Dave Jiang4-186/+212
2026-01-23cxl/pci: Remove unnecessary CXL RCH handling helper functionsTerry Bowman1-14/+2