aboutsummaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)AuthorFilesLines
2022-12-02cxl/pmem: Refactor nvdimm device registration, delete the workqueueDan Williams2-14/+128
2022-12-02cxl/region: Drop redundant pmem region release handlingDan Williams1-2/+0
2022-12-01cxl/pmem: Add "Passphrase Secure Erase" security command supportDave Jiang1-0/+1
2022-12-01cxl/pmem: Add "Unlock" security command supportDave Jiang1-0/+1
2022-12-01cxl/pmem: Add "Freeze Security State" security command supportDave Jiang1-0/+1
2022-12-01cxl/pmem: Add Disable Passphrase security command supportDave Jiang1-0/+1
2022-12-01cxl/pmem: Add "Set Passphrase" security command supportDave Jiang1-0/+1
2022-11-30cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang1-0/+1
2022-11-14cxl: Unify debug messages when calling devm_cxl_add_dport()Robert Richter2-16/+34
2022-11-14cxl: Unify debug messages when calling devm_cxl_add_port()Robert Richter1-12/+39
2022-11-14cxl/core: Check physical address before mapping it in devm_cxl_iomap_block()Robert Richter1-0/+3
2022-11-14cxl/core: Remove duplicate declaration of devm_cxl_iomap_block()Robert Richter1-0/+2
2022-11-04cxl/region: Recycle region idsDan Williams1-0/+20
2022-11-04cxl/region: Fix 'distance' calculation with passthrough portsDan Williams2-3/+17
2022-11-04cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams1-0/+2
2022-11-04cxl/region: Fix cxl_region leak, cleanup targets at region deleteDan Williams1-0/+11
2022-11-04cxl/region: Fix region HPA ordering validationDan Williams1-0/+3
2022-11-01cxl/region: Fix decoder allocation crashVishal Verma1-26/+41
2022-10-20cxl/region: Fix null pointer dereference due to pass through decoder commitJonathan Cameron1-1/+2
2022-10-20cxl/mbox: Add a check on input payload sizeJonathan Cameron1-1/+1
2022-08-05cxl/hdm: Fix skip allocations vs multiple pmem allocationsDan Williams1-1/+10
2022-08-05cxl/region: Disallow region granularity != window granularityDan Williams1-6/+7
2022-08-05cxl/region: Fix x1 interleave to greater than x1 interleave routingDan Williams1-1/+5
2022-08-05cxl/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-01cxl/region: Stop initializing interleave granularityDan Williams1-4/+0
2022-08-01cxl/hdm: Fix DPA reservation vs cxl_endpoint_decoder lifetimeDan Williams1-2/+5
2022-08-01cxl/region: Delete 'region' attribute from root decodersDan Williams1-1/+2
2022-08-01cxl/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-21cxl/region: Add region creation supportBen Widawsky4-0/+251
2022-07-21cxl/mem: Enumerate port targets before adding endpointsDan Williams1-0/+41
2022-07-21cxl/hdm: Add sysfs attributes for interleave ways + granularityBen Widawsky1-0/+23
2022-07-21cxl/port: Move dport tracking to an xarrayDan Williams2-51/+40
2022-07-21cxl/port: Move 'cxl_ep' references to an xarray per portDan Williams1-31/+29