summaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | cxl/region: Fix passthrough-decoder detectionDan Williams2023-02-071-2/+2
* | | cxl/region: Fix null pointer dereference for resetting decoderFan Ni2023-02-061-3/+5
| |/ |/|
* | cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absentDan Williams2023-01-251-38/+4
|/
* cxl/region: Fix memdev reuse checkFan Ni2022-12-081-1/+1
* cxl/security: Drop security command ioctl uapiDan Williams2022-12-061-17/+0
* cxl/mbox: Add variable output size validation for internal commandsDan Williams2022-12-061-9/+14
* cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams2022-12-061-34/+52
* cxl: update names for interleave ways conversion macrosDave Jiang2022-12-052-6/+6
* cxl: update names for interleave granularity conversion macrosDave Jiang2022-12-052-6/+6
* cxl/region: Fix spelling mistake "memergion" -> "memregion"Colin Ian King2022-12-051-1/+1
* cxl/regs: Fix sparse warningDan Williams2022-12-051-1/+1
* Merge branch 'for-6.2/cxl-xor' into for-6.2/cxlDan Williams2022-12-051-3/+6
|\
| * cxl/acpi: Support CXL XOR Interleave Math (CXIMS)Alison Schofield2022-12-031-3/+6
* | Merge branch 'for-6.2/cxl-aer' into for-6.2/cxlDan Williams2022-12-055-91/+120
|\ \
| * | cxl/pci: Add (hopeful) error handling supportDan Williams2022-12-031-0/+1
| * | cxl/pci: Find and map the RAS Capability StructureDan Williams2022-12-031-0/+7
| * | cxl/pci: Prepare for mapping RAS Capability StructureDan Williams2022-12-032-11/+28
| * | cxl/port: Limit the port driver to just the HDM Decoder CapabilityDan Williams2022-12-031-14/+18
| * | cxl/core/regs: Make cxl_map_{component, device}_regs() device genericDan Williams2022-12-033-20/+25
| * | cxl/pci: Cleanup cxl_map_device_regs()Dan Williams2022-12-031-31/+20
| * | cxl/pci: Cleanup repeated code in cxl_probe_regs() helpersDan Williams2022-12-031-20/+26
| |/
* | Merge branch 'for-6.2/cxl-security' into for-6.2/cxlDan Williams2022-12-053-0/+57
|\ \
| * | cxl/region: Manage CPU caches relative to DPA invalidation eventsDan Williams2022-12-031-0/+31
| * | cxl/pmem: Enforce keyctl ABI for PMEM securityDan Williams2022-12-021-0/+10
| * | cxl/region: Fix missing probe failureDan Williams2022-12-021-0/+3
| * | cxl: add dimm_id support for __nvdimm_create()Dave Jiang2022-12-021-0/+7
| * | cxl/pmem: Add "Passphrase Secure Erase" security command supportDave Jiang2022-12-011-0/+1
| * | cxl/pmem: Add "Unlock" security command supportDave Jiang2022-12-011-0/+1
| * | cxl/pmem: Add "Freeze Security State" security command supportDave Jiang2022-12-011-0/+1
| * | cxl/pmem: Add Disable Passphrase security command supportDave Jiang2022-12-011-0/+1
| * | cxl/pmem: Add "Set Passphrase" security command supportDave Jiang2022-12-011-0/+1
| * | cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationDave Jiang2022-11-301-0/+1
* | | cxl/port: Add RCD endpoint port enumerationDan Williams2022-12-051-0/+7
* | | cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_memDan Williams2022-12-052-47/+0
* | | cxl/acpi: Extract component registers of restricted hosts from RCRBRobert Richter2022-12-032-6/+112
* | | cxl/acpi: Move rescan to the workqueueDan Williams2022-12-021-2/+17
* | | cxl/pmem: Remove the cxl_pmem_wq and related infrastructureDan Williams2022-12-021-22/+0
* | | cxl/pmem: Refactor nvdimm device registration, delete the workqueueDan Williams2022-12-022-14/+128
* | | cxl/region: Drop redundant pmem region release handlingDan Williams2022-12-021-2/+0
|/ /
* | cxl: Unify debug messages when calling devm_cxl_add_dport()Robert Richter2022-11-142-16/+34
* | cxl: Unify debug messages when calling devm_cxl_add_port()Robert Richter2022-11-141-12/+39
* | cxl/core: Check physical address before mapping it in devm_cxl_iomap_block()Robert Richter2022-11-141-0/+3
* | cxl/core: Remove duplicate declaration of devm_cxl_iomap_block()Robert Richter2022-11-141-0/+2
|/
* cxl/region: Recycle region idsDan Williams2022-11-041-0/+20
* cxl/region: Fix 'distance' calculation with passthrough portsDan Williams2022-11-042-3/+17
* cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams2022-11-041-0/+2
* cxl/region: Fix cxl_region leak, cleanup targets at region deleteDan Williams2022-11-041-0/+11
* cxl/region: Fix region HPA ordering validationDan Williams2022-11-041-0/+3
* cxl/region: Fix decoder allocation crashVishal Verma2022-11-011-26/+41
* cxl/region: Fix null pointer dereference due to pass through decoder commitJonathan Cameron2022-10-201-1/+2