summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/memdev.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-28cxl/memdev: Only show sanitize sysfs files when supportedDavidlohr Bueso1-0/+19
2023-06-30cxl: Fix one kernel-doc commentYang Li1-1/+1
2023-06-26Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlDan Williams1-77/+96
2023-06-26Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxlDan Williams1-0/+308
2023-06-26cxl: add a firmware update mechanism using the sysfs firmware loaderVishal Verma1-0/+308
2023-06-26cxl/mem: Support Secure EraseDavidlohr Bueso1-0/+28
2023-06-26cxl/mem: Wire up Sanitization supportDavidlohr Bueso1-0/+67
2023-06-26cxl/mbox: Add sanitization handling machineryDavidlohr Bueso1-0/+10
2023-06-26cxl/mem: Introduce security state sysfs fileDavidlohr Bueso1-0/+33
2023-06-26cxl/memdev: Formalize endpoint port linkageDan Williams1-2/+2
2023-06-26cxl/memdev: Make mailbox functionality optionalDan Williams1-1/+9
2023-06-26cxl/mbox: Move mailbox related driver state to its own data structureDan Williams1-16/+22
2023-04-23cxl/memdev: Trace inject and clear poison as cxl_poison eventsAlison Schofield1-0/+15
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 Schofield1-0/+43
2023-04-23cxl/memdev: Add support for the Inject Poison mailbox commandAlison Schofield1-0/+56
2023-04-23cxl/region: Provide region info to the cxl_poison trace eventAlison Schofield1-1/+12
2023-04-23cxl/memdev: Add trigger_poison_list sysfs attributeAlison Schofield1-0/+43
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-1/+2
2023-02-11Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams1-0/+1
2023-02-11cxl/memdev: Fix endpoint port removalDan Williams1-0/+1
2023-02-09cxl/mem: Correct full ID range allocationDavidlohr Bueso1-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-12-04cxl/pci: Add (hopeful) error handling supportDan Williams1-0/+1
2022-07-10cxl/mem: Convert partition-info to resourcesDan Williams1-2/+2
2022-04-29cxl: Replace lockdep_mutex with local lock classesDan Williams1-0/+3
2022-02-09cxl/mem: Add the cxl_mem driverBen Widawsky1-0/+16
2022-02-09cxl/memdev: Add numa_node attributeDan Williams1-0/+17
2022-02-09cxl/pci: Emit device serial numberDan Williams1-0/+11
2021-11-15cxl/core: Convert to EXPORT_SYMBOL_NS_GPLDan Williams1-3/+3
2021-11-15cxl/memdev: Change cxl_mem to a more descriptive nameIra Weiny1-25/+24
2021-09-21cxl/mbox: Add exclusive kernel command supportDan Williams1-0/+32
2021-09-21cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the coreDan Williams1-9/+72
2021-09-21cxl/pci: Make 'struct cxl_mem' device type genericDan Williams1-4/+3
2021-08-06cxl/core: Move memdev management to coreBen Widawsky1-0/+246