summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-01-26memcg: expose mem_cgroup_ino() and mem_cgroup_get_from_ino() unconditionallyShakeel Butt
2026-01-26memcg: introduce private id API for in-kernel usersShakeel Butt
2026-01-26mm/page_alloc: simplify __alloc_pages_slowpath() flowVlastimil Babka
2026-01-26mm/page_alloc: refactor the initial compaction handlingVlastimil Babka
2026-01-26mm/page_alloc: ignore the exact initial compaction resultVlastimil Babka
2026-01-26mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes
2026-01-26mm/rmap: allocate anon_vma_chain objects unlocked when possibleLorenzo Stoakes
2026-01-26mm/rmap: make anon_vma functions internalLorenzo Stoakes
2026-01-26mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes
2026-01-26mm/rmap: remove unnecessary root lock dance in anon_vma clone, unmapLorenzo Stoakes
2026-01-26mm/rmap: skip unfaulted VMAs on anon_vma clone, unlinkLorenzo Stoakes
2026-01-26mm/rmap: eliminate partial anon_vma tear-down in anon_vma_fork()Lorenzo Stoakes
2026-01-26mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add assertsLorenzo Stoakes
2026-01-26Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"Mike Rapoport (Microsoft)
2026-01-26mm/hugetlb: drop hugetlb_cma_check()Mike Rapoport (Microsoft)
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)
2026-01-26mm/khugepaged: retry with sync writeback for MADV_COLLAPSEShivank Garg
2026-01-26mm/khugepaged: map dirty/writeback pages failures to EAGAINShivank Garg
2026-01-26kho/abi: add memblock ABI headerMike Rapoport (Microsoft)
2026-01-26liveupdate: separate memfd support into LIVEUPDATE_MEMFDPasha Tatashin
2026-01-26mm/zone_device: reinitialize large zone device private foliosMatthew Brost
2026-01-26mm/mm_init: don't cond_resched() in deferred_init_memmap_chunk() if called fr...Waiman Long
2026-01-26mm/kfence: randomize the freelist on initializationPimyn Girgis
2026-01-26mm: memfd_luo: restore and free memfd_luo_ser on failurePratyush Yadav (Google)
2026-01-26mm: memfd_luo: use memfd_alloc_file() instead of shmem_file_setup()Pratyush Yadav (Google)
2026-01-26memfd: export alloc_file()Pratyush Yadav (Google)
2026-01-26mm/memory-failure: teach kill_accessing_process to accept hugetlb tail page pfnJane Chu
2026-01-26mm/memory-failure: fix missing ->mf_stats count in hugetlb poisonJane Chu
2026-01-26mm, swap: restore swap_space attr aviod kernel panicrobin.kuo
2026-01-26mm/kasan: fix KASAN poisoning in vrealloc()Andrey Ryabinin
2026-01-26mm/shmem, swap: fix race of truncate and swap entry splitKairui Song
2026-01-21bpf: Revert "bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()"Matt Bobrowski
2026-01-21Merge tag 'slab-for-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-01-21mm/page_ext: Add page_ext_get_from_phys()Mostafa Saleh
2026-01-21slab: fix kmalloc_nolock() context check for PREEMPT_RTSwaraj Gaikwad
2026-01-20mm: use ARRAY_END() instead of open-coding itAlejandro Colomar
2026-01-20mm: fix benign off-by-one bugsAlejandro Colomar
2026-01-20mm/mmu_gather: remove @delay_remap of __tlb_remove_page_size()Wei Yang
2026-01-20mm/oom_kill: remove unnecessary integer promotion in format stringDipendra Khadka
2026-01-20mm/damon/tests/core-kunit: remove a redundant test case and add a new test ca...Shu Anzai
2026-01-20mm/damon/tests/core-kunit: add test cases for multiple regions in damon_test_...Shu Anzai
2026-01-20mm/damon/tests/core-kunit: add a test case for region merge size limit in dam...Shu Anzai
2026-01-20mm/damon/tests/core-kunit: verify the 'age' and 'nr_accesses_bp' fields in da...Shu Anzai
2026-01-20mm/damon/tests/core-kunit: verify the 'age' field in damon_test_split_at()Shu Anzai
2026-01-20mm/vmstat: remove unused node and zone state helpersWei Yang
2026-01-20page_alloc: allow migration of smaller hugepages during contig_allocGregory Price
2026-01-20mm, hugetlb: implement movable_gigantic_pages sysctlGregory Price
2026-01-20mm: cleanup vma_iter_bulk_allocWentao Guan