summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-02-09mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett
2023-02-09mm: expand vma iterator interfaceLiam R. Howlett
2023-02-09maple_tree: add mas_init() functionLiam R. Howlett
2023-02-09mm: fix memcpy_from_file_folio() integer underflowMatthew Wilcox (Oracle)
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-02-02mm: add memcpy_from_file_folio()Matthew Wilcox (Oracle)
2023-02-02block: remove ->rw_pageChristoph Hellwig
2023-02-02mm: memory-failure: add memory failure stats to sysfsJiaqi Yan
2023-02-02mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh
2023-02-02mm/damon: update comments in damon.h for damon_attrsSeongJae Park
2023-02-02mm: implement memory-deny-write-execute as a prctlJoey Gouly
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