| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-12-10 | dax/kmem: allow kmem to add memory with memmap_on_memory | Vishal Verma | 1 | -0/+1 |
| 2023-06-23 | dax: Cleanup extra dax_region references | Dan Williams | 1 | -1/+0 |
| 2023-05-18 | dax: fix missing-prototype warnings | Arnd Bergmann | 1 | -7/+0 |
| 2023-02-10 | dax: Assign RAM regions to memory-hotplug by default | Dan Williams | 1 | -2/+10 |
| 2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
| 2022-01-15 | device-dax: ensure dev_dax->pgmap is valid for dynamic devices | Joao Martins | 1 | -0/+1 |
| 2021-11-24 | dax: Kill DEV_DAX_PMEM_COMPAT | Dan Williams | 1 | -13/+0 |
| 2021-02-16 | dax-device: Make remove callback return void | Uwe Kleine-König | 1 | -1/+1 |
| 2020-10-13 | mm/memremap_pages: convert to 'struct range' | Dan Williams | 1 | -1/+1 |
| 2020-10-13 | device-dax: introduce 'struct dev_dax' typed-driver operations | Dan Williams | 1 | -1/+3 |
| 2020-10-13 | device-dax: add an allocation interface for device-dax instances | Dan Williams | 1 | -2/+5 |
| 2020-10-13 | device-dax: make pgmap optional for instance creation | Dan Williams | 1 | -0/+2 |
| 2020-10-13 | device-dax: move instance creation parameters to 'struct dev_dax_data' | Dan Williams | 1 | -8/+8 |
| 2020-10-13 | device-dax: drop the dax_region.pfn_flags attribute | Dan Williams | 1 | -2/+1 |
| 2019-11-07 | dax: Fix alloc_dax_region() compile warning | Dan Williams | 1 | -1/+1 |
| 2019-01-06 | acpi/nfit, device-dax: Identify differentiated memory with a unique numa-node | Dan Williams | 1 | -1/+2 |
| 2019-01-06 | device-dax: Add /sys/class/dax backwards compatibility | Dan Williams | 1 | -3/+23 |
| 2019-01-06 | device-dax: Add support for a dax override driver | Dan Williams | 1 | -1/+9 |
| 2019-01-06 | device-dax: Move resource pinning+mapping into the common driver | Dan Williams | 1 | -1/+2 |
| 2019-01-06 | device-dax: Introduce bus + driver model | Dan Williams | 1 | -0/+16 |
| 2019-01-06 | device-dax: Start defining a dax bus model | Dan Williams | 1 | -0/+15 |