Age | Commit message (Expand) | Author | Files | Lines |
2021-02-17 | dax-device: Make remove callback return void | Uwe Kleine-König | 1 | -1/+1 |
2020-10-14 | mm/memremap_pages: convert to 'struct range' | Dan Williams | 1 | -1/+1 |
2020-10-14 | device-dax: introduce 'struct dev_dax' typed-driver operations | Dan Williams | 1 | -1/+3 |
2020-10-14 | device-dax: add an allocation interface for device-dax instances | Dan Williams | 1 | -2/+5 |
2020-10-14 | device-dax: make pgmap optional for instance creation | Dan Williams | 1 | -0/+2 |
2020-10-14 | device-dax: move instance creation parameters to 'struct dev_dax_data' | Dan Williams | 1 | -8/+8 |
2020-10-14 | 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-07 | acpi/nfit, device-dax: Identify differentiated memory with a unique numa-node | Dan Williams | 1 | -1/+2 |
2019-01-07 | device-dax: Add /sys/class/dax backwards compatibility | Dan Williams | 1 | -3/+23 |
2019-01-07 | device-dax: Add support for a dax override driver | Dan Williams | 1 | -1/+9 |
2019-01-07 | device-dax: Move resource pinning+mapping into the common driver | Dan Williams | 1 | -1/+2 |
2019-01-07 | device-dax: Introduce bus + driver model | Dan Williams | 1 | -0/+16 |
2019-01-07 | device-dax: Start defining a dax bus model | Dan Williams | 1 | -0/+15 |