summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/cma: fix potential memory loss on cma_declare_contiguous_nidLevi Yun2023-02-031-12/+12
* swap_state: update shadow_nodes for anonymous pageYang Yang2023-02-032-8/+19
* mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar2023-02-032-16/+16
* zsmalloc: set default zspage chain size to 8Sergey Senozhatsky2023-02-031-1/+1
* zsmalloc: make zspage chain size configurableSergey Senozhatsky2023-02-032-8/+23
* zsmalloc: skip chain size calculation for pow_of_2 classesSergey Senozhatsky2023-02-031-0/+3
* zsmalloc: rework zspage chain size selectionSergey Senozhatsky2023-02-031-37/+19
* mm/page_alloc: use deferred_pages_enabled() wherever applicableAnshuman Khandual2023-02-031-2/+2
* mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin2023-02-032-2/+6
* mm/damon/core: skip apply schemes if emptyHuaisheng Ye2023-02-031-1/+2
* mm/secretmem: remove redundant initiialization of pointer fileColin Ian King2023-02-031-1/+1
* readahead: convert readahead_expand() to use a folioMatthew Wilcox (Oracle)2023-02-031-17/+22
* filemap: convert filemap_range_has_page() to use a folioMatthew Wilcox (Oracle)2023-02-031-5/+5
* filemap: convert filemap_map_pmd() to take a folioMatthew Wilcox (Oracle)2023-02-031-8/+10
* rmap: add folio parameter to __page_set_anon_rmap()Matthew Wilcox (Oracle)2023-02-031-10/+11
* mm: clean up mlock_page / munlock_page references in commentsMatthew Wilcox (Oracle)2023-02-032-3/+3
* mm: remove munlock_vma_page()Matthew Wilcox (Oracle)2023-02-032-14/+6
* mm: remove mlock_vma_page()Matthew Wilcox (Oracle)2023-02-033-13/+5
* mm: remove page_evictable()Matthew Wilcox (Oracle)2023-02-031-11/+0
* mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)2023-02-031-7/+5
* mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)2023-02-031-1/+1
* mm: use a folio in copy_present_pte()Matthew Wilcox (Oracle)2023-02-031-6/+9
* mm: use a folio in copy_pte_range()Matthew Wilcox (Oracle)2023-02-031-26/+25
* mm: convert wp_page_copy() to use foliosMatthew Wilcox (Oracle)2023-02-031-33/+32
* mm: convert do_anonymous_page() to use a folioMatthew Wilcox (Oracle)2023-02-031-11/+9
* mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)2023-02-031-6/+10
* filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)2023-02-032-70/+0
* page-writeback: convert write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-031-21/+23
* filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-031-11/+13
* filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-031-0/+54
* mm: fix khugepaged with shmem_enabled=adviseDavid Stevens2023-02-032-10/+11
* mm: discard __GFP_ATOMICNeilBrown2023-02-032-11/+4
* mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman2023-02-032-22/+29
* mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman2023-02-032-12/+25
* mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman2023-02-032-6/+24
* mm/page_alloc: treat RT tasks similar to __GFP_HIGHMel Gorman2023-02-031-1/+1
* mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman2023-02-032-5/+7
* mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin2023-02-033-2/+14
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-033-17/+0
* mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checksDavid Hildenbrand2023-02-031-1/+24
* mm/khugepaged: convert release_pte_pages() to use foliosVishal Moola (Oracle)2023-02-031-7/+7
* mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()Vishal Moola (Oracle)2023-02-031-5/+10
* kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko2023-02-031-0/+23
* mm: mlock: update the interface to use foliosLorenzo Stoakes2023-02-036-45/+49
* mm: mlock: use folios and a folio batch internallyLorenzo Stoakes2023-02-031-122/+124
* mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang2023-02-031-4/+2
* shmem: convert shmem_write_end() to use a folioMatthew Wilcox (Oracle)2023-02-031-20/+10
* mm/memory-failure: convert unpoison_memory() to foliosSidhartha Kumar2023-02-031-11/+9
* mm/memory-failure: convert hugetlb_set_page_hwpoison() to foliosSidhartha Kumar2023-02-031-4/+3
* mm/memory-failure: convert __free_raw_hwp_pages() to foliosSidhartha Kumar2023-02-031-4/+3