aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-01-26zsmalloc: simplify read begin/end logicYosry Ahmed1-7/+2
2026-01-26zsmalloc: use actual object size to detect spansSergey Senozhatsky2-7/+14
2026-01-26memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt6-13/+13
2026-01-26memcg: remove unused mem_cgroup_id() and mem_cgroup_from_id()Shakeel Butt1-5/+0
2026-01-26mm/vmscan: use cgroup ID instead of private memcg ID in lru_gen interfaceShakeel Butt1-13/+6
2026-01-26mm/damon: use cgroup ID instead of private memcg IDShakeel Butt3-10/+7
2026-01-26memcg: use cgroup_id() instead of cgroup_ino() for memcg IDShakeel Butt2-4/+5
2026-01-26memcg: mem_cgroup_get_from_ino() returns NULL on errorShakeel Butt2-5/+3
2026-01-26memcg: expose mem_cgroup_ino() and mem_cgroup_get_from_ino() unconditionallyShakeel Butt1-2/+0
2026-01-26memcg: introduce private id API for in-kernel usersShakeel Butt5-35/+40
2026-01-26mm/page_alloc: simplify __alloc_pages_slowpath() flowVlastimil Babka1-18/+23
2026-01-26mm/page_alloc: refactor the initial compaction handlingVlastimil Babka1-52/+48
2026-01-26mm/page_alloc: ignore the exact initial compaction resultVlastimil Babka1-28/+6
2026-01-26mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes3-27/+64
2026-01-26mm/rmap: allocate anon_vma_chain objects unlocked when possibleLorenzo Stoakes1-45/+36
2026-01-26mm/rmap: make anon_vma functions internalLorenzo Stoakes1-0/+58
2026-01-26mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes1-1/+1
2026-01-26mm/rmap: remove unnecessary root lock dance in anon_vma clone, unmapLorenzo Stoakes1-36/+15
2026-01-26mm/rmap: skip unfaulted VMAs on anon_vma clone, unlinkLorenzo Stoakes1-9/+13
2026-01-26mm/rmap: eliminate partial anon_vma tear-down in anon_vma_fork()Lorenzo Stoakes1-22/+24
2026-01-26mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add assertsLorenzo Stoakes1-24/+105
2026-01-26Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"Mike Rapoport (Microsoft)2-23/+0
2026-01-26mm/hugetlb: drop hugetlb_cma_check()Mike Rapoport (Microsoft)3-19/+3
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)2-5/+15
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)2-0/+7
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-8/+10
2026-01-26mm/khugepaged: retry with sync writeback for MADV_COLLAPSEShivank Garg1-0/+15
2026-01-26mm/khugepaged: map dirty/writeback pages failures to EAGAINShivank Garg1-3/+5
2026-01-26kho/abi: add memblock ABI headerMike Rapoport (Microsoft)1-3/+1
2026-01-26liveupdate: separate memfd support into LIVEUPDATE_MEMFDPasha Tatashin1-1/+1
2026-01-26mm/zone_device: reinitialize large zone device private foliosMatthew Brost1-1/+34
2026-01-26mm/mm_init: don't cond_resched() in deferred_init_memmap_chunk() if called from deferred_grow_zone()Waiman Long1-6/+6
2026-01-26mm/kfence: randomize the freelist on initializationPimyn Girgis1-4/+19
2026-01-26mm: memfd_luo: restore and free memfd_luo_ser on failurePratyush Yadav (Google)1-2/+4
2026-01-26mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()Pratyush Yadav (Google)1-2/+2
2026-01-26memfd: export alloc_file()Pratyush Yadav (Google)1-2/+2
2026-01-26mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfnJane Chu1-6/+8
2026-01-26mm/memory-failure: fix missing ->mf_stats count in hugetlb poisonJane Chu1-37/+56
2026-01-26mm, swap: restore swap_space attr aviod kernel panicrobin.kuo2-3/+2
2026-01-26mm/kasan: fix KASAN poisoning in vrealloc()Andrey Ryabinin2-5/+23
2026-01-26mm/shmem, swap: fix race of truncate and swap entry splitKairui Song1-11/+34
2026-01-21bpf: Revert "bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()"Matt Bobrowski1-7/+7
2026-01-21Merge tag 'slab-for-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-2/+6
2026-01-21mm/page_ext: Add page_ext_get_from_phys()Mostafa Saleh1-0/+23
2026-01-21slab: fix kmalloc_nolock() context check for PREEMPT_RTSwaraj Gaikwad1-2/+6
2026-01-20mm: use ARRAY_END() instead of open-coding itAlejandro Colomar2-3/+3
2026-01-20mm: fix benign off-by-one bugsAlejandro Colomar2-3/+3
2026-01-20mm/mmu_gather: remove @delay_remap of __tlb_remove_page_size()Wei Yang1-3/+2
2026-01-20mm/oom_kill: remove unnecessary integer promotion in format stringDipendra Khadka1-2/+2
2026-01-20mm/damon/tests/core-kunit: remove a redundant test case and add a new test case in damos_test_commit_quota_goal()Shu Anzai1-3/+4