summaryrefslogtreecommitdiffstats
path: root/mm/internal.h
Commit message (Expand)AuthorAgeFilesLines
* mm, thp: fix mlock statisticsDavid Rientjes2012-10-091-1/+2
* CMA: migrate mlocked pagesMinchan Kim2012-10-091-1/+1
* mm: use clear_page_mlock() in page_remove_rmap()Hugh Dickins2012-10-091-6/+1
* mm: remove vma arg from page_evictableHugh Dickins2012-10-091-3/+2
* mm: compaction: Restart compaction from near where it left offMel Gorman2012-10-091-0/+4
* mm: compaction: cache if a pageblock was scanned and no pages were isolatedMel Gorman2012-10-091-1/+3
* revert "mm: have order > 0 compaction start off where it left"Mel Gorman2012-10-091-6/+0
* mm: compaction: abort compaction loop if lock is contended or run too longShaohua Li2012-10-091-1/+1
* cma: fix watermark checkingBartlomiej Zolnierkiewicz2012-10-091-0/+14
* mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim2012-10-091-1/+2
* mm: adjust final #endif position in mm/internal.hMichel Lespinasse2012-10-091-1/+2
* mm: compaction: capture a suitable high-order page immediately when it is mad...Mel Gorman2012-10-091-0/+1
* mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman2012-08-211-0/+1
* netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-07-311-3/+0
* mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman2012-07-311-0/+3
* mm: setup pageblock_order before it's used by sparsememXishi Qiu2012-07-311-0/+2
* mm: have order > 0 compaction start off where it leftRik van Riel2012-07-311-0/+6
* Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds2012-06-031-8/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-0/+4
|\
| * new helper: vm_mmap_pgoff()Al Viro2012-06-011-0/+4
* | mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz2012-05-291-1/+8
* | mm: rename is_mlocked_vma() to mlocked_vma_newpage()Ying Han2012-05-291-2/+3
|/
* mm: compaction: export some of the functionsMichal Nazarewicz2012-05-211-0/+33
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-021-0/+46
* mm: nommu: sort mm->mmap list properlyNamhyung Kim2011-05-251-0/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mm: export __get_user_pagesHuang Ying2011-03-171-5/+0
* Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds2011-01-171-9/+0
* mm: batch activate_page() to reduce lock contentionShaohua Li2011-01-131-0/+9
* thp: transparent hugepage coreAndrea Arcangeli2011-01-131-0/+4
* mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse2011-01-131-1/+2
* mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki2010-10-261-1/+1
* HWPOISON: add an interface to switch off/on all the page filtersHaicheng Li2009-12-161-0/+1
* HWPOISON: add memory cgroup filterAndi Kleen2009-12-161-0/+1
* HWPOISON: add page flags filterWu Fengguang2009-12-161-0/+2
* HWPOISON: limit hwpoison injector to known page typesWu Fengguang2009-12-161-0/+2
* HWPOISON: add fs/device filtersWu Fengguang2009-12-161-0/+3
* HWPOISON: detect free buddy pages explicitlyWu Fengguang2009-12-161-0/+3
* mm: remove unevictable_migrate_page functionLee Schermerhorn2009-12-151-12/+0
* ksm: fix mlockfreed to munlockedHugh Dickins2009-12-151-1/+2
* mm: CONFIG_MMU for PG_mlockedHugh Dickins2009-12-151-14/+12
* mm: move highest_memmap_pfnHugh Dickins2009-09-221-1/+2
* mm: FOLL flags for GUP flagsHugh Dickins2009-09-221-5/+1
* mm: FOLL_DUMP replace FOLL_ANONHugh Dickins2009-09-221-0/+1
* mm: remove unused GUP flagsHugh Dickins2009-09-221-4/+2
* vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman2009-06-161-0/+4
* mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-161-6/+0
* mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang2009-06-161-3/+2
* page allocator: move free_page_mlock() to page_alloc.cKOSAKI Motohiro2009-06-161-13/+0
* page allocator: do not disable interrupts in free_page_mlock()Mel Gorman2009-06-161-8/+3