aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-1/+19
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-12/+12
2009-09-22mm: move highest_memmap_pfnHugh Dickins1-1/+0
2009-09-22page-allocator: maintain rolling count of pages to free from the PCPMel Gorman1-9/+15
2009-09-22page-allocator: split per-cpu list into one-list-per-migrate-typeMel Gorman1-47/+59
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang1-1/+1
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich1-3/+10
2009-09-22page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zoneMel Gorman1-1/+11
2009-09-22tracing, page-allocator: add trace event for page traffic related to the buddy listsMel Gorman1-0/+3
2009-09-22tracing, page-allocator: add trace events for anti-fragmentation falling back to other migratetypesMel Gorman1-0/+4
2009-09-22tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman1-1/+6
2009-09-22page-allocator: remove dead function free_cold_page()Mel Gorman1-5/+0
2009-09-22page-allocator: change migratetype for all pageblocks within a high-order page during __rmqueue_fallbackMel Gorman1-2/+14
2009-09-22mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner1-2/+2
2009-09-22mm: add gfp mask checking for __get_free_pages()Akinobu Mita1-15/+9
2009-09-22mm: vmstat: add isolate pagesKOSAKI Motohiro1-3/+9
2009-09-22mm: update alloc_flags after oom killer has been calledDavid Rientjes1-1/+1
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-1/+4
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+3
2009-09-22mm: oom analysis: add buffer cache information to show_free_areas()KOSAKI Motohiro1-1/+2
2009-09-22mm: oom analysis: add per-zone statistics to show_free_areas()KOSAKI Motohiro1-0/+20
2009-09-22mm: show_free_areas(): display slab pages in two separate fieldsKOSAKI Motohiro1-3/+4
2009-09-22page_alloc: fix kernel-doc warningRandy Dunlap1-1/+1
2009-09-22memory hotplug: make pages from movable zone always isolatableShaohua Li1-1/+4
2009-09-22memory hotplug: exclude isolated page from pco page allocShaohua Li1-1/+11
2009-09-22memory hotplug: update zone pcp at memory onlineShaohua Li1-0/+26
2009-09-22mm: remove obsoleted alloc_pages cpuset commentDavid Rientjes1-4/+0
2009-09-16HWPOISON: check and isolate corrupted free pages v2Wu Fengguang1-1/+19
2009-09-05page-allocator: always change pageblock ownership when anti-fragmentation is disabledMel Gorman1-2/+4
2009-08-18mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()Bo Liu1-1/+3
2009-07-29page-allocator: allow too high-order warning messages to be suppressed with __GFP_NOWARNMel Gorman1-1/+3
2009-07-29mm: avoid endless looping for oom killed tasksDavid Rientjes1-0/+4
2009-07-29page-allocator: preserve PFN ordering when __GFP_COLD is setMel Gorman1-4/+9
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-11/+3
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-2/+2
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas1-11/+3
2009-07-06Fix virt_to_phys() warningsKevin Cernekee1-1/+1
2009-06-30x86: only clear node_states for 64bitYinghai Lu1-6/+7
2009-06-24Don't warn about order-1 allocations with __GFP_NOFAILLinus Torvalds1-2/+2
2009-06-23mm: fix handling of pagesets for downed cpusDimitri Sivanich1-3/+3
2009-06-20mm: page_alloc: clear PG_locked before checking flags on freeJohannes Weiner1-5/+4
2009-06-18mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt1-0/+3
2009-06-16Merge branch 'akpm'Linus Torvalds1-279/+475
2009-06-16vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman1-4/+22
2009-06-16page-allocator: clear N_HIGH_MEMORY map before we set it againYinghai Lu1-0/+5
2009-06-16oom: invoke oom killer for __GFP_NOFAILDavid Rientjes1-5/+7
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-9/+0
2009-06-16page-allocator: reset wmark_min and inactive ratio of zone when hotplug happensMinchan Kim1-1/+1
2009-06-16page-allocator: add inactive ratio calculation function of each zoneMinchan Kim1-12/+16
2009-06-16page-allocator: clean up functions related to pages_minMinchan Kim1-8/+9