summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
3 daysmm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymousLorenzo Stoakes (ARM)
3 daysmm: implement file_is_dev_zero() to uniquely identify /dev/zeroLorenzo Stoakes (ARM)
3 daysmemcg: remove mem_cgroup_shrink_node()Shakeel Butt
3 daysmm/hugetlb: localize struct huge_bootmem_pageMuchun Song
3 daysmm: remove unused anon_vma_trylock_write()Hao Li
2026-08-24mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()David Hildenbrand (Arm)
2026-08-24mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance costUsama Arif
2026-08-24mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon foliosLorenzo Stoakes (ARM)
2026-08-24mm: clean up vma_address_end()Lorenzo Stoakes (ARM)
2026-08-24mm: introduce and use vma_filebacked_address()Lorenzo Stoakes (ARM)
2026-08-24mm: abstract vma_address() and introduce vma_anon_address()Lorenzo Stoakes (ARM)
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)
2026-08-06mm: page_alloc: fix non-movable reclaim storm in defrag_modeJohannes Weiner
2026-08-06mm: page_alloc: move capture_control to the page allocatorVlastimil Babka (SUSE)
2026-08-06mm/memory: batch set uffd-wp markers during zappingDev Jain
2026-08-06mm/memory: move pte_install_uffd_wp_if_needed() into memory.cDev Jain
2026-08-06mm: let node_reclaim() return the number of pages reclaimedPetr Tesarik
2026-08-04mm/vma: make vma_set_range() static, drop insert_vm_struct() declLorenzo Stoakes
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes
2026-08-04mm: split out vmalloc declarations from internal.hMike Rapoport (Microsoft)
2026-08-04mm: split out sparse declarations from internal.hMike Rapoport (Microsoft)
2026-08-04mm: split out mm_init and memblock declarations from internal.hMike Rapoport (Microsoft)
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)
2026-08-04mm: move reclaim-internal declarations out of swap.hJianyue Wu
2026-08-04mm/page_alloc: remove set_page_private() in prep_compound_tail()Zi Yan
2026-07-30mm: factor out can_spin_trylock()Brendan Jackman
2026-07-30mm: split out internal page_alloc.hBrendan Jackman
2026-07-30mm: name some args in a function declarationBrendan Jackman
2026-07-30mm/page_alloc: rename ALLOC_TRYLOCK -> ALLOC_NOLOCKBrendan Jackman
2026-07-30mm: extract mm_prepare_for_swap_entries() helperUsama Arif
2026-07-28mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price
2026-07-28mm/mm_init: fold __init_page_from_nid() into __init_deferred_page()Muchun Song
2026-07-28mm/hugetlb: remove unused bootmem cma fieldMuchun Song
2026-07-28mm/hugetlb: refactor early boot gigantic hugepage allocationMuchun Song
2026-07-28mm/mm_init: remove set_pageblock_order() call from sparse_init()Muchun Song
2026-07-28mm/sparse: move subsection_map_init() into sparse_init()Muchun Song
2026-06-08mm: switch deferred split shrinker to list_lruJohannes Weiner
2026-06-02mm/memcg: remove no longer used swap cgroup arrayKairui Song
2026-06-02mm, swap: delay and unify memcg lookup and charging for swapinKairui Song
2026-06-02mm/page_alloc: don't overload migratetype in find_suitable_fallback()Brendan Jackman
2026-04-19Merge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...Linus Torvalds
2026-04-18mm: call ->free_folio() directly in folio_unmap_invalidate()Matthew Wilcox (Oracle)
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)
2026-04-05mm: have mmap_action_complete() handle the rmap lock and unmapLorenzo Stoakes (Oracle)
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)
2026-04-05mm: update vma_supports_mlock() to use new VMA flagsLorenzo Stoakes (Oracle)
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)
2026-04-05mm: change to return bool for the MMU notifier's young flag checkBaolin Wang
2026-04-05mm/sparse: move memory hotplug bits to sparse-vmemmap.cDavid Hildenbrand (Arm)