summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-2348-633/+1197
|\
| * include/linux/migrate.h: remove unneeded externsAndrew Morton2023-02-201-8/+8
| * mm: change to return bool for isolate_movable_page()Baolin Wang2023-02-201-3/+3
| * mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang2023-02-201-3/+3
| * mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin2023-02-161-7/+7
| * migrate_pages: split unmap_and_move() to _unmap() and _move()Huang Ying2023-02-161-0/+1
| * lib/stackdepot: move documentation comments to stackdepot.hAndrey Konovalov2023-02-161-0/+87
| * lib/stackdepot: various comments clean-upsAndrey Konovalov2023-02-161-17/+19
| * lib/stacktrace, kasan, kmsan: rework extra_bits interfaceAndrey Konovalov2023-02-161-1/+3
| * lib/stackdepot, mm: rename stack_depot_want_early_initAndrey Konovalov2023-02-161-7/+7
| * lib/stackdepot: put functions in logical orderAndrey Konovalov2023-02-161-7/+8
| * mm/migrate: add folio_movable_ops()Vishal Moola (Oracle)2023-02-131-0/+9
| * mm: add folio_get_nontail_page()Vishal Moola (Oracle)2023-02-131-0/+7
| * 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/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