summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
2025-03-05mm: memory-failure: update ttu flag inside unmap_poisoned_folioMa Wupeng
2025-01-25mm/truncate: add folio_unmap_invalidate() helperJens Axboe
2025-01-13mseal: remove can_do_mseal()Jeff Xu
2025-01-13mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng
2025-01-13mm/page_alloc: make __alloc_contig_migrate_range() staticDavid Hildenbrand
2025-01-13mm/mempolicy: add alloc_frozen_pages()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: add __alloc_frozen_pages()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: move set_page_refcounted() to callers of post_alloc_hook()Matthew Wilcox (Oracle)
2025-01-13mm/page_alloc: export free_frozen_pages() instead of free_unref_page()Matthew Wilcox (Oracle)
2024-12-30mm, madvise: fix potential workingset node list_lru leaksKairui Song
2024-12-18mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan
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