index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
internal.h
Age
Commit message (
Expand
)
Author
2026-08-24
mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
David Hildenbrand (Arm)
2026-08-24
mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
Usama Arif
2026-08-24
mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
Lorenzo Stoakes (ARM)
2026-08-24
mm: clean up vma_address_end()
Lorenzo Stoakes (ARM)
2026-08-24
mm: introduce and use vma_filebacked_address()
Lorenzo Stoakes (ARM)
2026-08-24
mm: abstract vma_address() and introduce vma_anon_address()
Lorenzo Stoakes (ARM)
2026-08-24
mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
Lorenzo Stoakes (ARM)
2026-08-06
mm: page_alloc: fix non-movable reclaim storm in defrag_mode
Johannes Weiner
2026-08-06
mm: page_alloc: move capture_control to the page allocator
Vlastimil Babka (SUSE)
2026-08-06
mm/memory: batch set uffd-wp markers during zapping
Dev Jain
2026-08-06
mm/memory: move pte_install_uffd_wp_if_needed() into memory.c
Dev Jain
2026-08-06
mm: let node_reclaim() return the number of pages reclaimed
Petr Tesarik
2026-08-04
mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
Lorenzo Stoakes
2026-08-04
mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
Lorenzo Stoakes
2026-08-04
mm: split out vmalloc declarations from internal.h
Mike Rapoport (Microsoft)
2026-08-04
mm: split out sparse declarations from internal.h
Mike Rapoport (Microsoft)
2026-08-04
mm: split out mm_init and memblock declarations from internal.h
Mike Rapoport (Microsoft)
2026-08-04
mm: rename uffd-wp PTE accessors to uffd
Kiryl Shutsemau (Meta)
2026-08-04
mm: move reclaim-internal declarations out of swap.h
Jianyue Wu
2026-08-04
mm/page_alloc: remove set_page_private() in prep_compound_tail()
Zi Yan
2026-07-30
mm: factor out can_spin_trylock()
Brendan Jackman
2026-07-30
mm: split out internal page_alloc.h
Brendan Jackman
2026-07-30
mm: name some args in a function declaration
Brendan Jackman
2026-07-30
mm/page_alloc: rename ALLOC_TRYLOCK -> ALLOC_NOLOCK
Brendan Jackman
2026-07-30
mm: extract mm_prepare_for_swap_entries() helper
Usama Arif
2026-07-28
mm: constify oom_control, scan_control, and alloc_context nodemask
Gregory Price
2026-07-28
mm/mm_init: fold __init_page_from_nid() into __init_deferred_page()
Muchun Song
2026-07-28
mm/hugetlb: remove unused bootmem cma field
Muchun Song
2026-07-28
mm/hugetlb: refactor early boot gigantic hugepage allocation
Muchun Song
2026-07-28
mm/mm_init: remove set_pageblock_order() call from sparse_init()
Muchun Song
2026-07-28
mm/sparse: move subsection_map_init() into sparse_init()
Muchun Song
2026-06-08
mm: switch deferred split shrinker to list_lru
Johannes Weiner
2026-06-02
mm/memcg: remove no longer used swap cgroup array
Kairui Song
2026-06-02
mm, swap: delay and unify memcg lookup and charging for swapin
Kairui Song
2026-06-02
mm/page_alloc: don't overload migratetype in find_suitable_fallback()
Brendan Jackman
2026-04-19
Merge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...
Linus Torvalds
2026-04-18
mm: call ->free_folio() directly in folio_unmap_invalidate()
Matthew Wilcox (Oracle)
2026-04-18
Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-04-05
mm: add mmap_action_simple_ioremap()
Lorenzo Stoakes (Oracle)
2026-04-05
mm: have mmap_action_complete() handle the rmap lock and unmap
Lorenzo Stoakes (Oracle)
2026-04-05
mm: various small mmap_prepare cleanups
Lorenzo Stoakes (Oracle)
2026-04-05
mm: update vma_supports_mlock() to use new VMA flags
Lorenzo Stoakes (Oracle)
2026-04-05
mm: convert do_brk_flags() to use vma_flags_t
Lorenzo Stoakes (Oracle)
2026-04-05
mm: change to return bool for the MMU notifier's young flag check
Baolin Wang
2026-04-05
mm/sparse: move memory hotplug bits to sparse-vmemmap.c
David Hildenbrand (Arm)
2026-04-05
mm/sparse: move __section_mark_present() to internal.h
David Hildenbrand (Arm)
2026-04-05
mm/sparse: move sparse_init_one_section() to internal.h
David Hildenbrand (Arm)
2026-04-05
mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.c
David Hildenbrand (Arm)
2026-04-05
mm: abstract reading sysctl_max_map_count, and READ_ONCE()
Lorenzo Stoakes (Oracle)
2026-04-05
mm: khugepaged: export set_recommended_min_free_kbytes()
Breno Leitao
[next]