aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-07-03mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)
2022-07-03mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)
2022-07-03mm: convert page_swap_flags to folio_swap_flagsMatthew Wilcox (Oracle)
2022-07-03mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)
2022-07-03mm/swap: convert __page_cache_release() to use a folioMatthew Wilcox (Oracle)
2022-07-03mm/swap: convert __put_compound_page() to __folio_put_large()Matthew Wilcox (Oracle)
2022-07-03mm/swap: convert __put_single_page() to __folio_put_small()Matthew Wilcox (Oracle)
2022-07-03mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)
2022-07-03mm/swap: convert put_pages_list to use foliosMatthew Wilcox (Oracle)
2022-07-03mm/swap: convert release_pages to use a folio internallyMatthew Wilcox (Oracle)
2022-07-03mm/swap: convert try_to_free_swap to use a folioMatthew Wilcox (Oracle)
2022-07-03mm/swap: optimise lru_add_drain_cpu()Matthew Wilcox (Oracle)
2022-07-03mm/swap: pull the CPU conditional out of __lru_add_drain_all()Matthew Wilcox (Oracle)
2022-07-03mm/swap: rename lru_pvecs to cpu_fbatchesMatthew Wilcox (Oracle)
2022-07-03mm/swap: convert activate_page to a folio_batchMatthew Wilcox (Oracle)
2022-07-03mm/swap: convert lru_lazyfree to a folio_batchMatthew Wilcox (Oracle)
2022-07-03mm/swap: convert lru_deactivate to a folio_batchMatthew Wilcox (Oracle)
2022-07-03mm/swap: convert lru_deactivate_file to a folio_batchMatthew Wilcox (Oracle)
2022-07-03mm/swap: convert lru_add to a folio_batchMatthew Wilcox (Oracle)
2022-07-03mm/swap: make __pagevec_lru_add staticMatthew Wilcox (Oracle)
2022-07-03mm/swap: add folio_batch_move_lru()Matthew Wilcox (Oracle)
2022-07-03mm/vmscan: convert reclaim_pages() to use a folioMatthew Wilcox (Oracle)
2022-07-03mm/vmscan: convert shrink_active_list() to use a folioMatthew Wilcox (Oracle)
2022-07-03mm/vmscan: convert move_pages_to_lru() to use a folioMatthew Wilcox (Oracle)
2022-07-03mm/vmscan: convert isolate_lru_pages() to use a folioMatthew Wilcox (Oracle)
2022-07-03mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)
2022-07-03mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand
2022-07-03mm/damon: introduce DAMON-based LRU-lists SortingSeongJae Park
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park
2022-07-03mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park
2022-07-03mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handlingSeongJae Park
2022-07-03mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'dam...SeongJae Park
2022-07-03mm/swap: remove swap_cache_info statisticsMiaohe Lin
2022-07-03mm/swapfile: fix possible data races of inuse_pagesMiaohe Lin
2022-07-03mm/vmalloc: extend __find_vmap_area() with one more argumentUladzislau Rezki (Sony)
2022-07-03mm/vmalloc: initialize VA's list node after unlinkUladzislau Rezki (Sony)
2022-07-03mm/vmalloc: extend __alloc_vmap_area() with extra argumentsUladzislau Rezki (Sony)
2022-07-03mm/vmalloc: make link_va()/unlink_va() common to different rb_rootUladzislau Rezki (Sony)
2022-07-03mm: shrinkers: add scan interface for shrinker debugfsRoman Gushchin
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-07-03mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin
2022-07-03mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin
2022-07-03mm/mempolicy: fix get_nodes out of bound accessTianyu Li
2022-07-03mm/hugetlb: remove unnecessary huge_ptep_set_access_flags() in hugetlb_mcopy_...Baolin Wang
2022-07-03kasan: fix zeroing vmalloc memory with HW_TAGSAndrey Konovalov
2022-07-03mm: introduce clear_highpage_kasan_taggedAndrey Konovalov
2022-07-03mm: rename kernel_init_free_pages to kernel_init_pagesAndrey Konovalov
2022-07-03mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'SeongJae Park
2022-07-03mm/damon/reclaim: make 'enabled' checking timer simplerSeongJae Park
2022-07-03mm/damon/sysfs: deduplicate inputs applyingSeongJae Park