summaryrefslogtreecommitdiffstats
path: root/mm/internal.h
Commit message (Expand)AuthorAgeFilesLines
* mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand2024-04-161-4/+6
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-7/+112
|\
| * mm: make folio_pte_batch available outside of mm/memory.cBarry Song2024-03-061-0/+93
| * mm: add alloc_contig_migrate_range allocation statisticsRichard Chang2024-03-041-1/+2
| * mm: remove free_unref_page_list()Matthew Wilcox (Oracle)2024-03-041-1/+0
| * mm: add free_unref_folios()Matthew Wilcox (Oracle)2024-03-041-2/+3
| * mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)2024-03-041-2/+1
| * mm: madvise: pageout: ignore references rather than clearing youngBarry Song2024-03-041-1/+1
| * mm/memory: change vmf_anon_prepare() to be non-staticVishal Moola (Oracle)2024-03-041-0/+1
| * mm/compaction: add support for >0 order folio memory compaction.Zi Yan2024-02-231-1/+3
| * mm/mmap: introduce vma_set_range()Yajun Deng2024-02-221-0/+9
* | mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig2024-02-211-0/+4
|/
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
* mm: remove one last reference to page_add_*_rmap()David Hildenbrand2023-12-291-1/+1
* mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPEDDavid Hildenbrand2023-12-291-3/+3
* mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand2023-12-291-2/+2
* mm/rmap: remove page_remove_rmap()David Hildenbrand2023-12-291-1/+1
* mm: use vma_pages() for vma objectsChen Haonan2023-12-121-1/+1
* maple_tree: separate ma_state node from statusLiam R. Howlett2023-12-121-4/+4
* maple_tree: move debug check to __mas_set_range()Liam R. Howlett2023-12-121-2/+0
* mm: remove invalidate_inode_page()Matthew Wilcox (Oracle)2023-12-101-1/+0
* mm: make mapping_evict_folio() the preferred way to evict clean foliosMatthew Wilcox (Oracle)2023-12-101-0/+1
* fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang2023-12-101-11/+0
* mm: add page_rmappable_folio() wrapperHugh Dickins2023-10-251-0/+9
* mm: fix multiple typos in multiple filesMuhammad Muzammil2023-10-251-1/+1
* mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes2023-10-181-5/+3
* mm: make vma_merge() and split_vma() internalLorenzo Stoakes2023-10-181-0/+9
* mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke2023-10-181-2/+2
* mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)2023-10-181-1/+1
* mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)2023-10-181-1/+1
* mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes2023-10-181-0/+3
* mm: memory: make numa_migrate_prep() to take a folioKefeng Wang2023-10-161-1/+1
* mm: handle large folio when large folio in VM_LOCKED VMA rangeYin Fengwei2023-10-041-10/+13
* mm: add functions folio_in_range() and folio_within_vma()Yin Fengwei2023-10-041-0/+50
* mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif2023-10-041-0/+3
* mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng2023-10-041-0/+22
* mm: vmscan: move shrinker-related code into a separate fileQi Zheng2023-10-041-0/+2
* mm: move some shrinker-related function declarations to mm/internal.hQi Zheng2023-10-041-0/+26
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-2/+2
|\
| * mm/mmap: Add shadow stack pages to memory accountingRick Edgecombe2023-07-111-2/+2
* | mm: free up a word in the first tail pageMatthew Wilcox (Oracle)2023-08-211-1/+1
* | mm: add large_rmappable page flagMatthew Wilcox (Oracle)2023-08-211-1/+0
* | mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)2023-08-211-0/+2
* | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-0/+17
|\ \
| * | mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP...David Hildenbrand2023-08-211-0/+10
| * | smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand2023-08-211-0/+7
| |/
* | mm: allow fault_dirty_shared_page() to be called under the VMA lockMatthew Wilcox (Oracle)2023-08-211-1/+1
* | mm: disable kernelcore=mirror when no mirror memoryMa Wupeng2023-08-211-0/+1
* | mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett2023-08-181-11/+7
* | mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett2023-08-181-0/+12