summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2022-12-03cxl/acpi: Move rescan to the workqueueDan Williams3-5/+34
2022-12-03cxl/pmem: Remove the cxl_pmem_wq and related infrastructureDan Williams3-181/+1
2022-12-03cxl/pmem: Refactor nvdimm device registration, delete the workqueueDan Williams7-105/+181
2022-12-03cxl/region: Drop redundant pmem region release handlingDan Williams3-93/+0
2022-12-02cxl/acpi: Simplify cxl_nvdimm_bridge probingDan Williams2-0/+10
2022-12-01cxl/pmem: add provider name to cxl pmem dimm attribute groupDave Jiang1-0/+10
2022-12-01cxl/pmem: add id attribute to CXL based nvdimmDave Jiang1-1/+27
2022-12-01nvdimm/cxl/pmem: Add support for master passphrase disable security commandDave Jiang1-3/+18
2022-12-01cxl/pmem: Add "Passphrase Secure Erase" security command supportDave Jiang3-0/+38
2022-12-01cxl/pmem: Add "Unlock" security command supportDave Jiang3-0/+29
2022-12-01cxl/pmem: Add "Freeze Security State" security command supportDave Jiang3-0/+12
2022-12-01cxl/pmem: Add Disable Passphrase security command supportDave Jiang3-0/+27
2022-12-01cxl/pmem: Add "Set Passphrase" security command supportDave Jiang3-0/+38
2022-12-01cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang5-3/+70
2022-11-14cxl: Replace HDM decoder granularity magic numbersAdam Manzanares1-4/+7
2022-11-14cxl/acpi: Improve debug messages in cxl_acpi_probe()Robert Richter1-4/+8
2022-11-14cxl: Unify debug messages when calling devm_cxl_add_dport()Robert Richter3-21/+36
2022-11-14cxl: Unify debug messages when calling devm_cxl_add_port()Robert Richter2-14/+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 Richter2-2/+2
2022-11-14cxl/doe: Request exclusive DOE accessIra Weiny1-0/+5
2022-11-05cxl/region: Recycle region idsDan Williams1-0/+20
2022-11-05cxl/region: Fix 'distance' calculation with passthrough portsDan Williams3-3/+19
2022-11-05cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams3-37/+68
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-03cxl/pmem: Use size_add() against integer overflowYu Zhe1-1/+1
2022-11-02cxl/region: Fix decoder allocation crashVishal Verma1-26/+41
2022-10-21cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA.Jonathan Cameron1-1/+1
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/region: describe targets and nr_targets members of cxl_region_paramsBagas Sanjaya1-0/+2
2022-08-05cxl/regions: add padding for cxl_rr_ep_add nested listsBagas Sanjaya1-0/+3
2022-08-05cxl/region: Fix IS_ERR() vs NULL checkDan Carpenter1-2/+2
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/acpi: Minimize granularity for x1 interleavesDan Williams2-0/+8
2022-08-02cxl/region: Delete 'region' attribute from root decodersDan Williams1-1/+2
2022-08-02cxl/acpi: Autoload driver for 'cxl_acpi' test devicesDan Williams1-0/+7
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 Carpenter2-3/+4
2022-08-01cxl/region: uninitialized variable in alloc_hpa()Dan Carpenter1-1/+1