summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-11/+0
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-25/+181
2023-04-19mm: ksm: support hwpoison for ksm pageLonglong Xia1-0/+7
2023-04-19mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin1-3/+3
2023-04-19mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V1-1/+1
2023-04-19mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V1-0/+16
2023-04-19mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng1-4/+3
2023-04-19userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng1-4/+3
2023-04-19mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann1-1/+0
2023-04-13mm: memory-failure: Move memory failure sysctls to its own fileKefeng Wang1-2/+0
2023-04-06sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T1-1/+1
2023-04-06sched/numa: implement access PID reset logicRaghavendra K T1-2/+2
2023-04-06sched/numa: enhance vma scanning logicRaghavendra K T1-0/+14
2023-04-06sched/numa: apply the scan delay to every new vmaMel Gorman1-0/+16
2023-04-06mm: separate vma->lock from vm_area_structSuren Baghdasaryan1-13/+10
2023-04-06mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan1-0/+2
2023-04-06mm: add FAULT_FLAG_VMA_LOCK flagSuren Baghdasaryan1-1/+2
2023-04-06mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan1-0/+3
2023-04-06mm: introduce vma detached flagSuren Baghdasaryan1-0/+11
2023-04-06mm/khugepaged: write-lock VMA while collapsing a huge pageSuren Baghdasaryan1-11/+30
2023-04-06mm: mark VMA as being written when changing vm_flagsSuren Baghdasaryan1-5/+5
2023-04-06mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan1-0/+82
2023-04-06mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes1-2/+0
2023-04-06mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-06mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)1-1/+0
2023-04-06mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)1-6/+0
2023-04-06init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)1-0/+1
2023-03-16mm: Introduce untagged_addr_remote()Kirill A. Shutemov1-11/+0
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