summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2023-08-21mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand
2023-07-27mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn
2023-07-03execve: always mark stack as growing down during early stack setupLinus Torvalds
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett
2023-06-30xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu
2023-06-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett
2023-06-24mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds
2023-06-23mm: pass nid to reserve_bootmem_region()Yajun Deng
2023-06-19mm: page_alloc: make compound_page_dtors staticMiaohe Lin
2023-06-19mm: remove is_longterm_pinnable_page() and reimplement folio_is_longterm_pinn...Vishal Moola (Oracle)
2023-06-19mm: remove unused vma_init_lock()YueHaibing
2023-06-19mm/folio: replace set_compound_order with folio_set_orderTarun Sahu
2023-06-19mm: remove set_compound_page_dtor()Sidhartha Kumar
2023-06-19mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins
2023-06-09mm: page_poison: always declare __kernel_map_pages() functionArnd Bergmann
2023-06-09mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes
2023-06-09mm: add vma_iter_{next,prev}_range() to vma iteratorLiam R. Howlett
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes
2023-06-09mm: page_alloc: move sysctls into it own filsKefeng Wang
2023-06-09mm: page_alloc: split out DEBUG_PAGEALLOCKefeng Wang
2023-06-09mm: memory_failure: move memory_failure_attr_group under MEMORY_FAILUREKefeng Wang
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov
2023-05-31mm: Provide a function to get an additional pin on a pageDavid Howells
2023-05-31mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-18mm: ksm: support hwpoison for ksm pageLonglong Xia
2023-04-18mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V
2023-04-18mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V
2023-04-18mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng
2023-04-18userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng
2023-04-18mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann
2023-04-13mm: memory-failure: Move memory failure sysctls to its own fileKefeng Wang
2023-04-05sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T
2023-04-05sched/numa: implement access PID reset logicRaghavendra K T
2023-04-05sched/numa: enhance vma scanning logicRaghavendra K T
2023-04-05sched/numa: apply the scan delay to every new vmaMel Gorman
2023-04-05mm: separate vma->lock from vm_area_structSuren Baghdasaryan
2023-04-05mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan