Age | Commit message (Expand) | Author | Files | Lines |
2014-10-09 | mm/bootmem.c: use include/linux/ headers | Paul McQuade | 1 | -2/+2 |
2014-10-09 | mm/filemap.c: remove trailing whitespace | Paul McQuade | 1 | -2/+2 |
2014-10-09 | mm/mremap.c: use linux headers | Paul McQuade | 1 | -1/+1 |
2014-10-09 | memcg: zap memcg_can_account_kmem | Vladimir Davydov | 1 | -9/+3 |
2014-10-09 | mm: memcontrol: fix transparent huge page allocations under pressure | Johannes Weiner | 2 | -55/+21 |
2014-10-09 | mm: memcontrol: simplify detecting when the memory+swap limit is hit | Johannes Weiner | 1 | -34/+13 |
2014-10-09 | mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cache | Michal Hocko | 2 | -21/+23 |
2014-10-09 | mm: dmapool: add/remove sysfs file outside of the pool lock lock | Sebastian Andrzej Siewior | 1 | -8/+35 |
2014-10-09 | memcg: move memcg_update_cache_size() to slab_common.c | Vladimir Davydov | 2 | -51/+28 |
2014-10-09 | memcg: don't call memcg_update_all_caches if new cache id fits | Vladimir Davydov | 1 | -64/+72 |
2014-10-09 | memcg: move memcg_{alloc,free}_cache_params to slab_common.c | Vladimir Davydov | 2 | -38/+47 |
2014-10-09 | mm/debug.c: use pr_emerg() | Andrew Morton | 1 | -12/+9 |
2014-10-09 | mm: use VM_BUG_ON_MM where possible | Sasha Levin | 4 | -6/+7 |
2014-10-09 | mm: introduce VM_BUG_ON_MM | Sasha Levin | 1 | -0/+78 |
2014-10-09 | mm: move debug code out of page_alloc.c | Sasha Levin | 3 | -161/+163 |
2014-10-09 | mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bit | Mel Gorman | 1 | -58/+20 |
2014-10-09 | mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ON | Mel Gorman | 1 | -1/+1 |
2014-10-09 | mm/compaction.c: fix warning of 'flags' may be used uninitialized | Xiubo Li | 1 | -2/+2 |
2014-10-09 | mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checks | Andrew Morton | 1 | -6/+11 |
2014-10-09 | mm: clean up zone flags | Johannes Weiner | 4 | -22/+22 |
2014-10-09 | mm/page-writeback.c: use min3/max3 macros to avoid shadow warnings | Mark Rustad | 1 | -4/+4 |
2014-10-09 | mm: page_alloc: avoid wakeup kswapd on the unintended node | Weijie Yang | 1 | -3/+6 |
2014-10-09 | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA | Sasha Levin | 7 | -21/+22 |
2014-10-09 | mm: introduce dump_vma | Sasha Levin | 1 | -9/+73 |
2014-10-09 | mm/slab.c: use __seq_open_private() instead of seq_open() | Rob Jones | 1 | -13/+9 |
2014-10-09 | mm/vmalloc.c: use seq_open_private() instead of seq_open() | Rob Jones | 1 | -15/+5 |
2014-10-09 | include/linux/migrate.h: remove migrate_page #define | Andrew Morton | 2 | -0/+4 |
2014-10-09 | mempolicy: unexport get_vma_policy() and remove its "task" arg | Oleg Nesterov | 1 | -11/+8 |
2014-10-09 | mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem) | Oleg Nesterov | 1 | -14/+1 |
2014-10-09 | mempolicy: introduce __get_vma_policy(), export get_task_policy() | Oleg Nesterov | 1 | -18/+26 |
2014-10-09 | mempolicy: remove the "task" arg of vma_policy_mof() and simplify it | Oleg Nesterov | 1 | -14/+11 |
2014-10-09 | mempolicy: sanitize the usage of get_task_policy() | Oleg Nesterov | 1 | -11/+14 |
2014-10-09 | mempolicy: change get_task_policy() to return default_policy rather than NULL | Oleg Nesterov | 1 | -18/+13 |
2014-10-09 | mempolicy: change alloc_pages_vma() to use mpol_cond_put() | Oleg Nesterov | 1 | -2/+1 |
2014-10-09 | mm: remove noisy remainder of the scan_unevictable interface | Johannes Weiner | 1 | -63/+0 |
2014-10-09 | mm: use may_adjust_brk helper | Cyrill Gorcunov | 1 | -4/+3 |
2014-10-09 | mm, compaction: pass gfp mask to compact_control | David Rientjes | 2 | -6/+8 |
2014-10-09 | mm: rename allocflags_to_migratetype for clarity | David Rientjes | 2 | -4/+4 |
2014-10-09 | mm, compaction: skip buddy pages by their order in the migrate scanner | Vlastimil Babka | 2 | -6/+46 |
2014-10-09 | mm, compaction: remember position within pageblock in free pages scanner | Vlastimil Babka | 1 | -9/+30 |
2014-10-09 | mm, compaction: skip rechecks when lock was already held | Vlastimil Babka | 1 | -22/+31 |
2014-10-09 | mm, compaction: periodically drop lock and restore IRQs in scanners | Vlastimil Babka | 1 | -47/+72 |
2014-10-09 | mm, compaction: khugepaged should not give up due to need_resched() | Vlastimil Babka | 3 | -25/+111 |
2014-10-09 | mm, compaction: reduce zone checking frequency in the migration scanner | Vlastimil Babka | 1 | -34/+57 |
2014-10-09 | mm, compaction: move pageblock checks up from isolate_migratepages_range() | Vlastimil Babka | 3 | -112/+149 |
2014-10-09 | mm, compaction: do not recheck suitable_migration_target under lock | Vlastimil Babka | 1 | -13/+0 |
2014-10-09 | mm, compaction: do not count compact_stall if all zones skipped compaction | Vlastimil Babka | 1 | -35/+41 |
2014-10-09 | mm, compaction: defer each zone individually instead of preferred zone | Vlastimil Babka | 3 | -37/+66 |
2014-10-09 | mm, THP: don't hold mmap_sem in khugepaged when allocating THP | Vlastimil Babka | 1 | -13/+7 |
2014-10-09 | mm: page_alloc: determine migratetype only once | Vlastimil Babka | 1 | -4/+3 |