summaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-11Merge tag 'slab-for-6.18-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+51
2025-10-11Merge tag 'mm-nonmm-stable-2025-10-10-15-03' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+3
2025-10-11Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s...Linus Torvalds6-34/+24
2025-10-11slab: fix barn NULL pointer dereference on memoryless nodesVlastimil Babka1-14/+51
2025-10-09Merge tag 'slab-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+13
2025-10-07mm: hugetlb: avoid soft lockup when mprotect to large memory areaYang Shi1-0/+2
2025-10-07fsnotify: pass correct offset to fsnotify_mmap_perm()Ryan Roberts1-1/+2
2025-10-07mm/damon/vaddr: do not repeat pte_offset_map_lock() until successSeongJae Park1-6/+2
2025-10-07mm/rmap: fix soft-dirty and uffd-wp bit loss when remapping zero-filled mTHP ...Lance Yang1-5/+10
2025-10-07mm/thp: fix MTE tag mismatch when replacing zero-filled subpagesLance Yang2-19/+4
2025-10-07memcg: skip cgroup_file_notify if spinning is not allowedShakeel Butt1-3/+4
2025-10-07kho: replace kho_preserve_phys() with kho_preserve_pages()Mike Rapoport (Microsoft)1-1/+3
2025-10-07Merge tag 'dma-mapping-6.18-2025-10-07' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+1
2025-10-07slub: Don't call lockdep_unregister_key() for immature kmem_cache.Kuniyuki Iwashima1-1/+2
2025-10-06slab: Fix using this_cpu_ptr() in preemptible contextRan Xiaokai1-2/+9
2025-10-05Merge tag 'mm-stable-2025-10-03-16-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-34/+34
2025-10-04Merge tag 'memblock-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-196/+65
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-15/+17
2025-10-03mm/khugepaged: use KMEM_CACHE()Wei Yang1-4/+1
2025-10-03mm/ksm: cleanup mm_slot_entry() invocationWei Yang1-13/+14
2025-10-03mm: clean up is_guard_pte_marker()Lance Yang1-2/+2
2025-10-03mm/memory_hotplug: activate node before adding new memory blocksHannes Reinecke1-15/+17
2025-10-03Merge tag 'nfs-for-6.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-8/+26
2025-10-03Merge tag 'fuse-update-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-26/+21
2025-10-03slab: Add allow_spin check to eliminate kmemleak warningsRan Xiaokai1-1/+2
2025-10-03kmsan: fix kmsan_handle_dma() to avoid false positivesShigeru Yoshida1-2/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds90-2730/+3835
2025-10-02Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds8-160/+2320
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-9/+31
2025-09-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-12/+24
2025-09-29Merge tag 'vfs-6.18-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-29Merge series "slab: Re-entrant kmalloc_nolock()"Vlastimil Babka7-74/+527
2025-09-29Merge series "SLUB percpu sheaves"Vlastimil Babka4-47/+1737
2025-09-29slab: Introduce kmalloc_nolock() and kfree_nolock().Alexei Starovoitov5-50/+469
2025-09-29slab: Reuse first bit for OBJEXTS_ALLOC_FAILAlexei Starovoitov1-1/+1
2025-09-29slab: Make slub local_(try)lock more precise for LOCKDEPAlexei Starovoitov2-0/+21
2025-09-29mm: Introduce alloc_frozen_pages_nolock()Alexei Starovoitov2-21/+32
2025-09-29mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().Alexei Starovoitov1-4/+6
2025-09-29mm, vma: use percpu sheaves for vm_area_struct cacheVlastimil Babka1-0/+1
2025-09-29slab: allow NUMA restricted allocations to use percpu sheavesVlastimil Babka1-7/+46
2025-09-29slab: skip percpu sheaves for remote object freeingVlastimil Babka2-8/+40
2025-09-29slab: determine barn status racily outside of lockVlastimil Babka1-7/+20
2025-09-29slab: sheaf prefilling for guaranteed allocationsVlastimil Babka1-0/+263
2025-09-29slab: add sheaf support for batching kfree_rcu() operationsVlastimil Babka3-2/+295
2025-09-28mm: swap: check for stable address space before operating on the VMACharan Teja Kalla1-0/+3
2025-09-28mm/khugepaged: use start_addr/addr for improved readabilityWei Yang1-21/+22
2025-09-28alloc_tag: fix boot failure due to NULL pointer dereferenceRan Xiaokai1-9/+9
2025-09-28mm/memory-failure: don't select MEMORY_ISOLATIONXie Yuanbin1-1/+0
2025-09-28mm/khugepaged: remove definition of struct khugepaged_mm_slotWei Yang1-37/+21