summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-18mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett1-1/+1
2023-08-18mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-1/+4
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells1-0/+8
2023-08-18mm: make show_free_areas() staticKefeng Wang1-0/+6
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-39/+48
2023-06-24mm: rename invalidate_mapping_pagevec to mapping_try_invalidateMatthew Wilcox (Oracle)1-2/+2
2023-06-20mm/folio: replace set_compound_order with folio_set_orderTarun Sahu1-16/+16
2023-06-20mm: remove set_compound_page_dtor()Sidhartha Kumar1-1/+1
2023-06-20mm/folio: avoid special handling for order value 0 in folio_set_orderTarun Sahu1-6/+2
2023-06-10mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton1-1/+1
2023-06-10mm/mmap: refactor mlock_future_check()Lorenzo Stoakes1-2/+2
2023-06-10mm: update vma_iter_store() to use MAS_WARN_ON()Liam R. Howlett1-11/+10
2023-06-10mm: update validate_mm() to use vma iteratorLiam R. Howlett1-1/+2
2023-06-10maple_tree: add format option to mt_dump()Liam R. Howlett1-2/+2
2023-06-10mm: page_alloc: move is_check_pages_enabled() into page_alloc.cKefeng Wang1-5/+0
2023-06-10mm: page_alloc: move sysctls into it own filsKefeng Wang1-0/+11
2023-06-10mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang1-0/+7
2023-05-18x86/mm: Add early_memremap_pgprot_adjust() prototypeArnd Bergmann1-6/+0
2023-04-22mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang1-1/+2
2023-04-19mm: apply __must_check to vmap_pages_range_noflush()Alexander Potapenko1-5/+5
2023-04-19mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)1-0/+5
2023-04-06mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan1-1/+1
2023-04-06mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)1-0/+5
2023-04-06mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)1-0/+1
2023-04-06mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)1-0/+8
2023-04-06mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)1-1/+37
2023-03-29mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo1-0/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-44/+232
2023-02-21splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells1-0/+6
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang1-1/+1
2023-02-20mm: change to return bool for folio_isolate_lru()Baolin Wang1-1/+1
2023-02-10mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe1-0/+15
2023-02-10mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe1-0/+65
2023-02-10mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe1-0/+1
2023-02-10mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett1-0/+14
2023-02-10mm: expand vma iterator interfaceLiam R. Howlett1-0/+64
2023-02-03mm, compaction: rename compact_control->rescan to finish_pageblockMel Gorman1-1/+5
2023-02-03mm: remove munlock_vma_page()Matthew Wilcox (Oracle)1-8/+0
2023-02-03mm: remove mlock_vma_page()Matthew Wilcox (Oracle)1-9/+1
2023-02-03mm: remove page_evictable()Matthew Wilcox (Oracle)1-11/+0
2023-02-03mm: discard __GFP_ATOMICNeilBrown1-1/+1
2023-02-03mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman1-2/+5
2023-02-03mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman1-0/+3
2023-02-03mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman1-0/+1
2023-02-03mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman1-1/+3
2023-02-03mm: mlock: update the interface to use foliosLorenzo Stoakes1-16/+22