summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: compaction: direct compact when a high-order allocation failsMel Gorman2010-05-251-0/+63
* mm: compaction: memory compaction coreMel Gorman2010-05-251-0/+45
* mm: default to node zonelist ordering when nodes have only lowmemDavid Rientjes2010-05-251-1/+10
* cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2010-05-251-1/+5
* page allocator: reduce fragmentation in buddy allocator by adding buddies tha...Corrado Zoccolo2010-05-251-5/+25
* Fix typos in commentsThomas Weber2010-03-161-1/+1
* mm: introduce dump_page() and print symbolic flag namesWu Fengguang2010-03-121-4/+79
* mm: do not iterate over NR_CPUS in __zone_pcp_update()Thomas Gleixner2010-03-121-1/+1
* mm: suppress pfn range output for zones without pagesDavid Rientjes2010-03-061-2/+6
* mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-061-0/+25
* mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro2010-03-061-3/+3
* mm: remove free_hot_page()Li Hong2010-03-061-7/+3
* mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong2010-03-061-1/+1
* mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong2010-03-061-1/+1
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-1/+60
|\
| * x86: Fix non-bootmem compilation on PowerPCYinghai Lu2010-02-221-0/+2
| * x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu2010-02-121-1/+58
* | Merge branch 'master' into percpuTejun Heo2010-02-021-4/+5
|\ \ | |/
| * mm: fix migratetype bug which slowed swappingHugh Dickins2010-01-291-2/+3
| * page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro2010-01-161-1/+1
| * mm/page_alloc: fix the range check for backward mergingKazuhisa Ichikawa2010-01-161-1/+1
* | this_cpu: Page allocator conversionChristoph Lameter2010-01-051-131/+71
|/
* SYSCTL: Add a mutex to the page_alloc zone order sysctlAndi Kleen2009-12-231-4/+7
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-12-221-7/+50
|\
OpenPOWER on IntegriCloud