summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-02page-writeback: convert write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02filemap: convert __filemap_fdatawait_range() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02mm: fix khugepaged with shmem_enabled=adviseDavid Stevens
2023-02-02mm: discard __GFP_ATOMICNeilBrown
2023-02-02mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman
2023-02-02mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman
2023-02-02mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman
2023-02-02mm/page_alloc: treat RT tasks similar to __GFP_HIGHMel Gorman
2023-02-02mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman
2023-02-02mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checksDavid Hildenbrand
2023-02-02mm/khugepaged: convert release_pte_pages() to use foliosVishal Moola (Oracle)
2023-02-02mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()Vishal Moola (Oracle)
2023-02-02kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko
2023-02-02mm: mlock: update the interface to use foliosLorenzo Stoakes
2023-02-02mm: mlock: use folios and a folio batch internallyLorenzo Stoakes
2023-02-02mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang
2023-02-02shmem: convert shmem_write_end() to use a folioMatthew Wilcox (Oracle)
2023-02-02mm/memory-failure: convert unpoison_memory() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert hugetlb_set_page_hwpoison() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert __free_raw_hwp_pages() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert raw_hwp_list_head() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert free_raw_hwp_pages() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert try_memory_failure_hugetlb() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert __get_huge_page_for_hwpoison() to foliosSidhartha Kumar
2023-02-02mm/mmap: fix comment of unmapped_area{_topdown}Vernon Yang
2023-02-02mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)
2023-02-02mm/huge_memory: convert get_deferred_split_queue() to take a folioMatthew Wilcox (Oracle)
2023-02-02mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)
2023-02-02mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)
2023-02-02hugetlb: remove uses of compound_dtor and compound_nrMatthew Wilcox (Oracle)
2023-02-02mm: convert destroy_large_folio() to use folio_dtorMatthew Wilcox (Oracle)
2023-02-02mm: convert is_transparent_hugepage() to use a folioMatthew Wilcox (Oracle)
2023-02-02hugetlb: remove uses of folio_mapcount_ptrMatthew Wilcox (Oracle)
2023-02-02mm/debug: remove call to head_compound_mapcount()Matthew Wilcox (Oracle)
2023-02-02mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()Matthew Wilcox (Oracle)