summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* execve: always mark stack as growing down during early stack setupLinus Torvalds2023-07-031-1/+3
* Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-011-0/+2
|\
| * dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu2023-06-261-0/+2
* | mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett2023-07-011-2/+2
* | xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds2023-06-301-2/+3
* | Merge branch 'expand-stack'Linus Torvalds2023-06-281-9/+7
|\ \
| * | mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-12/+4
| * | mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett2023-06-241-3/+7
| * | mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2023-06-241-0/+2
| |/
* | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-2/+1
|\ \
| * | mm: page_poison: always declare __kernel_map_pages() functionArnd Bergmann2023-06-091-2/+1
| |/
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-95/+131
|\ \
| * | mm: pass nid to reserve_bootmem_region()Yajun Deng2023-06-231-1/+2
| * | mm: page_alloc: make compound_page_dtors staticMiaohe Lin2023-06-191-1/+0
| * | mm: remove is_longterm_pinnable_page() and reimplement folio_is_longterm_pinn...Vishal Moola (Oracle)2023-06-191-13/+9
| * | mm: remove unused vma_init_lock()YueHaibing2023-06-191-1/+0
| * | mm/folio: replace set_compound_order with folio_set_orderTarun Sahu2023-06-191-10/+0
| * | mm: remove set_compound_page_dtor()Sidhartha Kumar2023-06-191-10/+0
| * | mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins2023-06-191-8/+19
| * | mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes2023-06-091-0/+1
| * | mm: add vma_iter_{next,prev}_range() to vma iteratorLiam R. Howlett2023-06-091-0/+13
| * | mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-2/+1
| * | mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-091-3/+31
| * | mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes2023-06-091-1/+1
| * | mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2023-06-091-2/+1
| * | mm: page_alloc: move sysctls into it own filsKefeng Wang2023-06-091-11/+0
| * | mm: page_alloc: split out DEBUG_PAGEALLOCKefeng Wang2023-06-091-27/+49
| * | mm: memory_failure: move memory_failure_attr_group under MEMORY_FAILUREKefeng Wang2023-06-091-5/+4
| |/
* | Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-261-0/+19
|\ \
| * | mm: Add support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+19
| |/
* | mm: Provide a function to get an additional pin on a pageDavid Howells2023-05-311-0/+1
* | mm: Don't pin ZERO_PAGE in pin_user_pages()David Howells2023-05-311-2/+24
|/
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-11/+0
|\
| * mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-161-11/+0
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-25/+181
|\ \
| * | mm: ksm: support hwpoison for ksm pageLonglong Xia2023-04-181-0/+7
| * | mm: hwpoison: support recovery from HugePage copy-on-write faultsLiu Shixin2023-04-181-3/+3
| * | mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V2023-04-181-1/+1
| * | mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V2023-04-181-0/+16
| * | mm: convert copy_user_huge_page() to copy_user_large_folio()ZhangPeng2023-04-181-4/+3
| * | userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()ZhangPeng2023-04-181-4/+3
| * | mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann2023-04-181-1/+0
| * | sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T2023-04-051-1/+1
| * | sched/numa: implement access PID reset logicRaghavendra K T2023-04-051-2/+2
| * | sched/numa: enhance vma scanning logicRaghavendra K T2023-04-051-0/+14
| * | sched/numa: apply the scan delay to every new vmaMel Gorman2023-04-051-0/+16
| * | mm: separate vma->lock from vm_area_structSuren Baghdasaryan2023-04-051-13/+10
| * | mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan2023-04-051-0/+2
| * | mm: add FAULT_FLAG_VMA_LOCK flagSuren Baghdasaryan2023-04-051-1/+2
| * | mm: introduce lock_vma_under_rcu to be used from arch-specific codeSuren Baghdasaryan2023-04-051-0/+3