summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds18-429/+2777
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-9/+9
2023-02-17Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams4-51/+67
2023-02-17cxl/mem: Add kdoc param for event log driver stateAlison Schofield1-0/+1
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 Williams6-138/+231
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 Jiang4-15/+57
2023-02-15cxl/hdm: Emulate HDM decoder from DVSEC range registersDave Jiang4-6/+37
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 Jiang5-31/+36
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' into cxl/nextDan Williams2-8/+63
2023-02-15Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams1-3/+2
2023-02-15cxl: add RAS status unmasking for CXLDave Jiang2-0/+66
2023-02-15cxl: remove unnecessary calling of pci_enable_pcie_error_reporting()Dave Jiang1-11/+0
2023-02-14cxl: avoid returning uninitialized error codeArnd Bergmann1-3/+2
2023-02-14cxl/pmem: Fix nvdimm registration racesDan Williams1-0/+1
2023-02-11Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams11-161/+1014
2023-02-11Merge branch 'for-6.3/cxl' into cxl/nextDan Williams3-4/+8
2023-02-11cxl/uapi: Tag commands from cxl_query_cmd()Ira Weiny1-2/+7
2023-02-11cxl/mem: Remove unused CXL_CMD_FLAG_NONE defineIra Weiny1-1/+0
2023-02-11cxl/dax: Create dax devices for CXL RAM regionsDan Williams5-4/+126
2023-02-11tools/testing/cxl: Define a fixed volatile configuration to parseDan Williams5-4/+9
2023-02-11cxl/region: Add region autodiscoveryDan Williams5-11/+580
2023-02-11cxl/port: Split endpoint and switch port probeDan Williams2-33/+47
2023-02-11cxl/region: Enable CONFIG_CXL_REGION to be toggledDan Williams1-1/+11
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 Williams3-11/+25
2023-02-11cxl/memdev: Fix endpoint port removalDan Williams3-26/+35
2023-02-09cxl/mem: Correct full ID range allocationDavidlohr Bueso1-1/+1
2023-02-07Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams6-1/+1141
2023-02-07Merge branch 'for-6.3/cxl' into cxl/nextDan Williams12-126/+313
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-31cxl/pci: Fix irq oneshot expectationsDan Williams1-1/+2
2023-01-30cxl/pci: Set the device timestampJonathan Cameron3-0/+40
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-Hartman4-8/+8
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman1-1/+1