summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-15mm: migrate: clean up migrate_prep{_local}Yang Shi3-14/+6
2020-12-15mm: migrate: skip shared exec THP for NUMA balancingYang Shi1-2/+16
2020-12-15mm: migrate: simplify the logic for handling permanent failureYang Shi1-30/+38
2020-12-15mm: truncate_complete_page() does not exist any moreYang Shi2-2/+2
2020-12-15mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)2-4/+67
2020-12-15mm/migrate.c: optimize migrate_vma_pages() mmu notifierRalph Campbell1-5/+4
2020-12-15mm/migrate.c: fix comment spellingLong Li1-1/+1
2020-12-15mm/oom_kill: change comment and rename is_dump_unreclaim_slabs()Hui Su1-6/+8
2020-12-15mm/compaction: make defer_compaction and compaction_deferred staticHui Su2-16/+4
2020-12-15mm/compaction: move compaction_suitable's comment to right placeHui Su1-7/+7
2020-12-15mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()Yanfei Xu1-4/+3
2020-12-15z3fold: remove preempt disabled sections for RTVitaly Wool1-7/+10
2020-12-15z3fold: stricter locking and more careful reclaimVitaly Wool1-58/+85
2020-12-15z3fold: simplify freeing slotsVitaly Wool1-42/+13
2020-12-15mm/page_isolation: do not isolate the max order pageMuchun Song1-1/+1
2020-12-15mm/vmscan.c: remove the filename in the top of file commentlogic.yu1-2/+0
2020-12-15mm/vmscan: drop unneeded assignment in kswapd()Lukas Bulwahn1-1/+1
2020-12-15mm: don't wake kswapd prematurely when watermark boosting is disabledJohannes Weiner1-6/+7
2020-12-15hugetlb: fix an error code in hugetlb_reserve_pages()Dan Carpenter1-0/+1
2020-12-15mm,hugetlb: remove unneeded initializationOscar Salvador1-2/+0
2020-12-15mm: hugetlb: fix type of delta parameter and related local variables in gathe...Liu Xiang1-3/+4
2020-12-15khugepaged: add parameter explanations for kernel-doc markupAlex Shi1-1/+13
2020-12-15include/linux/huge_mm.h: remove extern keywordRalph Campbell1-52/+41
2020-12-15mm/hugetlb.c: just use put_page_testzero() instead of page_count()Hui Su1-2/+1
2020-12-15mm,hwpoison: return -EBUSY when migration failsOscar Salvador1-3/+3
2020-12-15mm,memory_failure: always pin the page in madvise_inject_errorOscar Salvador2-8/+7
2020-12-15mm,hwpoison: remove drain_all_pages from shake_pageOscar Salvador1-5/+2
2020-12-15mm,hwpoison: disable pcplists before grabbing a refcountOscar Salvador1-67/+65
2020-12-15mm,hwpoison: refactor get_any_pageOscar Salvador1-57/+42
2020-12-15mm,hwpoison: drop unneeded pcplist drainingOscar Salvador1-5/+0
2020-12-15mm,hwpoison: take free pages off the buddy freelistsOscar Salvador1-16/+30
2020-12-15mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount pageOscar Salvador1-2/+22
2020-12-15mm/page_alloc: speed up the iteration of max_orderMuchun Song1-4/+4
2020-12-15mm: page_alloc: refactor setup_per_zone_lowmem_reserve()Lorenzo Stoakes1-21/+14
2020-12-15init/main: fix broken buffer_init when DEFERRED_STRUCT_PAGE_INIT setLin Feng2-2/+3
2020-12-15mm/page_alloc: clear all pages in post_alloc_hook() with init_on_alloc=1David Hildenbrand1-3/+3
2020-12-15mm/page_alloc: mark some symbols with static keywordZou Wei1-2/+2
2020-12-15mm/page_alloc: add __free_pages() documentationMatthew Wilcox (Oracle)1-0/+20
2020-12-15mm/page-flags: fix commentMatthew Wilcox (Oracle)1-2/+1
2020-12-15include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivateMiaohe Lin1-2/+1
2020-12-15mm, page_alloc: disable pcplists during memory offlineVlastimil Babka4-31/+78
2020-12-15mm, page_alloc: move draining pcplists to page isolation usersVlastimil Babka3-10/+13
2020-12-15mm, page_alloc: cache pageset high and batch in struct zoneVlastimil Babka2-2/+20
2020-12-15mm, page_alloc: simplify pageset_update()Vlastimil Babka1-22/+18
2020-12-15mm, page_alloc: remove setup_pageset()Vlastimil Babka1-7/+10
2020-12-15mm, page_alloc: calculate pageset high and batch once per zoneVlastimil Babka1-24/+18
2020-12-15mm, page_alloc: clean up pageset high and batch updateVlastimil Babka1-29/+20
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport8-13/+39
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport12-26/+26
2020-12-15PM: hibernate: make direct map manipulations more explicitMike Rapoport2-14/+36