summaryrefslogtreecommitdiffstats
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2023-01-25cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absentDan Williams3-39/+28
2023-01-09cxl: fix cxl_report_and_clear() RAS UE addr mis-assignmentDave Jiang1-2/+5
2022-12-08cxl/region: Fix memdev reuse checkFan Ni1-1/+1
2022-12-06cxl/pci: Remove endian confusionDan Williams1-4/+3
2022-12-06cxl/pci: Add some type-safety to the AER trace pointsDan Williams1-2/+2
2022-12-06cxl/security: Drop security command ioctl uapiDan Williams1-17/+0
2022-12-06cxl/mbox: Add variable output size validation for internal commandsDan Williams2-9/+16
2022-12-06cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output sizeDan Williams4-62/+126
2022-12-06cxl/security: Fix Get Security State output payload endian handlingDan Williams1-1/+5
2022-12-05cxl: update names for interleave ways conversion macrosDave Jiang4-16/+16
2022-12-05cxl: update names for interleave granularity conversion macrosDave Jiang4-14/+15
2022-12-05cxl/acpi: Warn about an invalid CHBCR in an existing CHBS entryRobert Richter1-1/+2
2022-12-05cxl/acpi: Fail decoder add if CXIMS for HBIG is missingAlison Schofield1-0/+5
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 Williams3-8/+149
2022-12-05Merge branch 'for-6.2/cxl-aer' into for-6.2/cxlDan Williams9-149/+324
2022-12-05Merge branch 'for-6.2/cxl-security' into for-6.2/cxlDan Williams9-3/+332
2022-12-05cxl/port: Add RCD endpoint port enumerationDan Williams4-8/+44
2022-12-05cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_memDan Williams5-49/+47
2022-12-03cxl/acpi: Support CXL XOR Interleave Math (CXIMS)Alison Schofield3-8/+149
2022-12-03cxl/pci: Add callback to log AER correctable errorDave Jiang1-0/+20
2022-12-03cxl/pci: Add (hopeful) error handling supportDan Williams4-0/+141
2022-12-03cxl/pci: add tracepoint events for CXL RASDave Jiang1-0/+2
2022-12-03cxl/pci: Find and map the RAS Capability StructureDan Williams3-0/+34
2022-12-03cxl/pci: Prepare for mapping RAS Capability StructureDan Williams3-12/+31
2022-12-03cxl/port: Limit the port driver to just the HDM Decoder CapabilityDan Williams1-14/+18
2022-12-03cxl/core/regs: Make cxl_map_{component, device}_regs() device genericDan Williams6-56/+37
2022-12-03cxl/pci: Kill cxl_map_regs()Dan Williams1-22/+1
2022-12-03cxl/pci: Cleanup cxl_map_device_regs()Dan Williams1-31/+20
2022-12-03cxl/pci: Cleanup repeated code in cxl_probe_regs() helpersDan Williams1-20/+26
2022-12-03cxl/acpi: Extract component registers of restricted hosts from RCRBRobert Richter4-11/+174
2022-12-03cxl/region: Manage CPU caches relative to DPA invalidation eventsDan Williams4-14/+57
2022-12-02cxl/pmem: Enforce keyctl ABI for PMEM securityDan Williams1-0/+10
2022-12-02cxl/region: Fix missing probe failureDan Williams1-0/+3
2022-12-02cxl: add dimm_id support for __nvdimm_create()Dave Jiang3-1/+12
2022-12-02cxl/ACPI: Register CXL host ports by bridge deviceRobert Richter1-18/+20
2022-12-02tools/testing/cxl: Make mock CEDT parsing more robustDan Williams1-0/+4
2022-12-02cxl/acpi: Move rescan to the workqueueDan Williams3-5/+34
2022-12-02cxl/pmem: Remove the cxl_pmem_wq and related infrastructureDan Williams3-181/+1
2022-12-02cxl/pmem: Refactor nvdimm device registration, delete the workqueueDan Williams7-105/+181
2022-12-02cxl/region: Drop redundant pmem region release handlingDan Williams3-93/+0
2022-12-01cxl/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