summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
9 daysmm/slub: reset KASAN tag in defer_free() before accessing freed memoryDeepanshu Kartikey1-0/+2
9 daysmm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destructionHarry Yoo3-40/+68
9 daysmm/huge_memory: add pmd folio to ds_queue in do_huge_zero_wp_pmd()Wei Yang1-1/+1
9 daysmm/ksm: fix exec/fork inheritance support for prctlxu xin1-3/+17
9 daysshmem: fix recovery on rename failuresAl Viro1-5/+13
2025-11-26Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://git.kernel.org/pub/s...Linus Torvalds5-28/+53
2025-11-25mm/filemap: fix logic around SIGBUS in filemap_map_pages()Kiryl Shutsemau1-13/+14
2025-11-25mm/huge_memory: fix NULL pointer deference when splitting folioWei Yang1-12/+10
2025-11-25mm/mmap_lock: reset maple state on lock_vma_under_rcu() retryLiam R. Howlett1-0/+1
2025-11-25mm/memfd: fix information leak in hugetlb foliosDeepanshu Kartikey1-0/+27
2025-11-25mm: swap: remove duplicate nr_swap_pages decrement in get_swap_page_of_type()Youngjun Park1-3/+1
2025-11-20Merge tag 'slab-for-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+26
2025-11-19Merge tag 'fixes-2025-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2025-11-18mm/huge_memory: Fix initialization of huge zero folioLinus Torvalds1-7/+2
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-8/+7
2025-11-17Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/s...Linus Torvalds3-2/+24
2025-11-15mm, swap: fix potential UAF issue for VMA readaheadKairui Song1-0/+13
2025-11-15mm/huge_memory: fix folio split check for anon folios in swapcacheZi Yan1-2/+4
2025-11-15mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlbDavid Hildenbrand (Red Hat)1-0/+7
2025-11-14mm/mempool: fix poisoning order>0 pages with HIGHMEMVlastimil Babka1-6/+26
2025-11-13Merge tag 'slab-for-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+6
2025-11-13mm/slub: fix memory leak in free_to_pcs_bulk()Harry Yoo1-2/+6
2025-11-12shmem: fix tmpfs reconfiguration (remount) when noswap is setMike Yuan1-8/+7
2025-11-11memblock: fix memblock_estimated_nr_free_pages() for soft-reserved memoryAkinobu Mita1-1/+2
2025-11-10mm/secretmem: fix use-after-free race in fault handlerLance Yang1-1/+1
2025-11-10mm/huge_memory: initialise the tags of the huge zero folioCatalin Marinas1-1/+2
2025-11-10mm/damon/sysfs: change next_update_jiffies to a global variableQuanmin Yan1-3/+7
2025-11-10mm/damon/stat: change last_refresh_jiffies to a global variableQuanmin Yan1-3/+6
2025-11-10codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabo...Hao Ge1-1/+5
2025-11-10mm/mremap: honour writable bit in mremap pte batchingDev Jain1-1/+1
2025-11-10mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres1-1/+1
2025-11-10mm/truncate: unmap large folio on split failureKiryl Shutsemau1-6/+29
2025-11-10mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau2-9/+39
2025-11-10mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 orderZi Yan1-3/+20
2025-11-10ksm: use range-walk function to jump over holes in scan_get_next_rmap_itemPedro Demarchi Gomes1-9/+104
2025-11-10mm/kmsan: fix kmsan kmalloc hook when no stack depots are allocated yetAleksei Nikiforov3-6/+5
2025-11-10mm/shmem: fix THP allocation and fallback loopKairui Song1-3/+6
2025-11-10mm/huge_memory: do not change split_huge_page*() target order silentlyZi Yan2-10/+5
2025-11-07Merge tag 'slab-for-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2025-11-06slab: prevent infinite loop in kmalloc_nolock() with debuggingVlastimil Babka1-1/+5
2025-10-24Merge tag 'slab-for-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+21
2025-10-24slab: Fix obj_ext mistakenly considered NULL due to race conditionHao Ge1-5/+11
2025-10-23slab: fix slab accounting imbalance due to defer_deactivate_slab()Vlastimil Babka1-3/+5
2025-10-23Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/s...Linus Torvalds7-18/+25
2025-10-22mm/damon/core: use damos_commit_quota_goal() for new goal commitSeongJae Park1-1/+1
2025-10-22mm/damon/core: fix potential memory leak by cleaning ops_filter in damon_dest...Enze Li1-0/+3
2025-10-22hugetlbfs: move lock assertions after early returns in huge_pmd_unshare()Deepanshu Kartikey1-3/+2
2025-10-22mm/damon/core: fix list_add_tail() call on damon_call()SeongJae Park1-1/+1
2025-10-22mm/mremap: correctly account old mapping after MREMAP_DONTUNMAP remapLorenzo Stoakes1-9/+6
2025-10-21slab: Avoid race on slab->obj_exts in alloc_slab_obj_extsHao Ge1-3/+6