summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-19mm-madvise-minor-cleanup-for-swapin_walk_pmd_entry-fixAndrew Morton
2022-07-19mm/madvise: minor cleanup for swapin_walk_pmd_entry()Miaohe Lin
2022-07-19mm: hugetlb: remove minimum_order variableMuchun Song
2022-07-19mm-memory_hotplug-make-hugetlb_optimize_vmemmap-compatible-with-memmap_on_mem...Muchun Song
2022-07-19mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song
2022-07-19mm-memory_hotplug-enumerate-all-supported-section-flags-v5Muchun Song
2022-07-19mm: memory_hotplug: enumerate all supported section flagsMuchun Song
2022-07-19mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)
2022-07-19mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)
2022-07-19mm: convert page_swap_flags to folio_swap_flagsMatthew Wilcox (Oracle)
2022-07-19mm-convert-destroy_compound_page-to-destroy_large_folio-fixAndrew Morton
2022-07-19mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)
2022-07-19mm/swap: convert __page_cache_release() to use a folioMatthew Wilcox (Oracle)
2022-07-19mm/swap: convert __put_compound_page() to __folio_put_large()Matthew Wilcox (Oracle)
2022-07-19mm/swap: convert __put_single_page() to __folio_put_small()Matthew Wilcox (Oracle)
2022-07-19mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)
2022-07-19mm/swap: convert put_pages_list to use foliosMatthew Wilcox (Oracle)
2022-07-19mm/swap: convert release_pages to use a folio internallyMatthew Wilcox (Oracle)
2022-07-19mm/swap: convert try_to_free_swap to use a folioMatthew Wilcox (Oracle)
2022-07-19mm/swap: optimise lru_add_drain_cpu()Matthew Wilcox (Oracle)
2022-07-19mm/swap: pull the CPU conditional out of __lru_add_drain_all()Matthew Wilcox (Oracle)
2022-07-19mm/swap: rename lru_pvecs to cpu_fbatchesMatthew Wilcox (Oracle)
2022-07-19mm/swap: convert activate_page to a folio_batchMatthew Wilcox (Oracle)
2022-07-19mm/swap: convert lru_lazyfree to a folio_batchMatthew Wilcox (Oracle)
2022-07-19mm/swap: convert lru_deactivate to a folio_batchMatthew Wilcox (Oracle)
2022-07-19mm/swap: convert lru_deactivate_file to a folio_batchMatthew Wilcox (Oracle)
2022-07-19mm/swap: convert lru_add to a folio_batchMatthew Wilcox (Oracle)
2022-07-19mm/swap: make __pagevec_lru_add staticMatthew Wilcox (Oracle)
2022-07-19mm/swap: add folio_batch_move_lru()Matthew Wilcox (Oracle)
2022-07-19mm: add folios_put()Matthew Wilcox (Oracle)
2022-07-19mm/vmscan: convert reclaim_pages() to use a folioMatthew Wilcox (Oracle)
2022-07-19mm/vmscan: convert shrink_active_list() to use a folioMatthew Wilcox (Oracle)
2022-07-19mm/vmscan: convert move_pages_to_lru() to use a folioMatthew Wilcox (Oracle)
2022-07-19mm/vmscan: convert isolate_lru_pages() to use a folioMatthew Wilcox (Oracle)
2022-07-19mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)
2022-07-19kasan: separate double free case from invalid freeKuan-Ying Lee
2022-07-19tools/testing/selftests/vm/ksm_tests.c: fix resource leak when return errorDing Xiang
2022-07-19doc: proc: fix the description to THPeligibleYang Shi
2022-07-19mm: khugepaged: reorg some khugepaged helpersYang Shi
2022-07-19mm: thp: kill __transhuge_page_enabled()Yang Shi
2022-07-19mm-thp-kill-transparent_hugepage_active-fix-fixAndrew Morton
2022-07-19mm-thp-kill-transparent_hugepage_active-fixAndrew Morton
2022-07-19mm: thp: kill transparent_hugepage_active()Yang Shi
2022-07-19mm: khugepaged: better comments for anon vma check in hugepage_vma_revalidateYang Shi
2022-07-19mm: thp: consolidate vma size check to transhuge_vma_suitableYang Shi
2022-07-19mm: khugepaged: check THP flag in hugepage_vma_check()Yang Shi
2022-07-19mm/mlock: drop dead code in count_mm_mlocked_page_nr()Liam Howlett
2022-07-19mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand
2022-07-19userfaultfd: selftests: infinite loop in faulting_processEdward Liaw
2022-07-19selftests: vm: add /dev/userfaultfd test cases to run_vmtests.shAxel Rasmussen