summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-03mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)1-0/+18
2023-01-19mm: move folio_set_compound_order() to mm/internal.hSidhartha Kumar1-0/+19
2022-11-09mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi1-8/+0
2022-11-09filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)1-1/+1
2022-11-09filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)1-1/+1
2022-10-04mm/page_alloc: make boot_nodestats staticMiaohe Lin1-2/+0
2022-10-04mm/page_alloc: make zone_pcp_update() staticMiaohe Lin1-1/+0
2022-10-04mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko1-0/+6
2022-10-04mm: use nth_page instead of mem_map_offset mem_map_nextCheng Li1-28/+0
2022-09-27mm: remove the vma linked listLiam R. Howlett1-5/+3
2022-09-27mm: multi-gen LRU: exploit locality in rmapYu Zhao1-0/+1
2022-09-12mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe1-1/+1
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+19
2022-07-30mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu1-0/+18
2022-07-18mm/gup: migrate device coherent pages when pinning instead of failingAlistair Popple1-0/+1
2022-06-15memblock: Disable mirror feature if kernelcore is not specifiedMa Wupeng1-0/+2
2022-05-27mm: split free page with properly free memory accounting and without raceZi Yan1-2/+2
2022-05-20mm: fix missing handler for __GFP_NOWARNQi Zheng1-0/+15
2022-05-13mm/memory-failure.c: move clear_hwpoisoned_pageszhenwei pi1-0/+11
2022-05-13mm: make alloc_contig_range work at pageblock granularityZi Yan1-0/+6
2022-04-29mm: compaction: clean up comment for sched contentionMiaohe Lin1-1/+1
2022-04-29mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song1-9/+17