summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-07-05gup: make the stack expansion warning a bit more targetedLinus Torvalds1-10/+41
2023-07-04mm: don't do validate_mm() unnecessarily and without mmap lockingLinus Torvalds1-4/+2
2023-07-03mm: validate the mm before dropping the mmap lockLinus Torvalds1-2/+1
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett2-67/+55
2023-07-01mm: Always downgrade mmap_lock if requestedMatthew Wilcox (Oracle)1-13/+2
2023-07-01xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov1-1/+6
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds1-0/+11
2023-06-30Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+29
2023-06-30Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linuxLinus Torvalds1-4/+5
2023-06-30Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds6-93/+62
2023-06-29gup: avoid stack expansion warning for known-good caseLinus Torvalds1-0/+4
2023-06-29mm/khugepaged: fix regression in collapse_file()Hugh Dickins1-4/+3
2023-06-29Merge branch 'expand-stack'Linus Torvalds5-41/+265
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+4
2023-06-28mm: fix __access_remote_vm() GUP failure caseLinus Torvalds1-0/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds95-4046/+3779
2023-06-28mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse1-4/+5
2023-06-28Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds1-1/+2
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-64/+128
2023-06-27gup: add warning if some caller would seem to want stack expansionLinus Torvalds1-2/+10
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds4-39/+116
2023-06-27Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+0
2023-06-27Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+192
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds3-8/+64
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2-8/+157
2023-06-25mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett3-19/+36
2023-06-25arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-1/+1
2023-06-25mm: make the page fault mmap locking killableLinus Torvalds1-4/+2
2023-06-25mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2-0/+125
2023-06-24hugetlb: revert use of page_cache_next_miss()Mike Kravetz1-6/+6
2023-06-24Revert "page cache: fix page_cache_next/prev_miss off by one"Mike Kravetz1-16/+10
2023-06-24mm/vmscan: fix root proactive reclaim unthrottling unbalanced nodeYosry Ahmed1-7/+12
2023-06-24mm: memcg: rename and document global_reclaim()Yosry Ahmed1-8/+13
2023-06-24mm: compaction: convert to use a folio in isolate_migratepages_block()Kefeng Wang1-40/+44
2023-06-24mm: zswap: fix double invalidate with exclusive loadsYosry Ahmed1-9/+12
2023-06-24mm: remove unnecessary pagevec includesMatthew Wilcox (Oracle)5-5/+0
2023-06-24mm: remove references to pagevecMatthew Wilcox (Oracle)7-13/+13
2023-06-24mm: rename invalidate_mapping_pagevec to mapping_try_invalidateMatthew Wilcox (Oracle)3-24/+21
2023-06-24mm: remove struct pagevecMatthew Wilcox (Oracle)1-9/+9
2023-06-24mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)1-17/+0
2023-06-24mm: page_alloc: use the correct type of list for free pagesBaolin Wang1-1/+1
2023-06-24mm: backing-dev: make bdi_class a static const structureIvan Orlov1-6/+11
2023-06-24mm/swapfile: delete outdated pte_offset_map() commentHugh Dickins1-5/+0
2023-06-24mm: pass nid to reserve_bootmem_region()Yajun Deng2-23/+38
2023-06-24mm/gup: do not return 0 from pin_user_pages_fast() for bad argsJason Gunthorpe1-1/+1
2023-06-24mm: fix shmem THP counters on migrationJan Glauber1-0/+5
2023-06-24mm/memcontrol: do not tweak node in mem_cgroup_init()Haifeng Xu1-2/+1
2023-06-24kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa4-7/+7
2023-06-24mm: compaction: skip memory hole rapidly when isolating migratable pagesBaolin Wang1-1/+34