summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
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)
2023-04-05mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan
2023-04-05mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)
2023-04-05mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)
2023-04-05mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)
2023-04-05mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)
2023-03-28mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang
2023-02-20mm: change to return bool for folio_isolate_lru()Baolin Wang
2023-02-09mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe
2023-02-09mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe
2023-02-09mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe
2023-02-09mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett
2023-02-09mm: expand vma iterator interfaceLiam R. Howlett
2023-02-02mm, compaction: rename compact_control->rescan to finish_pageblockMel Gorman
2023-02-02mm: remove munlock_vma_page()Matthew Wilcox (Oracle)
2023-02-02mm: remove mlock_vma_page()Matthew Wilcox (Oracle)
2023-02-02mm: remove page_evictable()Matthew Wilcox (Oracle)
2023-02-02mm: discard __GFP_ATOMICNeilBrown
2023-02-02mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman
2023-02-02mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman
2023-02-02mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman
2023-02-02mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman
2023-02-02mm: mlock: update the interface to use foliosLorenzo Stoakes
2023-02-02mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)
2023-01-18mm: move folio_set_compound_order() to mm/internal.hSidhartha Kumar
2022-11-08mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi