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