summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-22mm: compaction: reset scanner positions immediately when they meetVlastimil Babka
2014-01-22mm: compaction: do not mark unmovable pageblocks as skipped in async compactionVlastimil Babka
2014-01-22mm: compaction: detect when scanners meet in isolate_freepagesVlastimil Babka
2014-01-22mm: compaction: reset cached scanner pfn's before reading themVlastimil Babka
2014-01-22mm: compaction: encapsulate defer reset logicVlastimil Babka
2014-01-22mm: compaction: trace compaction begin and endMel Gorman
2014-01-22memcg, oom: lock mem_cgroup_print_oom_infoMichal Hocko
2014-01-22sched: add tracepoints related to NUMA task migrationMel Gorman
2014-01-22mm: numa: do not automatically migrate KSM pagesMel Gorman
2014-01-22mm: numa: trace tasks that fail migration due to rate limitingMel Gorman
2014-01-22mm: numa: limit scope of lock for NUMA migrate rate limitingMel Gorman
2014-01-22mm: numa: make NUMA-migrate related functions staticMel Gorman
2014-01-22lib/show_mem.c: show num_poisoned_pages when oomXishi Qiu
2014-01-22mm/hwpoison: add '#' to hwpoison_injectWanpeng Li
2014-01-22mm/memblock: use WARN_ONCE when MAX_NUMNODES passed as input parameterGrygorii Strashko
2014-01-22x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko
2014-01-22arch/arm/mach-omap2/omap_hwmod.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22arch/arm/mm/init.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22arch/arm/kernel/: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22drivers/firmware/memmap.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22mm/memory_hotplug.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22mm/percpu.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22mm/page_cgroup.c: use memblock apis for early memory allocationsGrygorii Strashko
2014-01-22mm/hugetlb.c: use memblock apis for early memory allocationsGrygorii Strashko
2014-01-22mm/sparse: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22lib/cpumask.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22lib/swiotlb.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22kernel/power/snapshot.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22mm/page_alloc.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22kernel/printk/printk.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22init/main.c: use memblock apis for early memory allocationsSantosh Shilimkar
2014-01-22mm/memblock: add memblock memory allocation apisSantosh Shilimkar
2014-01-22mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko
2014-01-22mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko
2014-01-22mm/memblock: drop WARN and use SMP_CACHE_BYTES as a default alignmentGrygorii Strashko
2014-01-22mm/memblock: remove unnecessary inclusions of bootmem.hGrygorii Strashko
2014-01-22mm/bootmem: remove duplicated declaration of __free_pages_bootmem()Grygorii Strashko
2014-01-22mm/memblock: debug: don't free reserved array if !ARCH_DISCARD_MEMBLOCKGrygorii Strashko
2014-01-22x86: memblock: set current limit to max low memory addressSantosh Shilimkar
2014-01-22oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov
2014-01-22oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov
2014-01-22oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov
2014-01-22introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2014-01-22mm/rmap: use rmap_walk() in page_mkclean()Joonsoo Kim
2014-01-22mm/rmap: use rmap_walk() in page_referenced()Joonsoo Kim
2014-01-22mm/rmap: use rmap_walk() in try_to_munlock()Joonsoo Kim
2014-01-22mm/rmap: use rmap_walk() in try_to_unmap()Joonsoo Kim
2014-01-22mm/rmap: extend rmap_walk_xxx() to cope with different casesJoonsoo Kim
2014-01-22mm/rmap: make rmap_walk to get the rmap_walk_control argumentJoonsoo Kim
2014-01-22mm/rmap: factor lock function out of rmap_walk_anon()Joonsoo Kim