summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-03mm: memory-failure: bump memory failure stats to pglist_dataJiaqi Yan1-0/+36
2023-02-03mm: memory-failure: add memory failure stats to sysfsJiaqi Yan4-0/+71
2023-02-03mm: multi-gen LRU: simplify lru_gen_look_around()T.J. Alumbaugh1-50/+23
2023-02-03mm: multi-gen LRU: improve walk_pmd_range()T.J. Alumbaugh1-20/+20
2023-02-03mm: multi-gen LRU: improve lru_gen_exit_memcg()T.J. Alumbaugh1-0/+5
2023-02-03mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh5-143/+178
2023-02-03mm: multi-gen LRU: section for Bloom filtersT.J. Alumbaugh2-88/+108
2023-02-03mm: multi-gen LRU: section for rmap/PT walk feedbackT.J. Alumbaugh2-0/+18
2023-02-03mm: multi-gen LRU: section for working set protectionT.J. Alumbaugh2-0/+19
2023-02-03mm: move KMEMLEAK's Kconfig items from lib to mmZhaoyang Huang2-71/+72
2023-02-03mm/damon/core-test: add a test for damon_update_monitoring_results()SeongJae Park1-0/+30
2023-02-03mm/damon/core: update monitoring results for new monitoring attributesSeongJae Park1-0/+71
2023-02-03mm/damon: update comments in damon.h for damon_attrsSeongJae Park1-3/+3
2023-02-03mm/kmemleak: fix UAF bug in kmemleak_scan()Waiman Long1-6/+29
2023-02-03mm/kmemleak: simplify kmemleak_cond_resched() usageWaiman Long1-36/+12
2023-02-03kselftest: vm: add tests for memory-deny-write-executeKees Cook2-0/+198
2023-02-03mm: implement memory-deny-write-execute as a prctlJoey Gouly6-1/+93
2023-02-03tools/mm: allow users to provide additional cflags/ldflagsHerton R. Krzesinski1-2/+2
2023-02-03Documentation: mm: use `s/higmem/highmem/` fix typo for highmemDeming Wang1-1/+1
2023-02-03mm/cma: fix potential memory loss on cma_declare_contiguous_nidLevi Yun1-12/+12
2023-02-03swap_state: update shadow_nodes for anonymous pageYang Yang3-9/+21
2023-02-03mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar3-18/+18
2023-02-03zsmalloc: set default zspage chain size to 8Sergey Senozhatsky1-1/+1
2023-02-03zsmalloc: make zspage chain size configurableSergey Senozhatsky3-8/+191
2023-02-03zsmalloc: skip chain size calculation for pow_of_2 classesSergey Senozhatsky1-0/+3
2023-02-03zsmalloc: rework zspage chain size selectionSergey Senozhatsky1-37/+19
2023-02-03mm/page_alloc: use deferred_pages_enabled() wherever applicableAnshuman Khandual1-2/+2
2023-02-03mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin4-5/+11
2023-02-03mm/damon/core: skip apply schemes if emptyHuaisheng Ye1-1/+2
2023-02-03mm/secretmem: remove redundant initiialization of pointer fileColin Ian King1-1/+1
2023-02-03readahead: convert readahead_expand() to use a folioMatthew Wilcox (Oracle)1-17/+22
2023-02-03filemap: convert filemap_range_has_page() to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-02-03filemap: convert filemap_map_pmd() to take a folioMatthew Wilcox (Oracle)1-8/+10
2023-02-03rmap: add folio parameter to __page_set_anon_rmap()Matthew Wilcox (Oracle)1-10/+11
2023-02-03mm: clean up mlock_page / munlock_page references in commentsMatthew Wilcox (Oracle)3-17/+19
2023-02-03mm: remove munlock_vma_page()Matthew Wilcox (Oracle)4-17/+8
2023-02-03mm: remove mlock_vma_page()Matthew Wilcox (Oracle)4-16/+8
2023-02-03mm: remove page_evictable()Matthew Wilcox (Oracle)2-55/+47
2023-02-03mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)3-10/+10
2023-02-03mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)3-10/+10
2023-02-03mm: use a folio in copy_present_pte()Matthew Wilcox (Oracle)1-6/+9
2023-02-03mm: use a folio in copy_pte_range()Matthew Wilcox (Oracle)1-26/+25
2023-02-03mm: convert wp_page_copy() to use foliosMatthew Wilcox (Oracle)1-33/+32
2023-02-03mm: convert do_anonymous_page() to use a folioMatthew Wilcox (Oracle)1-11/+9
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)9-47/+44
2023-02-03filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)4-88/+0
2023-02-03nilfs2: convert nilfs_clear_dirty_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-10/+10
2023-02-03nilfs2: convert nilfs_copy_dirty_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-19/+20
2023-02-03nilfs2: convert nilfs_btree_lookup_dirty_buffers() to use filemap_get_folios_...Vishal Moola (Oracle)1-7/+7
2023-02-03nilfs2: convert nilfs_lookup_dirty_node_buffers() to use filemap_get_folios_t...Vishal Moola (Oracle)1-8/+7