summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-07-04mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li2-2/+2
2022-07-04mm: rmap: simplify the hugetlb handling when unmapping or migrationBaolin Wang1-46/+44
2022-07-04mm/madvise: minor cleanup for swapin_walk_pmd_entry()Miaohe Lin1-5/+5
2022-07-04mm: hugetlb: remove minimum_order variableMuchun Song1-11/+7
2022-07-04mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song2-24/+69
2022-07-04mm: memory_hotplug: enumerate all supported section flagsMuchun Song2-1/+7
2022-07-04mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)3-15/+16
2022-07-04mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)5-15/+16
2022-07-04mm: convert page_swap_flags to folio_swap_flagsMatthew Wilcox (Oracle)2-4/+4
2022-07-04mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)3-3/+11
2022-07-04mm/swap: convert __page_cache_release() to use a folioMatthew Wilcox (Oracle)1-17/+16
2022-07-04mm/swap: convert __put_compound_page() to __folio_put_large()Matthew Wilcox (Oracle)1-7/+7
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)1-7/+7
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)1-63/+63
2022-07-04mm/swap: add folio_batch_move_lru()Matthew Wilcox (Oracle)1-22/+56
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)1-11/+11
2022-07-04mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand1-15/+62
2022-07-04mm/damon: introduce DAMON-based LRU-lists SortingSeongJae Park3-0/+555
2022-07-04mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park2-0/+21
2022-07-04mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park4-0/+65
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-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 Gushchin1-0/+74
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin5-9/+105
2022-07-04mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin3-2/+173
2022-07-04mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin1-0/+23
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