aboutsummaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-11/+3
2009-07-10Fix congestion_wait() sync/async vs read/write confusionGravatar Jens Axboe 1-2/+2
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastGravatar Catalin Marinas 1-11/+3
2009-07-06Fix virt_to_phys() warningsGravatar Kevin Cernekee 1-1/+1
2009-06-30x86: only clear node_states for 64bitGravatar Yinghai Lu 1-6/+7
2009-06-24Don't warn about order-1 allocations with __GFP_NOFAILGravatar Linus Torvalds 1-2/+2
2009-06-23mm: fix handling of pagesets for downed cpusGravatar Dimitri Sivanich 1-3/+3
2009-06-20mm: page_alloc: clear PG_locked before checking flags on freeGravatar Johannes Weiner 1-5/+4
2009-06-18mm: Extend gfp masking to the page allocatorGravatar Benjamin Herrenschmidt 1-0/+3
2009-06-16Merge branch 'akpm'Gravatar Linus Torvalds 1-279/+475
2009-06-16vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullGravatar Mel Gorman 1-4/+22
2009-06-16page-allocator: clear N_HIGH_MEMORY map before we set it againGravatar Yinghai Lu 1-0/+5
2009-06-16oom: invoke oom killer for __GFP_NOFAILGravatar David Rientjes 1-5/+7
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionGravatar KOSAKI Motohiro 1-9/+0
2009-06-16page-allocator: reset wmark_min and inactive ratio of zone when hotplug happensGravatar Minchan Kim 1-1/+1
2009-06-16page-allocator: add inactive ratio calculation function of each zoneGravatar Minchan Kim 1-12/+16
2009-06-16page-allocator: clean up functions related to pages_minGravatar Minchan Kim 1-8/+9
2009-06-16mm, PM/Freezer: Disable OOM killer when tasks are frozenGravatar Rafael J. Wysocki 1-0/+4
2009-06-16page-allocator: warn if __GFP_NOFAIL is used for a large allocationGravatar Andrew Morton 1-0/+13
2009-06-16mm: setup_per_zone_inactive_ratio - fix comment and make it __initGravatar Cyrill Gorcunov 1-3/+1
2009-06-16mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not neededGravatar Cyrill Gorcunov 1-2/+3
2009-06-16vmscan: cleanup the scan batching codeGravatar Wu Fengguang 1-1/+1
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesGravatar Wu Fengguang 1-17/+0
2009-06-16mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated ...Gravatar Mel Gorman 1-17/+4
2009-06-16page allocator: sanity check order in the page allocator slow pathGravatar Mel Gorman 1-3/+9
2009-06-16page allocator: move free_page_mlock() to page_alloc.cGravatar KOSAKI Motohiro 1-0/+16
2009-06-16page allocator: use a pre-calculated value instead of num_online_nodes() in f...Gravatar Christoph Lameter 1-4/+6
2009-06-16page allocator: get the pageblock migratetype without disabling interruptsGravatar Mel Gorman 1-1/+1
2009-06-16page allocator: update NR_FREE_PAGES only as necessaryGravatar Mel Gorman 1-6/+7
2009-06-16page allocator: use allocation flags as an index to the zone watermarkGravatar Mel Gorman 1-25/+26
2009-06-16page allocator: do not check for compound pages during the page allocator san...Gravatar Nick Piggin 1-3/+3
2009-06-16page allocator: do not setup zonelist cache when there is only one nodeGravatar Mel Gorman 1-2/+5
2009-06-16page allocator: do not disable interrupts in free_page_mlock()Gravatar Mel Gorman 1-1/+7
2009-06-16page allocator: do not call get_pageblock_migratetype() more than necessaryGravatar Mel Gorman 1-6/+10
2009-06-16page allocator: inline __rmqueue_fallback()Gravatar Mel Gorman 1-2/+2
2009-06-16page allocator: inline buffered_rmqueue()Gravatar Mel Gorman 1-1/+2
2009-06-16page allocator: inline __rmqueue_smallest()Gravatar Mel Gorman 1-4/+16
2009-06-16page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGHGravatar Mel Gorman 1-2/+4
2009-06-16page allocator: calculate the alloc_flags for allocation only onceGravatar Peter Zijlstra 1-44/+50
2009-06-16page allocator: calculate the migratetype for allocation only onceGravatar Mel Gorman 1-17/+26
2009-06-16page allocator: calculate the preferred zone for allocation only onceGravatar Mel Gorman 1-22/+32
2009-06-16page allocator: move check for disabled anti-fragmentation out of fastpathGravatar Mel Gorman 1-0/+4
2009-06-16page allocator: break up the allocator entry point into fast and slow pathsGravatar Mel Gorman 1-125/+228
2009-06-16page allocator: check only once if the zonelist is suitable for the allocationGravatar Mel Gorman 1-3/+3
2009-06-16page allocator: do not sanity check order in the fast pathGravatar Mel Gorman 1-0/+3
2009-06-16page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()Gravatar Mel Gorman 1-2/+2
2009-06-16mm: alloc_large_system_hash check orderGravatar Hugh Dickins 1-1/+4
2009-06-16cpuset,mm: update tasks' mems_allowed in timeGravatar Miao Xie 1-4/+1
2009-06-15kmemcheck: add hooks for the page allocatorGravatar Vegard Nossum 1-0/+18
2009-06-11kmemleak: Add kmemleak_alloc callback from alloc_large_system_hashGravatar Catalin Marinas 1-0/+11