summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-11-27Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada
2024-11-11mm: move ``get_order_from_str()`` to internal.hMaĆ­ra Canal
2024-11-11mm: pagewalk: add the ability to install PTEsLorenzo Stoakes
2024-11-07mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)
2024-11-07alloc_tag: populate memory for module tags as neededSuren Baghdasaryan
2024-11-07execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)
2024-11-06mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan
2024-11-06mm: remove PageKsm()Matthew Wilcox (Oracle)
2024-11-05mm: unconditionally close VMAs on errorLorenzo Stoakes
2024-11-05mm: avoid unsafe VMA hook invocation when error arises on mmap hookLorenzo Stoakes
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17mm: change vmf_anon_prepare() to __vmf_anon_prepare()Vishal Moola (Oracle)
2024-09-09mm: remove putback_lru_page()Kefeng Wang
2024-09-09mm: remove isolate_lru_page()Kefeng Wang
2024-09-09mm: migrate_device: convert to migrate_device_coherent_folio()Kefeng Wang
2024-09-03mm: memory-failure: add unmap_poisoned_folio()Kefeng Wang
2024-09-03printf: remove %pGt supportMatthew Wilcox (Oracle)
2024-09-03mm: remove can_modify_mm()Pedro Falcato
2024-09-03mseal: replace can_modify_mm_madv with a vma variantPedro Falcato
2024-09-03mm: attempt to batch free swap entries for zap_pte_range()Barry Song
2024-09-01mm: add a helper to accept pageKirill A. Shutemov
2024-09-01mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan
2024-09-01mm: move internal core VMA manipulation functions to own fileLorenzo Stoakes
2024-09-01mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes
2024-09-01mm: move vma_modify() and helpers to internal headerLorenzo Stoakes
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-06mm: gup: stop abusing try_grab_folioYang Shi
2024-07-04mm: refactor folio_undo_large_rmappable()Kefeng Wang
2024-07-03mm: pass meminit_context to __free_pages_core()David Hildenbrand
2024-07-03mm: rename alloc_demote_folio to alloc_migrate_folioHonggyu Kim
2024-07-03mm: make alloc_demote_folio externally invokable for migrationHonggyu Kim
2024-07-03mm/memory-failure: move some function declarations into internal.hMiaohe Lin
2024-07-03mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protectBarry Song
2024-07-03mm: introduce pte_move_swp_offset() helper which can move offset bidirectionallyBarry Song
2024-07-03mm: batch unlink_file_vma calls in free_pgd_rangeMateusz Guzik
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu
2024-06-15Revert "mm: init_mlocked_on_free_v3"David Hildenbrand
2024-05-23mseal: add mseal syscallJeff Xu
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park
2024-05-05mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)
2024-05-05mm/memory: add any_dirty optional pointer to folio_pte_batch()Lance Yang
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand
2024-04-25mm: convert free_zone_device_page to free_zone_device_folioMatthew Wilcox (Oracle)
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand
2024-04-25mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts
2024-04-25mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts
2024-04-25mm: rename vma_pgoff_address back to vma_addressMatthew Wilcox (Oracle)