aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-07-03mm/swap: convert __put_compound_page() to __folio_put_large()Matthew Wilcox (Oracle)1-7/+7
2022-07-03mm/swap: convert __put_single_page() to __folio_put_small()Matthew Wilcox (Oracle)1-5/+5
2022-07-03mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)1-7/+7
2022-07-03mm/swap: convert put_pages_list to use foliosMatthew Wilcox (Oracle)1-8/+8
2022-07-03mm/swap: convert release_pages to use a folio internallyMatthew Wilcox (Oracle)1-18/+16
2022-07-03mm/swap: convert try_to_free_swap to use a folioMatthew Wilcox (Oracle)1-12/+11
2022-07-03mm/swap: optimise lru_add_drain_cpu()Matthew Wilcox (Oracle)1-4/+5
2022-07-03mm/swap: pull the CPU conditional out of __lru_add_drain_all()Matthew Wilcox (Oracle)1-8/+16
2022-07-03mm/swap: rename lru_pvecs to cpu_fbatchesMatthew Wilcox (Oracle)1-44/+46
2022-07-03mm/swap: convert activate_page to a folio_batchMatthew Wilcox (Oracle)1-65/+16
2022-07-03mm/swap: convert lru_lazyfree to a folio_batchMatthew Wilcox (Oracle)1-25/+26
2022-07-03mm/swap: convert lru_deactivate to a folio_batchMatthew Wilcox (Oracle)1-18/+20
2022-07-03mm/swap: convert lru_deactivate_file to a folio_batchMatthew Wilcox (Oracle)1-43/+39
2022-07-03mm/swap: convert lru_add to a folio_batchMatthew Wilcox (Oracle)1-49/+26
2022-07-03mm/swap: make __pagevec_lru_add staticMatthew Wilcox (Oracle)1-63/+63
2022-07-03mm/swap: add folio_batch_move_lru()Matthew Wilcox (Oracle)1-22/+56
2022-07-03mm/vmscan: convert reclaim_pages() to use a folioMatthew Wilcox (Oracle)1-13/+12
2022-07-03mm/vmscan: convert shrink_active_list() to use a folioMatthew Wilcox (Oracle)1-32/+29
2022-07-03mm/vmscan: convert move_pages_to_lru() to use a folioMatthew Wilcox (Oracle)1-27/+27
2022-07-03mm/vmscan: convert isolate_lru_pages() to use a folioMatthew Wilcox (Oracle)1-33/+33
2022-07-03mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)1-11/+11
2022-07-03mm/mprotect: try avoiding write faults for exclusive anonymous pages when changing protectionDavid Hildenbrand1-15/+62
2022-07-03mm/damon: introduce DAMON-based LRU-lists SortingSeongJae Park3-0/+555
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park2-0/+21
2022-07-03mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park4-0/+65
2022-07-03mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handlingSeongJae Park1-6/+14
2022-07-03mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'damos_action' valuesSeongJae Park1-14/+50
2022-07-03mm/swap: remove swap_cache_info statisticsMiaohe Lin1-17/+0
2022-07-03mm/swapfile: fix possible data races of inuse_pagesMiaohe Lin1-4/+4
2022-07-03mm/vmalloc: extend __find_vmap_area() with one more argumentUladzislau Rezki (Sony)1-4/+4
2022-07-03mm/vmalloc: initialize VA's list node after unlinkUladzislau Rezki (Sony)1-1/+1
2022-07-03mm/vmalloc: extend __alloc_vmap_area() with extra argumentsUladzislau Rezki (Sony)1-13/+17
2022-07-03mm/vmalloc: make link_va()/unlink_va() common to different rb_rootUladzislau Rezki (Sony)1-12/+48
2022-07-03mm: shrinkers: add scan interface for shrinker debugfsRoman Gushchin1-0/+74
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin5-9/+105
2022-07-03mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin3-2/+173
2022-07-03mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin1-0/+23
2022-07-03mm/mempolicy: fix get_nodes out of bound accessTianyu Li1-1/+1
2022-07-03mm/hugetlb: remove unnecessary huge_ptep_set_access_flags() in hugetlb_mcopy_atomic_pte()Baolin Wang1-2/+0
2022-07-03kasan: fix zeroing vmalloc memory with HW_TAGSAndrey Konovalov2-14/+28
2022-07-03mm: introduce clear_highpage_kasan_taggedAndrey Konovalov1-6/+2
2022-07-03mm: rename kernel_init_free_pages to kernel_init_pagesAndrey Konovalov1-3/+3
2022-07-03mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'SeongJae Park1-2/+2
2022-07-03mm/damon/reclaim: make 'enabled' checking timer simplerSeongJae Park1-8/+1
2022-07-03mm/damon/sysfs: deduplicate inputs applyingSeongJae Park1-35/+24
2022-07-03mm/damon/reclaim: deduplicate 'commit_inputs' handlingSeongJae Park1-13/+14
2022-07-03mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park2-15/+8
2022-07-03mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin2-6/+21
2022-07-03mm/migration: return errno when isolate_huge_page failedMiaohe Lin6-13/+13
2022-07-03mm/migration: remove unneeded lock page and PageMovable checkMiaohe Lin1-7/+2