aboutsummaryrefslogtreecommitdiff
path: root/mm/internal.h
AgeCommit message (Expand)Author
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-17mm: export __get_user_pagesHuang Ying
2011-01-17Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds
2011-01-13mm: batch activate_page() to reduce lock contentionShaohua Li
2011-01-13thp: transparent hugepage coreAndrea Arcangeli
2011-01-13mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse
2010-10-26mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki
2009-12-16HWPOISON: add an interface to switch off/on all the page filtersHaicheng Li
2009-12-16HWPOISON: add memory cgroup filterAndi Kleen
2009-12-16HWPOISON: add page flags filterWu Fengguang
2009-12-16HWPOISON: limit hwpoison injector to known page typesWu Fengguang
2009-12-16HWPOISON: add fs/device filtersWu Fengguang
2009-12-16HWPOISON: detect free buddy pages explicitlyWu Fengguang
2009-12-15mm: remove unevictable_migrate_page functionLee Schermerhorn
2009-12-15ksm: fix mlockfreed to munlockedHugh Dickins
2009-12-15mm: CONFIG_MMU for PG_mlockedHugh Dickins
2009-09-22mm: move highest_memmap_pfnHugh Dickins
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins
2009-09-22mm: FOLL_DUMP replace FOLL_ANONHugh Dickins
2009-09-22mm: remove unused GUP flagsHugh Dickins
2009-06-16vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang
2009-06-16page allocator: move free_page_mlock() to page_alloc.cKOSAKI Motohiro
2009-06-16page allocator: do not disable interrupts in free_page_mlock()Mel Gorman
2009-04-01nommu: there is no mlock() for NOMMU, so don't provide the bitsDavid Howells
2009-01-06mm: make get_user_pages() interruptibleYing Han
2009-01-06badpage: vm_normal_page use print_bad_pteHugh Dickins
2008-11-06hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft
2008-11-06hugetlbfs: handle pages higher order than MAX_ORDERAndy Whitcroft
2008-10-20mlock: count attempts to free mlocked pageLee Schermerhorn
2008-10-20vmstat: mlocked pages statisticsNick Piggin
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel
2008-10-20mlock: mlocked pages are unevictableNick Piggin
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin
2008-07-24mm: export prep_compound_page to mmAndi Kleen
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich
2008-07-24mm: print out the zonelists on request for manual verificationMel Gorman
2008-07-24mm: make defensive checks around PFN values registered for memory usageMel Gorman
2008-07-24mm: verify the page links and memory modelMel Gorman
2008-07-24mm: add a basic debugging framework for memory initialisationMel Gorman
2008-04-28memory hotplug: free memmaps allocated by bootmemYasunori Goto
2008-02-23Solve section mismatch for free_area_init_core.Alexander van Heukelum
2008-02-05set_page_refcounted() VM_BUG_ON fixQi Yong
2008-02-05mm: remove fastcall from mm/Harvey Harrison
2007-10-16Breakout page_order() to internal.h to avoid special knowledge of the buddy a...Mel Gorman
2007-05-07Make page->private usable in compound pagesChristoph Lameter