summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-25mm: introduce MADV_COLDMinchan Kim1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman1-0/+9
2019-03-05mm, compaction: round-robin the order while searching the free lists for a ta...Mel Gorman1-1/+2
2019-03-05mm, compaction: avoid rescanning the same pageblock multiple timesMel Gorman1-0/+1
2019-03-05mm, compaction: use free lists to quickly locate a migration sourceMel Gorman1-0/+2
2019-03-05mm, compaction: always finish scanning of a full pageblockMel Gorman1-1/+0
2019-03-05mm, compaction: remove last_migrated_pfn from compact_controlMel Gorman1-1/+0
2019-03-05mm, compaction: rearrange compact_controlMel Gorman1-3/+3
2019-03-05mm, compaction: shrink compact_controlMel Gorman1-2/+2
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS1-0/+1
2018-12-28mm: use alloc_flags to record if kswapd can wakeMel Gorman1-0/+1
2018-12-28mm, page_alloc: spread allocations across zones before introducing fragmentationMel Gorman1-4/+9
2018-12-28vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang1-0/+10
2018-10-31memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport1-1/+1
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder1-1/+1
2018-08-22mm: remove __paginginitPavel Tatashin1-12/+0
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2018-06-01mm: return an unsigned int from __do_page_cache_readaheadChristoph Hellwig1-1/+1
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim1-3/+1
2018-04-11mm/cma: remove ALLOC_CMAJoonsoo Kim1-1/+0
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim1-0/+3
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko1-1/+1
2018-04-11mm, numa: rework do_pages_moveMichal Hocko1-0/+1
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds1-2/+1
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov1-1/+2
2017-11-17mm, compaction: split off flag for not updating skip hintsVlastimil Babka1-0/+1
2017-09-06mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko1-0/+11
2017-09-06mm, memory_hotplug: drop zone from build_all_zonelistsMichal Hocko1-0/+1
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman1-1/+4
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko1-1/+1
2017-05-08mm, compaction: finish whole pageblock to reduce fragmentationVlastimil Babka1-0/+1
2017-05-08mm, compaction: add migratetype to compact_controlVlastimil Babka1-0/+1
2017-05-08mm, compaction: reorder fields in struct compact_controlVlastimil Babka1-5/+5
2017-05-03mm: use is_migrate_highatomic() to simplify the codeXishi Qiu1-0/+10
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner1-1/+0
2017-05-03mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner1-0/+6
2017-04-08mm: move pcp and lru-pcp draining into single wqMichal Hocko1-0/+7
2017-02-24mm, rmap: check all VMAs that PTE-mapped THP can be part ofKirill A. Shutemov1-3/+6
2017-02-22oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov1-0/+5
2017-02-22mm, compaction: add vmstats for kcompactd workDavid Rientjes1-0/+2
2017-02-22mm, page_alloc: don't convert pfn to idx when mergingVlastimil Babka1-2/+2
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin1-0/+2
2016-12-14mm: add orig_pte field into vm_faultJan Kara1-1/+1
2016-12-14mm: join struct fault_env and vm_faultJan Kara1-1/+1
2016-10-07mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka1-0/+1
2016-10-07mm, compaction: make whole_zone flag ignore cached scanner positionsVlastimil Babka1-1/+1
2016-07-28mm, compaction: simplify contended compaction handlingVlastimil Babka1-4/+1
2016-07-28mm, page_alloc: remove fair zone allocation policyMel Gorman1-1/+0
2016-07-28mm: convert zone_reclaim to node_reclaimMel Gorman1-4/+4