Age | Commit message (Expand) | Author |
2014-10-10 | memcg: move memcg_update_cache_size() to slab_common.c | Vladimir Davydov |
2014-10-10 | memcg: don't call memcg_update_all_caches if new cache id fits | Vladimir Davydov |
2014-10-10 | memcg: move memcg_{alloc,free}_cache_params to slab_common.c | Vladimir Davydov |
2014-10-10 | mm/debug.c: use pr_emerg() | Andrew Morton |
2014-10-10 | mm: use VM_BUG_ON_MM where possible | Sasha Levin |
2014-10-10 | mm: introduce VM_BUG_ON_MM | Sasha Levin |
2014-10-10 | mm: move debug code out of page_alloc.c | Sasha Levin |
2014-10-10 | mm: softdirty: unmapped addresses between VMAs are clean | Peter Feiner |
2014-10-10 | mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bit | Mel Gorman |
2014-10-10 | mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ON | Mel Gorman |
2014-10-10 | ocfs2: fix a deadlock while o2net_wq doing direct memory reclaim | Xue jiufei |
2014-10-10 | mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set | Junxiao Bi |
2014-10-10 | mm/compaction.c: fix warning of 'flags' may be used uninitialized | Xiubo Li |
2014-10-10 | mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checks | Andrew Morton |
2014-10-10 | mm: clean up zone flags | Johannes Weiner |
2014-10-10 | mm/page-writeback.c: use min3/max3 macros to avoid shadow warnings | Mark Rustad |
2014-10-10 | mm: page_alloc: avoid wakeup kswapd on the unintended node | Weijie Yang |
2014-10-10 | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA | Sasha Levin |
2014-10-10 | mm: introduce VM_BUG_ON_VMA | Sasha Levin |
2014-10-10 | mm: introduce dump_vma | Sasha Levin |
2014-10-10 | mm/slab.c: use __seq_open_private() instead of seq_open() | Rob Jones |
2014-10-10 | mm/vmalloc.c: use seq_open_private() instead of seq_open() | Rob Jones |
2014-10-10 | include/linux/migrate.h: remove migrate_page #define | Andrew Morton |
2014-10-10 | mempolicy: unexport get_vma_policy() and remove its "task" arg | Oleg Nesterov |
2014-10-10 | mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem) | Oleg Nesterov |
2014-10-10 | mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race | Oleg Nesterov |
2014-10-10 | mempolicy: introduce __get_vma_policy(), export get_task_policy() | Oleg Nesterov |
2014-10-10 | mempolicy: remove the "task" arg of vma_policy_mof() and simplify it | Oleg Nesterov |
2014-10-10 | mempolicy: sanitize the usage of get_task_policy() | Oleg Nesterov |
2014-10-10 | mempolicy: change get_task_policy() to return default_policy rather than NULL | Oleg Nesterov |
2014-10-10 | mempolicy: change alloc_pages_vma() to use mpol_cond_put() | Oleg Nesterov |
2014-10-10 | mm: remove noisy remainder of the scan_unevictable interface | Johannes Weiner |
2014-10-10 | prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operation | Cyrill Gorcunov |
2014-10-10 | prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_file | Cyrill Gorcunov |
2014-10-10 | mm: use may_adjust_brk helper | Cyrill Gorcunov |
2014-10-10 | mm: introduce check_data_rlimit helper | Cyrill Gorcunov |
2014-10-10 | mm, compaction: pass gfp mask to compact_control | David Rientjes |
2014-10-10 | mm: rename allocflags_to_migratetype for clarity | David Rientjes |
2014-10-10 | mm, compaction: skip buddy pages by their order in the migrate scanner | Vlastimil Babka |
2014-10-10 | mm, compaction: remember position within pageblock in free pages scanner | Vlastimil Babka |
2014-10-10 | mm, compaction: skip rechecks when lock was already held | Vlastimil Babka |
2014-10-10 | mm, compaction: periodically drop lock and restore IRQs in scanners | Vlastimil Babka |
2014-10-10 | mm, compaction: khugepaged should not give up due to need_resched() | Vlastimil Babka |
2014-10-10 | mm, compaction: reduce zone checking frequency in the migration scanner | Vlastimil Babka |
2014-10-10 | mm, compaction: move pageblock checks up from isolate_migratepages_range() | Vlastimil Babka |
2014-10-10 | mm, compaction: do not recheck suitable_migration_target under lock | Vlastimil Babka |
2014-10-10 | mm, compaction: do not count compact_stall if all zones skipped compaction | Vlastimil Babka |
2014-10-10 | mm, compaction: defer each zone individually instead of preferred zone | Vlastimil Babka |
2014-10-10 | mm, THP: don't hold mmap_sem in khugepaged when allocating THP | Vlastimil Babka |
2014-10-10 | block_dev: implement readpages() to optimize sequential read | Akinobu Mita |