summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-25mm: eliminate is_swap_pte() when softleaf_from_pte() sufficesLorenzo Stoakes1-4/+3
2025-11-25mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes1-4/+2
2025-11-21mm/madvise: allow guard page install/remove under VMA lockLorenzo Stoakes1-0/+3
2025-11-21mm: rename walk_page_range_mm()Lorenzo Stoakes1-1/+1
2025-11-19mm: add spurious fault fixing support for huge pmdHuang Ying1-1/+1
2025-11-17mm: introduce io_remap_pfn_range_[prepare, complete]()Lorenzo Stoakes1-0/+18
2025-11-17mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()Lorenzo Stoakes1-0/+4
2025-11-17mm: mprotect: convert to folio_can_map_prot_numa()Kefeng Wang1-0/+20
2025-11-17kmsan: remove hard-coded GFP_KERNEL flagsUladzislau Rezki (Sony)1-2/+2
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+7
2025-09-29mm: Introduce alloc_frozen_pages_nolock()Alexei Starovoitov1-0/+4
2025-09-23mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes1-2/+2
2025-09-22mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.cMiaohe Lin1-8/+4
2025-09-22mm: sanity-check maximum folio size in folio_set_order()David Hildenbrand1-0/+1
2025-09-14mm: remove is_migrate_highatomic()Brendan Jackman1-5/+0
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-08-02mm: correct type for vmalloc vm_flags fieldsLorenzo Stoakes1-1/+1
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-58/+92
2025-07-25mm: introduce FPB_RESPECT_WRITE for PTE batching infrastructureDev Jain1-3/+8
2025-07-20mm/memcg: make memory.reclaim interface genericDavidlohr Bueso1-0/+10
2025-07-20mm: remove boolean output parameters from folio_pte_batch_ext()David Hildenbrand1-23/+42
2025-07-20mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand1-3/+8
2025-07-20mm: smaller folio_pte_batch() improvementsDavid Hildenbrand1-22/+15
2025-07-20mm: convert FPB_IGNORE_* into FPB_RESPECT_*David Hildenbrand1-8/+8
2025-07-14mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand1-1/+1
2025-07-14mm/page_alloc: add support for initializing pageblock as isolatedZi Yan1-1/+2
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-2/+2