summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-09-26Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole cal...Yu Zhao
2022-09-26mm/vmscan.c: refactor shrink_node()Yu Zhao
2022-09-26mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao
2022-09-26mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao
2022-09-26mm/page_io: count submission time as thrashing delay for delayacctYang Yang
2022-09-26delayacct: support re-entrance detection of thrashing accountingYang Yang
2022-09-26mm: migrate: do not retry 10 times for the subpages of fail-to-migrate THPBaolin Wang
2022-09-26migrate_pages(): fix failure counting for retryHuang Ying
2022-09-26migrate_pages(): fix failure counting for THP splittingHuang Ying
2022-09-26migrate_pages(): fix failure counting for THP on -ENOSYSHuang Ying
2022-09-26migrate_pages(): fix failure counting for THP subpages retryingHuang Ying
2022-09-26migrate_pages(): fix THP failure counting for -ENOMEMHuang Ying
2022-09-26migrate_pages(): remove unnecessary list_safe_reset_next()Huang Ying
2022-09-26migrate: fix syscall move_pages() return value for failureHuang Ying
2022-09-26filemap: make the accounting of thrashing more consistentYang Yang
2022-09-26mm/swap: cache swap migration A/D bits supportPeter Xu
2022-09-26mm/swap: cache maximum swapfile size when init swapPeter Xu
2022-09-26mm: remember young/dirty bit for page migrationsPeter Xu
2022-09-26mm/thp: carry over dirty bit when thp splits on pmdPeter Xu
2022-09-26mm/swap: add swp_offset_pfn() to fetch PFN from swap entryPeter Xu
2022-09-26mm/swap: comment all the ifdef in swapops.hPeter Xu
2022-09-26mm/x86: use SWP_TYPE_BITS in 3-level swap macrosPeter Xu
2022-09-26mm, hwpoison: cleanup some obsolete commentsMiaohe Lin
2022-09-26mm, hwpoison: check PageTable() explicitly in hwpoison_user_mappings()Miaohe Lin
2022-09-26mm, hwpoison: avoid unneeded page_mapped_in_vma() overhead in collect_procs_a...Miaohe Lin
2022-09-26mm, hwpoison: use num_poisoned_pages_sub() to decrease num_poisoned_pagesMiaohe Lin
2022-09-26mm, hwpoison: use __PageMovable() to detect non-lru movable pagesMiaohe Lin
2022-09-26mm, hwpoison: use ClearPageHWPoison() in memory_failure()Miaohe Lin
2022-09-26mm: MADV_COLLAPSE: refetch vm_end after reacquiring mmap_lockYang Shi
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-09-26x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Kees Cook
2022-09-26mm/page_isolation: fix isolate_single_pageblock() isolation behaviorZi Yan
2022-09-26mm,hwpoison: check mm when killing accessing processShuai Xue
2022-09-26mm/hugetlb: correct demote page offset logicDoug Berger
2022-09-26mm: prevent page_frag_alloc() from corrupting the memoryMaurizio Lombardi
2022-09-26mm: bring back update_mmu_cache() to finish_fault()Sergei Antonov
2022-09-26frontswap: don't call ->init if no ops are registeredChristoph Hellwig
2022-09-26mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()Naoya Horiguchi
2022-09-26mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim
2022-09-26powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi
2022-09-26mm: gup: fix the fast GUP race against THP collapseYang Shi
2022-09-11mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fastDavid Hildenbrand
2022-09-11mm/mremap_pages: save a few cycles in get_dev_pagemap()Christophe JAILLET
2022-09-11mm: remove BUG_ON() in __isolate_free_page()Kefeng Wang
2022-09-11mm/kmemleak: make create_object return voidLiu Shixin
2022-09-11selftest: vm: remove deleted local_config.* from .gitignoreTarun Sahu
2022-09-11hugetlb: make hugetlb depends on SYSFS or SYSCTLMiaohe Lin
2022-09-11hugetlb: remove meaningless BUG_ON(huge_pte_none())Miaohe Lin
2022-09-11hugetlb: add comment for subtle SetHPageVmemmapOptimized()Miaohe Lin