summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-02-13Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...Linus Torvalds
2023-02-12Fix page corruption caused by racy check in __free_pagesDavid Chen
2023-02-09mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng
2023-02-09mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang
2023-02-09kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy
2023-02-07Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson
2023-02-03mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds
2023-01-31mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia
2023-01-31mm: use stack_depot_early_init for kmemleakZhaoyang Huang
2023-01-31migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz
2023-01-31mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe
2023-01-31mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka
2023-01-31mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao
2023-01-31Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko
2023-01-31zsmalloc: fix a race with deferred_handles storingNhat Pham
2023-01-31mm/khugepaged: fix ->anon_vma raceJann Horn
2023-01-29Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka
2023-01-19Merge tag 'slab-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-18mm: fix a few rare cases of using swapin error pte markerPeter Xu
2023-01-18mm/uffd: fix pte marker when fork() without fork eventPeter Xu
2023-01-18Sync with v6.2-rc4Andrew Morton
2023-01-16Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds
2023-01-11nommu: fix split_vma() map_count errorLiam Howlett
2023-01-11nommu: fix do_munmap() error pathLiam Howlett
2023-01-11nommu: fix memory leak in do_mmap() error pathLiam Howlett
2023-01-11mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes
2023-01-11kasan: mark kasan_kunit_executing as staticAndrey Konovalov
2023-01-11mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu
2023-01-11hugetlb: unshare some PMDs when splitting VMAsJames Houghton
2023-01-11mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe
2023-01-11mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe
2023-01-11mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand
2023-01-11mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins
2023-01-11mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_prot...David Hildenbrand
2023-01-11mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand
2023-01-08mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson
2023-01-04memblock: Fix doc for memblock_phys_freeMiaoqian Lin
2023-01-02mm, slab: periodically resched in drain_freelist()David Rientjes
2022-12-21hugetlb: really allocate vma lock for all sharable vmasMike Kravetz
2022-12-21kmsan: export kmsan_handle_urbArnd Bergmann
2022-12-21kmsan: include linux/vmalloc.hArnd Bergmann
2022-12-21mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers
2022-12-21mm, mremap: fix mremap() expanding vma with addr inside vmaVlastimil Babka
2022-12-19Merge tag 'mm-stable-2022-12-17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-15mm/kmemleak: use %pK to display kernel pointers in backtraceClément Léger
2022-12-15mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang
2022-12-15mm/gup_test: free memory allocated via kvcalloc() using kvfree()David Hildenbrand
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds