summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-05mm: remove NR_BOUNCE zone statChristoph Hellwig
2025-05-03mm: Add vmalloc_huge_node()Peter Zijlstra
2025-05-02Merge tag 'slab-for-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-30Kbuild: remove structleak gcc pluginArnd Bergmann
2025-04-29Merge tag 'fixes-2025-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-22mm: kvmalloc: make kmalloc fast path real fast pathMichal Hocko
2025-04-21fs: add S_ANON_INODEChristian Brauner
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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-15mm: skip folio reclaim in legacy memcg contexts for deadlockable mappingsJoanne Koong
2025-04-14page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen
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
2025-04-11mm/hugetlb: fix set_max_huge_pages() when there are surplus pagesJinjiang Tu
2025-04-11mm/cma: report base address of single range correctlyFrank van der Linden
2025-04-11mm: page_alloc: speed up fallbacks in rmqueue_bulk()Johannes Weiner
2025-04-11mm/kasan: add module decriptionArnd Bergmann
2025-04-11mm/vma: add give_up_on_oom option on modify/merge, use in uffd releaseLorenzo Stoakes
2025-04-11mm/hugetlb: fix nid mismatch in alloc_surplus_hugetlb_folio()Liu Shixin
2025-04-11mm/page_alloc: avoid second trylock of zone->lockAlexei Starovoitov
2025-04-11mm/compaction: fix bug in hugetlb handling pathwayVishal Moola (Oracle)
2025-04-11locking/local_lock, mm: replace localtry_ helpers with local_trylock_t typeAlexei Starovoitov
2025-04-07fs: Remove aops->writepageMatthew Wilcox (Oracle)
2025-04-07mm: Remove swap_writepage() and shmem_writepage()Matthew Wilcox (Oracle)
2025-04-07shmem: Add shmem_writeout()Matthew Wilcox (Oracle)
2025-04-07writeback: Remove writeback_use_writepage()Matthew Wilcox (Oracle)
2025-04-07migrate: Remove call to ->writepageMatthew Wilcox (Oracle)
2025-04-07mm/memblock: repeat setting reserved region nid if array is doubledWei Yang
2025-04-07mm/memblock: pass size instead of end to memblock_set_node()Wei Yang
2025-04-06Disable SLUB_TINY for build testingLinus Torvalds