aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax/hmem
AgeCommit message (Expand)AuthorFilesLines
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-7/+1
2023-02-10cxl/dax: Create dax devices for CXL RAM regionsDan Williams1-0/+14
2023-02-10dax: Assign RAM regions to memory-hotplug by defaultDan Williams1-1/+11
2023-02-10dax/hmem: Move hmem device registration to dax_hmem.koDan Williams2-48/+148
2023-02-10dax/hmem: Convey the dax range via memregion_info()Dan Williams2-34/+17
2023-02-10dax/hmem: Drop unnecessary dax_hmem_remove()Dan Williams1-7/+0
2023-02-10dax/hmem: Move HMAT and Soft reservation probe initcall levelDan Williams2-2/+3
2022-11-21device-dax: Fix duplicate 'hmem' device registrationDan Williams1-9/+15
2022-10-14Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-09-29ACPI: HMAT: Release platform device in case of platform_device_add_data() failsLin Yujun1-2/+2
2022-09-24devdax: Fix soft-reservation memory descriptionDan Williams1-0/+1
2020-10-13dax/hmem: introduce dax_hmem.region_idle parameterJoao Martins1-1/+4
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams1-1/+4
2020-10-13device-dax: introduce 'seed' devicesDan Williams1-1/+1
2020-10-13device-dax: add an allocation interface for device-dax instancesDan Williams1-5/+2
2020-10-13device-dax: make pgmap optional for instance creationDan Williams1-4/+4
2020-10-13device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams1-1/+7
2020-10-13device-dax: drop the dax_region.pfn_flags attributeDan Williams1-1/+1
2020-10-13ACPI: HMAT: attach a device for each soft-reserved rangeDan Williams2-1/+37
2020-10-13ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceDan Williams3-0/+126