summaryrefslogtreecommitdiffstats
path: root/mm/memory-tiers.c
AgeCommit message (Expand)AuthorFilesLines
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