summaryrefslogtreecommitdiffstats
path: root/mm/internal.h
Commit message (Expand)AuthorAgeFilesLines
* mm/numa: automatically generate node migration orderDave Hansen2021-09-031-0/+5
* mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport2021-09-031-0/+4
* mmap: make mlock_future_check() globalMike Rapoport2021-07-081-0/+3
* mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman2021-07-011-2/+1
* mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-06-301-0/+3
* mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand2021-06-301-1/+1
* mm: thp: refactor NUMA fault handlingYang Shi2021-06-301-18/+0
* mm: memory: make numa_migrate_prep() non-staticYang Shi2021-06-301-0/+3
* mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman2021-06-291-1/+1
* mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman2021-06-291-1/+1
* mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long2021-06-291-0/+5
* mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins2021-06-161-14/+39
* Revert "mm/gup: check page posion status for coredump."Michal Hocko2021-05-221-20/+0
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador2021-05-051-2/+8
* mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)2021-04-301-2/+2
* mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin2021-04-301-1/+14
* mm/vmalloc: remove map_kernel_rangeNicholas Piggin2021-04-301-0/+6
* Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-4/+3
|\
| * mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-231-4/+3
* | mm/gup: check page posion status for coredump.Aili Yao2021-04-091-0/+20
|/
* mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu2021-03-131-5/+0
* mm: add and use find_lock_entriesMatthew Wilcox (Oracle)2021-02-261-0/+3
* mm: add FGP_ENTRYMatthew Wilcox (Oracle)2021-02-261-3/+0
* mm, page_alloc: disable pcplists during memory offlineVlastimil Babka2020-12-151-0/+2
* mm: move free_unref_page to mm/internal.hMatthew Wilcox (Oracle)2020-12-151-0/+3
* mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)2020-10-161-4/+4
* mm/readahead: pass a file_ra_state into force_page_cache_raDavid Howells2020-10-161-2/+3
* mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells2020-10-161-10/+0
* mm/readahead: pass readahead_control to force_page_cache_raDavid Howells2020-10-161-4/+9
* mm/readahead: make do_page_cache_ra take a readahead_controlMatthew Wilcox (Oracle)2020-10-161-6/+5
* i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)2020-10-131-0/+3
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim2020-08-121-1/+0
* mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2020-08-121-0/+7
* mm: proactive compactionNitin Gupta2020-08-121-0/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-1/+1
* mm: fix a typo in comment "strucure"->"structure"Ethon Paul2020-06-041-1/+1
* mm/vmscan.c: change prototype for shrink_page_listManinder Singh2020-06-031-1/+1
* mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2020-06-031-6/+15
* mm/page_alloc: use ac->high_zoneidx for classzone_idxJoonsoo Kim2020-06-031-1/+1
* mm: return void from various readahead functionsMatthew Wilcox (Oracle)2020-06-021-6/+6
* mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)2020-06-021-0/+2
* mm: add function __putback_isolated_pageAlexander Duyck2020-04-071-0/+2
* mm,compaction,cma: add alloc_contig flag to compact_controlRik van Riel2020-04-021-0/+1
* mm, pagealloc: micro-optimisation: save two branches on hot page allocation pathMateusz Nosek2020-04-021-1/+1
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-3/+3
* mm: swap: make page_evictable() inlineYang Shi2020-04-021-0/+23