aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-08mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2
2023-07-08Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-19/+34
2023-07-08mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan1-0/+2
2023-07-08mm: lock a vma before stack expansionSuren Baghdasaryan1-0/+4
2023-07-08kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov2-14/+14
2023-07-08kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov1-1/+2
2023-07-08writeback: account the number of pages written backMatthew Wilcox (Oracle)1-3/+5
2023-07-08mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-07-08mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparisonJohn Hubbard1-1/+6
2023-07-08mm: disable CONFIG_PER_VMA_LOCK until its fixedSuren Baghdasaryan1-1/+2
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-06-30xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds1-0/+11
2023-06-29Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-5/+29
2023-06-29Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linuxLinus Torvalds1-4/+5
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus 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-28Merge branch 'expand-stack'Linus Torvalds5-41/+265
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus 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/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds95-4046/+3779
2023-06-28mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse1-4/+5
2023-06-27Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds1-1/+2
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett3-19/+36
2023-06-24arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-1/+1
2023-06-24mm: make the page fault mmap locking killableLinus Torvalds1-4/+2
2023-06-24mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2-0/+125
2023-06-23hugetlb: revert use of page_cache_next_miss()Mike Kravetz1-6/+6
2023-06-23Revert "page cache: fix page_cache_next/prev_miss off by one"Mike Kravetz1-16/+10
2023-06-23mm/vmscan: fix root proactive reclaim unthrottling unbalanced nodeYosry Ahmed1-7/+12
2023-06-23mm: memcg: rename and document global_reclaim()Yosry Ahmed1-8/+13
2023-06-23mm: compaction: convert to use a folio in isolate_migratepages_block()Kefeng Wang1-40/+44
2023-06-23mm: zswap: fix double invalidate with exclusive loadsYosry Ahmed1-9/+12
2023-06-23mm: remove unnecessary pagevec includesMatthew Wilcox (Oracle)5-5/+0
2023-06-23mm: remove references to pagevecMatthew Wilcox (Oracle)7-13/+13
2023-06-23mm: rename invalidate_mapping_pagevec to mapping_try_invalidateMatthew Wilcox (Oracle)3-24/+21
2023-06-23mm: remove struct pagevecMatthew Wilcox (Oracle)1-9/+9