aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory-tiers.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22mm/demotion: print demotion targetsLi Zhijian1-1/+23
2024-02-22memory tier: make memory_tier_subsys constRicardo B. Marliere1-1/+1
2023-12-22base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang1-6/+6
2023-10-16dax, kmem: calculate abstract distance with general interfaceHuang Ying1-1/+2
2023-10-16acpi, hmat: calculate abstract distance with HMATHuang Ying1-1/+102
2023-10-16memory tiering: add abstract distance calculation algorithms managementHuang Ying1-0/+59
2023-10-06acpi,mm: fix typo sibiling -> siblingLi Zhijian1-5/+5
2023-08-18memory tier: use helper macro __ATTR_RW()Miaohe Lin1-7/+6
2023-08-18memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin1-3/+3
2023-08-18memory tier: use helper function destroy_memory_type()Miaohe Lin1-1/+1
2023-06-19memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) checkMiaohe Lin1-1/+1
2023-06-19memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGR...Miaohe Lin1-1/+0
2023-02-09memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen1-2/+2
2022-11-30mm/demotion: fix NULL vs IS_ERR checking in memory_tier_initMiaoqian Lin1-1/+1
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-10-28memory tier, sysfs: rename attribute "nodes" to "nodelist"Huang Ying1-4/+4
2022-09-26mm/demotion: expose memory tier details via sysfsAneesh Kumar K.V1-22/+87
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V1-0/+47
2022-09-26mm/demotion: demote pages according to allocation fallback orderJagdish Gediya1-3/+48
2022-09-26mm/demotion: drop memtier from memtypeAneesh Kumar K.V1-7/+9
2022-09-26mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V1-5/+35
2022-09-26mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V1-12/+226
2022-09-26mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V1-23/+91
2022-09-26mm/demotion: add hotplug callbacks to handle new numa node onlinedAneesh Kumar K.V1-0/+68
2022-09-26mm/demotion: move memory demotion related codeAneesh Kumar K.V1-0/+64
2022-09-26mm/demotion: add support for explicit memory tiersAneesh Kumar K.V1-0/+129