summaryrefslogtreecommitdiffstats
path: root/mm/internal.h
Commit message (Expand)AuthorAgeFilesLines
* mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins2021-06-161-14/+39
* Revert "mm/gup: check page posion status for coredump."Michal Hocko2021-05-221-20/+0
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador2021-05-051-2/+8
* mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)2021-04-301-2/+2
* mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin2021-04-301-1/+14
* mm/vmalloc: remove map_kernel_rangeNicholas Piggin2021-04-301-0/+6
* Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-4/+3
|\
| * mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-231-4/+3
* | mm/gup: check page posion status for coredump.Aili Yao2021-04-091-0/+20
|/
* mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu2021-03-131-5/+0
* mm: add and use find_lock_entriesMatthew Wilcox (Oracle)2021-02-261-0/+3
* mm: add FGP_ENTRYMatthew Wilcox (Oracle)2021-02-261-3/+0
* mm, page_alloc: disable pcplists during memory offlineVlastimil Babka2020-12-151-0/+2
* mm: move free_unref_page to mm/internal.hMatthew Wilcox (Oracle)2020-12-151-0/+3
* mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)2020-10-161-4/+4
* mm/readahead: pass a file_ra_state into force_page_cache_raDavid Howells2020-10-161-2/+3
* mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells2020-10-161-10/+0
* mm/readahead: pass readahead_control to force_page_cache_raDavid Howells2020-10-161-4/+9
* mm/readahead: make do_page_cache_ra take a readahead_controlMatthew Wilcox (Oracle)2020-10-161-6/+5
* i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)2020-10-131-0/+3
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim2020-08-121-1/+0
* mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2020-08-121-0/+7
* mm: proactive compactionNitin Gupta2020-08-121-0/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-1/+1
* mm: fix a typo in comment "strucure"->"structure"Ethon Paul2020-06-041-1/+1
* mm/vmscan.c: change prototype for shrink_page_listManinder Singh2020-06-031-1/+1
* mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2020-06-031-6/+15
* mm/page_alloc: use ac->high_zoneidx for classzone_idxJoonsoo Kim2020-06-031-1/+1
* 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