summaryrefslogtreecommitdiffstats
path: root/mm/internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm, pcpu: make zone pcp updates and reset internal to the mmMel Gorman2019-12-011-0/+3
* mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang2019-12-011-1/+1
* mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang2019-12-011-0/+1
* mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner2019-12-011-0/+21
* mm: introduce MADV_COLDMinchan Kim2019-09-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mm, compaction: capture a page under direct compactionMel Gorman2019-03-051-0/+9
* mm, compaction: round-robin the order while searching the free lists for a ta...Mel Gorman2019-03-051-1/+2
* mm, compaction: avoid rescanning the same pageblock multiple timesMel Gorman2019-03-051-0/+1
* mm, compaction: use free lists to quickly locate a migration sourceMel Gorman2019-03-051-0/+2
* mm, compaction: always finish scanning of a full pageblockMel Gorman2019-03-051-1/+0
* mm, compaction: remove last_migrated_pfn from compact_controlMel Gorman2019-03-051-1/+0
* mm, compaction: rearrange compact_controlMel Gorman2019-03-051-3/+3
* mm, compaction: shrink compact_controlMel Gorman2019-03-051-2/+2
* mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-051-0/+1
* mm: use alloc_flags to record if kswapd can wakeMel Gorman2018-12-281-0/+1
* mm, page_alloc: spread allocations across zones before introducing fragmentationMel Gorman2018-12-281-4/+9
* vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang2018-12-281-0/+10
* memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport2018-10-311-1/+1
* mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-1/+1
* mm: remove __paginginitPavel Tatashin2018-08-221-12/+0
* Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-051-1/+1
|\
| * mm: return an unsigned int from __do_page_cache_readaheadChristoph Hellwig2018-06-011-1/+1
* | Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-241-3/+1
|/
* mm/cma: remove ALLOC_CMAJoonsoo Kim2018-04-111-1/+0
* mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim2018-04-111-0/+3
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-1/+1
* mm, numa: rework do_pages_moveMichal Hocko2018-04-111-0/+1
* Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds2017-11-291-2/+1
* mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov2017-11-271-1/+2
* mm, compaction: split off flag for not updating skip hintsVlastimil Babka2017-11-171-0/+1
* mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko2017-09-061-0/+11
* mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko2017-09-061-0/+1
* mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-021-1/+4
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka2017-05-081-0/+1
* mm, compaction: add migratetype to compact_controlVlastimil Babka2017-05-081-0/+1
* mm, compaction: reorder fields in struct compact_controlVlastimil Babka2017-05-081-5/+5
* mm: use is_migrate_highatomic() to simplify the codeXishi Qiu2017-05-031-0/+10
* mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner2017-05-031-1/+0
* mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner2017-05-031-0/+6
* mm: move pcp and lru-pcp draining into single wqMichal Hocko2017-04-081-0/+7
* mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov2017-02-241-3/+6