summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-08-30madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei1-2/+2
2023-08-30madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei1-2/+2
2023-08-30mm: multi-gen LRU: don't spin during memcg releaseT.J. Mercier1-5/+8
2023-08-30mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin1-4/+7
2023-08-30mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti1-0/+4
2023-08-30mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP...David Hildenbrand1-0/+10
2023-08-30mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand2-8/+25
2023-08-30mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan13-20/+77
2023-08-30shmem: fix smaps BUG sleeping while atomicHugh Dickins1-2/+4
2023-08-16mm: memory-failure: avoid false hwpoison page mapped error infoMiaohe Lin1-3/+7
2023-08-16mm: memory-failure: fix potential unexpected return value from unpoison_memory()Miaohe Lin1-10/+9
2023-08-16mm/damon/core: initialize damo_filter->list from damos_new_filter()SeongJae Park1-0/+1
2023-08-16hugetlb: do not clear hugetlb dtor until allocating vmemmapMike Kravetz1-24/+51
2023-08-16zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang1-5/+9
2023-08-11mm/gup: do not return 0 from pin_user_pages_fast() for bad argsJason Gunthorpe1-1/+1
2023-08-11kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa4-7/+7
2023-08-11mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()Roman Gushchin1-9/+10
2023-08-11Revert "page cache: fix page_cache_next/prev_miss off by one"Mike Kravetz1-16/+10
2023-08-11mm: lock_vma_under_rcu() must check vma->anon_vma under vma lockJann Horn1-12/+16
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-21Merge 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