summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/hdm.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-10cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'Dan Williams1-0/+25
2022-07-10cxl/hdm: Require all decoders to be enumeratedBen Widawsky1-9/+3
2022-07-10cxl: Introduce cxl_to_{ways,granularity}Dan Williams1-26/+9
2022-07-10cxl/core: Rename ->decoder_range ->hpa_rangeDan Williams1-1/+1
2022-07-10cxl/hdm: Use local hdm variableBen Widawsky1-2/+1
2022-06-22cxl/core: Use is_endpoint_decoderBen Widawsky1-1/+1
2022-02-09cxl/core/port: Handle invalid decodersDan Williams1-6/+30
2022-02-09cxl/core/port: Add endpoint decodersBen Widawsky1-1/+7
2022-02-09cxl/core/port: Remove @host argument for dport + decoder enumerationDan Williams1-7/+5
2022-02-09cxl/core/hdm: Add CXL standard decoder enumeration to the coreDan Williams1-0/+248