aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | mm: Move early_node_map[] reverse scan helpers under HAVE_MEMBLOCKYinghai Lu2011-02-261-32/+32
* | bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu2011-02-241-28/+0
* | bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu2011-02-241-9/+0
* | Merge branch 'linus' into x86/bootmemIngo Molnar2011-02-141-78/+138
|\ \ | |/
| * mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocatorDavid Rientjes2011-01-261-2/+4
| * mm: fix deferred congestion timeout if preferred zone is not allowedDavid Rientjes2011-01-261-1/+11
| * mm/page_alloc.c: don't cache `current' in a localAndrew Morton2011-01-131-14/+10
| * mm/page_alloc.c: simplify calculation of combined index of adjacent buddy listsKyongHo Cho2011-01-131-15/+10
| * thp: remove PG_buddyAndrea Arcangeli2011-01-131-4/+3
| * thp: don't alloc harder for gfp nomemalloc even if nowaitAndrea Arcangeli2011-01-131-1/+6
| * thp: _GFP_NO_KSWAPDAndrea Arcangeli2011-01-131-1/+2
| * thp: comment reminder in destroy_compound_pageAndrea Arcangeli2011-01-131-0/+1
| * thp: clear compound mappingAndrea Arcangeli2011-01-131-7/+4
| * thp: fix bad_page to show the real reason the page is badAndrea Arcangeli2011-01-131-1/+1
| * mm: set correct numa_zonelist_order string when configured on the kernel comm...Volodymyr G. Lukiianyk2011-01-131-3/+10
| * mm: kswapd: stop high-order balancing when any suitable zone is balancedMel Gorman2011-01-131-3/+5
| * mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman2011-01-131-6/+15
| * mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman2011-01-131-0/+16
| * mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman2011-01-131-8/+27
| * Merge branch 'master' into for-nextJiri Kosina2010-12-221-16/+17
| |\
| | * PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki2010-12-061-7/+12
| | * mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly cal...KAMEZAWA Hiroyuki2010-11-251-9/+5
| * | Kill off a bunch of warning: ‘inline’ is not at beginning of declarationJesper Juhl2010-11-281-1/+1
| |/
* | memblock: Make find_memory_core_early() find from top-downYinghai Lu2010-12-291-1/+33
|/
* mm: add casts to/from gfp_t in gfp_to_alloc_flags()Namhyung Kim2010-10-261-2/+2
* writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman2010-10-261-2/+2
* memory hotplug: unify is_removable and offline detection codeKAMEZAWA Hiroyuki2010-10-261-21/+66
* memory hotplug: fix notifier's return value checkKAMEZAWA Hiroyuki2010-10-261-1/+1
* mm, page-allocator: do not check the state of a non-existant buddy during freeMel Gorman2010-10-261-1/+1
* Merge branch 'x86/urgent' into core/memblockH. Peter Anvin2010-10-111-2/+2
|\
| * mm: alloc_large_system_hash() printk overflow on 16TB bootRobin Holt2010-10-071-2/+2
* | Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-081-10/+23
|\ \ | |/
| * mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman2010-09-091-4/+16
| * mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter2010-09-091-2/+2
| * mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman2010-09-091-4/+5
* | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-311-12/+21
|\ \ | |/
| * vmscan: kill prev_priority completelyKOSAKI Motohiro2010-08-091-2/+0
| * mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim2010-08-091-1/+1
| * oom: avoid oom killer for lowmem allocationsDavid Rientjes2010-08-091-9/+20
* | x86: Use memblock to replace early_resYinghai Lu2010-08-271-35/+15
* | memblock: Add find_memory_core_early()Yinghai Lu2010-08-271-0/+36
|/
* x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu2010-07-201-0/+3
* kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas2010-07-191-0/+5
* numa: introduce numa_mem_id()- effective local memory node idLee Schermerhorn2010-05-271-1/+44
* numa: add generic percpu var numa_node_id() implementationLee Schermerhorn2010-05-271-0/+5
* mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li2010-05-251-1/+14
* mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li2010-05-251-4/+13
* mem-hotplug: separate setup_per_cpu_pageset() into separate functionsWu Fengguang2010-05-251-17/+20
* mm: introduce free_pages_prepare()KOSAKI Motohiro2010-05-251-19/+21
* mm: compaction: defer compaction using an exponential backoff when compaction...Mel Gorman2010-05-251-1/+4