aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax/kmem.c
AgeCommit message (Expand)Author
2023-03-11dax/kmem: Fix leak of memory-hotplug resourcesDan Williams
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand
2020-10-16device-dax/kmem: fix resource releaseDan Williams
2020-10-13device-dax: add dis-contiguous resource supportDan Williams
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams
2020-10-13device-dax/kmem: replace release_resource() with release_mem_region()Dan Williams
2020-10-13device-dax/kmem: move resource name tracking to drvdataDan Williams
2020-10-13device-dax/kmem: introduce dax_kmem_range()Dan Williams
2020-10-13device-dax: make pgmap optional for instance creationDan Williams
2020-06-04device-dax: add memory via add_memory_driver_managed()David Hildenbrand
2020-05-23device-dax: don't leak kernel memory to user space after unloading kmemDavid Hildenbrand
2019-07-16device-dax: "Hotremove" persistent memory that is used like normal RAMPavel Tatashin
2019-07-16device-dax: fix memory and resource leak if hotplug failsPavel Tatashin
2019-02-28device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen