summaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core/memdev.c
Commit message (Expand)AuthorAgeFilesLines
* cxl/memdev: Only show sanitize sysfs files when supportedDavidlohr Bueso2023-07-281-0/+19
* cxl: Fix one kernel-doc commentYang Li2023-06-291-1/+1
* Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlDan Williams2023-06-251-77/+96
|\
| * cxl/memdev: Formalize endpoint port linkageDan Williams2023-06-251-2/+2
| * cxl/memdev: Make mailbox functionality optionalDan Williams2023-06-251-1/+9
| * cxl/mbox: Move mailbox related driver state to its own data structureDan Williams2023-06-251-16/+22
* | Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxlDan Williams2023-06-251-0/+308
|\ \
| * | cxl: add a firmware update mechanism using the sysfs firmware loaderVishal Verma2023-06-251-0/+308
| |/
* | cxl/mem: Support Secure EraseDavidlohr Bueso2023-06-251-0/+28
* | cxl/mem: Wire up Sanitization supportDavidlohr Bueso2023-06-251-0/+67
* | cxl/mbox: Add sanitization handling machineryDavidlohr Bueso2023-06-251-0/+10
* | cxl/mem: Introduce security state sysfs fileDavidlohr Bueso2023-06-251-0/+33
|/
* cxl/memdev: Trace inject and clear poison as cxl_poison eventsAlison Schofield2023-04-231-0/+15
* cxl/memdev: Warn of poison inject or clear to a mapped regionAlison Schofield2023-04-231-0/+59
* cxl/memdev: Add support for the Clear Poison mailbox commandAlison Schofield2023-04-231-0/+43
* cxl/memdev: Add support for the Inject Poison mailbox commandAlison Schofield2023-04-231-0/+56
* cxl/region: Provide region info to the cxl_poison trace eventAlison Schofield2023-04-231-1/+12
* cxl/memdev: Add trigger_poison_list sysfs attributeAlison Schofield2023-04-231-0/+43
* Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-02-251-1/+2
|\
| * Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams2023-02-101-0/+1
| |\
| | * cxl/memdev: Fix endpoint port removalDan Williams2023-02-101-0/+1
| * | cxl/mem: Correct full ID range allocationDavidlohr Bueso2023-02-091-1/+1
| |/
* | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* | driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman2023-01-271-1/+1
|/
* cxl/pci: Add (hopeful) error handling supportDan Williams2022-12-031-0/+1
* cxl/mem: Convert partition-info to resourcesDan Williams2022-07-091-2/+2
* cxl: Replace lockdep_mutex with local lock classesDan Williams2022-04-281-0/+3
* cxl/mem: Add the cxl_mem driverBen Widawsky2022-02-081-0/+16
* cxl/memdev: Add numa_node attributeDan Williams2022-02-081-0/+17
* cxl/pci: Emit device serial numberDan Williams2022-02-081-0/+11
* cxl/core: Convert to EXPORT_SYMBOL_NS_GPLDan Williams2021-11-151-3/+3
* cxl/memdev: Change cxl_mem to a more descriptive nameIra Weiny2021-11-151-25/+24
* cxl/mbox: Add exclusive kernel command supportDan Williams2021-09-211-0/+32
* cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the coreDan Williams2021-09-211-9/+72
* cxl/pci: Make 'struct cxl_mem' device type genericDan Williams2021-09-211-4/+3
* cxl/core: Move memdev management to coreBen Widawsky2021-08-061-0/+246