summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)Author
2023-05-26cxl: Explicitly initialize resources when media is not readyDave Jiang
2023-05-19cxl/port: Fix NULL pointer access in devm_cxl_add_port()Robert Richter
2023-05-18cxl: Move cxl_await_media_ready() to before capacity info retrievalDave Jiang
2023-05-18cxl: Wait Memory_Info_Valid before access memory related infoDave Jiang
2023-05-18cxl/port: Enable the HDM decoder capability for switch portsDan Williams
2023-05-13cxl: Add missing return to cdat read error pathDave Jiang
2023-04-30Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-23cxl/mbox: Update CMD_RC_TABLEDavidlohr Bueso
2023-04-23Merge branch 'for-6.3/cxl-autodetect-fixes' into for-6.4/cxlDan Williams
2023-04-23Merge branch 'for-6.4/cxl-poison' into for-6.4/cxlDan Williams
2023-04-23cxl/mem: Add debugfs attributes for poison inject and clearAlison Schofield
2023-04-23cxl/memdev: Trace inject and clear poison as cxl_poison eventsAlison Schofield
2023-04-23cxl/memdev: Warn of poison inject or clear to a mapped regionAlison Schofield
2023-04-23cxl/memdev: Add support for the Clear Poison mailbox commandAlison Schofield
2023-04-23cxl/memdev: Add support for the Inject Poison mailbox commandAlison Schofield
2023-04-23cxl/trace: Add an HPA to cxl_poison trace eventsAlison Schofield
2023-04-23cxl/region: Provide region info to the cxl_poison trace eventAlison Schofield
2023-04-23cxl/memdev: Add trigger_poison_list sysfs attributeAlison Schofield
2023-04-23cxl/trace: Add TRACE support for CXL media-error recordsAlison Schofield
2023-04-23cxl/mbox: Add GET_POISON_LIST mailbox commandAlison Schofield
2023-04-23cxl/mbox: Initialize the poison stateAlison Schofield
2023-04-23cxl/mbox: Restrict poison cmds to debugfs cxl_raw_allow_allAlison Schofield
2023-04-22cxl/mbox: Deprecate poison commandsDan Williams
2023-04-22cxl/port: Fix port to pci device assumptions in read_cdat_data()Dan Williams
2023-04-18cxl/pci: Rightsize CDAT response allocationLukas Wunner
2023-04-18cxl/pci: Simplify CDAT retrieval error pathDave Jiang
2023-04-18cxl/pci: Use CDAT DOE mailbox created by PCI coreLukas Wunner
2023-04-18cxl/pci: Use synchronous API for DOELukas Wunner
2023-04-18cxl/hdm: Add more HDM decoder debug messages at startupDan Williams
2023-04-18cxl/port: Scan single-target ports for decodersDan Williams
2023-04-18cxl/core: Drop unused io-64-nonatomic-lo-hi.hDan Williams
2023-04-18cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limitDan Williams
2023-04-18cxl/hdm: Fail upon detecting 0-sized decodersDan Williams
2023-04-04Merge branch 'for-6.3/cxl-doe-fixes' into for-6.3/cxlDan Williams
2023-04-04cxl/hdm: Extend DVSEC range register emulation for region enumerationDan Williams
2023-04-04cxl/hdm: Limit emulation to the number of range registersDan Williams
2023-04-04cxl/region: Move coherence tracking into cxl_region_attach()Dan Williams
2023-04-04cxl/region: Fix region setup/teardown for RCDsDan Williams
2023-04-04cxl/port: Fix find_cxl_root() for RCDs and simplify itDan Williams
2023-04-04cxl/hdm: Skip emulation when driver manages mem_enableDan Williams
2023-04-04cxl/hdm: Fix double allocation of @cxlhdmDan Williams
2023-04-03cxl/pci: Handle excessive CDAT lengthLukas Wunner
2023-04-03cxl/pci: Handle truncated CDAT entriesLukas Wunner
2023-04-03cxl/pci: Handle truncated CDAT headerLukas Wunner
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-21cxl/pci: Fix CDAT retrieval on big endianLukas Wunner
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-16Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams