aboutsummaryrefslogtreecommitdiff
path: root/drivers/dax/kmem.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18memory tier: rename destroy_memory_type() to put_memory_type()Gravatar Miaohe Lin 1-2/+2
2023-06-23dax/kmem: Pass valid argument to memory_group_register_staticGravatar Tarun Sahu 1-1/+1
2023-02-17dax/kmem: Fix leak of memory-hotplug resourcesGravatar Dan Williams 1-2/+2
2023-02-10dax: Assign RAM regions to memory-hotplug by defaultGravatar Dan Williams 1-0/+1
2022-09-26mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Gravatar Aneesh Kumar K.V 1-3/+39
2021-09-08dax/kmem: use a single static memory group for a single probed unitGravatar David Hildenbrand 1-8/+32
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsGravatar David Hildenbrand 1-2/+1
2021-02-16dax-device: Make remove callback return voidGravatar Uwe Kleine-König 1-5/+2
2020-12-15device-dax/kmem: use struct_size()Gravatar Dan Williams 1-1/+1
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsGravatar David Hildenbrand 1-1/+1
2020-10-16device-dax/kmem: fix resource releaseGravatar Dan Williams 1-14/+34
2020-10-13device-dax: add dis-contiguous resource supportGravatar Dan Williams 1-43/+87
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsGravatar Dan Williams 1-10/+8
2020-10-13device-dax/kmem: replace release_resource() with release_mem_region()Gravatar Dan Williams 1-13/+7
2020-10-13device-dax/kmem: move resource name tracking to drvdataGravatar Dan Williams 1-7/+9
2020-10-13device-dax/kmem: introduce dax_kmem_range()Gravatar Dan Williams 1-23/+17
2020-10-13device-dax: make pgmap optional for instance creationGravatar Dan Williams 1-6/+6
2020-06-04device-dax: add memory via add_memory_driver_managed()Gravatar David Hildenbrand 1-2/+26
2020-05-23device-dax: don't leak kernel memory to user space after unloading kmemGravatar David Hildenbrand 1-3/+11
2019-07-16device-dax: "Hotremove" persistent memory that is used like normal RAMGravatar Pavel Tatashin 1-4/+37
2019-07-16device-dax: fix memory and resource leak if hotplug failsGravatar Pavel Tatashin 1-1/+4
2019-02-28device-dax: "Hotplug" persistent memory for use like normal RAMGravatar Dave Hansen 1-0/+108