summaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds10-260/+2088
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+6
2023-02-17Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams3-51/+66
2023-02-17cxl/trace: Add serial number to trace pointsIra Weiny1-10/+18
2023-02-17cxl/trace: Add host output to trace pointsIra Weiny1-10/+21
2023-02-17cxl/trace: Standardize device information outputIra Weiny3-48/+44
2023-02-15Merge branch 'for-6.3/cxl-rr-emu' into cxl/nextDan Williams2-118/+201
2023-02-15cxl/pci: Remove locked check for dvsec_range_allowed()Dave Jiang1-2/+0
2023-02-15cxl/hdm: Add emulation when HDM decoders are not committedDave Jiang1-0/+29
2023-02-15cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decodersDave Jiang2-13/+54
2023-02-15cxl/hdm: Emulate HDM decoder from DVSEC range registersDave Jiang2-4/+34
2023-02-15cxl/pci: Refactor cxl_hdm_decode_init()Dave Jiang1-81/+54
2023-02-15cxl/port: Export cxl_dvsec_rr_decode() to cxl_portDave Jiang1-11/+7
2023-02-15cxl/pci: Break out range register decoding from cxl_hdm_decode_init()Dave Jiang1-24/+40
2023-02-15Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams1-3/+2
2023-02-14cxl: avoid returning uninitialized error codeArnd Bergmann1-3/+2
2023-02-11Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams6-130/+856
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-11cxl/dax: Create dax devices for CXL RAM regionsDan Williams3-3/+112
2023-02-11tools/testing/cxl: Define a fixed volatile configuration to parseDan Williams3-4/+4
2023-02-11cxl/region: Add region autodiscoveryDan Williams3-10/+505
2023-02-11cxl/port: Split endpoint and switch port probeDan Williams1-3/+8
2023-02-11kernel/range: Uplevel the cxl subsystem's range_contains() helperDan Williams1-5/+0
2023-02-11cxl/region: Move region-position validation to a helperDan Williams1-43/+76
2023-02-11cxl/region: Cleanup target list on attach errorDan Williams1-0/+2
2023-02-11cxl/region: Refactor attach_target() for autodiscoveryDan Williams1-19/+28
2023-02-11cxl/region: Add volatile region creation supportDan Williams3-14/+72
2023-02-11cxl/region: Validate region mode vs decoder modeDan Williams1-0/+6
2023-02-11cxl/region: Support empty uuids for non-pmem regionsDan Williams1-2/+9
2023-02-11cxl/region: Add a mode attribute for regionsDan Williams2-11/+11
2023-02-11cxl/memdev: Fix endpoint port removalDan Williams2-26/+33
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-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2-5/+5
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman1-1/+1
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