aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-20splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells2-0/+135
2023-02-20mm: Pass info, not iter, into filemap_get_pages()David Howells1-13/+14
2023-02-17Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-4/+10
2023-02-17mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2-2/+6
2023-02-16mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe1-0/+1
2023-02-16mm/filemap: fix page end in filemap_get_read_batchQian Yingjin1-2/+3
2023-02-13Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds9-16/+57
2023-02-12Fix page corruption caused by racy check in __free_pagesDavid Chen1-1/+4
2023-02-09mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2-6/+13
2023-02-09mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang3-8/+22
2023-02-09kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy3-1/+21
2023-02-07Revert "mm: Always release pages to the buddy allocator in memblock_free_late()."Aaron Thompson1-7/+1
2023-02-03mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee1-1/+1
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds11-108/+286
2023-01-31mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia1-0/+1
2023-01-31mm: use stack_depot_early_init for kmemleakZhaoyang Huang1-2/+3
2023-01-31migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz1-1/+2
2023-01-31mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe1-0/+8
2023-01-31mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka1-6/+19
2023-01-31mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao1-1/+4
2023-01-31Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko2-57/+14
2023-01-31zsmalloc: fix a race with deferred_handles storingNhat Pham1-32/+205
2023-01-31mm/khugepaged: fix ->anon_vma raceJann Horn1-1/+13
2023-01-29Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka1-0/+1
2023-01-19Merge tag 'slab-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-0/+2
2023-01-18mm: fix a few rare cases of using swapin error pte markerPeter Xu3-3/+16
2023-01-18mm/uffd: fix pte marker when fork() without fork eventPeter Xu1-6/+2
2023-01-18Sync with v6.2-rc4Andrew Morton1-1/+7
2023-01-16Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-55/+87
2023-01-11nommu: fix split_vma() map_count errorLiam Howlett1-1/+3
2023-01-11nommu: fix do_munmap() error pathLiam Howlett1-1/+2
2023-01-11nommu: fix memory leak in do_mmap() error pathLiam Howlett1-1/+1
2023-01-11mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes3-5/+5
2023-01-11kasan: mark kasan_kunit_executing as staticAndrey Konovalov1-1/+1
2023-01-11mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu1-2/+11
2023-01-11hugetlb: unshare some PMDs when splitting VMAsJames Houghton1-9/+35
2023-01-11mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe1-4/+2
2023-01-11mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe1-1/+1
2023-01-11mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand1-0/+4
2023-01-11mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins1-8/+6
2023-01-11mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_protection()David Hildenbrand1-8/+9
2023-01-11mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand1-14/+7
2023-01-08mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson1-1/+7
2023-01-04memblock: Fix doc for memblock_phys_freeMiaoqian Lin1-1/+1
2023-01-02mm, slab: periodically resched in drain_freelist()David Rientjes1-0/+2
2022-12-21hugetlb: really allocate vma lock for all sharable vmasMike Kravetz1-185/+148
2022-12-21kmsan: export kmsan_handle_urbArnd Bergmann1-0/+1
2022-12-21kmsan: include linux/vmalloc.hArnd Bergmann1-0/+1
2022-12-21mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers1-0/+1
2022-12-21mm, mremap: fix mremap() expanding vma with addr inside vmaVlastimil Babka1-1/+2