summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
2023-10-25mm: add page_rmappable_folio() wrapperHugh Dickins
2023-10-25mm: fix multiple typos in multiple filesMuhammad Muzammil
2023-10-18mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes
2023-10-18mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke
2023-10-18mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)
2023-10-18mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)
2023-10-18mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes
2023-10-16mm: memory: make numa_migrate_prep() to take a folioKefeng Wang
2023-10-04mm: handle large folio when large folio in VM_LOCKED VMA rangeYin Fengwei
2023-10-04mm: add functions folio_in_range() and folio_within_vma()Yin Fengwei
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif
2023-10-04mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng
2023-10-04mm: vmscan: move shrinker-related code into a separate fileQi Zheng
2023-10-04mm: move some shrinker-related function declarations to mm/internal.hQi Zheng
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)
2023-08-21mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm: allow fault_dirty_shared_page() to be called under the VMA lockMatthew Wilcox (Oracle)
2023-08-21mm: disable kernelcore=mirror when no mirror memoryMa Wupeng
2023-08-21mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP...David Hildenbrand
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand
2023-08-18mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett
2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett
2023-08-18mm: remove re-walk from mmap_region()Liam R. Howlett
2023-08-18mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells
2023-08-18mm: make show_free_areas() staticKefeng Wang
2023-07-11mm/mmap: Add shadow stack pages to memory accountingRick Edgecombe
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-23mm: rename invalidate_mapping_pagevec to mapping_try_invalidateMatthew Wilcox (Oracle)
2023-06-19mm/folio: replace set_compound_order with folio_set_orderTarun Sahu
2023-06-19mm: remove set_compound_page_dtor()Sidhartha Kumar
2023-06-19mm/folio: avoid special handling for order value 0 in folio_set_orderTarun Sahu
2023-06-09mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton
2023-06-09mm/mmap: refactor mlock_future_check()Lorenzo Stoakes
2023-06-09mm: update vma_iter_store() to use MAS_WARN_ON()Liam R. Howlett
2023-06-09mm: update validate_mm() to use vma iteratorLiam R. Howlett
2023-06-09maple_tree: add format option to mt_dump()Liam R. Howlett
2023-06-09mm: page_alloc: move is_check_pages_enabled() into page_alloc.cKefeng Wang
2023-06-09mm: page_alloc: move sysctls into it own filsKefeng Wang
2023-06-09mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang
2023-05-18x86/mm: Add early_memremap_pgprot_adjust() prototypeArnd Bergmann
2023-04-21mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang
2023-04-18mm: apply __must_check to vmap_pages_range_noflush()Alexander Potapenko
2023-04-18mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)