aboutsummaryrefslogtreecommitdiffstats
path: root/mm/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman1-1/+1
2021-06-29mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman1-1/+1
2021-06-29mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long1-0/+5
2021-06-16mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins1-14/+39
2021-05-22Revert "mm/gup: check page posion status for coredump."Michal Hocko1-20/+0
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-05-05mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador1-2/+8
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)1-2/+2
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin1-1/+14
2021-04-30mm/vmalloc: remove map_kernel_rangeNicholas Piggin1-0/+6
2021-04-27Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-4/+3
2021-04-23mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)1-4/+3
2021-04-09mm/gup: check page posion status for coredump.Aili Yao1-0/+20
2021-03-13mm: introduce page_needs_cow_for_dma() for deciding whether cowPeter Xu1-5/+0
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)1-0/+3
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)1-3/+0
2020-12-15mm, page_alloc: disable pcplists during memory offlineVlastimil Babka1-0/+2
2020-12-15mm: move free_unref_page to mm/internal.hMatthew Wilcox (Oracle)1-0/+3
2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)1-4/+4
2020-10-16mm/readahead: pass a file_ra_state into force_page_cache_raDavid Howells1-2/+3
2020-10-16mm/filemap: fold ra_submit into do_sync_mmap_readaheadDavid Howells1-10/+0
2020-10-16mm/readahead: pass readahead_control to force_page_cache_raDavid Howells1-4/+9
2020-10-16mm/readahead: make do_page_cache_ra take a readahead_controlMatthew Wilcox (Oracle)1-6/+5
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)1-0/+3
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-1/+1
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)1-1/+1
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim1-1/+0
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim1-0/+7
2020-08-12mm: proactive compactionNitin Gupta1-0/+1
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 targetMel Gorman1-1/+2