summaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)AuthorFilesLines
2023-01-26cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absentDan Williams1-38/+4
2022-12-09cxl/region: Fix memdev reuse checkFan Ni1-1/+1
2022-12-07cxl/security: Drop security command ioctl uapiDan Williams1-17/+0
2022-12-07cxl/mbox: Add variable output size validation for internal commandsDan Williams1-9/+14
2022-12-07cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams1-34/+52
2022-12-06cxl: update names for interleave ways conversion macrosDave Jiang2-6/+6
2022-12-06cxl: update names for interleave granularity conversion macrosDave Jiang2-6/+6
2022-12-05cxl/region: Fix spelling mistake "memergion" -> "memregion"Colin Ian King1-1/+1
2022-12-05cxl/regs: Fix sparse warningDan Williams1-1/+1
2022-12-05Merge branch 'for-6.2/cxl-xor' into for-6.2/cxlDan Williams1-3/+6
2022-12-05Merge branch 'for-6.2/cxl-aer' into for-6.2/cxlDan Williams5-91/+120
2022-12-05Merge branch 'for-6.2/cxl-security' into for-6.2/cxlDan Williams3-0/+57
2022-12-05cxl/port: Add RCD endpoint port enumerationDan Williams1-0/+7
2022-12-05cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_memDan Williams2-47/+0
2022-12-04cxl/acpi: Support CXL XOR Interleave Math (CXIMS)Alison Schofield1-3/+6
2022-12-04cxl/pci: Add (hopeful) error handling supportDan Williams1-0/+1
2022-12-04cxl/pci: Find and map the RAS Capability StructureDan Williams1-0/+7
2022-12-04cxl/pci: Prepare for mapping RAS Capability StructureDan Williams2-11/+28
2022-12-04cxl/port: Limit the port driver to just the HDM Decoder CapabilityDan Williams1-14/+18
2022-12-04cxl/core/regs: Make cxl_map_{component, device}_regs() device genericDan Williams3-20/+25
2022-12-04cxl/pci: Cleanup cxl_map_device_regs()Dan Williams1-31/+20
2022-12-04cxl/pci: Cleanup repeated code in cxl_probe_regs() helpersDan Williams1-20/+26
2022-12-03cxl/acpi: Extract component registers of restricted hosts from RCRBRobert Richter2-6/+112
2022-12-03cxl/region: Manage CPU caches relative to DPA invalidation eventsDan Williams1-0/+31
2022-12-03cxl/pmem: Enforce keyctl ABI for PMEM securityDan Williams1-0/+10
2022-12-03cxl/region: Fix missing probe failureDan Williams1-0/+3
2022-12-03cxl: add dimm_id support for __nvdimm_create()Dave Jiang1-0/+7
2022-12-03cxl/acpi: Move rescan to the workqueueDan Williams1-2/+17
2022-12-03cxl/pmem: Remove the cxl_pmem_wq and related infrastructureDan Williams1-22/+0
2022-12-03cxl/pmem: Refactor nvdimm device registration, delete the workqueueDan Williams2-14/+128
2022-12-03cxl/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-12-01cxl/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-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