summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
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)
2024-04-25mm: remove vma_address()Matthew Wilcox (Oracle)
2024-04-25mm: init_mlocked_on_free_v3York Jasper Niebuhr
2024-04-25mm: allow anon exclusive check over hugetlb tail pagesPeter Xu
2024-04-25mm/gup: handle huge pmd for follow_pmd_mask()Peter Xu
2024-04-25mm/gup: handle huge pud for follow_pud_mask()Peter Xu
2024-04-25mm: make page_mapped() take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm/mmap: convert all mas except mas_detach to vma iteratorYajun Deng
2024-04-25arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song
2024-04-25mm: record the migration reason for struct migration_target_controlBaolin Wang
2024-04-25mm: page_alloc: consolidate free page accountingJohannes Weiner
2024-04-25mm: page_isolation: prepare for hygienic freelistsJohannes Weiner
2024-04-25mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)
2024-04-25mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)