summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-20Merge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+0
2026-04-19mm: call ->free_folio() directly in folio_unmap_invalidate()Matthew Wilcox (Oracle)1-1/+0
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)1-0/+1
2026-04-05mm: have mmap_action_complete() handle the rmap lock and unmapLorenzo Stoakes (Oracle)1-0/+19
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)1-15/+17
2026-04-05mm: update vma_supports_mlock() to use new VMA flagsLorenzo Stoakes (Oracle)1-1/+3
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)1-0/+3
2026-04-05mm: change to return bool for the MMU notifier's young flag checkBaolin Wang1-8/+8
2026-04-05mm/sparse: move memory hotplug bits to sparse-vmemmap.cDavid Hildenbrand (Arm)1-0/+4
2026-04-05mm/sparse: move __section_mark_present() to internal.hDavid Hildenbrand (Arm)1-0/+9
2026-04-05mm/sparse: move sparse_init_one_section() to internal.hDavid Hildenbrand (Arm)1-0/+22
2026-04-05mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.cDavid Hildenbrand (Arm)1-0/+12
2026-04-05mm: abstract reading sysctl_max_map_count, and READ_ONCE()Lorenzo Stoakes (Oracle)1-0/+6
2026-04-05mm: khugepaged: export set_recommended_min_free_kbytes()Breno Leitao1-0/+5
2026-04-05mm: prevent droppable mappings from being lockedAnthony Yznaga1-0/+10
2026-04-05mm: support batched checking of the young flag for MGLRUBaolin Wang1-6/+0
2026-04-05mm: add a batched helper to clear the young flag for large foliosBaolin Wang1-5/+11
2026-04-05mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_n...Baolin Wang1-4/+4
2026-04-05mm: use inline helper functions instead of ugly macrosBaolin Wang1-0/+52
2026-04-05mm: rename zap_page_range_single_batched() to zap_vma_range_batched()David Hildenbrand (Arm)1-1/+1
2026-04-05mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()David Hildenbrand (Arm)1-4/+1
2026-04-05mm/hugetlb: remove fake head pagesKiryl Shutsemau1-0/+9
2026-04-05mm: change the interface of prep_compound_tail()Kiryl Shutsemau1-6/+5
2026-04-05mm/vmalloc: export clear_vm_uninitialized_flag()Pasha Tatashin1-0/+2
2026-04-05mm: centralize+fix comments about compound_mapcount() in new sync_with_folio_...David Hildenbrand (Arm)1-0/+19
2026-04-01memblock: warn when freeing reserved memory before memory map is initializedMike Rapoport (Microsoft)1-0/+10
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+6
2026-02-14Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2026-02-13mm: update secretmem to use VMA flags on mmap_prepareLorenzo Stoakes1-1/+1
2026-02-13mm: use unmap_desc struct for freeing page tablesLiam R. Howlett1-4/+1
2026-02-13mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett1-0/+3
2026-02-13mm/memory: add tree limit to free_pgtables()Liam R. Howlett1-2/+4
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-19/+87
2026-02-12Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-0/+1
2026-02-07mm: move pte table reclaim code to memory.cDavid Hildenbrand (Red Hat)1-18/+0
2026-01-29slab: remove defer_deactivate_slab()Vlastimil Babka1-0/+1
2026-01-27mm: cma: add cma_alloc_frozen{_compound}()Kefeng Wang1-5/+5
2026-01-27mm: page_alloc: add alloc_contig_frozen_{range,pages}()Kefeng Wang1-0/+13
2026-01-27mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes1-1/+10
2026-01-27mm/rmap: make anon_vma functions internalLorenzo Stoakes1-0/+58
2026-01-27arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)1-0/+6
2026-01-21mm: fix minor spelling mistakes in commentsKevin Lourenco1-1/+1
2026-01-20mm: restore per-memcg proactive reclaim with !CONFIG_NUMAYosry Ahmed1-8/+0
2026-01-09memblock: drop redundant 'struct page *' argument from memblock_free_pages()Shengming Hu1-2/+1
2025-12-07Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+6
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-14/+59
2025-11-28mm: shmem: export some functions to internal.hPratyush Yadav1-0/+6
2025-11-25mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang1-1/+1
2025-11-25mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()Lorenzo Stoakes1-2/+5