summaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)AuthorFilesLines
2023-02-11Merge branch 'for-6.3/cxl' into cxl/nextDan Williams2-3/+8
2023-02-11cxl/uapi: Tag commands from cxl_query_cmd()Ira Weiny1-2/+7
2023-02-09cxl/mem: Correct full ID range allocationDavidlohr Bueso1-1/+1
2023-02-07Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams2-1/+705
2023-02-07Merge branch 'for-6.3/cxl' into cxl/nextDan Williams7-9/+305
2023-02-07cxl/region: Fix passthrough-decoder detectionDan Williams1-2/+2
2023-02-07cxl/region: Fix null pointer dereference for resetting decoderFan Ni1-3/+5
2023-01-30cxl/pci: Set the device timestampJonathan Cameron1-0/+27
2023-01-30cxl/mbox: Add missing parameter to docs.Jonathan Cameron1-0/+1
2023-01-28cxl/mbox: Fix Payload Length check for Get Log commandRobert Richter1-3/+22
2023-01-27cxl/mem: Trace Memory Module Event RecordIra Weiny2-0/+156
2023-01-27cxl/mem: Trace DRAM Event RecordIra Weiny2-0/+104
2023-01-27cxl/mem: Trace General Media Event RecordIra Weiny2-2/+151
2023-01-27cxl: fix spelling mistakesRandy Dunlap2-2/+2
2023-01-27cxl/mbox: Add debug messages for enabled mailbox commandsRobert Richter1-1/+2
2023-01-27cxl/mem: Read, trace, and clear events on driver loadIra Weiny2-1/+268
2023-01-26cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absentDan Williams1-38/+4
2023-01-26cxl/port: Link the 'parent_dport' in portX/ and endpointX/ sysfsDan Williams1-0/+29
2023-01-26cxl/region: Clarify when a cxld->commit() callback is mandatoryDan Williams1-2/+17
2023-01-06cxl/region: Only warn about cpu_cache_invalidate_memregion() onceDavidlohr Bueso1-1/+1
2023-01-05cxl/pci: Move tracepoint definitions to drivers/cxl/core/Dan Williams4-0/+229
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