aboutsummaryrefslogtreecommitdiffstats
path: root/mm/internal.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-12mm/internal.h: don't split printk call in twoRasmus Villemoes1-2/+4
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka1-0/+22
2014-12-10mm, compaction: always update cached scanner positionsVlastimil Babka1-5/+0
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka1-0/+2
2014-11-13mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim1-0/+25
2014-10-09mm, compaction: pass gfp mask to compact_controlDavid Rientjes1-1/+1
2014-10-09mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka1-1/+15
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka1-2/+2
2014-10-09mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka1-2/+2
2014-08-06mm/internal.h: use nth_pageFabian Frederick1-1/+1
2014-06-04mm, compaction: properly signal and act upon lock and need_sched() contentionVlastimil Babka1-1/+4
2014-06-04mm: fold mlocked_vma_newpage() into its only call siteJianyu Zhan1-29/+0
2014-06-04mm: use the light version __mod_zone_page_state in mlocked_vma_newpage()Jianyu Zhan1-1/+6
2014-06-04mm, compaction: embed migration mode in compact_controlDavid Rientjes1-1/+1
2014-06-04mm: move get_user_pages()-related code to separate fileKirill A. Shutemov1-0/+5
2014-04-07mm/readahead.c: inline ra_submitFabian Frederick1-0/+15
2014-04-07mm: page_alloc: spill to remote nodes before waking kswapdJohannes Weiner1-0/+1
2014-01-29mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner1-1/+0
2014-01-23mm: improve documentation of page_orderMel Gorman1-3/+5
2014-01-23mm: show message when updating min_free_kbytes in thpHan Pingtian1-0/+1
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-5/+5
2014-01-21mm: thp: __get_page_tail_foll() can use get_huge_page_tail()Oleg Nesterov1-4/+1
2014-01-21mm: tail page refcounting optimization for slab and hugetlbfsAndrea Arcangeli1-1/+2
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du1-0/+2
2013-07-09mm: remove unused __put_page()Zhang Yanfei1-5/+0
2013-02-27mm: accelerate munlock() treatment of THP pagesMichel Lespinasse1-1/+1
2013-02-23mm: 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-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+5
2012-12-11mm: 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
2012-10-09CMA: migrate mlocked pagesMinchan Kim1-1/+1
2012-10-09mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins1-6/+1
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-3/+2
2012-10-09mm: compaction: Restart compaction from near where it left offMel Gorman1-0/+4
2012-10-09mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman1-1/+3
2012-10-09revert "mm: have order > 0 compaction start off where it left"Mel Gorman1-6/+0
2012-10-09mm: compaction: abort compaction loop if lock is contended or run too longShaohua Li1-1/+1
2012-10-09cma: fix watermark checkingBartlomiej Zolnierkiewicz1-0/+14
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim1-1/+2
2012-10-09mm: adjust final #endif position in mm/internal.hMichel Lespinasse1-1/+2
2012-10-09mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman1-0/+1
2012-08-21mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman1-0/+1
2012-07-31netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-3/+0
2012-07-31mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman1-0/+3
2012-07-31mm: setup pageblock_order before it's used by sparsememXishi Qiu1-0/+2
2012-07-31mm: have order > 0 compaction start off where it leftRik van Riel1-0/+6
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds1-8/+1
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+4
2012-06-01new helper: vm_mmap_pgoff()Al Viro1-0/+4
2012-05-29mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz1-1/+8
2012-05-29mm: rename is_mlocked_vma() to mlocked_vma_newpage()Ying Han1-2/+3
2012-05-21mm: compaction: export some of the functionsMichal Nazarewicz1-0/+33
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli1-0/+46
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim1-0/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17mm: export __get_user_pagesHuang Ying1-5/+0
2011-01-17Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds1-9/+0
2011-01-13mm: batch activate_page() to reduce lock contentionShaohua Li1-0/+9
2011-01-13thp: transparent hugepage coreAndrea Arcangeli1-0/+4
2011-01-13mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse1-1/+2
2010-10-26mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki1-1/+1
2009-12-16HWPOISON: add an interface to switch off/on all the page filtersHaicheng Li1-0/+1
2009-12-16HWPOISON: add memory cgroup filterAndi Kleen1-0/+1
2009-12-16HWPOISON: add page flags filterWu Fengguang1-0/+2
2009-12-16HWPOISON: limit hwpoison injector to known page typesWu Fengguang1-0/+2
2009-12-16HWPOISON: add fs/device filtersWu Fengguang1-0/+3
2009-12-16HWPOISON: detect free buddy pages explicitlyWu Fengguang1-0/+3
2009-12-15mm: remove unevictable_migrate_page functionLee Schermerhorn1-12/+0
2009-12-15ksm: fix mlockfreed to munlockedHugh Dickins1-1/+2
2009-12-15mm: CONFIG_MMU for PG_mlockedHugh Dickins1-14/+12
2009-09-22mm: move highest_memmap_pfnHugh Dickins1-1/+2
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins1-5/+1
2009-09-22mm: FOLL_DUMP replace FOLL_ANONHugh Dickins1-0/+1
2009-09-22mm: remove unused GUP flagsHugh Dickins1-4/+2
2009-06-16vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman1-0/+4
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-6/+0
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang1-3/+2
2009-06-16page allocator: move free_page_mlock() to page_alloc.cKOSAKI Motohiro1-13/+0
2009-06-16page allocator: do not disable interrupts in free_page_mlock()Mel Gorman1-8/+3
2009-04-01nommu: there is no mlock() for NOMMU, so don't provide the bitsDavid Howells1-3/+5
2009-01-06mm: make get_user_pages() interruptibleYing Han1-0/+1
2009-01-06badpage: vm_normal_page use print_bad_pteHugh Dickins1-0/+1
2008-11-06hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft1-0/+1
2008-11-06hugetlbfs: handle pages higher order than MAX_ORDERAndy Whitcroft1-0/+28
2008-10-20mlock: count attempts to free mlocked pageLee Schermerhorn1-0/+17
2008-10-20vmstat: mlocked pages statisticsNick Piggin1-3/+13
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel1-2/+7
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-0/+71
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn1-0/+26
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin1-0/+2
2008-07-24mm: export prep_compound_page to mmAndi Kleen1-0/+2
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich1-0/+3
2008-07-24mm: print out the zonelists on request for manual verificationMel Gorman1-0/+5
2008-07-24mm: make defensive checks around PFN values registered for memory usageMel Gorman1-0/+12
2008-07-24mm: verify the page links and memory modelMel Gorman1-0/+12
2008-07-24mm: add a basic debugging framework for memory initialisationMel Gorman1-0/+27
2008-04-28memory hotplug: free memmaps allocated by bootmemYasunori Goto1-2/+1
2008-02-23Solve section mismatch for free_area_init_core.Alexander van Heukelum1-0/+13
2008-02-05set_page_refcounted() VM_BUG_ON fixQi Yong1-1/+1
2008-02-05mm: remove fastcall from mm/Harvey Harrison1-1/+1
2007-10-16Breakout page_order() to internal.h to avoid special knowledge of the buddy a...Mel Gorman1-0/+10
2007-05-07Make page->private usable in compound pagesChristoph Lameter1-1/+1
2006-09-26[PATCH] mm: VM_BUG_ONNick Piggin1-2/+2
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-1/+12
2006-03-22[PATCH] mm: nommu use compound pagesNick Piggin1-12/+0
2006-03-22[PATCH] mm: make __put_page internalNick Piggin1-0/+11
2006-01-06[PATCH] FRV: Clean up bootmem allocator's page freeing algorithmDavid Howells1-0/+2
2006-01-06[PATCH] mm: set_page_refs optNick Piggin1-2/+17
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+13