index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dax
/
kmem.c
Age
Commit message (
Expand
)
Author
2020-12-15
device-dax/kmem: use struct_size()
Dan Williams
2020-10-16
mm/memory_hotplug: prepare passing flags to add_memory() and friends
David Hildenbrand
2020-10-16
device-dax/kmem: fix resource release
Dan Williams
2020-10-13
device-dax: add dis-contiguous resource support
Dan Williams
2020-10-13
device-dax: introduce 'struct dev_dax' typed-driver operations
Dan Williams
2020-10-13
device-dax/kmem: replace release_resource() with release_mem_region()
Dan Williams
2020-10-13
device-dax/kmem: move resource name tracking to drvdata
Dan Williams
2020-10-13
device-dax/kmem: introduce dax_kmem_range()
Dan Williams
2020-10-13
device-dax: make pgmap optional for instance creation
Dan Williams
2020-06-04
device-dax: add memory via add_memory_driver_managed()
David Hildenbrand
2020-05-23
device-dax: don't leak kernel memory to user space after unloading kmem
David Hildenbrand
2019-07-16
device-dax: "Hotremove" persistent memory that is used like normal RAM
Pavel Tatashin
2019-07-16
device-dax: fix memory and resource leak if hotplug fails
Pavel Tatashin
2019-02-28
device-dax: "Hotplug" persistent memory for use like normal RAM
Dave Hansen