summaryrefslogtreecommitdiffstats
path: root/mm/memory-tiers.c
Commit message (Expand)AuthorAgeFilesLines
* mm/demotion: print demotion targetsLi Zhijian2024-02-221-1/+23
* memory tier: make memory_tier_subsys constRicardo B. Marliere2024-02-221-1/+1
* base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang2023-12-221-6/+6
* dax, kmem: calculate abstract distance with general interfaceHuang Ying2023-10-161-1/+2
* acpi, hmat: calculate abstract distance with HMATHuang Ying2023-10-161-1/+102
* memory tiering: add abstract distance calculation algorithms managementHuang Ying2023-10-161-0/+59
* acpi,mm: fix typo sibiling -> siblingLi Zhijian2023-10-061-5/+5
* memory tier: use helper macro __ATTR_RW()Miaohe Lin2023-08-181-7/+6
* memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin2023-08-181-3/+3
* memory tier: use helper function destroy_memory_type()Miaohe Lin2023-08-181-1/+1
* memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) checkMiaohe Lin2023-06-191-1/+1
* memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGR...Miaohe Lin2023-06-191-1/+0
* memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen2023-02-091-2/+2
* mm/demotion: fix NULL vs IS_ERR checking in memory_tier_initMiaoqian Lin2022-11-301-1/+1
* memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1
* memory tier, sysfs: rename attribute "nodes" to "nodelist"Huang Ying2022-10-281-4/+4
* mm/demotion: expose memory tier details via sysfsAneesh Kumar K.V2022-09-261-22/+87
* mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2022-09-261-0/+47
* mm/demotion: demote pages according to allocation fallback orderJagdish Gediya2022-09-261-3/+48
* mm/demotion: drop memtier from memtypeAneesh Kumar K.V2022-09-261-7/+9
* mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V2022-09-261-5/+35
* mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V2022-09-261-12/+226
* mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V2022-09-261-23/+91
* mm/demotion: add hotplug callbacks to handle new numa node onlinedAneesh Kumar K.V2022-09-261-0/+68
* mm/demotion: move memory demotion related codeAneesh Kumar K.V2022-09-261-0/+64
* mm/demotion: add support for explicit memory tiersAneesh Kumar K.V2022-09-261-0/+129