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