aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V3-410/+226
2022-09-26mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADISTANCEAneesh 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.V3-59/+66
2022-09-26mm/demotion: add support for explicit memory tiersAneesh Kumar K.V2-0/+130
2022-09-26mm: multi-gen LRU: admin guideYu Zhao2-1/+6
2022-09-26mm: multi-gen LRU: debugfs interfaceYu Zhao1-10/+401
2022-09-26mm: multi-gen LRU: thrashing preventionYu Zhao1-3/+71
2022-09-26mm: multi-gen LRU: kill switchYu Zhao2-5/+229
2022-09-26mm: multi-gen LRU: optimize multiple memcgsYu Zhao1-9/+96
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao2-16/+1019
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao5-2/+194
2022-09-26mm: multi-gen LRU: minimal implementationYu Zhao4-10/+942
2022-09-26mm: multi-gen LRU: groundworkYu Zhao8-6/+126
2022-09-26mm/vmscan.c: refactor shrink_node()Yu Zhao1-94/+104
2022-09-26mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao1-13/+1
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 Yang1-4/+6
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 Yang1-14/+4
2022-09-26mm/swap: cache swap migration A/D bits supportPeter Xu1-0/+8
2022-09-26mm/swap: cache maximum swapfile size when init swapPeter Xu1-2/+5
2022-09-26mm: remember young/dirty bit for page migrationsPeter Xu4-4/+31
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 Xu3-5/+5
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_anon()Miaohe Lin1-3/+3
2022-09-26mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin1-2/+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 Morton15-72/+176
2022-09-26mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan1-11/+14
2022-09-26mm,hwpoison: check mm when killing accessing processShuai Xue1-0/+3
2022-09-26mm/hugetlb: correct demote page offset logicDoug Berger1-6/+8
2022-09-26mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi1-0/+12
2022-09-26mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov1-4/+10
2022-09-26frontswap: don't call ->init if no ops are registeredChristoph Hellwig1-0/+3
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi1-4/+2
2022-09-26mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim1-2/+5
2022-09-26mm: gup: fix the fast GUP race against THP collapseYang Shi2-10/+34
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand4-5/+17