summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki1-7/+12
2010-11-25mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly cal...KAMEZAWA Hiroyuki1-9/+5
2010-10-26mm: add casts to/from gfp_t in gfp_to_alloc_flags()Namhyung Kim1-2/+2
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Mel Gorman1-2/+2
2010-10-26memory hotplug: unify is_removable and offline detection codeKAMEZAWA Hiroyuki1-21/+66
2010-10-26memory hotplug: fix notifier's return value checkKAMEZAWA Hiroyuki1-1/+1
2010-10-26mm, page-allocator: do not check the state of a non-existant buddy during freeMel Gorman1-1/+1
2010-10-11Merge branch 'x86/urgent' into core/memblockH. Peter Anvin1-2/+2
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar1-10/+23
2010-10-07mm: alloc_large_system_hash() printk overflow on 16TB bootRobin Holt1-2/+2
2010-09-09mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman1-4/+16
2010-09-09mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter1-2/+2
2010-09-09mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman1-4/+5
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-12/+21
2010-08-27x86: Use memblock to replace early_resYinghai Lu1-35/+15
2010-08-27memblock: Add find_memory_core_early()Yinghai Lu1-0/+36
2010-08-09vmscan: kill prev_priority completelyKOSAKI Motohiro1-2/+0
2010-08-09mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim1-1/+1
2010-08-09oom: avoid oom killer for lowmem allocationsDavid Rientjes1-9/+20
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu1-0/+3
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas1-0/+5
2010-05-27numa: introduce numa_mem_id()- effective local memory node idLee Schermerhorn1-1/+44
2010-05-27numa: add generic percpu var numa_node_id() implementationLee Schermerhorn1-0/+5
2010-05-25mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li1-1/+14
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li1-4/+13
2010-05-25mem-hotplug: separate setup_per_cpu_pageset() into separate functionsWu Fengguang1-17/+20
2010-05-25mm: introduce free_pages_prepare()KOSAKI Motohiro1-19/+21
2010-05-25mm: compaction: defer compaction using an exponential backoff when compaction...Mel Gorman1-1/+4
2010-05-25mm: compaction: direct compact when a high-order allocation failsMel Gorman1-0/+63
2010-05-25mm: compaction: memory compaction coreMel Gorman1-0/+45
2010-05-25mm: default to node zonelist ordering when nodes have only lowmemDavid Rientjes1-1/+10
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-1/+5
2010-05-25page allocator: reduce fragmentation in buddy allocator by adding buddies tha...Corrado Zoccolo1-5/+25
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang1-4/+79
2010-03-12mm: do not iterate over NR_CPUS in __zone_pcp_update()Thomas Gleixner1-1/+1
2010-03-06mm: suppress pfn range output for zones without pagesDavid Rientjes1-2/+6
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki1-0/+25
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro1-3/+3
2010-03-06mm: remove free_hot_page()Li Hong1-7/+3
2010-03-06mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong1-1/+1
2010-03-06mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong1-1/+1
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+60
2010-02-22x86: Fix non-bootmem compilation on PowerPCYinghai Lu1-0/+2
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu1-1/+58
2010-02-02Merge branch 'master' into percpuTejun Heo1-4/+5
2010-01-29mm: fix migratetype bug which slowed swappingHugh Dickins1-2/+3
2010-01-16page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro1-1/+1
2010-01-16mm/page_alloc: fix the range check for backward mergingKazuhisa Ichikawa1-1/+1
2010-01-05this_cpu: Page allocator conversionChristoph Lameter1-131/+71