summaryrefslogtreecommitdiff
path: root/drivers/cxl/acpi.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-07Merge branch 'for-6.3/cxl' into cxl/nextDan Williams1-1/+1
2023-01-27cxl: fix spelling mistakesRandy Dunlap1-1/+1
2023-01-26cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absentDan Williams1-1/+0
2022-12-06cxl: update names for interleave ways conversion macrosDave Jiang1-3/+3
2022-12-06cxl: update names for interleave granularity conversion macrosDave Jiang1-2/+2
2022-12-06cxl/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-04cxl/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-03cxl/ACPI: Register CXL host ports by bridge deviceRobert Richter1-18/+20
2022-12-03tools/testing/cxl: Make mock CEDT parsing more robustDan Williams1-0/+4
2022-12-03cxl/acpi: Move rescan to the workqueueDan Williams1-2/+15
2022-12-02cxl/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-02cxl/acpi: Minimize granularity for x1 interleavesDan Williams1-0/+6
2022-08-02cxl/acpi: Autoload driver for 'cxl_acpi' test devicesDan Williams1-0/+7
2022-07-22cxl/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-10cxl: Introduce cxl_to_{ways,granularity}Dan Williams1-15/+19
2022-07-10cxl/core: Drop ->platform_res attribute for root decodersDan Williams1-7/+10
2022-04-29cxl/acpi: Add root device lockdep validationDan Williams1-0/+13
2022-02-09cxl/core/port: Fix / relax decoder target enumerationDan Williams1-1/+1
2022-02-09cxl/mem: Add the cxl_mem driverBen Widawsky1-1/+2
2022-02-09cxl/core/port: Add switch port enumerationDan Williams1-16/+1
2022-02-09cxl/core/port: Remove @host argument for dport + decoder enumerationDan Williams1-1/+1
2022-02-09cxl/port: Add a driver for 'struct cxl_port' objectsBen Widawsky1-25/+1
2022-02-09cxl/core/hdm: Add CXL standard decoder enumeration to the coreDan Williams1-28/+15
2022-02-09cxl/core: Generalize dport enumeration in the coreDan Williams1-59/+8
2022-02-09cxl/pci: Rename pci.h to cxlpci.hDan Williams1-1/+1
2022-02-09cxl/port: Up-level cxl_add_dport() locking requirements to the callerDan Williams1-0/+2
2022-02-09cxl/port: Introduce cxl_port_to_pci_bus()Dan Williams1-5/+9
2022-02-09cxl: Prove CXL lockingDan Williams1-5/+5
2022-02-09cxl/core/port: Make passthrough decoder init implicitBen Widawsky1-5/+0
2022-02-09cxl/core/port: Clarify decoder creationBen Widawsky1-2/+2
2022-02-09cxl/core: Convert decoder range to resourceBen Widawsky1-14/+8
2022-02-09cxl/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-22cxl/core: Split decoder setup into alloc + addDan Williams1-24/+60
2021-09-22cxl/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-18cxl/acpi: Use the ACPI CFMWS to create static decoder objectsAlison Schofield1-0/+122