aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core/memdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-23Merge branch 'for-6.16/cxl-features-ras' into cxl-for-nextDave Jiang1-0/+1
2025-05-23cxl/edac: Support for finding memory operation attributes from the current bootShiju Jose1-0/+1
2025-05-09cxl: Remove else after returnRobert Richter1-2/+2
2025-03-17Merge branch 'for-6.15/features' into cxl-for-nextDave Jiang1-7/+15
2025-03-14Merge branch 'for-6.15/guard_cleanups' into cxl-for-next2Dave Jiang1-11/+6
2025-03-14cxl/memdev: cxl_memdev_ioctl() cleanupLi Ming1-5/+3
2025-03-14cxl/core: Use guard() to replace open-coded down_read/write()Li Ming1-6/+3
2025-02-24cxl: Refactor user ioctl command path from mds to mailboxDave Jiang1-7/+15
2025-02-04cxl: Cleanup partition size and perf helpersDan Williams1-0/+23
2025-02-04cxl: Kill enum cxl_decoder_modeDan Williams1-12/+3
2025-02-04cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'Dan Williams1-1/+1
2025-02-04cxl: Introduce to_{ram,pmem}_{res,perf}() helpersDan Williams1-20/+22
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-10/+10
2024-09-12cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as inputDave Jiang1-10/+13
2024-09-12cxl: Move mailbox related bits to the same contextDave Jiang1-7/+11
2024-04-30cxl/region: Move cxl_dpa_to_region() work to the region driverAlison Schofield1-44/+0
2024-02-16cxl: Fix sysfs export of qos_class for memdevDave Jiang1-0/+63
2024-01-12cxl/core: use sysfs_emit() for attr's _show()Shiyang Ruan1-1/+1
2023-11-29cxl/memdev: Hold region_rwsem during inject and clear poison opsAlison Schofield1-2/+16
2023-11-29cxl/core: Always hold region_rwsem while reading poison listsAlison Schofield1-1/+8
2023-10-27cxl: Add cxl_decoders_committed() helperDave Jiang1-2/+2
2023-10-09cxl/mem: Fix shutdown orderDan Williams1-1/+1
2023-10-06cxl/memdev: Fix sanitize vs decoder setup lockingDan Williams1-27/+16
2023-10-06cxl/pci: Fix sanitize notifier setupDan Williams1-42/+44
2023-10-06cxl/pci: Clarify devm host for memdev relative setupDan Williams1-8/+8
2023-10-06cxl/pci: Remove inconsistent usage of dev_err_probe()Dan Williams1-11/+2
2023-09-29cxl/pci: Cleanup 'sanitize' to always pollDan Williams1-2/+1
2023-07-28cxl/memdev: Only show sanitize sysfs files when supportedDavidlohr Bueso1-0/+19
2023-06-29cxl: Fix one kernel-doc commentYang Li1-1/+1
2023-06-25Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlDan Williams1-77/+96
2023-06-25Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxlDan Williams1-0/+308
2023-06-25cxl: add a firmware update mechanism using the sysfs firmware loaderVishal Verma1-0/+308
2023-06-25cxl/mem: Support Secure EraseDavidlohr Bueso1-0/+28
2023-06-25cxl/mem: Wire up Sanitization supportDavidlohr Bueso1-0/+67
2023-06-25cxl/mbox: Add sanitization handling machineryDavidlohr Bueso1-0/+10
2023-06-25cxl/mem: Introduce security state sysfs fileDavidlohr Bueso1-0/+33
2023-06-25cxl/memdev: Formalize endpoint port linkageDan Williams1-2/+2
2023-06-25cxl/memdev: Make mailbox functionality optionalDan Williams1-1/+9
2023-06-25cxl/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-10Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams1-0/+1
2023-02-10cxl/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