aboutsummaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)AuthorFilesLines
2023-04-04Merge branch 'for-6.3/cxl-doe-fixes' into for-6.3/cxlGravatar Dan Williams 1-15/+23
2023-04-04cxl/hdm: Extend DVSEC range register emulation for region enumerationGravatar Dan Williams 1-5/+22
2023-04-04cxl/hdm: Limit emulation to the number of range registersGravatar Dan Williams 1-36/+46
2023-04-04cxl/region: Move coherence tracking into cxl_region_attach()Gravatar Dan Williams 1-2/+1
2023-04-04cxl/region: Fix region setup/teardown for RCDsGravatar Dan Williams 1-1/+27
2023-04-04cxl/port: Fix find_cxl_root() for RCDs and simplify itGravatar Dan Williams 3-35/+11
2023-04-04cxl/hdm: Skip emulation when driver manages mem_enableGravatar Dan Williams 1-13/+18
2023-04-04cxl/hdm: Fix double allocation of @cxlhdmGravatar Dan Williams 1-28/+6
2023-04-03cxl/pci: Handle excessive CDAT lengthGravatar Lukas Wunner 1-0/+3
2023-04-03cxl/pci: Handle truncated CDAT entriesGravatar Lukas Wunner 1-4/+9
2023-04-03cxl/pci: Handle truncated CDAT headerGravatar Lukas Wunner 1-1/+1
2023-03-21cxl/pci: Fix CDAT retrieval on big endianGravatar Lukas Wunner 1-13/+13
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 10-260/+2088
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-6/+6
2023-02-16Merge branch 'for-6.3/cxl-events' into cxl/nextGravatar Dan Williams 3-51/+66
2023-02-16cxl/trace: Add serial number to trace pointsGravatar Ira Weiny 1-10/+18
2023-02-16cxl/trace: Add host output to trace pointsGravatar Ira Weiny 1-10/+21
2023-02-16cxl/trace: Standardize device information outputGravatar Ira Weiny 3-48/+44
2023-02-14Merge branch 'for-6.3/cxl-rr-emu' into cxl/nextGravatar Dan Williams 2-118/+201
2023-02-14cxl/pci: Remove locked check for dvsec_range_allowed()Gravatar Dave Jiang 1-2/+0
2023-02-14cxl/hdm: Add emulation when HDM decoders are not committedGravatar Dave Jiang 1-0/+29
2023-02-14cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decodersGravatar Dave Jiang 2-13/+54
2023-02-14cxl/hdm: Emulate HDM decoder from DVSEC range registersGravatar Dave Jiang 2-4/+34
2023-02-14cxl/pci: Refactor cxl_hdm_decode_init()Gravatar Dave Jiang 1-81/+54
2023-02-14cxl/port: Export cxl_dvsec_rr_decode() to cxl_portGravatar Dave Jiang 1-11/+7
2023-02-14cxl/pci: Break out range register decoding from cxl_hdm_decode_init()Gravatar Dave Jiang 1-24/+40
2023-02-14Merge branch 'for-6.3/cxl-ram-region' into cxl/nextGravatar Dan Williams 1-3/+2
2023-02-14cxl: avoid returning uninitialized error codeGravatar Arnd Bergmann 1-3/+2
2023-02-10Merge branch 'for-6.3/cxl-ram-region' into cxl/nextGravatar Dan Williams 6-130/+856
2023-02-10Merge branch 'for-6.3/cxl' into cxl/nextGravatar Dan Williams 2-3/+8
2023-02-10cxl/uapi: Tag commands from cxl_query_cmd()Gravatar Ira Weiny 1-2/+7
2023-02-10cxl/dax: Create dax devices for CXL RAM regionsGravatar Dan Williams 3-3/+112
2023-02-10tools/testing/cxl: Define a fixed volatile configuration to parseGravatar Dan Williams 3-4/+4
2023-02-10cxl/region: Add region autodiscoveryGravatar Dan Williams 3-10/+505
2023-02-10cxl/port: Split endpoint and switch port probeGravatar Dan Williams 1-3/+8
2023-02-10kernel/range: Uplevel the cxl subsystem's range_contains() helperGravatar Dan Williams 1-5/+0
2023-02-10cxl/region: Move region-position validation to a helperGravatar Dan Williams 1-43/+76
2023-02-10cxl/region: Cleanup target list on attach errorGravatar Dan Williams 1-0/+2
2023-02-10cxl/region: Refactor attach_target() for autodiscoveryGravatar Dan Williams 1-19/+28
2023-02-10cxl/region: Add volatile region creation supportGravatar Dan Williams 3-14/+72
2023-02-10cxl/region: Validate region mode vs decoder modeGravatar Dan Williams 1-0/+6
2023-02-10cxl/region: Support empty uuids for non-pmem regionsGravatar Dan Williams 1-2/+9
2023-02-10cxl/region: Add a mode attribute for regionsGravatar Dan Williams 2-11/+11
2023-02-10cxl/memdev: Fix endpoint port removalGravatar Dan Williams 2-26/+33
2023-02-09cxl/mem: Correct full ID range allocationGravatar Davidlohr Bueso 1-1/+1
2023-02-07Merge branch 'for-6.3/cxl-events' into cxl/nextGravatar Dan Williams 2-1/+705
2023-02-07Merge branch 'for-6.3/cxl' into cxl/nextGravatar Dan Williams 7-9/+305
2023-02-07cxl/region: Fix passthrough-decoder detectionGravatar Dan Williams 1-2/+2
2023-02-06cxl/region: Fix null pointer dereference for resetting decoderGravatar Fan Ni 1-3/+5
2023-01-30cxl/pci: Set the device timestampGravatar Jonathan Cameron 1-0/+27