summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-14mm: add folio_estimated_sharers()Vishal Moola (Oracle)1-0/+18
2023-02-14mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folioSidhartha Kumar1-1/+1
2023-02-14mm/hugetlb: convert restore_reserve_on_error to take in a folioSidhartha Kumar1-1/+1
2023-02-14mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar2-5/+5
2023-02-14mm/hugetlb: convert putback_active_hugepage to take in a folioSidhartha Kumar1-2/+2
2023-02-14mm/hugetlb: convert alloc_migrate_huge_page to foliosSidhartha Kumar1-3/+3
2023-02-14mm/hugetlb: increase use of folios in alloc_huge_page()Sidhartha Kumar1-4/+4
2023-02-14mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar1-2/+2
2023-02-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2-5/+12
2023-02-10mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe1-22/+35
2023-02-10mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe1-65/+0
2023-02-10mm/gup: remove pin_user_pages_fast_only()Jason Gunthorpe1-2/+0
2023-02-10mm/gup: add FOLL_UNLOCKABLEJason Gunthorpe1-0/+1
2023-02-10mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe1-2/+0
2023-02-10mm/gup: remove obsolete FOLL_LONGTERM commentJason Gunthorpe1-6/+0
2023-02-10mm/vmalloc.c: add flags to mark vm_map_ram areaBaoquan He1-0/+1
2023-02-10shmem: add shmem_read_folio() and shmem_read_folio_gfp()Matthew Wilcox (Oracle)1-0/+8
2023-02-10filemap: add mapping_read_folio_gfp()Matthew Wilcox (Oracle)1-0/+2
2023-02-10mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan1-0/+7
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2-2/+12
2023-02-10mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan2-4/+15
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-10mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan1-2/+2
2023-02-10mm: introduce vma->vm_flags wrapper functionsSuren Baghdasaryan2-1/+49
2023-02-10mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett1-8/+2
2023-02-10mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett1-0/+3
2023-02-10mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett1-4/+3
2023-02-10mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett1-5/+4
2023-02-10mm: pass through vma iterator to __vma_adjust()Liam R. Howlett1-2/+4
2023-02-10mmap: convert __vma_adjust() to use vma iteratorLiam R. Howlett1-3/+0
2023-02-10mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett1-13/+5
2023-02-10mm: change mprotect_fixup to vma iteratorLiam R. Howlett1-3/+3
2023-02-10ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett1-0/+3
2023-02-10mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett1-1/+10
2023-02-10mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett1-1/+1
2023-02-10mm: expand vma iterator interfaceLiam R. Howlett2-7/+43
2023-02-10maple_tree: add mas_init() functionLiam R. Howlett1-0/+11
2023-02-10mm: fix memcpy_from_file_folio() integer underflowMatthew Wilcox (Oracle)1-2/+3
2023-02-10mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng1-2/+3
2023-02-04mm: extend max struct page size for kmsanArnd Bergmann1-3/+9
2023-02-03fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-1/+1
2023-02-03mm: add memcpy_from_file_folio()Matthew Wilcox (Oracle)2-0/+30
2023-02-03block: remove ->rw_pageChristoph Hellwig1-5/+7
2023-02-03mm: memory-failure: add memory failure stats to sysfsJiaqi Yan2-0/+33
2023-02-03mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh2-28/+2
2023-02-03mm/damon: update comments in damon.h for damon_attrsSeongJae Park1-3/+3
2023-02-03mm: implement memory-deny-write-execute as a prctlJoey Gouly3-1/+45
2023-02-03swap_state: update shadow_nodes for anonymous pageYang Yang1-1/+2
2023-02-03mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar1-2/+2
2023-02-03mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin1-0/+2