aboutsummaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2011-06-23mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()Andrew Barry
2010-09-26mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman
2010-09-26mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter
2010-09-26mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman
2010-02-09mm: fix migratetype bug which slowed swappingHugh Dickins
2010-01-22page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro
2009-11-12page allocator: Do not allow interrupts to use ALLOC_HARDERMel Gorman
2009-11-12page allocator: always wake kswapd when restarting an allocation attempt afte...Mel Gorman
2009-10-29revert "mm: oom analysis: add buffer cache information to show_free_areas()"Andrew Morton
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-22mm: move highest_memmap_pfnHugh Dickins
2009-09-22page-allocator: maintain rolling count of pages to free from the PCPMel Gorman
2009-09-22page-allocator: split per-cpu list into one-list-per-migrate-typeMel Gorman
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich
2009-09-22page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zoneMel Gorman
2009-09-22tracing, page-allocator: add trace event for page traffic related to the budd...Mel Gorman
2009-09-22tracing, page-allocator: add trace events for anti-fragmentation falling back...Mel Gorman
2009-09-22tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman
2009-09-22page-allocator: remove dead function free_cold_page()Mel Gorman
2009-09-22page-allocator: change migratetype for all pageblocks within a high-order pag...Mel Gorman
2009-09-22mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner
2009-09-22mm: add gfp mask checking for __get_free_pages()Akinobu Mita
2009-09-22mm: vmstat: add isolate pagesKOSAKI Motohiro
2009-09-22mm: update alloc_flags after oom killer has been calledDavid Rientjes
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro
2009-09-22mm: oom analysis: add buffer cache information to show_free_areas()KOSAKI Motohiro
2009-09-22mm: oom analysis: add per-zone statistics to show_free_areas()KOSAKI Motohiro
2009-09-22mm: show_free_areas(): display slab pages in two separate fieldsKOSAKI Motohiro
2009-09-22page_alloc: fix kernel-doc warningRandy Dunlap
2009-09-22memory hotplug: make pages from movable zone always isolatableShaohua Li
2009-09-22memory hotplug: exclude isolated page from pco page allocShaohua Li
2009-09-22memory hotplug: update zone pcp at memory onlineShaohua Li
2009-09-22mm: remove obsoleted alloc_pages cpuset commentDavid Rientjes
2009-09-16HWPOISON: check and isolate corrupted free pages v2Wu Fengguang
2009-09-05page-allocator: always change pageblock ownership when anti-fragmentation is ...Mel Gorman
2009-08-18mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()Bo Liu
2009-07-29page-allocator: allow too high-order warning messages to be suppressed with _...Mel Gorman
2009-07-29mm: avoid endless looping for oom killed tasksDavid Rientjes
2009-07-29page-allocator: preserve PFN ordering when __GFP_COLD is setMel Gorman
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas
2009-07-06Fix virt_to_phys() warningsKevin Cernekee
2009-06-30x86: only clear node_states for 64bitYinghai Lu
2009-06-24Don't warn about order-1 allocations with __GFP_NOFAILLinus Torvalds
2009-06-23mm: fix handling of pagesets for downed cpusDimitri Sivanich
2009-06-20mm: page_alloc: clear PG_locked before checking flags on freeJohannes Weiner