summaryrefslogtreecommitdiff
path: root/drivers/dax/hmem/hmem.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-18dax: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2023-12-11dax/kmem: allow kmem to add memory with memmap_on_memoryVishal Verma1-0/+1
2023-06-23dax: Cleanup extra dax_region referencesDan Williams1-7/+1
2023-02-11cxl/dax: Create dax devices for CXL RAM regionsDan Williams1-0/+14
2023-02-11dax: Assign RAM regions to memory-hotplug by defaultDan Williams1-1/+11
2023-02-11dax/hmem: Move hmem device registration to dax_hmem.koDan Williams1-1/+104
2023-02-11dax/hmem: Convey the dax range via memregion_info()Dan Williams1-11/+3
2023-02-11dax/hmem: Drop unnecessary dax_hmem_remove()Dan Williams1-7/+0
2020-10-14dax/hmem: introduce dax_hmem.region_idle parameterJoao Martins1-1/+4
2020-10-14mm/memremap_pages: convert to 'struct range'Dan Williams1-1/+4
2020-10-14device-dax: introduce 'seed' devicesDan Williams1-1/+1
2020-10-14device-dax: add an allocation interface for device-dax instancesDan Williams1-5/+2
2020-10-14device-dax: make pgmap optional for instance creationDan Williams1-4/+4
2020-10-14device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams1-1/+7
2020-10-14device-dax: drop the dax_region.pfn_flags attributeDan Williams1-1/+1
2020-10-14ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams1-0/+56