summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-08-03mm/mempolicy: Take VMA lock before replacing policyJann Horn1-1/+14
2023-08-03mm/memory-failure: fix hardware poison check in unpoison_memory()Sidhartha Kumar1-1/+1
2023-08-03mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn1-0/+1
2023-07-27mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()Liam R. Howlett1-4/+5
2023-07-23mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse1-4/+5
2023-07-23kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov1-1/+2
2023-07-23kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov2-14/+14
2023-07-23kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann9-162/+161
2023-07-23kasan: add kasan_tag_mismatch prototypeArnd Bergmann1-0/+3
2023-07-19shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-1/+1
2023-07-19mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts4-16/+12
2023-07-19mm/mglru: make memcg_lru->lock irq safeYu Zhao1-6/+7
2023-07-19writeback: account the number of pages written backMatthew Wilcox (Oracle)1-3/+5
2023-07-19splice: Fix filemap_splice_read() to use the correct inodeDavid Howells1-2/+2
2023-07-11mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-07-11mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2
2023-07-11mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan1-0/+2
2023-07-11mm: lock a vma before stack expansionSuren Baghdasaryan1-0/+4
2023-07-05hugetlb: revert use of page_cache_next_miss()Mike Kravetz1-6/+6
2023-07-05xtensa: 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-07-01mm/khugepaged: fix regression in collapse_file()Hugh Dickins1-4/+3
2023-07-01gup: add warning if some caller would seem to want stack expansionLinus Torvalds1-2/+10
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds4-39/+116
2023-07-01mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett3-19/+36
2023-07-01arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-1/+1
2023-07-01mm: make the page fault mmap locking killableLinus Torvalds1-4/+2
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2-0/+125
2023-06-20Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Linus Torvalds6-94/+99
2023-06-19Revert "mm: vmscan: make global slab shrink lockless"Qi Zheng1-12/+16
2023-06-19Revert "mm: vmscan: make memcg slab shrink lockless"Qi Zheng1-26/+19
2023-06-19Revert "mm: vmscan: add shrinker_srcu_generation"Qi Zheng1-20/+4
2023-06-19Revert "mm: shrinkers: make count and scan in shrinker debugfs lockless"Qi Zheng1-8/+17
2023-06-19Revert "mm: vmscan: hold write lock to reparent shrinker nr_deferred"Qi Zheng1-2/+2
2023-06-19Revert "mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()"Qi Zheng1-2/+6
2023-06-19Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng2-24/+24
2023-06-19mm/khugepaged: fix iteration in collapse_fileDavid Stevens1-1/+0
2023-06-19memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu1-3/+6
2023-06-19mm/vmalloc: do not output a spurious warning when huge vmalloc() failsLorenzo Stoakes1-4/+13
2023-06-19mm/mprotect: fix do_mprotect_pkey() limit checkLiam R. Howlett1-1/+1
2023-06-18mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett1-20/+17
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds4-12/+28
2023-06-12zswap: do not shrink if cgroup may not zswapNhat Pham1-2/+9
2023-06-12page cache: fix page_cache_next/prev_miss off by oneMike Kravetz1-10/+16
2023-06-12mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()Kefeng Wang1-0/+2
2023-06-12mm/gup_test: fix ioctl fail for compat taskHaibo Li1-0/+1
2023-05-29mm: page_table_check: Ensure user pages are not slab pagesRuihan Li1-0/+6
2023-05-29mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAMRuihan Li1-0/+1
2023-05-17mm: fix zswap writeback race conditionDomenico Cerasuolo1-0/+16
2023-05-17mm: kfence: fix false positives on big endianMichael Ellerman1-1/+1