summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-21139-2512/+2902
|\
| * mm/migrate: remove unused function, fail_migrate_page()Joonsoo Kim2014-01-212-12/+0
| * mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pagesJoonsoo Kim2014-01-213-23/+16
| * mm/migrate: correct failure handling if !hugepage_migration_support()Joonsoo Kim2014-01-211-2/+5
| * mm/migrate: add comment about permanent failure pathNaoya Horiguchi2014-01-211-1/+6
| * mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failureDavid Rientjes2014-01-211-1/+8
| * mm: compaction: reset scanner positions immediately when they meetVlastimil Babka2014-01-211-0/+4
| * mm: compaction: do not mark unmovable pageblocks as skipped in async compactionVlastimil Babka2014-01-211-2/+9
| * mm: compaction: detect when scanners meet in isolate_freepagesVlastimil Babka2014-01-211-4/+15
| * mm: compaction: reset cached scanner pfn's before reading themVlastimil Babka2014-01-211-8/+8
| * mm: compaction: encapsulate defer reset logicVlastimil Babka2014-01-213-9/+21
| * mm: compaction: trace compaction begin and endMel Gorman2014-01-212-0/+46
| * memcg, oom: lock mem_cgroup_print_oom_infoMichal Hocko2014-01-211-5/+7
| * sched: add tracepoints related to NUMA task migrationMel Gorman2014-01-213-1/+94
| * mm: numa: do not automatically migrate KSM pagesMel Gorman2014-01-211-1/+2
| * mm: numa: trace tasks that fail migration due to rate limitingMel Gorman2014-01-212-1/+30
| * mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman2014-01-212-13/+13
| * mm: numa: make NUMA-migrate related functions staticMel Gorman2014-01-211-2/+3
| * lib/show_mem.c: show num_poisoned_pages when oomXishi Qiu2014-01-211-0/+3
| * mm/hwpoison: add '#' to hwpoison_injectWanpeng Li2014-01-211-1/+1
| * mm/memblock: use WARN_ONCE when MAX_NUMNODES passed as input parameterGrygorii Strashko2014-01-211-13/+8
| * x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko2014-01-213-3/+3
| * arch/arm/mach-omap2/omap_hwmod.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-6/+2
| * arch/arm/mm/init.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-1/+1
| * arch/arm/kernel/: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-212-2/+2
| * drivers/firmware/memmap.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-1/+1
| * mm/memory_hotplug.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-1/+1
| * mm/percpu.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-16/+22
| * mm/page_cgroup.c: use memblock apis for early memory allocationsGrygorii Strashko2014-01-211-2/+3
| * mm/hugetlb.c: use memblock apis for early memory allocationsGrygorii Strashko2014-01-211-5/+5
| * mm/sparse: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-212-14/+19
| * lib/cpumask.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-2/+2
| * lib/swiotlb.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-15/+20
| * kernel/power/snapshot.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-1/+1
| * mm/page_alloc.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-12/+15
| * kernel/printk/printk.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-7/+3
| * init/main.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-211-3/+5
| * mm/memblock: add memblock memory allocation apisSantosh Shilimkar2014-01-213-4/+361
| * mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko2014-01-213-15/+25
| * mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko2014-01-213-11/+12
| * mm/memblock: drop WARN and use SMP_CACHE_BYTES as a default alignmentGrygorii Strashko2014-01-211-2/+2
| * mm/memblock: remove unnecessary inclusions of bootmem.hGrygorii Strashko2014-01-212-2/+0
| * mm/bootmem: remove duplicated declaration of __free_pages_bootmem()Grygorii Strashko2014-01-211-1/+0
| * mm/memblock: debug: don't free reserved array if !ARCH_DISCARD_MEMBLOCKGrygorii Strashko2014-01-211-0/+13
| * x86: memblock: set current limit to max low memory addressSantosh Shilimkar2014-01-212-3/+3
| * oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov2014-01-211-4/+8
| * oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov2014-01-211-8/+11
| * oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov2014-01-211-10/+10
| * introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-01-214-0/+22
| * mm/rmap: use rmap_walk() in page_mkclean()Joonsoo Kim2014-01-211-25/+26