aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+2
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-18/+56
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+2
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+2
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+23
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds2-8/+11
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+16
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds8-117/+43
2025-05-25Merge tag 'mm-hotfixes-stable-2025-05-25-00-58' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds9-35/+137
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar2-6/+23
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo Cañuelo Navarro3-3/+17
2025-05-25memcg: always call cond_resched() after fn()Breno Leitao1-4/+2
2025-05-25mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb foliosGe Yang1-0/+8
2025-05-25mm: vmalloc: only zero-init on vrealloc shrinkKees Cook1-5/+7
2025-05-25mm: vmalloc: actually use the in-place vrealloc regionKees Cook1-0/+1
2025-05-25mm/cma: make detection of highmem_start more robustMike Rapoport (Microsoft)1-1/+4
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-83/+57
2025-05-20kasan: avoid sleepable page allocation from atomic contextAlexander Gordeev1-14/+78
2025-05-20mm/truncate: fix out-of-bounds when doing a right-aligned splitZhang Yi1-8/+12
2025-05-20mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang1-0/+8
2025-05-20dmapool: add NUMA affinity supportKeith Busch1-6/+9
2025-05-17Merge tag 'mm-hotfixes-stable-2025-05-17-09-41' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-83/+57
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-38/+120
2025-05-12Merge tag 'vfs-6.15-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+9
2025-05-11mm: userfaultfd: correct dirty flags set for both present and swap pteBarry Song1-2/+10
2025-05-11zsmalloc: don't underflow size calculation in zs_obj_write()Sergey Senozhatsky1-4/+4
2025-05-11mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov3-49/+0
2025-05-11mm/page_alloc: ensure try_alloc_pages() plays well with unaccepted memoryKirill A. Shutemov1-13/+15
2025-05-11mm/codetag: move tag retrieval back upfront in __free_pages()David Wang1-9/+6
2025-05-11mm/memory: fix mapcount / refcount sanity check for mTHP reuseKairui Song1-1/+1
2025-05-11mm: hugetlb: fix incorrect fallback for subpoolWupeng Ma1-6/+22
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+37
2025-05-11Merge tag 'fixes-2025-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds2-2/+9
2025-05-09mm/execmem: Unify early execmem_cache behaviourPeter Zijlstra1-3/+37
2025-05-09mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptesRyan Roberts1-0/+14
2025-05-09mm/vmalloc: Gracefully unmap huge ptesRyan Roberts1-2/+16
2025-05-09mm/vmalloc: Warn on improper use of vunmap_range()Ryan Roberts1-2/+6
2025-05-09mm/page_table_check: Batch-check pmds/puds just like ptesRyan Roberts1-14/+20
2025-05-09memblock: Accept allocated memory before use in memblock_double_array()Tom Lendacky1-1/+8
2025-05-08kbuild: Switch from -Wvla to -Wvla-larger-than=1Kees Cook1-1/+2
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+8
2025-05-07mm: fix folio_pte_batch() on XEN PVPetr Vaněk1-16/+11
2025-05-07mm/hugetlb: copy the CMA flag when demotingFrank van der Linden1-0/+6
2025-05-07mm, swap: fix false warning for large allocation with !THP_SWAPKairui Song1-7/+16
2025-05-07mm: vmalloc: support more granular vrealloc() sizingKees Cook1-7/+24
2025-05-07mm/huge_memory: fix dereferencing invalid pmd migration entryGavin Guo1-3/+8
2025-05-06mm,mm_init: Mark set_high_memory as __initOscar Salvador1-1/+1
2025-05-06swapfile: disable swapon for bs > ps devicesLuis Chamberlain1-0/+9
2025-05-05mm: remove NR_BOUNCE zone statChristoph Hellwig1-2/+2
2025-05-03mm: Add vmalloc_huge_node()Peter Zijlstra2-6/+23