summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-26lib/nodemask: optimize node_random for nodemask with single NUMA nodeAneesh Kumar K.V1-3/+12
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V8-5/+63
2022-09-26mm/demotion: demote pages according to allocation fallback orderJagdish Gediya3-18/+103
2022-09-26mm/demotion: drop memtier from memtypeAneesh Kumar K.V2-8/+9
2022-09-26mm/demotion: add pg_data_t member to track node memory tier detailsAneesh Kumar K.V2-5/+38
2022-09-26mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V5-423/+239
2022-09-26mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V3-27/+171
2022-09-26mm/demotion: add hotplug callbacks to handle new numa node onlinedAneesh Kumar K.V2-0/+69
2022-09-26mm/demotion: move memory demotion related codeAneesh Kumar K.V5-61/+74
2022-09-26mm/demotion: add support for explicit memory tiersAneesh Kumar K.V3-0/+148
2022-09-26mm: multi-gen LRU: design docYu Zhao2-0/+160
2022-09-26mm: multi-gen LRU: admin guideYu Zhao4-1/+169
2022-09-26mm: multi-gen LRU: debugfs interfaceYu Zhao2-10/+402
2022-09-26mm: multi-gen LRU: thrashing preventionYu Zhao2-3/+73
2022-09-26mm: multi-gen LRU: kill switchYu Zhao6-9/+265
2022-09-26mm: multi-gen LRU: optimize multiple memcgsYu Zhao1-9/+96
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao10-17/+1172
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao8-2/+236
2022-09-26mm: multi-gen LRU: minimal implementationYu Zhao8-11/+1025
2022-09-26mm: multi-gen LRU: groundworkYu Zhao15-14/+424
2022-09-26Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole cal...Yu Zhao1-1/+8
2022-09-26mm/vmscan.c: refactor shrink_node()Yu Zhao1-94/+104
2022-09-26mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao5-4/+17
2022-09-26mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao4-29/+19
2022-09-26mm/page_io: count submission time as thrashing delay for delayacctYang Yang1-5/+10
2022-09-26delayacct: support re-entrance detection of thrashing accountingYang Yang4-14/+29
2022-09-26mm: migrate: do not retry 10 times for the subpages of fail-to-migrate THPBaolin Wang1-3/+2
2022-09-26migrate_pages(): fix failure counting for retryHuang Ying1-1/+5
2022-09-26migrate_pages(): fix failure counting for THP splittingHuang Ying1-7/+7
2022-09-26migrate_pages(): fix failure counting for THP on -ENOSYSHuang Ying1-3/+3
2022-09-26migrate_pages(): fix failure counting for THP subpages retryingHuang Ying1-1/+2
2022-09-26migrate_pages(): fix THP failure counting for -ENOMEMHuang Ying1-3/+4
2022-09-26migrate_pages(): remove unnecessary list_safe_reset_next()Huang Ying1-8/+5
2022-09-26migrate: fix syscall move_pages() return value for failureHuang Ying1-2/+6
2022-09-26filemap: make the accounting of thrashing more consistentYang Yang2-15/+5
2022-09-26mm/swap: cache swap migration A/D bits supportPeter Xu3-6/+11
2022-09-26mm/swap: cache maximum swapfile size when init swapPeter Xu4-5/+11
2022-09-26mm: remember young/dirty bit for page migrationsPeter Xu5-4/+130
2022-09-26mm/thp: carry over dirty bit when thp splits on pmdPeter Xu1-2/+7
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu6-15/+52
2022-09-26mm/swap: comment all the ifdef in swapops.hPeter Xu1-8/+8
2022-09-26mm/x86: use SWP_TYPE_BITS in 3-level swap macrosPeter Xu1-4/+4
2022-09-26mm, hwpoison: cleanup some obsolete commentsMiaohe Lin1-5/+5
2022-09-26mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()Miaohe Lin1-1/+1
2022-09-26mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a...Miaohe Lin1-3/+3
2022-09-26mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin2-7/+4
2022-09-26mm, hwpoison: use __PageMovable() to detect non-lru movable pagesMiaohe Lin1-7/+9
2022-09-26mm, hwpoison: use ClearPageHWPoison() in memory_failure()Miaohe Lin1-1/+1
2022-09-26mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lockYang Shi1-0/+2
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton23-106/+192