summary refs log tree commit diff
path: root/mm
AgeCommit message (Expand)Author
2023-02-22mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng
2023-02-22kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy
2023-02-14Fix page corruption caused by racy check in __free_pagesDavid Chen
2023-02-09migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz
2023-02-09mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe
2023-02-09mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka
2023-02-09mm/khugepaged: fix ->anon_vma raceJann Horn
2023-02-09mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia
2023-02-09mm/uffd: fix pte marker when fork() without fork eventPeter Xu
2023-02-09mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-01Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka
2023-01-24panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-01-24mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe
2023-01-24mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand
2023-01-24mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu
2023-01-24mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_prot...David Hildenbrand
2023-01-24mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand
2023-01-24mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins
2023-01-24hugetlb: unshare some PMDs when splitting VMAsJames Houghton
2023-01-24mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe
2023-01-24nommu: fix split_vma() map_count errorLiam Howlett
2023-01-24nommu: fix do_munmap() error pathLiam Howlett
2023-01-24nommu: fix memory leak in do_mmap() error pathLiam Howlett
2023-01-18mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson
2023-01-07hugetlb: really allocate vma lock for all sharable vmasMike Kravetz
2023-01-04mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira
2023-01-04kmsan: include linux/vmalloc.hArnd Bergmann
2023-01-04kmsan: export kmsan_handle_urbArnd Bergmann
2023-01-04mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers
2023-01-04mm, mremap: fix mremap() expanding vma with addr inside vmaVlastimil Babka
2022-12-31mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappingsDavid Hildenbrand
2022-12-10Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-12-09memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-09mm/gup: fix gup_pud_range() for daxJohn Starks
2022-12-09mmap: fix do_brk_flags() modifying obviously incorrect VMAsLiam Howlett
2022-12-09tmpfs: fix data loss from failed fallocateHugh Dickins
2022-12-09mm: do not BUG_ON missing brk mapping, because userspace can unmap itJason A. Donenfeld
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-04Revert "mm: align larger anonymous mappings on THP boundaries"Linus Torvalds
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-30mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn
2022-11-30mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn
2022-11-30mm/khugepaged: take the right locks for page table retractionJann Horn
2022-11-30mm: migrate: fix THP's mapcount on isolationGavin Shan
2022-11-30mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross
2022-11-30mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park
2022-11-30hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz
2022-11-30madvise: use zap_page_range_single for madvise dontneedMike Kravetz
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds