summaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* cxl/hdm: Fix skip allocations vs multiple pmem allocationsDan Williams2022-08-061-1/+10
* cxl/region: Disallow region granularity != window granularityDan Williams2022-08-061-6/+7
* cxl/region: Fix x1 interleave to greater than x1 interleave routingDan Williams2022-08-061-1/+5
* cxl/region: Move HPA setup to cxl_region_attach()Dan Williams2022-08-062-26/+24
* cxl/region: Fix decoder interleave programmingDan Williams2022-08-051-0/+3
* cxl/regions: add padding for cxl_rr_ep_add nested listsBagas Sanjaya2022-08-051-0/+3
* cxl/region: Fix region reference target accountingDan Williams2022-08-051-28/+43
* cxl/region: Fix region commit uninitialized variable warningDan Williams2022-08-051-17/+13
* cxl/region: Fix port setup uninitialized variable warningsDan Williams2022-08-051-3/+22
* cxl/region: Stop initializing interleave granularityDan Williams2022-08-021-4/+0
* cxl/hdm: Fix DPA reservation vs cxl_endpoint_decoder lifetimeDan Williams2022-08-021-2/+5
* cxl/region: Delete 'region' attribute from root decodersDan Williams2022-08-021-1/+2
* cxl/region: decrement ->nr_targets on error in cxl_region_attach()Dan Carpenter2022-08-011-1/+3
* cxl/region: prevent underflow in ways_to_cxl()Dan Carpenter2022-08-011-2/+3
* cxl/region: uninitialized variable in alloc_hpa()Dan Carpenter2022-08-011-1/+1
* cxl/region: Introduce cxl_pmem_region objectsDan Williams2022-07-264-3/+148
* cxl/region: Add region driver boiler plateDan Williams2022-07-263-1/+65
* cxl/hdm: Commit decoder state to hardwareDan Williams2022-07-253-10/+412
* cxl/region: Program target listsDan Williams2022-07-253-11/+257
* cxl/region: Attach endpoint decodersDan Williams2022-07-253-12/+369
* cxl/acpi: Add a host-bridge index lookup mechanismDan Williams2022-07-251-0/+16
* cxl/region: Enable the assignment of endpoint decoders to regionsDan Williams2022-07-254-2/+310
* cxl/region: Allocate HPA capacity to regionsDan Williams2022-07-251-1/+149
* cxl/region: Add interleave geometry attributesBen Widawsky2022-07-251-0/+134
* cxl/region: Add a 'uuid' attributeBen Widawsky2022-07-251-0/+118
* cxl/region: Add region creation supportBen Widawsky2022-07-224-0/+251
* cxl/mem: Enumerate port targets before adding endpointsDan Williams2022-07-221-0/+41
* cxl/hdm: Add sysfs attributes for interleave ways + granularityBen Widawsky2022-07-221-0/+23
* cxl/port: Move dport tracking to an xarrayDan Williams2022-07-222-51/+40
* cxl/port: Move 'cxl_ep' references to an xarray per portDan Williams2022-07-221-31/+29
* cxl/port: Record parent dport when adding portsDan Williams2022-07-221-12/+15
* cxl/port: Record dport in endpoint referencesDan Williams2022-07-221-17/+35
* cxl/hdm: Add support for allocating DPA to an endpoint decoderDan Williams2022-07-223-1/+259
* cxl/hdm: Track next decoder to allocateDan Williams2022-07-222-0/+16
* cxl/hdm: Add 'mode' attribute to decoder objectsDan Williams2022-07-222-0/+30
* cxl/hdm: Enumerate allocated DPADan Williams2022-07-221-11/+134
* cxl/core: Define a 'struct cxl_endpoint_decoder'Dan Williams2022-07-212-13/+27
* cxl/core: Define a 'struct cxl_root_decoder'Dan Williams2022-07-211-7/+27
* cxl/core: Define a 'struct cxl_switch_decoder'Dan Williams2022-07-212-75/+150
* cxl/port: Read CDAT tableIra Weiny2022-07-201-0/+173
* cxl/hdm: Initialize decoder type for memory expander devicesDan Williams2022-07-101-5/+11
* cxl/port: Cache CXL host bridge dataDan Williams2022-07-101-1/+17
* tools/testing/cxl: Add partition supportDan Williams2022-07-101-6/+1
* cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'Dan Williams2022-07-102-0/+26
* cxl/debug: Move debugfs init to cxl_core_init()Dan Williams2022-07-103-12/+13
* cxl/hdm: Require all decoders to be enumeratedBen Widawsky2022-07-101-9/+3
* cxl/mem: Convert partition-info to resourcesDan Williams2022-07-102-35/+47
* cxl: Introduce cxl_to_{ways,granularity}Dan Williams2022-07-101-26/+9
* cxl/core: Drop is_cxl_decoder()Dan Williams2022-07-101-6/+0
* cxl/core: Drop ->platform_res attribute for root decodersDan Williams2022-07-102-29/+7