aboutsummaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2023-05-26cxl: Explicitly initialize resources when media is not readyGravatar Dave Jiang 1-6/+11
2023-05-19cxl/port: Fix NULL pointer access in devm_cxl_add_port()Gravatar Robert Richter 1-4/+3
2023-05-18cxl: Move cxl_await_media_ready() to before capacity info retrievalGravatar Dave Jiang 5-11/+21
2023-05-18cxl: Wait Memory_Info_Valid before access memory related infoGravatar Dave Jiang 2-9/+78
2023-05-18cxl/port: Enable the HDM decoder capability for switch portsGravatar Dan Williams 3-9/+33
2023-05-13cxl: Add missing return to cdat read error pathGravatar Dave Jiang 1-0/+1
2023-04-30Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 13-167/+986
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-23cxl/mbox: Update CMD_RC_TABLEGravatar Davidlohr Bueso 1-2/+10
2023-04-23Merge branch 'for-6.3/cxl-autodetect-fixes' into for-6.4/cxlGravatar Dan Williams 4-19/+53
2023-04-23Merge branch 'for-6.4/cxl-poison' into for-6.4/cxlGravatar Dan Williams 9-8/+872
2023-04-23cxl/mem: Add debugfs attributes for poison inject and clearGravatar Alison Schofield 1-0/+28
2023-04-23cxl/memdev: Trace inject and clear poison as cxl_poison eventsGravatar Alison Schofield 3-3/+22
2023-04-23cxl/memdev: Warn of poison inject or clear to a mapped regionGravatar Alison Schofield 1-0/+59
2023-04-23cxl/memdev: Add support for the Clear Poison mailbox commandGravatar Alison Schofield 2-0/+50
2023-04-23cxl/memdev: Add support for the Inject Poison mailbox commandGravatar Alison Schofield 2-0/+62
2023-04-23cxl/trace: Add an HPA to cxl_poison trace eventsGravatar Alison Schofield 2-2/+103
2023-04-23cxl/region: Provide region info to the cxl_poison trace eventGravatar Alison Schofield 3-1/+141
2023-04-23cxl/memdev: Add trigger_poison_list sysfs attributeGravatar Alison Schofield 3-1/+88
2023-04-23cxl/trace: Add TRACE support for CXL media-error recordsGravatar Alison Schofield 3-1/+102
2023-04-23cxl/mbox: Add GET_POISON_LIST mailbox commandGravatar Alison Schofield 2-0/+101
2023-04-23cxl/mbox: Initialize the poison stateGravatar Alison Schofield 3-2/+117
2023-04-23cxl/mbox: Restrict poison cmds to debugfs cxl_raw_allow_allGravatar Alison Schofield 1-0/+6
2023-04-22cxl/mbox: Deprecate poison commandsGravatar Dan Williams 1-5/+0
2023-04-22cxl/port: Fix port to pci device assumptions in read_cdat_data()Gravatar Dan Williams 1-6/+7
2023-04-18cxl/pci: Rightsize CDAT response allocationGravatar Lukas Wunner 1-17/+19
2023-04-18cxl/pci: Simplify CDAT retrieval error pathGravatar Dave Jiang 1-11/+12
2023-04-18cxl/pci: Use CDAT DOE mailbox created by PCI coreGravatar Lukas Wunner 3-74/+5
2023-04-18cxl/pci: Use synchronous API for DOEGravatar Lukas Wunner 1-44/+22
2023-04-18cxl/hdm: Add more HDM decoder debug messages at startupGravatar Dan Williams 1-0/+12
2023-04-18cxl/port: Scan single-target ports for decodersGravatar Dan Williams 2-7/+16
2023-04-18cxl/core: Drop unused io-64-nonatomic-lo-hi.hGravatar Dan Williams 2-2/+0
2023-04-18cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limitGravatar Dan Williams 1-7/+13
2023-04-18cxl/hdm: Fail upon detecting 0-sized decodersGravatar Dan Williams 1-3/+12
2023-04-04Merge branch 'for-6.3/cxl-doe-fixes' into for-6.3/cxlGravatar Dan Williams 2-15/+37
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 5-38/+14
2023-04-04cxl/hdm: Skip emulation when driver manages mem_enableGravatar Dan Williams 3-15/+22
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 2-4/+23
2023-04-03cxl/pci: Handle truncated CDAT headerGravatar Lukas Wunner 1-1/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGravatar Greg Kroah-Hartman 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 18-429/+2777
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-9/+9
2023-02-16Merge branch 'for-6.3/cxl-events' into cxl/nextGravatar Dan Williams 4-51/+67