summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-02-03mm: multi-gen LRU: section for Bloom filtersT.J. Alumbaugh1-88/+92
2023-02-03mm: multi-gen LRU: section for rmap/PT walk feedbackT.J. Alumbaugh1-0/+4
2023-02-03mm: multi-gen LRU: section for working set protectionT.J. Alumbaugh1-0/+4
2023-02-03mm: move KMEMLEAK's Kconfig items from lib to mmZhaoyang Huang1-0/+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/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-03mm: implement memory-deny-write-execute as a prctlJoey Gouly2-0/+15
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 Yang2-8/+19
2023-02-03mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar2-16/+16
2023-02-03zsmalloc: set default zspage chain size to 8Sergey Senozhatsky1-1/+1
2023-02-03zsmalloc: make zspage chain size configurableSergey Senozhatsky2-8/+23
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 Tatashin2-2/+6
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)2-3/+3
2023-02-03mm: remove munlock_vma_page()Matthew Wilcox (Oracle)2-14/+6
2023-02-03mm: remove mlock_vma_page()Matthew Wilcox (Oracle)3-13/+5
2023-02-03mm: remove page_evictable()Matthew Wilcox (Oracle)1-11/+0
2023-02-03mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)1-7/+5
2023-02-03mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)1-1/+1
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)1-6/+10
2023-02-03filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)2-70/+0
2023-02-03page-writeback: convert write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-21/+23
2023-02-03filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag()Vishal Moola (Oracle)1-11/+13
2023-02-03filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)1-0/+54
2023-02-03mm: fix khugepaged with shmem_enabled=adviseDavid Stevens2-10/+11
2023-02-03mm: discard __GFP_ATOMICNeilBrown2-11/+4
2023-02-03mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman2-22/+29
2023-02-03mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman2-12/+25
2023-02-03mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman2-6/+24
2023-02-03mm/page_alloc: treat RT tasks similar to __GFP_HIGHMel Gorman1-1/+1
2023-02-03mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman2-5/+7
2023-02-03mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin3-2/+14
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-17/+0
2023-02-03mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checksDavid Hildenbrand1-1/+24
2023-02-03mm/khugepaged: convert release_pte_pages() to use foliosVishal Moola (Oracle)1-7/+7