summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett1-2/+2
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds1-2/+3
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-9/+7
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-95/+131
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-12/+4
2023-06-27Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+19
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu1-0/+2
2023-06-25mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett1-3/+7
2023-06-25mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds1-0/+2
2023-06-24mm: pass nid to reserve_bootmem_region()Yajun Deng1-1/+2
2023-06-20mm: page_alloc: make compound_page_dtors staticMiaohe Lin1-1/+0
2023-06-20mm: remove is_longterm_pinnable_page() and reimplement folio_is_longterm_pinn...Vishal Moola (Oracle)1-13/+9
2023-06-20mm: remove unused vma_init_lock()YueHaibing1-1/+0
2023-06-20mm/folio: replace set_compound_order with folio_set_orderTarun Sahu1-10/+0
2023-06-20mm: remove set_compound_page_dtor()Sidhartha Kumar1-10/+0
2023-06-20mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins1-8/+19
2023-06-10mm: page_poison: always declare __kernel_map_pages() functionArnd Bergmann1-2/+1
2023-06-10mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes1-0/+1
2023-06-10mm: add vma_iter_{next,prev}_range() to vma iteratorLiam R. Howlett1-0/+13
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-2/+1
2023-06-10mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes1-3/+31
2023-06-10mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes1-1/+1
2023-06-10mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes1-2/+1
2023-06-10mm: page_alloc: move sysctls into it own filsKefeng Wang1-11/+0
2023-06-10mm: page_alloc: split out DEBUG_PAGEALLOCKefeng Wang1-27/+49
2023-06-10mm: memory_failure: move memory_failure_attr_group under MEMORY_FAILUREKefeng Wang1-5/+4
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov1-0/+19
2023-05-31mm: Provide a function to get an additional pin on a pageDavid Howells1-0/+1
2023-05-31mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells1-2/+24
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