summaryrefslogtreecommitdiff
path: root/mm/internal.h
Commit message (Expand)AuthorAge
* mm: nommu: sort mm->mmap list properlyNamhyung Kim2011-05-25
* Fix common misspellingsLucas De Marchi2011-03-31
* mm: export __get_user_pagesHuang Ying2011-03-17
* Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds2011-01-17
* mm: batch activate_page() to reduce lock contentionShaohua Li2011-01-13
* thp: transparent hugepage coreAndrea Arcangeli2011-01-13
* mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse2011-01-13
* mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki2010-10-26
* HWPOISON: add an interface to switch off/on all the page filtersHaicheng Li2009-12-16
* HWPOISON: add memory cgroup filterAndi Kleen2009-12-16
* HWPOISON: add page flags filterWu Fengguang2009-12-16
* HWPOISON: limit hwpoison injector to known page typesWu Fengguang2009-12-16
* HWPOISON: add fs/device filtersWu Fengguang2009-12-16
* HWPOISON: detect free buddy pages explicitlyWu Fengguang2009-12-16
* mm: remove unevictable_migrate_page functionLee Schermerhorn2009-12-15
* ksm: fix mlockfreed to munlockedHugh Dickins2009-12-15
* mm: CONFIG_MMU for PG_mlockedHugh Dickins2009-12-15
* mm: move highest_memmap_pfnHugh Dickins2009-09-22
* mm: FOLL flags for GUP flagsHugh Dickins2009-09-22
* mm: FOLL_DUMP replace FOLL_ANONHugh Dickins2009-09-22
* mm: remove unused GUP flagsHugh Dickins2009-09-22
* vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman2009-06-16
* mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-16
* mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang2009-06-16
* page allocator: move free_page_mlock() to page_alloc.cKOSAKI Motohiro2009-06-16
* page allocator: do not disable interrupts in free_page_mlock()Mel Gorman2009-06-16
* nommu: there is no mlock() for NOMMU, so don't provide the bitsDavid Howells2009-04-01
* mm: make get_user_pages() interruptibleYing Han2009-01-06
* badpage: vm_normal_page use print_bad_pteHugh Dickins2009-01-06
* hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft2008-11-06
* hugetlbfs: handle pages higher order than MAX_ORDERAndy Whitcroft2008-11-06
* mlock: count attempts to free mlocked pageLee Schermerhorn2008-10-20
* vmstat: mlocked pages statisticsNick Piggin2008-10-20
* mmap: handle mlocked pages during map, remap, unmapRik van Riel2008-10-20
* mlock: mlocked pages are unevictableNick Piggin2008-10-20
* Unevictable LRU InfrastructureLee Schermerhorn2008-10-20
* vmscan: move isolate_lru_page() to vmscan.cNick Piggin2008-10-20
* mm: export prep_compound_page to mmAndi Kleen2008-07-24
* mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich2008-07-24
* mm: print out the zonelists on request for manual verificationMel Gorman2008-07-24
* mm: make defensive checks around PFN values registered for memory usageMel Gorman2008-07-24
* mm: verify the page links and memory modelMel Gorman2008-07-24
* mm: add a basic debugging framework for memory initialisationMel Gorman2008-07-24
* memory hotplug: free memmaps allocated by bootmemYasunori Goto2008-04-28
* Solve section mismatch for free_area_init_core.Alexander van Heukelum2008-02-23
* set_page_refcounted() VM_BUG_ON fixQi Yong2008-02-05
* mm: remove fastcall from mm/Harvey Harrison2008-02-05
* Breakout page_order() to internal.h to avoid special knowledge of the buddy a...Mel Gorman2007-10-16
* Make page->private usable in compound pagesChristoph Lameter2007-05-07
* [PATCH] mm: VM_BUG_ONNick Piggin2006-09-26