summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Merge branch 'for-6.5/cxl-perf' into for-6.5/cxlDan Williams10-7/+224
2023-06-26perf: CXL Performance Monitoring Unit driverJonathan Cameron1-0/+13
2023-06-26Merge branch 'for-6.5/cxl-region-fixes' into for-6.5/cxlDan Williams2-46/+72
2023-06-26Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlDan Williams16-445/+515
2023-06-26Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxlDan Williams4-0/+395
2023-06-26Merge branch 'for-6.5/cxl-background' into for-6.5/cxlDan Williams6-21/+434
2023-06-26cxl: add a firmware update mechanism using the sysfs firmware loaderVishal Verma4-0/+395
2023-06-26cxl/mem: Support Secure EraseDavidlohr Bueso3-1/+34
2023-06-26cxl/mem: Wire up Sanitization supportDavidlohr Bueso4-0/+132
2023-06-26cxl/mbox: Add sanitization handling machineryDavidlohr Bueso3-3/+91
2023-06-26cxl/mem: Introduce security state sysfs fileDavidlohr Bueso3-0/+46
2023-06-26cxl/mbox: Allow for IRQ_NONE case in the isrDavidlohr Bueso1-2/+4
2023-06-26Revert "cxl/port: Enable the HDM decoder capability for switch ports"Dan Williams3-33/+9
2023-06-26cxl/memdev: Formalize endpoint port linkageDan Williams4-5/+8
2023-06-26cxl/pci: Unconditionally unmask 256B Flit errorsDan Williams1-16/+2
2023-06-26cxl/region: Manage decoder target_type at decoder-attach timeDan Williams1-0/+12
2023-06-26cxl/hdm: Default CXL_DEVTYPE_DEVMEM decoders to CXL_DECODER_DEVMEMDan Williams2-10/+27
2023-06-26cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}Dan Williams5-12/+13
2023-06-26cxl/memdev: Make mailbox functionality optionalDan Williams3-1/+28
2023-06-26cxl/mbox: Move mailbox related driver state to its own data structureDan Williams7-271/+312
2023-06-26cxl: Remove leftover attribute documentation in 'struct cxl_dev_state'Dan Williams1-1/+0
2023-06-26cxl: Fix kernel-doc warningsDan Williams1-3/+3
2023-06-26cxl/regs: Clarify when a 'struct cxl_register_map' is input vs outputDan Williams2-6/+6
2023-06-25cxl/region: Fix state transitions after reset failureDan Williams1-11/+15
2023-06-25cxl/region: Flag partially torn down regions as unusableDan Williams2-0/+20
2023-06-25cxl/region: Move cache invalidation before region teardown, and before setupDan Williams2-36/+38
2023-05-30cxl/pci: Find and register CXL PMU devicesJonathan Cameron9-1/+155
2023-05-30cxl: Add functions to get an instance of / count regblocks of a given typeJonathan Cameron2-6/+56
2023-05-26cxl: Explicitly initialize resources when media is not readyDave Jiang1-6/+11
2023-05-23cxl/mbox: Add background cmd handling machineryDavidlohr Bueso4-1/+106
2023-05-23cxl/pci: Introduce cxl_request_irq()Davidlohr Bueso1-16/+23
2023-05-23cxl/pci: Allocate irq vectors earlier during probeDavidlohr Bueso1-4/+4
2023-05-20cxl/port: Fix NULL pointer access in devm_cxl_add_port()Robert Richter1-4/+3
2023-05-19cxl: Move cxl_await_media_ready() to before capacity info retrievalDave Jiang5-11/+21
2023-05-19cxl: Wait Memory_Info_Valid before access memory related infoDave Jiang2-9/+78
2023-05-18cxl/port: Enable the HDM decoder capability for switch portsDan Williams3-9/+33
2023-05-13cxl: Add missing return to cdat read error pathDave Jiang1-0/+1
2023-04-30Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds13-167/+986
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-23cxl/mbox: Update CMD_RC_TABLEDavidlohr Bueso1-2/+10
2023-04-23Merge branch 'for-6.3/cxl-autodetect-fixes' into for-6.4/cxlDan Williams4-19/+53
2023-04-23Merge branch 'for-6.4/cxl-poison' into for-6.4/cxlDan Williams9-8/+872
2023-04-23cxl/mem: Add debugfs attributes for poison inject and clearAlison Schofield1-0/+28
2023-04-23cxl/memdev: Trace inject and clear poison as cxl_poison eventsAlison Schofield3-3/+22
2023-04-23cxl/memdev: Warn of poison inject or clear to a mapped regionAlison Schofield1-0/+59
2023-04-23cxl/memdev: Add support for the Clear Poison mailbox commandAlison Schofield2-0/+50
2023-04-23cxl/memdev: Add support for the Inject Poison mailbox commandAlison Schofield2-0/+62
2023-04-23cxl/trace: Add an HPA to cxl_poison trace eventsAlison Schofield2-2/+103
2023-04-23cxl/region: Provide region info to the cxl_poison trace eventAlison Schofield3-1/+141
2023-04-23cxl/memdev: Add trigger_poison_list sysfs attributeAlison Schofield3-1/+88