summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-03mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)1-1/+1
2023-02-03mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)1-6/+6
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-17/+16
2023-02-03filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)2-18/+0
2023-02-03filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)1-0/+2
2023-02-03pagemap: add filemap_grab_folio()Vishal Moola (Oracle)1-0/+20
2023-02-03mm: fix khugepaged with shmem_enabled=adviseDavid Stevens1-8/+2
2023-02-03mm: discard __GFP_ATOMICNeilBrown2-9/+4
2023-02-03mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin1-0/+18
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-29/+0
2023-02-03mm: pagevec: add folio_batch_reinit()Lorenzo Stoakes1-0/+5
2023-02-03mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar1-2/+2
2023-02-03mm: remove the hugetlb field from struct pageSidhartha Kumar1-12/+0
2023-02-03mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)1-2/+2
2023-02-03mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)1-8/+0
2023-02-03mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)2-11/+12
2023-02-03doc: correct struct folio kernel-docMatthew Wilcox (Oracle)1-4/+4
2023-02-03mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)1-18/+0
2023-02-03mm: convert set_compound_page_dtor() and set_compound_order() to foliosMatthew Wilcox (Oracle)1-3/+8
2023-02-03mm: reimplement compound_nr()Matthew Wilcox (Oracle)1-22/+27
2023-02-03mm: reimplement compound_order()Matthew Wilcox (Oracle)1-2/+11
2023-02-03mm: remove head_compound_mapcount() and _ptr functionsMatthew Wilcox (Oracle)2-28/+3
2023-02-03mm: convert page_mapcount() to use folio_entire_mapcount()Matthew Wilcox (Oracle)1-9/+13
2023-02-03mm: use entire_mapcount in __page_dup_rmap()Matthew Wilcox (Oracle)1-1/+8
2023-02-03mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)1-0/+2
2023-02-03mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)2-6/+6
2023-02-03mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)2-29/+5
2023-02-03mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)2-17/+2
2023-02-03mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-8/+5
2023-02-03maple_tree: remove the parameter entry of mas_preallocateVernon Yang1-1/+1
2023-02-03mm/damon/core: update kernel-doc comments for DAMOS filters supports of each ...SeongJae Park1-0/+5
2023-02-03mm/damon/core: update kernel-doc comments for DAMOS action supports of each D...SeongJae Park1-0/+6
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton4-5/+20
2023-02-01mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()Kefeng Wang1-1/+4
2023-02-01highmem: round down the address passed to kunmap_flush_on_unmap()Matthew Wilcox (Oracle)1-2/+2
2023-02-01mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz1-0/+13
2023-02-01Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko1-2/+1
2023-01-19mm: introduce folio_is_pfmemallocSidhartha Kumar1-0/+15
2023-01-19mm: support POSIX_FADV_NOREUSEYu Zhao2-0/+5
2023-01-19mm: add vma_has_recency()Yu Zhao1-0/+8
2023-01-19mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappingsDavid Hildenbrand1-1/+6
2023-01-19mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand1-0/+15
2023-01-19mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-2/+5
2023-01-19mm/kasan: simplify and refine kasan_cache codeFeng Tang3-19/+7
2023-01-19mm: fix spelling mistake in highmem.hFabio M. De Francesco1-2/+2
2023-01-19mm: remove an ambiguous sentence from kmap_local_folio() kdocsFabio M. De Francesco1-3/+2
2023-01-19mm/uffd: detect pgtable allocation failuresPeter Xu1-1/+1
2023-01-19mm/mprotect: use long for page accountings and retvalPeter Xu2-3/+3
2023-01-19mm: memcg: add folio_memcg_check()Matthew Wilcox1-14/+26
2023-01-19mm: remove generic_writepagesChristoph Hellwig1-2/+0