summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: add folios_put()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-03userfaultfd: selftests: infinite loop in faulting_processEdward Liaw
2022-07-03Docs/admin-guide/damon: add a document for DAMON_LRU_SORTSeongJae Park
2022-07-03mm/damon: introduce DAMON-based LRU-lists SortingSeongJae Park
2022-07-03Docs/admin-guide/damon/sysfs: document 'LRU_DEPRIO' scheme actionSeongJae Park
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park
2022-07-03Docs/admin-guide/damon/sysfs: document 'LRU_PRIO' scheme 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-03lib/test_vmalloc: switch to prandom_u32()Uladzislau Rezki (Sony)
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-03tools: add memcg_shrinker.pyRoman Gushchin
2022-07-03mm: docs: document 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
2022-07-03mm/damon/reclaim: deduplicate 'commit_inputs' handlingSeongJae Park
2022-07-03mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park
2022-07-03Docs/admin-guide/damon/reclaim: remove a paragraph that been obsolete due to ...SeongJae Park
2022-07-03mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin
2022-07-03mm/migration: return errno when isolate_huge_page failedMiaohe Lin
2022-07-03mm/migration: remove unneeded lock page and PageMovable checkMiaohe Lin
2022-07-03mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi
2022-07-03mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALKYang Shi
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-06-27Merge branch 'master' into mm-stableakpm
2022-06-26Linux 5.19-rc4Linus Torvalds