summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | page-allocator: maintain rolling count of pages to free from the PCPMel Gorman2009-09-221-9/+15
* | page-allocator: split per-cpu list into one-list-per-migrate-typeMel Gorman2009-09-221-47/+59
* | mm: do batched scans for mem_cgroupWu Fengguang2009-09-221-1/+1
* | mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich2009-09-221-3/+10
* | page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zoneMel Gorman2009-09-221-1/+11
* | tracing, page-allocator: add trace event for page traffic related to the budd...Mel Gorman2009-09-221-0/+3
* | tracing, page-allocator: add trace events for anti-fragmentation falling back...Mel Gorman2009-09-221-0/+4
* | tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman2009-09-221-1/+6
* | page-allocator: remove dead function free_cold_page()Mel Gorman2009-09-221-5/+0
* | page-allocator: change migratetype for all pageblocks within a high-order pag...Mel Gorman2009-09-221-2/+14
* | mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner2009-09-221-2/+2
* | mm: add gfp mask checking for __get_free_pages()Akinobu Mita2009-09-221-15/+9
* | mm: vmstat: add isolate pagesKOSAKI Motohiro2009-09-221-3/+9
* | mm: update alloc_flags after oom killer has been calledDavid Rientjes2009-09-221-1/+1
* | mm: oom analysis: add shmem vmstatKOSAKI Motohiro2009-09-221-1/+4
* | mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro2009-09-221-0/+3
* | mm: oom analysis: add buffer cache information to show_free_areas()KOSAKI Motohiro2009-09-221-1/+2
* | mm: oom analysis: add per-zone statistics to show_free_areas()KOSAKI Motohiro2009-09-221-0/+20
* | mm: show_free_areas(): display slab pages in two separate fieldsKOSAKI Motohiro2009-09-221-3/+4
* | page_alloc: fix kernel-doc warningRandy Dunlap2009-09-221-1/+1
* | memory hotplug: make pages from movable zone always isolatableShaohua Li2009-09-221-1/+4
* | memory hotplug: exclude isolated page from pco page allocShaohua Li2009-09-221-1/+11
* | memory hotplug: update zone pcp at memory onlineShaohua Li2009-09-221-0/+26
* | mm: remove obsoleted alloc_pages cpuset commentDavid Rientjes2009-09-221-4/+0
|/
* page-allocator: always change pageblock ownership when anti-fragmentation is ...Mel Gorman2009-09-051-2/+4
* mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()Bo Liu2009-08-181-1/+3
* page-allocator: allow too high-order warning messages to be suppressed with _...Mel Gorman2009-07-291-1/+3
* mm: avoid endless looping for oom killed tasksDavid Rientjes2009-07-291-0/+4
* page-allocator: preserve PFN ordering when __GFP_COLD is setMel Gorman2009-07-291-4/+9
* Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-07-121-11/+3
|\
| * kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas2009-07-091-11/+3
* | Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-2/+2
|/
* Fix virt_to_phys() warningsKevin Cernekee2009-07-061-1/+1
* x86: only clear node_states for 64bitYinghai Lu2009-06-301-6/+7
* Don't warn about order-1 allocations with __GFP_NOFAILLinus Torvalds2009-06-241-2/+2
* mm: fix handling of pagesets for downed cpusDimitri Sivanich2009-06-231-3/+3
* mm: page_alloc: clear PG_locked before checking flags on freeJohannes Weiner2009-06-201-5/+4
* mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt2009-06-181-0/+3
* Merge branch 'akpm'Linus Torvalds2009-06-161-279/+475
|\
| * vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman2009-06-161-4/+22
| * page-allocator: clear N_HIGH_MEMORY map before we set it againYinghai Lu2009-06-161-0/+5
| * oom: invoke oom killer for __GFP_NOFAILDavid Rientjes2009-06-161-5/+7
| * mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-161-9/+0
| * page-allocator: reset wmark_min and inactive ratio of zone when hotplug happensMinchan Kim2009-06-161-1/+1
| * page-allocator: add inactive ratio calculation function of each zoneMinchan Kim2009-06-161-12/+16
| * page-allocator: clean up functions related to pages_minMinchan Kim2009-06-161-8/+9
| * mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki2009-06-161-0/+4
| * page-allocator: warn if __GFP_NOFAIL is used for a large allocationAndrew Morton2009-06-161-0/+13
| * mm: setup_per_zone_inactive_ratio - fix comment and make it __initCyrill Gorcunov2009-06-161-3/+1
| * mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not neededCyrill Gorcunov2009-06-161-2/+3
OpenPOWER on IntegriCloud