aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-29/+68
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-16/+4
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-43/+6
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-6/+6
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-73/+45
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-8/+8
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+58
2025-11-28secretmem: convert memfd_secret() to FD_ADD()Christian Brauner1-19/+1
2025-11-28memfd: convert memfd_create() to FD_ADD()Christian Brauner1-24/+5
2025-11-26Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-28/+53
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik4-7/+7
2025-11-25fs: Add uoff_tMatthew Wilcox (Oracle)2-4/+4
2025-11-24mm/filemap: fix logic around SIGBUS in filemap_map_pages()Kiryl Shutsemau1-13/+14
2025-11-24mm/huge_memory: fix NULL pointer deference when splitting folioWei Yang1-12/+10
2025-11-24mm/mmap_lock: reset maple state on lock_vma_under_rcu() retryLiam R. Howlett1-0/+1
2025-11-24mm/memfd: fix information leak in hugetlb foliosDeepanshu Kartikey1-0/+27
2025-11-24mm: 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/git/vbabka/slabLinus Torvalds1-6/+26
2025-11-19Merge tag 'fixes-2025-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-1/+2
2025-11-19mm: add spurious fault fixing support for huge pmdHuang Ying3-29/+68
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/git/vfs/vfsLinus Torvalds1-8/+7
2025-11-16Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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/git/vbabka/slabLinus 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-09mm/secretmem: fix use-after-free race in fault handlerLance Yang1-1/+1
2025-11-09mm/huge_memory: initialise the tags of the huge zero folioCatalin Marinas1-1/+2
2025-11-09mm/damon/sysfs: change next_update_jiffies to a global variableQuanmin Yan1-3/+7
2025-11-09mm/damon/stat: change last_refresh_jiffies to a global variableQuanmin Yan1-3/+6
2025-11-09codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabobj_extHao Ge1-1/+5
2025-11-09mm/mremap: honour writable bit in mremap pte batchingDev Jain1-1/+1
2025-11-09mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres1-1/+1
2025-11-09mm/truncate: unmap large folio on split failureKiryl Shutsemau1-6/+29
2025-11-09mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau2-9/+39
2025-11-09mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 orderZi Yan1-3/+20
2025-11-09ksm: use range-walk function to jump over holes in scan_get_next_rmap_itemPedro Demarchi Gomes1-9/+104
2025-11-09mm/kmsan: fix kmsan kmalloc hook when no stack depots are allocated yetAleksei Nikiforov3-6/+5
2025-11-09mm/shmem: fix THP allocation and fallback loopKairui Song1-3/+6
2025-11-09mm/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/git/vbabka/slabLinus Torvalds1-1/+5
2025-11-06slab: prevent infinite loop in kmalloc_nolock() with debuggingVlastimil Babka1-1/+5
2025-11-05filemap: add helper to look up dirty folios in a rangeBrian Foster1-0/+58
2025-10-31mm: Use folio_next_pos()Matthew Wilcox (Oracle)2-2/+2
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun1-6/+0