aboutsummaryrefslogtreecommitdiffstats
path: root/mm/internal.h
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-0/+35
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-111-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
* 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-061-0/+1
* badpage: vm_normal_page use print_bad_pteHugh Dickins2009-01-061-0/+1
* hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft2008-11-061-0/+1
* hugetlbfs: handle pages higher order than MAX_ORDERAndy Whitcroft2008-11-061-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
* mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich2008-07-241-0/+3
* mm: print out the zonelists on request for manual verificationMel Gorman2008-07-241-0/+5
* mm: make defensive checks around PFN values registered for memory usageMel Gorman2008-07-241-0/+12
* mm: verify the page links and memory modelMel Gorman2008-07-241-0/+12
* mm: add a basic debugging framework for memory initialisationMel Gorman2008-07-241-0/+27
* memory hotplug: free memmaps allocated by bootmemYasunori Goto2008-04-281-2/+1
* Solve section mismatch for free_area_init_core.Alexander van Heukelum2008-02-231-0/+13
* set_page_refcounted() VM_BUG_ON fixQi Yong2008-02-051-1/+1
* mm: remove fastcall from mm/Harvey Harrison2008-02-051-1/+1
* Breakout page_order() to internal.h to avoid special knowledge of the buddy a...Mel Gorman2007-10-161-0/+10