aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax/kmem.c
AgeCommit message (Expand)Author
2023-12-10dax/kmem: allow kmem to add memory with memmap_on_memoryVishal Verma
2023-10-16dax, kmem: calculate abstract distance with general interfaceHuang Ying
2023-08-18memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin
2023-06-23dax/kmem: Pass valid argument to memory_group_register_staticTarun Sahu
2023-02-17dax/kmem: Fix leak of memory-hotplug resourcesDan Williams
2023-02-10dax: Assign RAM regions to memory-hotplug by defaultDan Williams
2022-09-26mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V
2021-09-08dax/kmem: use a single static memory group for a single probed unitDavid Hildenbrand
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand
2021-02-16dax-device: Make remove callback return voidUwe Kleine-König
2020-12-15device-dax/kmem: use struct_size()Dan 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