summaryrefslogtreecommitdiffstats
path: root/drivers/dax/kmem.c
Commit message (Expand)AuthorAgeFilesLines
* dax-device: Make remove callback return voidUwe Kleine-König2021-02-161-5/+2
* device-dax/kmem: use struct_size()Dan Williams2020-12-151-1/+1
* mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-1/+1
* device-dax/kmem: fix resource releaseDan Williams2020-10-161-14/+34
* device-dax: add dis-contiguous resource supportDan Williams2020-10-131-43/+87
* device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams2020-10-131-10/+8
* device-dax/kmem: replace release_resource() with release_mem_region()Dan Williams2020-10-131-13/+7
* device-dax/kmem: move resource name tracking to drvdataDan Williams2020-10-131-7/+9
* device-dax/kmem: introduce dax_kmem_range()Dan Williams2020-10-131-23/+17
* device-dax: make pgmap optional for instance creationDan Williams2020-10-131-6/+6
* device-dax: add memory via add_memory_driver_managed()David Hildenbrand2020-06-041-2/+26
* device-dax: don't leak kernel memory to user space after unloading kmemDavid Hildenbrand2020-05-231-3/+11
* device-dax: "Hotremove" persistent memory that is used like normal RAMPavel Tatashin2019-07-161-4/+37
* device-dax: fix memory and resource leak if hotplug failsPavel Tatashin2019-07-161-1/+4
* device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen2019-02-281-0/+108