index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
core
/
memdev.c
Age
Commit message (
Expand
)
Author
2024-09-12
cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input
Dave Jiang
2024-09-12
cxl: Move mailbox related bits to the same context
Dave Jiang
2024-04-30
cxl/region: Move cxl_dpa_to_region() work to the region driver
Alison Schofield
2024-02-16
cxl: Fix sysfs export of qos_class for memdev
Dave Jiang
2024-01-12
cxl/core: use sysfs_emit() for attr's _show()
Shiyang Ruan
2023-11-29
cxl/memdev: Hold region_rwsem during inject and clear poison ops
Alison Schofield
2023-11-29
cxl/core: Always hold region_rwsem while reading poison lists
Alison Schofield
2023-10-27
cxl: Add cxl_decoders_committed() helper
Dave Jiang
2023-10-09
cxl/mem: Fix shutdown order
Dan Williams
2023-10-06
cxl/memdev: Fix sanitize vs decoder setup locking
Dan Williams
2023-10-06
cxl/pci: Fix sanitize notifier setup
Dan Williams
2023-10-06
cxl/pci: Clarify devm host for memdev relative setup
Dan Williams
2023-10-06
cxl/pci: Remove inconsistent usage of dev_err_probe()
Dan Williams
2023-09-29
cxl/pci: Cleanup 'sanitize' to always poll
Dan Williams
2023-07-28
cxl/memdev: Only show sanitize sysfs files when supported
Davidlohr Bueso
2023-06-29
cxl: Fix one kernel-doc comment
Yang Li
2023-06-25
Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxl
Dan Williams
2023-06-25
Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxl
Dan Williams
2023-06-25
cxl: add a firmware update mechanism using the sysfs firmware loader
Vishal Verma
2023-06-25
cxl/mem: Support Secure Erase
Davidlohr Bueso
2023-06-25
cxl/mem: Wire up Sanitization support
Davidlohr Bueso
2023-06-25
cxl/mbox: Add sanitization handling machinery
Davidlohr Bueso
2023-06-25
cxl/mem: Introduce security state sysfs file
Davidlohr Bueso
2023-06-25
cxl/memdev: Formalize endpoint port linkage
Dan Williams
2023-06-25
cxl/memdev: Make mailbox functionality optional
Dan Williams
2023-06-25
cxl/mbox: Move mailbox related driver state to its own data structure
Dan Williams
2023-04-23
cxl/memdev: Trace inject and clear poison as cxl_poison events
Alison Schofield
2023-04-23
cxl/memdev: Warn of poison inject or clear to a mapped region
Alison Schofield
2023-04-23
cxl/memdev: Add support for the Clear Poison mailbox command
Alison Schofield
2023-04-23
cxl/memdev: Add support for the Inject Poison mailbox command
Alison Schofield
2023-04-23
cxl/region: Provide region info to the cxl_poison trace event
Alison Schofield
2023-04-23
cxl/memdev: Add trigger_poison_list sysfs attribute
Alison Schofield
2023-02-25
Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2023-02-10
Merge branch 'for-6.3/cxl-ram-region' into cxl/next
Dan Williams
2023-02-10
cxl/memdev: Fix endpoint port removal
Dan Williams
2023-02-09
cxl/mem: Correct full ID range allocation
Davidlohr Bueso
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
driver core: make struct device_type.devnode() take a const *
Greg Kroah-Hartman
2022-12-03
cxl/pci: Add (hopeful) error handling support
Dan Williams
2022-07-09
cxl/mem: Convert partition-info to resources
Dan Williams
2022-04-28
cxl: Replace lockdep_mutex with local lock classes
Dan Williams
2022-02-08
cxl/mem: Add the cxl_mem driver
Ben Widawsky
2022-02-08
cxl/memdev: Add numa_node attribute
Dan Williams
2022-02-08
cxl/pci: Emit device serial number
Dan Williams
2021-11-15
cxl/core: Convert to EXPORT_SYMBOL_NS_GPL
Dan Williams
2021-11-15
cxl/memdev: Change cxl_mem to a more descriptive name
Ira Weiny
2021-09-21
cxl/mbox: Add exclusive kernel command support
Dan Williams
2021-09-21
cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the core
Dan Williams
2021-09-21
cxl/pci: Make 'struct cxl_mem' device type generic
Dan Williams
2021-08-06
cxl/core: Move memdev management to core
Ben Widawsky