summaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)AuthorFilesLines
2023-05-30cxl: Wait Memory_Info_Valid before access memory related infoDave Jiang1-9/+76
2023-05-11cxl/hdm: Fail upon detecting 0-sized decodersDan Williams1-3/+12
2023-04-13cxl/pci: Handle excessive CDAT lengthLukas Wunner1-0/+3
2023-04-13cxl/pci: Handle truncated CDAT entriesLukas Wunner1-4/+9
2023-04-13cxl/pci: Handle truncated CDAT headerLukas Wunner1-1/+1
2023-04-13cxl/pci: Fix CDAT retrieval on big endianLukas Wunner1-13/+13
2023-02-14cxl/region: Fix passthrough-decoder detectionDan Williams1-2/+2
2023-02-14cxl/region: Fix null pointer dereference for resetting decoderFan Ni1-3/+5
2023-01-07cxl/region: Fix missing probe failureDan Williams1-0/+3
2023-01-07cxl/region: Fix memdev reuse checkFan Ni1-1/+1
2022-11-05cxl/region: Recycle region idsDan Williams1-0/+20
2022-11-05cxl/region: Fix 'distance' calculation with passthrough portsDan Williams2-3/+17
2022-11-05cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams1-0/+2
2022-11-05cxl/region: Fix cxl_region leak, cleanup targets at region deleteDan Williams1-0/+11
2022-11-05cxl/region: Fix region HPA ordering validationDan Williams1-0/+3
2022-11-02cxl/region: Fix decoder allocation crashVishal Verma1-26/+41
2022-10-21cxl/region: Fix null pointer dereference due to pass through decoder commitJonathan Cameron1-1/+2
2022-10-21cxl/mbox: Add a check on input payload sizeJonathan Cameron1-1/+1
2022-08-06cxl/hdm: Fix skip allocations vs multiple pmem allocationsDan Williams1-1/+10
2022-08-06cxl/region: Disallow region granularity != window granularityDan Williams1-6/+7
2022-08-06cxl/region: Fix x1 interleave to greater than x1 interleave routingDan Williams1-1/+5
2022-08-06cxl/region: Move HPA setup to cxl_region_attach()Dan Williams2-26/+24
2022-08-05cxl/region: Fix decoder interleave programmingDan Williams1-0/+3
2022-08-05cxl/regions: add padding for cxl_rr_ep_add nested listsBagas Sanjaya1-0/+3
2022-08-05cxl/region: Fix region reference target accountingDan Williams1-28/+43
2022-08-05cxl/region: Fix region commit uninitialized variable warningDan Williams1-17/+13
2022-08-05cxl/region: Fix port setup uninitialized variable warningsDan Williams1-3/+22
2022-08-02cxl/region: Stop initializing interleave granularityDan Williams1-4/+0
2022-08-02cxl/hdm: Fix DPA reservation vs cxl_endpoint_decoder lifetimeDan Williams1-2/+5
2022-08-02cxl/region: Delete 'region' attribute from root decodersDan Williams1-1/+2
2022-08-02cxl/region: decrement ->nr_targets on error in cxl_region_attach()Dan Carpenter1-1/+3
2022-08-01cxl/region: prevent underflow in ways_to_cxl()Dan Carpenter1-2/+3
2022-08-01cxl/region: uninitialized variable in alloc_hpa()Dan Carpenter1-1/+1
2022-07-26cxl/region: Introduce cxl_pmem_region objectsDan Williams4-3/+148
2022-07-26cxl/region: Add region driver boiler plateDan Williams3-1/+65
2022-07-25cxl/hdm: Commit decoder state to hardwareDan Williams3-10/+412
2022-07-25cxl/region: Program target listsDan Williams3-11/+257
2022-07-25cxl/region: Attach endpoint decodersDan Williams3-12/+369
2022-07-25cxl/acpi: Add a host-bridge index lookup mechanismDan Williams1-0/+16
2022-07-25cxl/region: Enable the assignment of endpoint decoders to regionsDan Williams4-2/+310
2022-07-25cxl/region: Allocate HPA capacity to regionsDan Williams1-1/+149
2022-07-25cxl/region: Add interleave geometry attributesBen Widawsky1-0/+134
2022-07-25cxl/region: Add a 'uuid' attributeBen Widawsky1-0/+118
2022-07-22cxl/region: Add region creation supportBen Widawsky4-0/+251
2022-07-22cxl/mem: Enumerate port targets before adding endpointsDan Williams1-0/+41
2022-07-22cxl/hdm: Add sysfs attributes for interleave ways + granularityBen Widawsky1-0/+23
2022-07-22cxl/port: Move dport tracking to an xarrayDan Williams2-51/+40
2022-07-22cxl/port: Move 'cxl_ep' references to an xarray per portDan Williams1-31/+29
2022-07-22cxl/port: Record parent dport when adding portsDan Williams1-12/+15
2022-07-22cxl/port: Record dport in endpoint referencesDan Williams1-17/+35