summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-02mm: multi-gen LRU: improve lru_gen_exit_memcg()T.J. Alumbaugh
2023-02-02mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh
2023-02-02mm: multi-gen LRU: section for Bloom filtersT.J. Alumbaugh
2023-02-02mm: multi-gen LRU: section for rmap/PT walk feedbackT.J. Alumbaugh
2023-02-02mm: multi-gen LRU: section for working set protectionT.J. Alumbaugh
2023-02-02mm: move KMEMLEAK's Kconfig items from lib to mmZhaoyang Huang
2023-02-02mm/damon/core-test: add a test for damon_update_monitoring_results()SeongJae Park
2023-02-02mm/damon/core: update monitoring results for new monitoring attributesSeongJae Park
2023-02-02mm/damon: update comments in damon.h for damon_attrsSeongJae Park
2023-02-02mm/kmemleak: fix UAF bug in kmemleak_scan()Waiman Long
2023-02-02mm/kmemleak: simplify kmemleak_cond_resched() usageWaiman Long
2023-02-02kselftest: vm: add tests for memory-deny-write-executeKees Cook
2023-02-02mm: implement memory-deny-write-execute as a prctlJoey Gouly
2023-02-02tools/mm: allow users to provide additional cflags/ldflagsHerton R. Krzesinski
2023-02-02Documentation: mm: use `s/higmem/highmem/` fix typo for highmemDeming Wang
2023-02-02mm/cma: fix potential memory loss on cma_declare_contiguous_nidLevi Yun
2023-02-02swap_state: update shadow_nodes for anonymous pageYang Yang
2023-02-02mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar
2023-02-02zsmalloc: set default zspage chain size to 8Sergey Senozhatsky
2023-02-02zsmalloc: make zspage chain size configurableSergey Senozhatsky
2023-02-02zsmalloc: skip chain size calculation for pow_of_2 classesSergey Senozhatsky
2023-02-02zsmalloc: rework zspage chain size selectionSergey Senozhatsky
2023-02-02mm/page_alloc: use deferred_pages_enabled() wherever applicableAnshuman Khandual
2023-02-02mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin
2023-02-02mm/damon/core: skip apply schemes if emptyHuaisheng Ye
2023-02-02mm/secretmem: remove redundant initiialization of pointer fileColin Ian King
2023-02-02readahead: convert readahead_expand() to use a folioMatthew Wilcox (Oracle)
2023-02-02filemap: convert filemap_range_has_page() to use a folioMatthew Wilcox (Oracle)
2023-02-02filemap: convert filemap_map_pmd() to take a folioMatthew Wilcox (Oracle)
2023-02-02rmap: add folio parameter to __page_set_anon_rmap()Matthew Wilcox (Oracle)
2023-02-02mm: clean up mlock_page / munlock_page references in commentsMatthew Wilcox (Oracle)
2023-02-02mm: remove munlock_vma_page()Matthew Wilcox (Oracle)
2023-02-02mm: remove mlock_vma_page()Matthew Wilcox (Oracle)
2023-02-02mm: remove page_evictable()Matthew Wilcox (Oracle)
2023-02-02mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)
2023-02-02mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)
2023-02-02mm: use a folio in copy_present_pte()Matthew Wilcox (Oracle)
2023-02-02mm: use a folio in copy_pte_range()Matthew Wilcox (Oracle)
2023-02-02mm: convert wp_page_copy() to use foliosMatthew Wilcox (Oracle)
2023-02-02mm: convert do_anonymous_page() to use a folioMatthew Wilcox (Oracle)
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)
2023-02-02filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)
2023-02-02nilfs2: convert nilfs_clear_dirty_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02nilfs2: convert nilfs_copy_dirty_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02nilfs2: convert nilfs_btree_lookup_dirty_buffers() to use filemap_get_folios_...Vishal Moola (Oracle)
2023-02-02nilfs2: convert nilfs_lookup_dirty_node_buffers() to use filemap_get_folios_t...Vishal Moola (Oracle)
2023-02-02nilfs2: convert nilfs_lookup_dirty_data_buffers() to use filemap_get_folios_t...Vishal Moola (Oracle)
2023-02-02gfs2: convert gfs2_write_cache_jdata() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: convert f2fs_sync_meta_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: convert last_fsync_dnode() to use filemap_get_folios_tag()Vishal Moola (Oracle)