summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-1/+1
2020-06-04mm: fix a typo in comment "strucure"->"structure"Ethon Paul1-1/+1
2020-06-03mm/vmscan.c: change prototype for shrink_page_listManinder Singh1-1/+1
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim1-6/+15
2020-06-03mm/page_alloc: use ac->high_zoneidx for classzone_idxJoonsoo Kim1-1/+1
2020-06-02mm: return void from various readahead functionsMatthew Wilcox (Oracle)1-6/+6
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)1-0/+2
2020-04-07mm: add function __putback_isolated_pageAlexander Duyck1-0/+2
2020-04-02mm,compaction,cma: add alloc_contig flag to compact_controlRik van Riel1-0/+1
2020-04-02mm, pagealloc: micro-optimisation: save two branches on hot page allocation pathMateusz Nosek1-1/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-3/+3
2020-04-02mm: swap: make page_evictable() inlineYang Shi1-0/+23
2019-12-01mm, pcpu: make zone pcp updates and reset internal to the mmMel Gorman1-0/+3
2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang1-1/+1
2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang1-0/+1
2019-12-01mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner1-0/+21
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