summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm/madvise: add MADV_WILLNEED to process_madvise()zhangkui
2021-09-03mm/vmstat: remove unneeded return valueMiaohe Lin
2021-09-03mm/vmstat: simplify the array size calculationMiaohe Lin
2021-09-03mm/vmstat: correct some wrong commentsMiaohe Lin
2021-09-03mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()Jing Xiangfeng
2021-09-03mm: KSM: fix data typeZhansaya Bagdauletkyzy
2021-09-03mm/migrate: correct kernel-doc notationRandy Dunlap
2021-09-03mm: introduce process_mrelease system callSuren Baghdasaryan
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport
2021-09-03mm/mempolicy.c: use in_task() in mempolicy_slab_node()Vasily Averin
2021-09-03mm/mempolicy: unify the create() func for bind/interleave/prefer-many policiesFeng Tang
2021-09-03mm/mempolicy: advertise new MPOL_PREFERRED_MANYBen Widawsky
2021-09-03mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANYBen Widawsky
2021-09-03mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policyFeng Tang
2021-09-03mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodesDave Hansen
2021-09-03mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic numberBaolin Wang
2021-09-03mm: compaction: support triggering of proactive compaction by userCharan Teja Reddy
2021-09-03mm: compaction: optimize proactive compaction deferralsCharan Teja Reddy
2021-09-03mm, vmscan: guarantee drop_slab_node() terminationVlastimil Babka
2021-09-03mm/vmscan: add 'else' to remove check_pending labelMiaohe Lin
2021-09-03mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin
2021-09-03mm/vmscan: remove misleading setting to sc->priorityMiaohe Lin
2021-09-03mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezedMiaohe Lin
2021-09-03mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg()Hui Su
2021-09-03mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying
2021-09-03mm/vmscan: never demote for memcg reclaimDave Hansen
2021-09-03mm/vmscan: Consider anonymous pages without swapKeith Busch
2021-09-03mm/vmscan: add helper for querying ability to age anonymous pagesDave Hansen
2021-09-03mm/vmscan: add page demotion counterYang Shi
2021-09-03mm/migrate: demote pages during reclaimDave Hansen
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi
2021-09-03mm/migrate: update node demotion order on hotplug eventsDave Hansen
2021-09-03mm/numa: automatically generate node migration orderDave Hansen
2021-09-03userfaultfd: change mmap_changing to atomicNadav Amit
2021-09-03hugetlb: fix hugetlb cgroup refcounting during vma splitMike Kravetz
2021-09-03hugetlb: before freeing hugetlb page set dtor to appropriate valueMike Kravetz
2021-09-03hugetlb: drop ref count earlier after page allocationMike Kravetz
2021-09-03hugetlb: simplify prep_compound_gigantic_page ref count racing codeMike Kravetz
2021-09-03mm: fix panic caused by __page_handle_poison()Michael Wang
2021-09-03mm: hwpoison: dump page for unhandlable pageYang Shi
2021-09-03mm: hwpoison: don't drop slab caches for offlining non-LRU pageYang Shi
2021-09-03mm/hwpoison: fix some obsolete commentsMiaohe Lin
2021-09-03mm/hwpoison: change argument struct page **hpagep to *hpageMiaohe Lin
2021-09-03mm/hwpoison: fix potential pte_unmap_unlock pte errorMiaohe Lin
2021-09-03mm/hwpoison: remove unneeded variable unmap_successMiaohe Lin
2021-09-03mm/page_isolation: tracing: trace all test_pages_isolated failuresGeorge G. Davis
2021-09-03mm/page_alloc.c: use in_task()Vasily Averin