summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/hdm.c
AgeCommit message (Expand)AuthorFilesLines
11 dayscxl/region: check interleave capabilityYao Xingtao1-0/+13
2024-04-30cxl/hdm: Debug, use decoder name functionIra Weiny1-2/+1
2024-04-30cxl/hdm: dev_warn() on unsupported mixed mode decoderAlison Schofield1-2/+2
2024-04-30cxl/hdm: Add debug message for invalid interleave granularityHuang Ying1-1/+5
2023-12-08cxl/hdm: Fix dpa translation lockingDan Williams1-2/+1
2023-11-23cxl/hdm: Fix a benign lockdep splatDave Jiang1-0/+2
2023-11-01cxl/hdm: Remove broken error pathDan Williams1-17/+2
2023-11-01cxl/hdm: Fix && vs || bugDan Carpenter1-1/+1
2023-10-31Merge branch 'for-6.7/cxl-commited' into cxl/nextDan Williams1-3/+4
2023-10-31Merge branch 'for-6.7/cxl-rch-eh' into cxl/nextDan Williams1-29/+19
2023-10-28cxl: Add cxl_decoders_committed() helperDave Jiang1-3/+4
2023-10-28cxl/hdm: Use stored Component Register mappings to map HDM decoder capabilityRobert Richter1-29/+19
2023-10-28cxl/core/regs: Rename @dev to @host in struct cxl_register_mapRobert Richter1-1/+1
2023-10-06cxl/memdev: Fix sanitize vs decoder setup lockingDan Williams1-0/+19
2023-06-26Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxlDan Williams1-2/+2
2023-06-26cxl/hdm: Default CXL_DEVTYPE_DEVMEM decoders to CXL_DECODER_DEVMEMDan Williams1-9/+26
2023-06-26cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}Dan Williams1-5/+6
2023-06-25cxl/core/regs: Add @dev to cxl_register_mapRobert Richter1-2/+2
2023-04-18cxl/hdm: Add more HDM decoder debug messages at startupDan Williams1-0/+12
2023-04-18cxl/port: Scan single-target ports for decodersDan Williams1-2/+3
2023-04-18cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limitDan Williams1-7/+13
2023-04-18cxl/hdm: Fail upon detecting 0-sized decodersDan Williams1-3/+12
2023-04-05cxl/hdm: Extend DVSEC range register emulation for region enumerationDan Williams1-5/+22
2023-04-05cxl/hdm: Limit emulation to the number of range registersDan Williams1-36/+46
2023-04-05cxl/hdm: Skip emulation when driver manages mem_enableDan Williams1-13/+18
2023-04-05cxl/hdm: Fix double allocation of @cxlhdmDan Williams1-28/+6
2023-02-15Merge branch 'for-6.3/cxl-rr-emu' into cxl/nextDan Williams1-11/+108
2023-02-15cxl/hdm: Add emulation when HDM decoders are not committedDave Jiang1-0/+29
2023-02-15cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decodersDave Jiang1-10/+48
2023-02-15cxl/hdm: Emulate HDM decoder from DVSEC range registersDave Jiang1-3/+33
2023-02-11tools/testing/cxl: Define a fixed volatile configuration to parseDan Williams1-1/+2
2023-02-11cxl/region: Add region autodiscoveryDan Williams1-0/+11
2023-02-11cxl/port: Split endpoint and switch port probeDan Williams1-3/+8
2022-12-06cxl: update names for interleave ways conversion macrosDave Jiang1-3/+3
2022-12-06cxl: update names for interleave granularity conversion macrosDave Jiang1-3/+3
2022-12-04cxl/pci: Prepare for mapping RAS Capability StructureDan Williams1-1/+2
2022-12-04cxl/port: Limit the port driver to just the HDM Decoder CapabilityDan Williams1-14/+18
2022-08-06cxl/hdm: Fix skip allocations vs multiple pmem allocationsDan Williams1-1/+10
2022-08-06cxl/region: Move HPA setup to cxl_region_attach()Dan Williams1-24/+2
2022-08-02cxl/hdm: Fix DPA reservation vs cxl_endpoint_decoder lifetimeDan Williams1-2/+5
2022-07-25cxl/hdm: Commit decoder state to hardwareDan Williams1-0/+227
2022-07-25cxl/region: Enable the assignment of endpoint decoders to regionsDan Williams1-1/+14
2022-07-22cxl/port: Move dport tracking to an xarrayDan Williams1-2/+4
2022-07-22cxl/hdm: Add support for allocating DPA to an endpoint decoderDan Williams1-0/+180
2022-07-22cxl/hdm: Track next decoder to allocateDan Williams1-0/+15
2022-07-22cxl/hdm: Add 'mode' attribute to decoder objectsDan Williams1-0/+10
2022-07-22cxl/hdm: Enumerate allocated DPADan Williams1-11/+134
2022-07-21cxl/core: Define a 'struct cxl_endpoint_decoder'Dan Williams1-3/+6
2022-07-21cxl/core: Define a 'struct cxl_switch_decoder'Dan Williams1-12/+21
2022-07-10cxl/hdm: Initialize decoder type for memory expander devicesDan Williams1-5/+11