| Commit message (Expand) | Author | Age | Files | Lines |
* | dax: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2024-06-18 | 1 | -0/+1 |
* | memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a... | Ho-Ren (Jack) Chuang | 2024-05-06 | 1 | -26/+4 |
* | dax/kmem: allow kmem to add memory with memmap_on_memory | Vishal Verma | 2023-12-11 | 1 | -1/+7 |
* | dax, kmem: calculate abstract distance with general interface | Huang Ying | 2023-10-17 | 1 | -13/+49 |
* | memory tier: rename destroy_memory_type() to put_memory_type() | Miaohe Lin | 2023-08-18 | 1 | -2/+2 |
* | dax/kmem: Pass valid argument to memory_group_register_static | Tarun Sahu | 2023-06-23 | 1 | -1/+1 |
* | dax/kmem: Fix leak of memory-hotplug resources | Dan Williams | 2023-02-17 | 1 | -2/+2 |
* | dax: Assign RAM regions to memory-hotplug by default | Dan Williams | 2023-02-11 | 1 | -0/+1 |
* | mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI... | Aneesh Kumar K.V | 2022-09-27 | 1 | -3/+39 |
* | dax/kmem: use a single static memory group for a single probed unit | David Hildenbrand | 2021-09-08 | 1 | -8/+32 |
* | mm/memory_hotplug: remove nid parameter from remove_memory() and friends | David Hildenbrand | 2021-09-08 | 1 | -2/+1 |
* | dax-device: Make remove callback return void | Uwe Kleine-König | 2021-02-17 | 1 | -5/+2 |
* | device-dax/kmem: use struct_size() | Dan Williams | 2020-12-15 | 1 | -1/+1 |
* | mm/memory_hotplug: prepare passing flags to add_memory() and friends | David Hildenbrand | 2020-10-16 | 1 | -1/+1 |
* | device-dax/kmem: fix resource release | Dan Williams | 2020-10-16 | 1 | -14/+34 |
* | device-dax: add dis-contiguous resource support | Dan Williams | 2020-10-14 | 1 | -43/+87 |
* | device-dax: introduce 'struct dev_dax' typed-driver operations | Dan Williams | 2020-10-14 | 1 | -10/+8 |
* | device-dax/kmem: replace release_resource() with release_mem_region() | Dan Williams | 2020-10-14 | 1 | -13/+7 |
* | device-dax/kmem: move resource name tracking to drvdata | Dan Williams | 2020-10-14 | 1 | -7/+9 |
* | device-dax/kmem: introduce dax_kmem_range() | Dan Williams | 2020-10-14 | 1 | -23/+17 |
* | device-dax: make pgmap optional for instance creation | Dan Williams | 2020-10-14 | 1 | -6/+6 |
* | device-dax: add memory via add_memory_driver_managed() | David Hildenbrand | 2020-06-05 | 1 | -2/+26 |
* | device-dax: don't leak kernel memory to user space after unloading kmem | David Hildenbrand | 2020-05-23 | 1 | -3/+11 |
* | device-dax: "Hotremove" persistent memory that is used like normal RAM | Pavel Tatashin | 2019-07-17 | 1 | -4/+37 |
* | device-dax: fix memory and resource leak if hotplug fails | Pavel Tatashin | 2019-07-17 | 1 | -1/+4 |
* | device-dax: "Hotplug" persistent memory for use like normal RAM | Dave Hansen | 2019-02-28 | 1 | -0/+108 |