summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-10-09mm: dmapool: add/remove sysfs file outside of the pool lock lockSebastian Andrzej Siewior
2014-10-09memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov
2014-10-09memcg: don't call memcg_update_all_caches if new cache id fitsVladimir Davydov
2014-10-09memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov
2014-10-09mm/debug.c: use pr_emerg()Andrew Morton
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin
2014-10-09mm: introduce VM_BUG_ON_MMSasha Levin
2014-10-09mm: move debug code out of page_alloc.cSasha Levin
2014-10-09mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bitMel Gorman
2014-10-09mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ONMel Gorman
2014-10-09mm/compaction.c: fix warning of 'flags' may be used uninitializedXiubo Li
2014-10-09mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checksAndrew Morton
2014-10-09mm: clean up zone flagsJohannes Weiner
2014-10-09mm/page-writeback.c: use min3/max3 macros to avoid shadow warningsMark Rustad
2014-10-09mm: page_alloc: avoid wakeup kswapd on the unintended nodeWeijie Yang
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2014-10-09mm: introduce dump_vmaSasha Levin
2014-10-09mm/slab.c: use __seq_open_private() instead of seq_open()Rob Jones
2014-10-09mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones
2014-10-09include/linux/migrate.h: remove migrate_page #defineAndrew Morton
2014-10-09mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov
2014-10-09mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov
2014-10-09mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov
2014-10-09mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov
2014-10-09mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov
2014-10-09mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner
2014-10-09mm: use may_adjust_brk helperCyrill Gorcunov
2014-10-09mm, compaction: pass gfp mask to compact_controlDavid Rientjes
2014-10-09mm: rename allocflags_to_migratetype for clarityDavid Rientjes
2014-10-09mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka
2014-10-09mm, compaction: remember position within pageblock in free pages scannerVlastimil Babka
2014-10-09mm, compaction: skip rechecks when lock was already heldVlastimil Babka
2014-10-09mm, compaction: periodically drop lock and restore IRQs in scannersVlastimil Babka
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka
2014-10-09mm, compaction: reduce zone checking frequency in the migration scannerVlastimil Babka
2014-10-09mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka
2014-10-09mm, compaction: do not recheck suitable_migration_target under lockVlastimil Babka
2014-10-09mm, compaction: do not count compact_stall if all zones skipped compactionVlastimil Babka
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka
2014-10-09mm, THP: don't hold mmap_sem in khugepaged when allocating THPVlastimil Babka
2014-10-09mm: page_alloc: determine migratetype only onceVlastimil Babka
2014-10-09mm: cma: adjust address limit to avoid hitting low/high memory boundaryMarek Szyprowski
2014-10-09memory-hotplug: add sysfs valid_zones attributeZhang Zhen
2014-10-09mm/mmap.c: whitespace fixesvishnu.ps
2014-10-09mm/slab: use percpu allocator for cpu cacheJoonsoo Kim
2014-10-09mm/slab: support slab mergeJoonsoo Kim
2014-10-09mm/slab_common: commonize slab merge logicJoonsoo Kim
2014-10-09slab: fix for_each_kmem_cache_node()Mikulas Patocka