summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-02-13mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)
2023-02-13mm: add folio_get_nontail_page()Vishal Moola (Oracle)
2023-02-13mm: add folio_estimated_sharers()Vishal Moola (Oracle)
2023-02-13mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar
2023-02-13mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar
2023-02-13mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar
2023-02-13mm/hugetlb: increase use of folios in alloc_huge_page()Sidhartha Kumar
2023-02-13mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar
2023-02-10Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2023-02-09mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe
2023-02-09mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe
2023-02-09mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe
2023-02-09mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe
2023-02-09mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe
2023-02-09mm/gup: remove obsolete FOLL_LONGTERM commentJason Gunthorpe
2023-02-09mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He
2023-02-09shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)
2023-02-09filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)
2023-02-09mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan
2023-02-09mm: introduce vma->vm_flags wrapper functionsSuren Baghdasaryan
2023-02-09mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett
2023-02-09mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett
2023-02-09mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett
2023-02-09mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett
2023-02-09mm: pass through vma iterator to __vma_adjust()Liam R. Howlett
2023-02-09mmap: convert __vma_adjust() to use vma iteratorLiam R. Howlett
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett
2023-02-09mm: change mprotect_fixup to vma iteratorLiam R. Howlett
2023-02-09ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett
2023-02-09mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett
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-09mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng
2023-02-03mm: extend max struct page size for kmsanArnd Bergmann
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