summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
3 daysMerge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang
2025-11-24mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()Lorenzo Stoakes
2025-11-24mm: eliminate is_swap_pte() when softleaf_from_pte() sufficesLorenzo Stoakes
2025-11-24mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes
2025-11-20mm/madvise: allow guard page install/remove under VMA lockLorenzo Stoakes
2025-11-20mm: rename walk_page_range_mm()Lorenzo Stoakes
2025-11-19mm: add spurious fault fixing support for huge pmdHuang Ying
2025-11-16mm: introduce io_remap_pfn_range_[prepare, complete]()Lorenzo Stoakes
2025-11-16mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()Lorenzo Stoakes
2025-11-16mm: mprotect: convert to folio_can_map_prot_numa()Kefeng Wang
2025-11-16kmsan: remove hard-coded GFP_KERNEL flagsUladzislau Rezki (Sony)
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-29mm: Introduce alloc_frozen_pages_nolock()Alexei Starovoitov
2025-09-22mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes
2025-09-21mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.cMiaohe Lin
2025-09-21mm: sanity-check maximum folio size in folio_set_order()David Hildenbrand
2025-09-13mm: remove is_migrate_highatomic()Brendan Jackman
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-08-02mm: correct type for vmalloc vm_flags fieldsLorenzo Stoakes
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-24mm: introduce FPB_RESPECT_WRITE for PTE batching infrastructureDev Jain
2025-07-19mm/memcg: make memory.reclaim interface genericDavidlohr Bueso
2025-07-19mm: remove boolean output parameters from folio_pte_batch_ext()David Hildenbrand
2025-07-19mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand
2025-07-19mm: smaller folio_pte_batch() improvementsDavid Hildenbrand
2025-07-19mm: convert FPB_IGNORE_* into FPB_RESPECT_*David Hildenbrand
2025-07-13mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand
2025-07-13mm/page_alloc: add support for initializing pageblock as isolatedZi Yan
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-07-09Revert "mm: make alloc_demote_folio externally invokable for migration"SeongJae Park
2025-07-09Revert "mm: rename alloc_demote_folio to alloc_migrate_folio"SeongJae Park
2025-07-09mm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes
2025-07-09mm/readahead: store folio order in struct file_ra_stateRyan Roberts
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes
2025-05-12mm: move dup_mmap() to mmLorenzo Stoakes
2025-05-12memblock: introduce memmap_init_kho_scratch()Mike Rapoport (Microsoft)
2025-05-11mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]SeongJae Park
2025-05-11mm: page_alloc: tighten up find_suitable_fallback()Johannes Weiner
2025-05-11mm/page_alloc: fix race condition in unaccepted memory handlingKirill A. Shutemov
2025-05-07mm: fix folio_pte_batch() on XEN PVPetr Vaněk
2025-04-17mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()Kirill A. Shutemov
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-21mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nidMike Rapoport (Microsoft)
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand