aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09mm: ksm use pr_err instead of printkPaul McQuade1-2/+2
2014-10-09mm/bootmem.c: use include/linux/ headersPaul McQuade1-2/+2
2014-10-09mm/filemap.c: remove trailing whitespacePaul McQuade1-2/+2
2014-10-09mm/mremap.c: use linux headersPaul McQuade1-1/+1
2014-10-09memcg: zap memcg_can_account_kmemVladimir Davydov1-9/+3
2014-10-09mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner2-55/+21
2014-10-09mm: memcontrol: simplify detecting when the memory+swap limit is hitJohannes Weiner1-34/+13
2014-10-09mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cacheMichal Hocko2-21/+23
2014-10-09mm: dmapool: add/remove sysfs file outside of the pool lock lockSebastian Andrzej Siewior1-8/+35
2014-10-09memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov2-51/+28
2014-10-09memcg: don't call memcg_update_all_caches if new cache id fitsVladimir Davydov1-64/+72
2014-10-09memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov2-38/+47
2014-10-09mm/debug.c: use pr_emerg()Andrew Morton1-12/+9
2014-10-09mm: use VM_BUG_ON_MM where possibleSasha Levin4-6/+7
2014-10-09mm: introduce VM_BUG_ON_MMSasha Levin1-0/+78
2014-10-09mm: move debug code out of page_alloc.cSasha Levin3-161/+163
2014-10-09mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bitMel Gorman1-58/+20
2014-10-09mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ONMel Gorman1-1/+1
2014-10-09mm/compaction.c: fix warning of 'flags' may be used uninitializedXiubo Li1-2/+2
2014-10-09mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checksAndrew Morton1-6/+11
2014-10-09mm: clean up zone flagsJohannes Weiner4-22/+22
2014-10-09mm/page-writeback.c: use min3/max3 macros to avoid shadow warningsMark Rustad1-4/+4
2014-10-09mm: page_alloc: avoid wakeup kswapd on the unintended nodeWeijie Yang1-3/+6
2014-10-09mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin7-21/+22
2014-10-09mm: introduce dump_vmaSasha Levin1-9/+73
2014-10-09mm/slab.c: use __seq_open_private() instead of seq_open()Rob Jones1-13/+9
2014-10-09mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones1-15/+5
2014-10-09include/linux/migrate.h: remove migrate_page #defineAndrew Morton2-0/+4
2014-10-09mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov1-11/+8
2014-10-09mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov1-14/+1
2014-10-09mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov1-18/+26
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov1-14/+11
2014-10-09mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov1-11/+14
2014-10-09mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov1-18/+13
2014-10-09mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov1-2/+1
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner1-63/+0
2014-10-09mm: use may_adjust_brk helperCyrill Gorcunov1-4/+3
2014-10-09mm, compaction: pass gfp mask to compact_controlDavid Rientjes2-6/+8
2014-10-09mm: rename allocflags_to_migratetype for clarityDavid Rientjes2-4/+4
2014-10-09mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka2-6/+46
2014-10-09mm, compaction: remember position within pageblock in free pages scannerVlastimil Babka1-9/+30
2014-10-09mm, compaction: skip rechecks when lock was already heldVlastimil Babka1-22/+31
2014-10-09mm, compaction: periodically drop lock and restore IRQs in scannersVlastimil Babka1-47/+72
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka3-25/+111
2014-10-09mm, compaction: reduce zone checking frequency in the migration scannerVlastimil Babka1-34/+57
2014-10-09mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka3-112/+149
2014-10-09mm, compaction: do not recheck suitable_migration_target under lockVlastimil Babka1-13/+0
2014-10-09mm, compaction: do not count compact_stall if all zones skipped compactionVlastimil Babka1-35/+41
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka3-37/+66
2014-10-09mm, THP: don't hold mmap_sem in khugepaged when allocating THPVlastimil Babka1-13/+7