summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-12-07Merge tag 'memblock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-04Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2025-12-04mm/mm_init: Introduce a boot parameter for check_pagesJoshua Hahn
2025-12-03Merge tag 'slab-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-12-03Merge tag 'selinux-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-29mm: fix vma_start_write_killable() signal handlingMatthew Wilcox (Oracle)
2025-11-29mm/swapfile: use plist_for_each_entry in __folio_throttle_swaprateYoungjun Park
2025-11-29mm/swapfile: fix list iteration when next node is removed during discardYoungjun Park
2025-11-29mm/kfence: add reboot notifier to disable KFENCE on shutdownBreno Leitao
2025-11-29memcg: remove inc/dec_lruvec_kmem_state helpersChen Ridong
2025-11-29mm: fix DEBUG_RODATA_TEST indentation in KconfigGeert Uytterhoeven
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes
2025-11-29mm/page_alloc: optimize lowmem_reserve max lookup using its semantic monotoni...fujunjie
2025-11-29mm/vmscan: skip increasing kswapd_failures when reclaim was boostedJiayuan Chen
2025-11-28secretmem: convert memfd_secret() to FD_ADD()Christian Brauner
2025-11-28memfd: convert memfd_create() to FD_ADD()Christian Brauner
2025-11-27mm: memfd_luo: allow preserving memfdPratyush Yadav
2025-11-27mm: shmem: export some functions to internal.hPratyush Yadav
2025-11-27mm: shmem: allow freezing inode mappingPratyush Yadav
2025-11-27mm: shmem: use SHMEM_F_* flags instead of VM_* flagsPratyush Yadav
2025-11-27memblock: unpreserve memory in case of errorPasha Tatashin
2025-11-27kho: drop notifiersMike Rapoport (Microsoft)
2025-11-26Merge tag 'mm-hotfixes-stable-2025-11-26-11-51' of git://git.kernel.org/pub/s...Linus Torvalds
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-25Merge branch 'slab/for-6.19/mempool_alloc_bulk' into slab/for-nextVlastimil Babka
2025-11-25Merge branch 'slab/for-6.19/freelist_aba_t_cleanups' into slab/for-nextVlastimil Babka
2025-11-25Merge branch 'slab/for-6.19/memdesc_prep' into slab/for-nextVlastimil Babka
2025-11-25Merge branch 'slab/for-6.19/sheaves_cleanups' into slab/for-nextVlastimil Babka
2025-11-25slab: Remove unnecessary call to compound_head() in alloc_from_pcs()Matthew Wilcox (Oracle)
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik
2025-11-25fs: Add uoff_tMatthew Wilcox (Oracle)
2025-11-24mm: swap: remove scan_swap_map_slots() references from commentsYoungjun Park
2025-11-24mm: swap: change swap_alloc_slow() to voidYoungjun Park
2025-11-24mm, swap: remove redundant comment for read_swap_cache_asyncYoungjun Park
2025-11-24mm, swap: use SWP_SOLIDSTATE to determine if swap is rotationalYoungjun Park
2025-11-24mm, swap: fix memory leak in setup_clusters() error pathYoungjun Park
2025-11-24mm/swap: fix wrong plist empty check in swap_alloc_slow()Youngjun Park
2025-11-24mm/damon/tests/sysfs-kunit: fix use after free on error pathDan Carpenter
2025-11-24mm: tweak __vma_enter_locked()Matthew Wilcox (Oracle)