summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()Liam R. Howlett2023-07-271-4/+5
* mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse2023-07-231-4/+5
* kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov2023-07-231-1/+2
* kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov2023-07-232-14/+14
* kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann2023-07-239-162/+161
* kasan: add kasan_tag_mismatch prototypeArnd Bergmann2023-07-231-0/+3
* shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-07-191-1/+1
* mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts2023-07-194-16/+12
* mm/mglru: make memcg_lru->lock irq safeYu Zhao2023-07-191-6/+7
* writeback: account the number of pages written backMatthew Wilcox (Oracle)2023-07-191-3/+5
* splice: Fix filemap_splice_read() to use the correct inodeDavid Howells2023-07-191-2/+2
* mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne2023-07-111-0/+7
* mm: lock newly mapped VMA with corrected orderingHugh Dickins2023-07-111-2/+2
* mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan2023-07-111-0/+2
* mm: lock a vma before stack expansionSuren Baghdasaryan2023-07-111-0/+4
* hugetlb: revert use of page_cache_next_miss()Mike Kravetz2023-07-051-6/+6
* xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov2023-07-051-1/+6
* xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds2023-07-011-0/+11
* mm/khugepaged: fix regression in collapse_file()Hugh Dickins2023-07-011-4/+3
* gup: add warning if some caller would seem to want stack expansionLinus Torvalds2023-07-011-2/+10
* mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-07-014-39/+116
* mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett2023-07-013-19/+36
* arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2023-07-011-1/+1
* mm: make the page fault mmap locking killableLinus Torvalds2023-07-011-4/+2
* mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2023-07-012-0/+125
* Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Linus Torvalds2023-06-206-94/+99
|\
| * Revert "mm: vmscan: make global slab shrink lockless"Qi Zheng2023-06-191-12/+16
| * Revert "mm: vmscan: make memcg slab shrink lockless"Qi Zheng2023-06-191-26/+19
| * Revert "mm: vmscan: add shrinker_srcu_generation"Qi Zheng2023-06-191-20/+4
| * Revert "mm: shrinkers: make count and scan in shrinker debugfs lockless"Qi Zheng2023-06-191-8/+17
| * Revert "mm: vmscan: hold write lock to reparent shrinker nr_deferred"Qi Zheng2023-06-191-2/+2
| * Revert "mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()"Qi Zheng2023-06-191-2/+6
| * Revert "mm: shrinkers: convert shrinker_rwsem to mutex"Qi Zheng2023-06-192-24/+24
| * mm/khugepaged: fix iteration in collapse_fileDavid Stevens2023-06-191-1/+0
| * memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu2023-06-191-3/+6
| * mm/vmalloc: do not output a spurious warning when huge vmalloc() failsLorenzo Stoakes2023-06-191-4/+13
| * mm/mprotect: fix do_mprotect_pkey() limit checkLiam R. Howlett2023-06-191-1/+1
* | mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett2023-06-181-20/+17
* | Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds2023-06-124-12/+28
|\|
| * zswap: do not shrink if cgroup may not zswapNhat Pham2023-06-121-2/+9
| * page cache: fix page_cache_next/prev_miss off by oneMike Kravetz2023-06-121-10/+16
| * mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()Kefeng Wang2023-06-121-0/+2
| * mm/gup_test: fix ioctl fail for compat taskHaibo Li2023-06-121-0/+1
* | mm: page_table_check: Ensure user pages are not slab pagesRuihan Li2023-05-291-0/+6
* | mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAMRuihan Li2023-05-291-0/+1
|/
* mm: fix zswap writeback race conditionDomenico Cerasuolo2023-05-171-0/+16
* mm: kfence: fix false positives on big endianMichael Ellerman2023-05-171-1/+1
* zsmalloc: move LRU update from zs_map_object() to zs_malloc()Nhat Pham2023-05-171-27/+9
* mm: shrinkers: fix race condition on debugfs cleanupJoan Bruguera Micó2023-05-172-7/+13
* Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-061-205/+202
|\