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