summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-277/+265
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+25
2023-02-20Merge tag 'remove-get_kernel_pages-for-6.3' of https://git.linaro.org/people/...Linus Torvalds1-2/+0
2023-02-14mm: add folio_get_nontail_page()Vishal Moola (Oracle)1-0/+7
2023-02-14mm: add folio_estimated_sharers()Vishal Moola (Oracle)1-0/+18
2023-02-13mm: Remove get_kernel_pages()Ira Weiny1-2/+0
2023-02-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-3/+9
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: move try_grab_page() to mm/internal.hJason Gunthorpe1-2/+0
2023-02-10mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updatesSuren Baghdasaryan1-0/+7
2023-02-10mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan1-2/+12
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 Baghdasaryan1-0/+40
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. Howlett1-4/+42
2023-02-04mm: extend max struct page size for kmsanArnd Bergmann1-3/+9
2023-02-03mm: memory-failure: add memory failure stats to sysfsJiaqi Yan1-0/+5
2023-02-03mm: convert set_compound_page_dtor() and set_compound_order() to foliosMatthew Wilcox (Oracle)1-3/+8
2023-02-03mm: reimplement compound_nr()Matthew Wilcox (Oracle)1-22/+27
2023-02-03mm: reimplement compound_order()Matthew Wilcox (Oracle)1-2/+11
2023-02-03mm: remove head_compound_mapcount() and _ptr functionsMatthew Wilcox (Oracle)1-12/+3
2023-02-03mm: convert page_mapcount() to use folio_entire_mapcount()Matthew Wilcox (Oracle)1-9/+13
2023-02-03mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)1-3/+3
2023-02-03mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)1-20/+2
2023-02-03mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)1-12/+2
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-3/+3
2023-01-19mm: introduce folio_is_pfmemallocSidhartha Kumar1-0/+15
2023-01-19mm/nommu: don't use VM_MAYSHARE for MAP_PRIVATE mappingsDavid Hildenbrand1-1/+6
2023-01-19mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand1-0/+15
2023-01-19mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-2/+5
2023-01-19mm/mprotect: use long for page accountings and retvalPeter Xu1-1/+1
2023-01-19mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand1-2/+1
2023-01-19mm: move FOLL_* defs to mm_types.hDavid Howells1-75/+0
2023-01-19mm/memory: add vm_normal_folio()Vishal Moola (Oracle)1-0/+2
2023-01-19mm: move folio_set_compound_order() to mm/internal.hSidhartha Kumar1-16/+0
2023-01-12include/linux/mm: fix release_pages_arg kernel doc commentSeongJae Park1-3/+3
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers1-0/+25
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1