Age | Commit message (Expand) | Author |
2014-10-09 | mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem) | Oleg Nesterov |
2014-10-09 | mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race | Oleg Nesterov |
2014-10-09 | mempolicy: introduce __get_vma_policy(), export get_task_policy() | Oleg Nesterov |
2014-10-09 | mempolicy: remove the "task" arg of vma_policy_mof() and simplify it | Oleg Nesterov |
2014-10-09 | mempolicy: sanitize the usage of get_task_policy() | Oleg Nesterov |
2014-10-09 | mempolicy: change get_task_policy() to return default_policy rather than NULL | Oleg Nesterov |
2014-10-09 | mempolicy: change alloc_pages_vma() to use mpol_cond_put() | Oleg Nesterov |
2014-10-09 | mm: remove noisy remainder of the scan_unevictable interface | Johannes Weiner |
2014-10-09 | prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operation | Cyrill Gorcunov |
2014-10-09 | prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_file | Cyrill Gorcunov |
2014-10-09 | mm: use may_adjust_brk helper | Cyrill Gorcunov |
2014-10-09 | mm: introduce check_data_rlimit helper | Cyrill Gorcunov |
2014-10-09 | mm, compaction: pass gfp mask to compact_control | David Rientjes |
2014-10-09 | mm: rename allocflags_to_migratetype for clarity | David Rientjes |
2014-10-09 | mm, compaction: skip buddy pages by their order in the migrate scanner | Vlastimil Babka |
2014-10-09 | mm, compaction: remember position within pageblock in free pages scanner | Vlastimil Babka |
2014-10-09 | mm, compaction: skip rechecks when lock was already held | Vlastimil Babka |
2014-10-09 | mm, compaction: periodically drop lock and restore IRQs in scanners | Vlastimil Babka |
2014-10-09 | mm, compaction: khugepaged should not give up due to need_resched() | Vlastimil Babka |
2014-10-09 | mm, compaction: reduce zone checking frequency in the migration scanner | Vlastimil Babka |
2014-10-09 | mm, compaction: move pageblock checks up from isolate_migratepages_range() | Vlastimil Babka |
2014-10-09 | mm, compaction: do not recheck suitable_migration_target under lock | Vlastimil Babka |
2014-10-09 | mm, compaction: do not count compact_stall if all zones skipped compaction | Vlastimil Babka |
2014-10-09 | mm, compaction: defer each zone individually instead of preferred zone | Vlastimil Babka |
2014-10-09 | mm, THP: don't hold mmap_sem in khugepaged when allocating THP | Vlastimil Babka |
2014-10-09 | block_dev: implement readpages() to optimize sequential read | Akinobu Mita |
2014-10-09 | vfs: guard end of device for mpage interface | Akinobu Mita |
2014-10-09 | vfs: make guard_bh_eod() more generic | Akinobu Mita |
2014-10-09 | mm: page_alloc: determine migratetype only once | Vlastimil Babka |
2014-10-09 | ARM: mm: don't limit default CMA region only to low memory | Marek Szyprowski |
2014-10-09 | mm: cma: adjust address limit to avoid hitting low/high memory boundary | Marek Szyprowski |
2014-10-09 | arm64: add atomic pool for non-coherent and CMA allocations | Laura Abbott |
2014-10-09 | arm: use genalloc for the atomic pool | Laura Abbott |
2014-10-09 | common: dma-mapping: introduce common remapping functions | Laura Abbott |
2014-10-09 | lib/genalloc.c: add genpool range check function | Laura Abbott |
2014-10-09 | lib/genalloc.c: add power aligned algorithm | Laura Abbott |
2014-10-09 | mm: remove misleading ARCH_USES_NUMA_PROT_NONE | Mel Gorman |
2014-10-09 | memory-hotplug: add sysfs valid_zones attribute | Zhang Zhen |
2014-10-09 | mm/mmap.c: whitespace fixes | vishnu.ps |
2014-10-09 | mm/slab: use percpu allocator for cpu cache | Joonsoo Kim |
2014-10-09 | mm/slab: support slab merge | Joonsoo Kim |
2014-10-09 | mm/slab_common: commonize slab merge logic | Joonsoo Kim |
2014-10-09 | slab: fix for_each_kmem_cache_node() | Mikulas Patocka |
2014-10-09 | kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality o... | Nishanth Aravamudan |
2014-10-09 | slub: fall back to node_to_mem_node() node if allocating on memoryless node | Joonsoo Kim |
2014-10-09 | topology: add support for node_to_mem_node() to determine the fallback node | Joonsoo Kim |
2014-10-09 | slub: disable tracing and failslab for merged slabs | Christoph Lameter |
2014-10-09 | mm/slab: factor out unlikely part of cache_free_alien() | Joonsoo Kim |
2014-10-09 | mm/slab: noinline __ac_put_obj() | Joonsoo Kim |
2014-10-09 | mm/slab: move cache_flusharray() out of unlikely.text section | Joonsoo Kim |