aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+112
2024-03-06mm: make folio_pte_batch available outside of mm/memory.cBarry Song1-0/+93
2024-03-04mm: add alloc_contig_migrate_range allocation statisticsRichard Chang1-1/+2
2024-03-04mm: remove free_unref_page_list()Matthew Wilcox (Oracle)1-1/+0
2024-03-04mm: add free_unref_folios()Matthew Wilcox (Oracle)1-2/+3
2024-03-04mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)1-2/+1
2024-03-04mm: madvise: pageout: ignore references rather than clearing youngBarry Song1-1/+1
2024-03-04mm/memory: change vmf_anon_prepare() to be non-staticVishal Moola (Oracle)1-0/+1
2024-02-23mm/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-08mm, 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-10mm: remove invalidate_inode_page()Matthew Wilcox (Oracle)1-1/+0
2023-12-10mm: make mapping_evict_folio() the preferred way to evict clean foliosMatthew Wilcox (Oracle)1-0/+1
2023-12-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang1-11/+0
2023-10-25mm: add page_rmappable_folio() wrapperHugh Dickins1-0/+9
2023-10-25mm: fix multiple typos in multiple filesMuhammad Muzammil1-1/+1
2023-10-18mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes1-5/+3
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes1-0/+9
2023-10-18mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke1-2/+2
2023-10-18mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)1-1/+1
2023-10-18mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)1-1/+1
2023-10-18mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes1-0/+3
2023-10-16mm: memory: make numa_migrate_prep() to take a folioKefeng Wang1-1/+1
2023-10-04mm: handle large folio when large folio in VM_LOCKED VMA rangeYin Fengwei1-10/+13
2023-10-04mm: add functions folio_in_range() and folio_within_vma()Yin Fengwei1-0/+50
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif1-0/+3
2023-10-04mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng1-0/+22
2023-10-04mm: vmscan: move shrinker-related code into a separate fileQi Zheng1-0/+2
2023-10-04mm: move some shrinker-related function declarations to mm/internal.hQi Zheng1-0/+26
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)1-1/+1
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)1-1/+0
2023-08-21mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)1-0/+2
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+17
2023-08-21mm: allow fault_dirty_shared_page() to be called under the VMA lockMatthew Wilcox (Oracle)1-1/+1
2023-08-21mm: disable kernelcore=mirror when no mirror memoryMa Wupeng1-0/+1
2023-08-21mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP-fastDavid Hildenbrand1-0/+10
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand1-0/+7
2023-08-18mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett1-11/+7
2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett1-0/+12
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett1-1/+1
2023-08-18mm: remove re-walk from mmap_region()Liam R. Howlett1-0/+8