summaryrefslogtreecommitdiffstats
path: root/mm/internal.h
Commit message (Expand)AuthorAgeFilesLines
* mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman2012-08-221-0/+1
* netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-08-011-3/+0Star
* mm: sl[au]b: add knowledge of PFMEMALLOC reserve pagesMel Gorman2012-08-011-0/+3
* mm: setup pageblock_order before it's used by sparsememXishi Qiu2012-08-011-0/+2
* mm: have order > 0 compaction start off where it leftRik van Riel2012-08-011-0/+6
* Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds2012-06-041-8/+1Star
* 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-301-1/+8
* | mm: rename is_mlocked_vma() to mlocked_vma_newpage()Ying Han2012-05-301-2/+3
|/
* mm: compaction: export some of the functionsMichal Nazarewicz2012-05-211-0/+33
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-031-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/+0Star
* Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds2011-01-171-9/+0Star
* mm: batch activate_page() to reduce lock contentionShaohua Li2011-01-141-0/+9
* thp: transparent hugepage coreAndrea Arcangeli2011-01-141-0/+4
* mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse2011-01-141-1/+2
* mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki2010-10-271-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/+0Star
* ksm: fix mlockfreed to munlockedHugh Dickins2009-12-151-1/+2
* mm: CONFIG_MMU for PG_mlockedHugh Dickins2009-12-151-14/+12Star
* mm: move highest_memmap_pfnHugh Dickins2009-09-221-1/+2
* mm: FOLL flags for GUP flagsHugh Dickins2009-09-221-5/+1Star
* mm: FOLL_DUMP replace FOLL_ANONHugh Dickins2009-09-221-0/+1
* mm: remove unused GUP flagsHugh Dickins2009-09-221-4/+2Star
* vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman2009-06-171-0/+4
* mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-171-6/+0Star
* mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang2009-06-171-3/+2Star
* page allocator: move free_page_mlock() to page_alloc.cKOSAKI Motohiro2009-06-171-13/+0Star
* page allocator: do not disable interrupts in free_page_mlock()Mel Gorman2009-06-171-8/+3Star
* nommu: there is no mlock() for NOMMU, so don't provide the bitsDavid Howells2009-04-011-3/+5
* mm: make get_user_pages() interruptibleYing Han2009-01-071-0/+1
* badpage: vm_normal_page use print_bad_pteHugh Dickins2009-01-071-0/+1
* hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft2008-11-071-0/+1
* hugetlbfs: handle pages higher order than MAX_ORDERAndy Whitcroft2008-11-071-0/+28
* mlock: count attempts to free mlocked pageLee Schermerhorn2008-10-201-0/+17
* vmstat: mlocked pages statisticsNick Piggin2008-10-201-3/+13
* mmap: handle mlocked pages during map, remap, unmapRik van Riel2008-10-201-2/+7
* mlock: mlocked pages are unevictableNick Piggin2008-10-201-0/+71
* Unevictable LRU InfrastructureLee Schermerhorn2008-10-201-0/+26
* vmscan: move isolate_lru_page() to vmscan.cNick Piggin2008-10-201-0/+2
* mm: export prep_compound_page to mmAndi Kleen2008-07-241-0/+2