summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-05-25Merge tag 'mm-hotfixes-stable-2025-05-25-00-58' of git://git.kernel.org/pub/s...Linus Torvalds
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo Cañuelo Navarro
2025-05-25memcg: always call cond_resched() after fn()Breno Leitao
2025-05-25mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb f...Ge Yang
2025-05-25mm: vmalloc: only zero-init on vrealloc shrinkKees Cook
2025-05-25mm: vmalloc: actually use the in-place vrealloc regionKees Cook
2025-05-25mm/cma: make detection of highmem_start more robustMike Rapoport (Microsoft)
2025-05-20kasan: avoid sleepable page allocation from atomic contextAlexander Gordeev
2025-05-20mm/truncate: fix out-of-bounds when doing a right-aligned splitZhang Yi
2025-05-20mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang
2025-05-17Merge tag 'mm-hotfixes-stable-2025-05-17-09-41' of git://git.kernel.org/pub/s...Linus Torvalds
2025-05-12Merge tag 'vfs-6.15-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-11mm: userfaultfd: correct dirty flags set for both present and swap pteBarry Song
2025-05-11zsmalloc: don't underflow size calculation in zs_obj_write()Sergey Senozhatsky
2025-05-11mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov
2025-05-11mm/page_alloc: ensure try_alloc_pages() plays well with unaccepted memoryKirill A. Shutemov
2025-05-11mm/codetag: move tag retrieval back upfront in __free_pages()David Wang
2025-05-11mm/memory: fix mapcount / refcount sanity check for mTHP reuseKairui Song
2025-05-11mm: hugetlb: fix incorrect fallback for subpoolWupeng Ma
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-11Merge tag 'fixes-2025-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-09mm/execmem: Unify early execmem_cache behaviourPeter Zijlstra
2025-05-09memblock: Accept allocated memory before use in memblock_double_array()Tom Lendacky
2025-05-07mm: fix folio_pte_batch() on XEN PVPetr Vaněk
2025-05-07mm/hugetlb: copy the CMA flag when demotingFrank van der Linden
2025-05-07mm, swap: fix false warning for large allocation with !THP_SWAPKairui Song
2025-05-07mm: vmalloc: support more granular vrealloc() sizingKees Cook
2025-05-07mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo
2025-05-06mm,mm_init: Mark set_high_memory as __initOscar Salvador
2025-05-06swapfile: disable swapon for bs > ps devicesLuis Chamberlain
2025-05-02Merge tag 'slab-for-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-04-29Merge tag 'fixes-2025-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-24mm, slab: clean up slab->obj_exts alwaysZhenhua Huang
2025-04-22mm/migrate: fix sleep in atomic for large folios and buffer headsDavidlohr Bueso
2025-04-19Merge tag 'mm-hotfixes-stable-2025-04-19-21-24' of git://git.kernel.org/pub/s...Linus Torvalds
2025-04-18Merge tag 'hardening-v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-04-17mm: vmscan: fix kswapd exit condition in defrag_modeJohannes Weiner
2025-04-17mm: vmscan: restore high-cpu watermark safety in kswapdJohannes Weiner
2025-04-17mm/memory: move sanity checks in do_wp_page() after mapcount vs. refcount sta...David Hildenbrand
2025-04-17mm, hugetlb: increment the number of pages to be reset on HVOOscar Salvador
2025-04-17mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He
2025-04-17mm: memcontrol: fix swap counter leak from offline cgroupMuchun Song
2025-04-17mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()Kirill A. Shutemov
2025-04-17Merge tag 'slab-for-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-04-15kasan: Add strscpy() test to trigger tag fault on arm64Vincenzo Frascino
2025-04-14slab: ensure slab->obj_exts is clear in a newly allocated slab pageSuren Baghdasaryan
2025-04-11mm: fix apply_to_existing_page_range()Kirill A. Shutemov
2025-04-11mm: (un)track_pfn_copy() fix + doc improvementsDavid Hildenbrand
2025-04-11mm: fix filemap_get_folios_contig returning batches of identical foliosVishal Moola (Oracle)
2025-04-11mm/hugetlb: add a line break at the end of the format stringwangxuewen