summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-10-03memcg: zap memcg_can_account_kmemVladimir Davydov
2014-10-03mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner
2014-10-03mm: memcontrol: simplify detecting when the memory+swap limit is hitJohannes Weiner
2014-10-03mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko
2014-10-03mm: dmapool: add/remove sysfs file outside of the pool lock lockSebastian Andrzej Siewior
2014-10-03memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov
2014-10-03memcg: don't call memcg_update_all_caches if new cache id fitsVladimir Davydov
2014-10-03memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov
2014-10-03mm/debug.c: use pr_emerg()Andrew Morton
2014-10-03mm: use VM_BUG_ON_MM where possibleSasha Levin
2014-10-03mm-debug-mm-introduce-vm_bug_on_mm-fix-fixpatch-fixAndrew Morton
2014-10-03mm, debug: introduce-vm_bug_on_mm-fix-fix.patchMichal Hocko
2014-10-03mm, debug: mm-introduce-vm_bug_on_mm-fix.patchMichal Hocko
2014-10-03mm: introduce VM_BUG_ON_MMSasha Levin
2014-10-03mm: move debug code out of page_alloc.cSasha Levin
2014-10-03mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bitMel Gorman
2014-10-03mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ONMel Gorman
2014-10-03mm/compaction.c: fix warning of 'flags' may be used uninitializedXiubo Li
2014-10-03mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checksAndrew Morton
2014-10-03mm: clean up zone flagsJohannes Weiner
2014-10-03mm/page-writeback.c: use min3/max3 macros to avoid shadow warningsMark Rustad
2014-10-03mm: page_alloc: avoid wakeup kswapd on the unintended nodeWeijie Yang
2014-10-03convert-a-few-vm_bug_on-callers-to-vm_bug_on_vma-checkpatch-fixesAndrew Morton
2014-10-03mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2014-10-03mm: fix dump_vma() compilationStephen Warren
2014-10-03introduce-dump_vma-fixAndrew Morton
2014-10-03mm: introduce dump_vmaSasha Levin
2014-10-03mm/slab.c: use __seq_open_private() instead of seq_open()Rob Jones
2014-10-03mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones
2014-10-03include/linux/migrate.h: remove migrate_page #defineAndrew Morton
2014-10-03mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov
2014-10-03mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov
2014-10-03mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov
2014-10-03mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov
2014-10-03mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov
2014-10-03mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov
2014-10-03mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov
2014-10-03mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner
2014-10-03mm: use may_adjust_brk helperCyrill Gorcunov
2014-10-03mm, compaction: pass gfp mask to compact_controlDavid Rientjes
2014-10-03mm: rename allocflags_to_migratetype for clarityDavid Rientjes
2014-10-03mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka
2014-10-03mm, compaction: remember position within pageblock in free pages scannerVlastimil Babka
2014-10-03mm, compaction: skip rechecks when lock was already heldVlastimil Babka
2014-10-03mm, compaction: periodically drop lock and restore IRQs in scannersVlastimil Babka
2014-10-03mm-compaction-khugepaged-should-not-give-up-due-to-need_resched-fixAndrew Morton
2014-10-03mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka
2014-10-03mm, compaction: reduce zone checking frequency in the migration scannerVlastimil Babka
2014-10-03mm/compaction: fix isolated page counting bug in compactionJoonsoo Kim
2014-10-03mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka