aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax/bus.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-21Merge tag 'libnvdimm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2026-04-01dax/hmem: Fix singleton confusion between dax_hmem_work and hmem devicesDan Williams1-1/+14
2026-03-30dax: Add fs_dax_get() func to prepare dax for fs-dax usageJohn Groves1-0/+2
2026-03-30dax: add fsdev.c driver for fs-dax on character daxJohn Groves1-0/+1
2026-03-27dax/hmem, cxl: Defer and resolve Soft Reserved ownershipSmita Koralahalli1-0/+7
2023-12-10dax/kmem: allow kmem to add memory with memmap_on_memoryVishal Verma1-0/+1
2023-06-23dax: Cleanup extra dax_region referencesDan Williams1-1/+0
2023-05-18dax: fix missing-prototype warningsArnd Bergmann1-7/+0
2023-02-10dax: Assign RAM regions to memory-hotplug by defaultDan Williams1-2/+10
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2022-01-15device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins1-0/+1
2021-11-24dax: Kill DEV_DAX_PMEM_COMPATDan Williams1-13/+0
2021-02-16dax-device: Make remove callback return voidUwe Kleine-König1-1/+1
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams1-1/+1
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams1-1/+3
2020-10-13device-dax: add an allocation interface for device-dax instancesDan Williams1-2/+5
2020-10-13device-dax: make pgmap optional for instance creationDan Williams1-0/+2
2020-10-13device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams1-8/+8
2020-10-13device-dax: drop the dax_region.pfn_flags attributeDan Williams1-2/+1
2019-11-07dax: Fix alloc_dax_region() compile warningDan Williams1-1/+1
2019-01-06acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams1-1/+2
2019-01-06device-dax: Add /sys/class/dax backwards compatibilityDan Williams1-3/+23
2019-01-06device-dax: Add support for a dax override driverDan Williams1-1/+9
2019-01-06device-dax: Move resource pinning+mapping into the common driverDan Williams1-1/+2
2019-01-06device-dax: Introduce bus + driver modelDan Williams1-0/+16
2019-01-06device-dax: Start defining a dax bus modelDan Williams1-0/+15