summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-02mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin
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: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)
2023-02-02filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)
2023-02-02filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02pagemap: add filemap_grab_folio()Vishal Moola (Oracle)
2023-02-02mm: fix khugepaged with shmem_enabled=adviseDavid Stevens
2023-02-02mm: discard __GFP_ATOMICNeilBrown
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: pagevec: add folio_batch_reinit()Lorenzo Stoakes
2023-02-02mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar
2023-02-02mm: remove the hugetlb field from struct pageSidhartha Kumar
2023-02-02mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew 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-02doc: correct struct folio kernel-docMatthew Wilcox (Oracle)
2023-02-02mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)
2023-02-02mm: convert set_compound_page_dtor() and set_compound_order() to foliosMatthew Wilcox (Oracle)
2023-02-02mm: reimplement compound_nr()Matthew Wilcox (Oracle)
2023-02-02mm: reimplement compound_order()Matthew Wilcox (Oracle)
2023-02-02mm: remove head_compound_mapcount() and _ptr functionsMatthew Wilcox (Oracle)
2023-02-02mm: convert page_mapcount() to use folio_entire_mapcount()Matthew Wilcox (Oracle)
2023-02-02mm: use entire_mapcount in __page_dup_rmap()Matthew Wilcox (Oracle)
2023-02-02mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)
2023-02-02mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)
2023-02-02mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang
2023-02-02mm/damon/core: update kernel-doc comments for DAMOS filters supports of each ...SeongJae Park
2023-02-02mm/damon/core: update kernel-doc comments for DAMOS action supports of each D...SeongJae Park
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()Kefeng Wang
2023-01-31highmem: round down the address passed to kunmap_flush_on_unmap()Matthew Wilcox (Oracle)
2023-01-31mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz
2023-01-31Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko
2023-01-18mm: introduce folio_is_pfmemallocSidhartha Kumar
2023-01-18mm: support POSIX_FADV_NOREUSEYu Zhao
2023-01-18mm: add vma_has_recency()Yu Zhao
2023-01-18mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappingsDavid Hildenbrand
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz
2023-01-18mm/kasan: simplify and refine kasan_cache codeFeng Tang
2023-01-18mm: fix spelling mistake in highmem.hFabio M. De Francesco
2023-01-18mm: remove an ambiguous sentence from kmap_local_folio() kdocsFabio M. De Francesco
2023-01-18mm/uffd: detect pgtable allocation failuresPeter Xu