summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)AuthorFilesLines
9 daysmseal: add mseal syscallJeff Xu1-0/+37
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park1-1/+1
2024-05-06mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)1-0/+1
2024-05-06mm/memory: add any_dirty optional pointer to folio_pte_batch()Lance Yang1-2/+10
2024-05-06mm: track mapcount of large folios in single valueDavid Hildenbrand1-0/+3
2024-04-26mm: convert free_zone_device_page to free_zone_device_folioMatthew Wilcox (Oracle)1-1/+1
2024-04-26mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-1/+1
2024-04-26mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts1-2/+10
2024-04-26mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts1-0/+64
2024-04-26mm: rename vma_pgoff_address back to vma_addressMatthew Wilcox (Oracle)1-5/+4
2024-04-26mm: remove vma_address()Matthew Wilcox (Oracle)1-15/+8
2024-04-26mm: init_mlocked_on_free_v3York Jasper Niebuhr1-0/+1
2024-04-26mm: allow anon exclusive check over hugetlb tail pagesPeter Xu1-10/+0
2024-04-26mm/gup: handle huge pmd for follow_pmd_mask()Peter Xu1-3/+2
2024-04-26mm/gup: handle huge pud for follow_pud_mask()Peter Xu1-0/+2
2024-04-26mm: make page_mapped() take a const argumentMatthew Wilcox (Oracle)1-3/+4
2024-04-26mm/mmap: convert all mas except mas_detach to vma iteratorYajun Deng1-0/+29
2024-04-26arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song1-0/+14
2024-04-26mm: record the migration reason for struct migration_target_controlBaolin Wang1-0/+1
2024-04-26mm: page_alloc: consolidate free page accountingJohannes Weiner1-5/+0
2024-04-26mm: page_isolation: prepare for hygienic freelistsJohannes Weiner1-4/+0
2024-04-26mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)1-1/+2
2024-04-26mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)1-0/+2
2024-04-26mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom1-1/+1
2024-04-17mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand1-4/+6
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+112
2024-03-07mm: make folio_pte_batch available outside of mm/memory.cBarry Song1-0/+93
2024-03-05mm: add alloc_contig_migrate_range allocation statisticsRichard Chang1-1/+2
2024-03-05mm: remove free_unref_page_list()Matthew Wilcox (Oracle)1-1/+0
2024-03-05mm: add free_unref_folios()Matthew Wilcox (Oracle)1-2/+3
2024-03-05mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)1-2/+1
2024-03-05mm: madvise: pageout: ignore references rather than clearing youngBarry Song1-1/+1
2024-03-05mm/memory: change vmf_anon_prepare() to be non-staticVishal Moola (Oracle)1-0/+1
2024-02-24mm/compaction: add support for >0 order folio memory compaction.Zi Yan1-1/+3
2024-02-22mm/mmap: introduce vma_set_range()Yajun Deng1-0/+9
2024-02-21mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig1-0/+4
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2023-12-29mm: remove one last reference to page_add_*_rmap()David Hildenbrand1-1/+1
2023-12-29mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPEDDavid Hildenbrand1-3/+3
2023-12-29mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand1-2/+2
2023-12-29mm/rmap: remove page_remove_rmap()David Hildenbrand1-1/+1
2023-12-12mm: use vma_pages() for vma objectsChen Haonan1-1/+1
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett1-4/+4
2023-12-12maple_tree: move debug check to __mas_set_range()Liam R. Howlett1-2/+0
2023-12-11mm: remove invalidate_inode_page()Matthew Wilcox (Oracle)1-1/+0
2023-12-11mm: make mapping_evict_folio() the preferred way to evict clean foliosMatthew Wilcox (Oracle)1-0/+1
2023-12-11fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang1-11/+0
2023-10-26mm: add page_rmappable_folio() wrapperHugh Dickins1-0/+9
2023-10-26mm: fix multiple typos in multiple filesMuhammad Muzammil1-1/+1
2023-10-19mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes1-5/+3