summaryrefslogtreecommitdiff
path: root/mm/internal.h
Commit message (Expand)AuthorAgeFilesLines
* mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang2023-04-211-1/+2
* mm: apply __must_check to vmap_pages_range_noflush()Alexander Potapenko2023-04-181-5/+5
* mm: move free_area_empty() to mm/internal.hMike Rapoport (IBM)2023-04-181-0/+5
* mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan2023-04-051-1/+1
* mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)2023-04-051-0/+5
* mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)2023-04-051-0/+1
* mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)2023-04-051-0/+8
* mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)2023-04-051-1/+37
* mm, printk: introduce new format %pGt for page_typeHyeonggon Yoo2023-03-281-0/+1
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-44/+232
|\
| * mm: change to return bool for isolate_lru_page()Baolin Wang2023-02-201-1/+1
| * mm: change to return bool for folio_isolate_lru()Baolin Wang2023-02-201-1/+1
| * mm/gup: move private gup FOLL_ flags to internal.hJason Gunthorpe2023-02-091-0/+15
| * mm/gup: move gup_must_unshare() to mm/internal.hJason Gunthorpe2023-02-091-0/+65
| * mm/gup: move try_grab_page() to mm/internal.hJason Gunthorpe2023-02-091-0/+1
| * mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett2023-02-091-0/+14
| * mm: expand vma iterator interfaceLiam R. Howlett2023-02-091-0/+64
| * mm, compaction: rename compact_control->rescan to finish_pageblockMel Gorman2023-02-021-1/+5
| * mm: remove munlock_vma_page()Matthew Wilcox (Oracle)2023-02-021-8/+0
| * mm: remove mlock_vma_page()Matthew Wilcox (Oracle)2023-02-021-9/+1
| * mm: remove page_evictable()Matthew Wilcox (Oracle)2023-02-021-11/+0
| * mm: discard __GFP_ATOMICNeilBrown2023-02-021-1/+1
| * mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman2023-02-021-2/+5
| * mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman2023-02-021-0/+3
| * mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman2023-02-021-0/+1
| * mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman2023-02-021-1/+3
| * mm: mlock: update the interface to use foliosLorenzo Stoakes2023-02-021-16/+22
| * mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)2023-02-021-0/+18
| * mm: move folio_set_compound_order() to mm/internal.hSidhartha Kumar2023-01-181-0/+19
* | splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells2023-02-201-0/+6
|/
* mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi2022-11-081-8/+0
* filemap: find_get_entries() now updates start offsetVishal Moola (Oracle)2022-11-081-1/+1
* filemap: find_lock_entries() now updates start offsetVishal Moola (Oracle)2022-11-081-1/+1
* mm/page_alloc: make boot_nodestats staticMiaohe Lin2022-10-031-2/+0
* mm/page_alloc: make zone_pcp_update() staticMiaohe Lin2022-10-031-1/+0
* mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2022-10-031-0/+6
* mm: use nth_page instead of mem_map_offset mem_map_nextCheng Li2022-10-031-28/+0
* mm: remove the vma linked listLiam R. Howlett2022-09-261-5/+3
* mm: multi-gen LRU: exploit locality in rmapYu Zhao2022-09-261-0/+1
* mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepageZach O'Keefe2022-09-111-1/+1
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-0/+19
|\
| * mm/mprotect: fix soft-dirty check in can_change_pte_writable()Peter Xu2022-07-291-0/+18
| * mm/gup: migrate device coherent pages when pinning instead of failingAlistair Popple2022-07-171-0/+1
* | memblock: Disable mirror feature if kernelcore is not specifiedMa Wupeng2022-06-151-0/+2
|/
* mm: split free page with properly free memory accounting and without raceZi Yan2022-05-271-2/+2
* mm: fix missing handler for __GFP_NOWARNQi Zheng2022-05-191-0/+15
* mm/memory-failure.c: move clear_hwpoisoned_pageszhenwei pi2022-05-131-0/+11
* mm: make alloc_contig_range work at pageblock granularityZi Yan2022-05-131-0/+6
* mm: compaction: clean up comment for sched contentionMiaohe Lin2022-04-281-1/+1
* mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song2022-04-281-9/+17