aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cxl/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-31/+15
2026-02-04Merge branch 'for-7.0/cxl-prm-translation' into cxl-for-nextDave Jiang1-7/+10
2026-02-04cxl: Enable AMD Zen5 address translation using ACPI PRMTRobert Richter1-0/+2
2026-02-03cxl/acpi: Prepare use of EFI runtime servicesRobert Richter1-2/+6
2026-02-03cxl: Simplify cxl_root_ops allocation and handlingRobert Richter1-5/+2
2026-01-22cxl/acpi: Remove cxl_acpi_set_cache_size()Li Ming1-24/+5
2026-01-09cxl/acpi: Restore HBIW check before dereferencing platform_dataAlison Schofield1-2/+9
2025-11-14Merge branch 'for-6.19/cxl-prm' into cxl-for-nextDave Jiang1-11/+4
2025-11-14cxl/acpi: Group xor arithmetric setup code in a single blockRobert Richter1-7/+4
2025-11-14cxl: Simplify cxl_rd_ops allocation and handlingRobert Richter1-6/+2
2025-11-13Merge branch 'for-6.19/cxl-elc' into cxl-for-nextDave Jiang1-10/+7
2025-11-03cxl: Adjust extended linear cache failure emission in cxl_acpiDave Jiang1-10/+7
2025-11-03cxl/acpi: Make the XOR calculations available for testingAlison Schofield1-11/+30
2025-10-14cxl/acpi: Fix setup of memory resource in cxl_acpi_set_cache_size()Dave Jiang1-1/+1
2025-09-18Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-nextDave Jiang1-4/+3
2025-09-17cxl: Add a cached copy of target_map to cxl_decoderDave Jiang1-4/+3
2025-09-10cxl/acpi: Rename CFMW coherency restrictionsDavidlohr Bueso1-2/+2
2025-08-12cxl: Define a SPA->CXL HPA root decoder callback for XOR MathAlison Schofield1-11/+16
2025-08-12cxl: Move hpa_to_spa callback to a new root decoder ops structureAlison Schofield1-3/+7
2025-07-15cxl: Remove core/acpi.c and cxl core dependency on ACPIRobert Richter1-0/+59
2025-05-13cxl: Sync up the driver-api/cxl documentationAlison Schofield1-3/+3
2025-05-09Merge branch 'for-6.16/cxl-cleanups' into cxl-for-nextDave Jiang1-1/+9
2025-05-09cxl: Add a dev_dbg() when a decoder was added to a portRobert Richter1-1/+9
2025-04-28cxl/acpi: Verify CHBS length for CXL2.0Li Zhijian1-3/+5
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-2/+2
2024-10-25cxl/acpi: Ensure ports ready at cxl_acpi_probe() returnDan Williams1-0/+7
2024-07-11Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang1-50/+34
2024-07-11cxl: Remove defunct code calculating host bridge target positionsAlison Schofield1-58/+2
2024-07-11cxl: Restore XOR'd position bits during address translationAlison Schofield1-0/+40
2024-07-10cxl/acpi: Warn on mixed CXL VH and RCH/RCD HierarchyFabio M. De Francesco1-7/+27
2024-07-02cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-05-01cxl/acpi: Cleanup __cxl_parse_cfmws()Dan Williams1-42/+51
2024-04-08cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coordDave Jiang1-1/+1
2024-04-08cxl: Fix incorrect region perf data calculationDave Jiang1-12/+1
2024-03-12ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...Dave Jiang1-3/+5
2024-02-20cxl/acpi: Fix load failures due to single window creation failureDan Williams1-18/+28
2024-01-05cxl: Convert find_cxl_root() to return a 'struct cxl_root *'Dave Jiang1-4/+2
2023-12-22cxl: Store the access coordinates for the generic portsDave Jiang1-0/+25
2023-12-22cxl: Add support for _DSM Function for retrieving QTG IDDave Jiang1-3/+129
2023-10-27cxl: Export QTG ids from CFMWS to sysfs as qos_class attributeDave Jiang1-0/+3
2023-09-22cxl/acpi: Annotate struct cxl_cxims_data with __counted_byKees Cook1-2/+2
2023-07-18cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws()Breno Leitao1-1/+1
2023-07-18cxl/acpi: Fix a use-after-free in cxl_parse_cfmws()Breno Leitao1-2/+1
2023-06-25Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxlDan Williams1-90/+116
2023-06-25cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}Dan Williams1-1/+1
2023-06-25cxl/acpi: Directly bind the CEDT detected CHBCR to the Host Bridge's portRobert Richter1-28/+63
2023-06-25cxl/acpi: Move add_host_bridge_uport() after cxl_get_chbs()Robert Richter1-45/+45
2023-06-25cxl/acpi: Probe RCRB later during RCH downstream port creationRobert Richter1-30/+21
2023-02-10Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams1-1/+2
2023-02-10cxl/dax: Create dax devices for CXL RAM regionsDan Williams1-1/+2
2023-02-07Merge branch 'for-6.3/cxl' into cxl/nextDan Williams1-1/+1
2023-01-26cxl: fix spelling mistakesRandy Dunlap1-1/+1
2023-01-25cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absentDan Williams1-1/+0
2022-12-05cxl: update names for interleave ways conversion macrosDave Jiang1-3/+3
2022-12-05cxl: update names for interleave granularity conversion macrosDave Jiang1-2/+2
2022-12-05cxl/acpi: Warn about an invalid CHBCR in an existing CHBS entryRobert Richter1-1/+2
2022-12-05cxl/acpi: Fail decoder add if CXIMS for HBIG is missingAlison Schofield1-0/+5
2022-12-05Merge branch 'for-6.2/cxl-xor' into for-6.2/cxlDan Williams1-3/+134
2022-12-03cxl/acpi: Support CXL XOR Interleave Math (CXIMS)Alison Schofield1-3/+134
2022-12-03cxl/acpi: Extract component registers of restricted hosts from RCRBRobert Richter1-5/+46
2022-12-02cxl/ACPI: Register CXL host ports by bridge deviceRobert Richter1-18/+20
2022-12-02tools/testing/cxl: Make mock CEDT parsing more robustDan Williams1-0/+4
2022-12-02cxl/acpi: Move rescan to the workqueueDan Williams1-2/+15
2022-12-01cxl/acpi: Simplify cxl_nvdimm_bridge probingDan Williams1-0/+1
2022-11-14cxl/acpi: Improve debug messages in cxl_acpi_probe()Robert Richter1-4/+8
2022-11-14cxl: Unify debug messages when calling devm_cxl_add_dport()Robert Richter1-5/+2
2022-11-14cxl: Unify debug messages when calling devm_cxl_add_port()Robert Richter1-2/+0
2022-08-01cxl/acpi: Minimize granularity for x1 interleavesDan Williams1-0/+6
2022-08-01cxl/acpi: Autoload driver for 'cxl_acpi' test devicesDan Williams1-0/+7
2022-07-21cxl/port: Record parent dport when adding portsDan Williams1-2/+1
2022-07-21cxl/core: Define a 'struct cxl_root_decoder'Dan Williams1-4/+36
2022-07-21cxl/acpi: Track CXL resources in iomem_resourceDan Williams1-3/+141
2022-07-21cxl/core: Define a 'struct cxl_switch_decoder'Dan Williams1-1/+3
2022-07-09cxl: Introduce cxl_to_{ways,granularity}Dan Williams1-15/+19
2022-07-09cxl/core: Drop ->platform_res attribute for root decodersDan Williams1-7/+10
2022-04-28cxl/acpi: Add root device lockdep validationDan Williams1-0/+13
2022-02-08cxl/core/port: Fix / relax decoder target enumerationDan Williams1-1/+1
2022-02-08cxl/mem: Add the cxl_mem driverBen Widawsky1-1/+2
2022-02-08cxl/core/port: Add switch port enumerationDan Williams1-16/+1
2022-02-08cxl/core/port: Remove @host argument for dport + decoder enumerationDan Williams1-1/+1
2022-02-08cxl/port: Add a driver for 'struct cxl_port' objectsBen Widawsky1-25/+1
2022-02-08cxl/core/hdm: Add CXL standard decoder enumeration to the coreDan Williams1-28/+15
2022-02-08cxl/core: Generalize dport enumeration in the coreDan Williams1-59/+8
2022-02-08cxl/pci: Rename pci.h to cxlpci.hDan Williams1-1/+1
2022-02-08cxl/port: Up-level cxl_add_dport() locking requirements to the callerDan Williams1-0/+2
2022-02-08cxl/port: Introduce cxl_port_to_pci_bus()Dan Williams1-5/+9
2022-02-08cxl: Prove CXL lockingDan Williams1-5/+5
2022-02-08cxl/core/port: Make passthrough decoder init implicitBen Widawsky1-5/+0
2022-02-08cxl/core/port: Clarify decoder creationBen Widawsky1-2/+2
2022-02-08cxl/core: Convert decoder range to resourceBen Widawsky1-14/+8
2022-02-08cxl/acpi: Map component registers for Root PortsBen Widawsky1-2/+11
2021-11-15ACPI: NUMA: Add a node and memblk for each CFMWS not in SRATAlison Schofield1-1/+2
2021-11-15cxl/test: Mock acpi_table_parse_cedt()Dan Williams1-0/+2
2021-11-15cxl/acpi: Convert CFMWS parsing to ACPI sub-table helpersDan Williams1-147/+87
2021-10-08cxl/acpi: Do not fail cxl_acpi_probe() based on a missing CHBSAlison Schofield1-4/+6
2021-09-21cxl/core: Split decoder setup into alloc + addDan Williams1-23/+59
2021-09-21cxl/bus: Populate the target list at decoder createDan Williams1-1/+12
2021-09-21tools/testing/cxl: Introduce a mocked-up CXL port hierarchyDan Williams1-15/+21
2021-09-07cxl/acpi: Do not add DSDT disabled ACPI0016 host bridge portsAlison Schofield1-4/+8
2021-06-17cxl/acpi: Use the ACPI CFMWS to create static decoder objectsAlison Schofield1-0/+122
2021-06-17cxl/acpi: Add the Host Bridge base address to CXL port objectsAlison Schofield1-5/+95
2021-06-15cxl/pmem: Add initial infrastructure for pmem supportDan Williams1-2/+35
2021-06-09cxl/acpi: Introduce cxl_decoder objectsDan Williams1-1/+19
2021-06-09cxl/acpi: Enumerate host bridge root portsDan Williams1-1/+92
2021-06-09cxl/acpi: Add downstream port data to cxl_port instancesDan Williams1-1/+42
2021-06-09cxl/acpi: Introduce the root of a cxl_port topologyDan Williams1-0/+39