summaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman1-1/+4
2016-08-10mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim maskMel Gorman1-1/+2
2015-11-07mm: use 'unsigned int' for page orderKirill A. Shutemov1-2/+2
2015-11-07mm: make compound_head() robustKirill A. Shutemov1-2/+2
2015-11-07mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman1-0/+19
2015-11-07mm, page_alloc: remove unnecessary recalculations for dirty zone balancingMel Gorman1-0/+1
2015-11-06mm: page migration fix PageMlocked on migrated pagesHugh Dickins1-5/+4
2015-09-09mm/compaction: correct to flush migrated pages if pageblock skip happensJoonsoo Kim1-0/+1
2015-09-05mm: defer flush of writable TLB entriesMel Gorman1-0/+4
2015-09-05mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman1-0/+11
2015-07-01mm: meminit: finish initialisation of struct pages before basic setupMel Gorman1-24/+0
2015-07-01mm: meminit: remove mminit_verify_page_linksMel Gorman1-8/+0
2015-07-01mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman1-0/+6
2015-07-01mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman1-0/+18
2015-07-01mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman1-1/+2
2015-04-16mm: remove rest of ACCESS_ONCE() usagesJason Low1-2/+2
2015-04-15mm/compaction: enhance compaction finish conditionJoonsoo Kim1-0/+2
2015-04-15mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov1-1/+1
2015-02-13mm/internal.h: don't split printk call in twoRasmus Villemoes1-2/+4
2015-02-12mm: reduce try_to_compact_pages parametersVlastimil Babka1-0/+22
2014-12-11mm, compaction: always update cached scanner positionsVlastimil Babka1-5/+0
2014-12-11mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka1-0/+2
2014-11-14mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim1-0/+25
2014-10-10mm, compaction: pass gfp mask to compact_controlDavid Rientjes1-1/+1
2014-10-10mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka1-1/+15
2014-10-10mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka1-2/+2
2014-10-10mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka1-2/+2
2014-08-07mm/internal.h: use nth_pageFabian Frederick1-1/+1
2014-06-05mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka1-1/+4
2014-06-05mm: fold mlocked_vma_newpage() into its only call siteJianyu Zhan1-29/+0
2014-06-05mm: use the light version __mod_zone_page_state in mlocked_vma_newpage()Jianyu Zhan1-1/+6
2014-06-05mm, compaction: embed migration mode in compact_controlDavid Rientjes1-1/+1
2014-06-05mm: move get_user_pages()-related code to separate fileKirill A. Shutemov1-0/+5
2014-04-08mm/readahead.c: inline ra_submitFabian Frederick1-0/+15
2014-04-08mm: page_alloc: spill to remote nodes before waking kswapdJohannes Weiner1-0/+1
2014-01-30mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner1-1/+0
2014-01-24mm: improve documentation of page_orderMel Gorman1-3/+5
2014-01-24mm: show message when updating min_free_kbytes in thpHan Pingtian1-0/+1
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-5/+5
2014-01-22mm: thp: __get_page_tail_foll() can use get_huge_page_tail()Oleg Nesterov1-4/+1
2014-01-22mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli1-1/+2
2013-09-12mm: vmscan: fix do_try_to_free_pages() livelockLisa Du1-0/+2
2013-07-09mm: remove unused __put_page()Zhang Yanfei1-5/+0
2013-02-28mm: accelerate munlock() treatment of THP pagesMichel Lespinasse1-1/+1
2013-02-24mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse1-2/+2
2013-01-11mm: compaction: Partially revert capture of suitable high-order pageMel Gorman1-1/+0
2012-12-17Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+5
2012-12-12mm: introduce mm_find_pmd()Bob Liu1-0/+5
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman1-2/+5
2012-10-09mm, thp: fix mlock statisticsDavid Rientjes1-1/+2