summaryrefslogtreecommitdiffstats
path: root/mm/internal.h
AgeCommit message (Expand)Author
2020-12-15mm, page_alloc: disable pcplists during memory offlineVlastimil Babka
2020-12-15mm: move free_unref_page to mm/internal.hMatthew Wilcox (Oracle)
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)
2020-10-16mm/readahead: pass a file_ra_state into force_page_cache_raDavid Howells
2020-10-16mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells
2020-10-16mm/readahead: pass readahead_control to force_page_cache_raDavid Howells
2020-10-16mm/readahead: make do_page_cache_ra take a readahead_controlMatthew Wilcox (Oracle)
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim
2020-08-12mm: proactive compactionNitin Gupta
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-04mm: fix a typo in comment "strucure"->"structure"Ethon Paul
2020-06-03mm/vmscan.c: change prototype for shrink_page_listManinder Singh
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim
2020-06-03mm/page_alloc: use ac->high_zoneidx for classzone_idxJoonsoo Kim
2020-06-02mm: return void from various readahead functionsMatthew Wilcox (Oracle)
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)
2020-04-07mm: add function __putback_isolated_pageAlexander Duyck
2020-04-02mm,compaction,cma: add alloc_contig flag to compact_controlRik van Riel
2020-04-02mm, pagealloc: micro-optimisation: save two branches on hot page allocation pathMateusz Nosek
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: swap: make page_evictable() inlineYang Shi
2019-12-01mm, pcpu: make zone pcp updates and reset internal to the mmMel Gorman
2019-12-01mm/mmap.c: rb_parent is not necessary in __vma_link_list()Wei Yang
2019-12-01mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()Wei Yang
2019-12-01mm: 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