summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-04mm/swap: convert __put_single_page() to __folio_put_small()Matthew Wilcox (Oracle)1-5/+5
2022-07-04mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)3-11/+11
2022-07-04mm/swap: convert put_pages_list to use foliosMatthew Wilcox (Oracle)1-8/+8
2022-07-04mm/swap: convert release_pages to use a folio internallyMatthew Wilcox (Oracle)1-18/+16
2022-07-04mm/swap: convert try_to_free_swap to use a folioMatthew Wilcox (Oracle)1-12/+11
2022-07-04mm/swap: optimise lru_add_drain_cpu()Matthew Wilcox (Oracle)1-4/+5
2022-07-04mm/swap: pull the CPU conditional out of __lru_add_drain_all()Matthew Wilcox (Oracle)1-8/+16
2022-07-04mm/swap: rename lru_pvecs to cpu_fbatchesMatthew Wilcox (Oracle)1-44/+46
2022-07-04mm/swap: convert activate_page to a folio_batchMatthew Wilcox (Oracle)1-65/+16
2022-07-04mm/swap: convert lru_lazyfree to a folio_batchMatthew Wilcox (Oracle)1-25/+26
2022-07-04mm/swap: convert lru_deactivate to a folio_batchMatthew Wilcox (Oracle)1-18/+20
2022-07-04mm/swap: convert lru_deactivate_file to a folio_batchMatthew Wilcox (Oracle)1-43/+39
2022-07-04mm/swap: convert lru_add to a folio_batchMatthew Wilcox (Oracle)1-49/+26
2022-07-04mm/swap: make __pagevec_lru_add staticMatthew Wilcox (Oracle)2-64/+63
2022-07-04mm/swap: add folio_batch_move_lru()Matthew Wilcox (Oracle)1-22/+56
2022-07-04mm: add folios_put()Matthew Wilcox (Oracle)2-2/+19
2022-07-04mm/vmscan: convert reclaim_pages() to use a folioMatthew Wilcox (Oracle)1-13/+12
2022-07-04mm/vmscan: convert shrink_active_list() to use a folioMatthew Wilcox (Oracle)1-32/+29
2022-07-04mm/vmscan: convert move_pages_to_lru() to use a folioMatthew Wilcox (Oracle)1-27/+27
2022-07-04mm/vmscan: convert isolate_lru_pages() to use a folioMatthew Wilcox (Oracle)1-33/+33
2022-07-04mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)2-11/+17
2022-07-04mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand2-17/+68
2022-07-04userfaultfd: selftests: infinite loop in faulting_processEdward Liaw1-2/+2
2022-07-04Docs/admin-guide/damon: add a document for DAMON_LRU_SORTSeongJae Park2-0/+295
2022-07-04mm/damon: introduce DAMON-based LRU-lists SortingSeongJae Park3-0/+555
2022-07-04Docs/admin-guide/damon/sysfs: document 'LRU_DEPRIO' scheme actionSeongJae Park1-0/+1
2022-07-04mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park3-0/+23
2022-07-04Docs/admin-guide/damon/sysfs: document 'LRU_PRIO' scheme actionSeongJae Park1-0/+1
2022-07-04mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park5-0/+67
2022-07-04mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handlingSeongJae Park1-6/+14
2022-07-04mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'dam...SeongJae Park1-14/+50
2022-07-04mm/swap: remove swap_cache_info statisticsMiaohe Lin1-17/+0
2022-07-04mm/swapfile: fix possible data races of inuse_pagesMiaohe Lin1-4/+4
2022-07-04lib/test_vmalloc: switch to prandom_u32()Uladzislau Rezki (Sony)1-7/+8
2022-07-04mm/vmalloc: extend __find_vmap_area() with one more argumentUladzislau Rezki (Sony)1-4/+4
2022-07-04mm/vmalloc: initialize VA's list node after unlinkUladzislau Rezki (Sony)1-1/+1
2022-07-04mm/vmalloc: extend __alloc_vmap_area() with extra argumentsUladzislau Rezki (Sony)1-13/+17
2022-07-04mm/vmalloc: make link_va()/unlink_va() common to different rb_rootUladzislau Rezki (Sony)1-12/+48
2022-07-04mm: shrinkers: add scan interface for shrinker debugfsRoman Gushchin2-4/+109
2022-07-04tools: add memcg_shrinker.pyRoman Gushchin1-0/+71
2022-07-04mm: docs: document shrinker debugfsRoman Gushchin2-0/+105
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin39-45/+167
2022-07-04mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin5-3/+200
2022-07-04mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin2-0/+44
2022-07-04mm/mempolicy: fix get_nodes out of bound accessTianyu Li1-1/+1
2022-07-04mm/hugetlb: remove unnecessary huge_ptep_set_access_flags() in hugetlb_mcopy_...Baolin Wang1-2/+0
2022-07-04kasan: fix zeroing vmalloc memory with HW_TAGSAndrey Konovalov2-14/+28
2022-07-04mm: introduce clear_highpage_kasan_taggedAndrey Konovalov2-6/+12
2022-07-04mm: rename kernel_init_free_pages to kernel_init_pagesAndrey Konovalov1-3/+3
2022-07-04mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'SeongJae Park1-2/+2