aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-09prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_fileCyrill Gorcunov
2014-10-09mm: use may_adjust_brk helperCyrill Gorcunov
2014-10-09mm: introduce check_data_rlimit helperCyrill Gorcunov
2014-10-09mm, compaction: pass gfp mask to compact_controlDavid Rientjes
2014-10-09mm: rename allocflags_to_migratetype for clarityDavid Rientjes
2014-10-09mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka
2014-10-09mm, compaction: remember position within pageblock in free pages scannerVlastimil Babka
2014-10-09mm, compaction: skip rechecks when lock was already heldVlastimil Babka
2014-10-09mm, compaction: periodically drop lock and restore IRQs in scannersVlastimil Babka
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka
2014-10-09mm, compaction: reduce zone checking frequency in the migration scannerVlastimil Babka
2014-10-09mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka
2014-10-09mm, compaction: do not recheck suitable_migration_target under lockVlastimil Babka
2014-10-09mm, compaction: do not count compact_stall if all zones skipped compactionVlastimil Babka
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka
2014-10-09mm, THP: don't hold mmap_sem in khugepaged when allocating THPVlastimil Babka
2014-10-09block_dev: implement readpages() to optimize sequential readAkinobu Mita
2014-10-09vfs: guard end of device for mpage interfaceAkinobu Mita
2014-10-09vfs: make guard_bh_eod() more genericAkinobu Mita
2014-10-09mm: page_alloc: determine migratetype only onceVlastimil Babka
2014-10-09ARM: mm: don't limit default CMA region only to low memoryMarek Szyprowski
2014-10-09mm: cma: adjust address limit to avoid hitting low/high memory boundaryMarek Szyprowski
2014-10-09arm64: add atomic pool for non-coherent and CMA allocationsLaura Abbott
2014-10-09arm: use genalloc for the atomic poolLaura Abbott
2014-10-09common: dma-mapping: introduce common remapping functionsLaura Abbott
2014-10-09lib/genalloc.c: add genpool range check functionLaura Abbott
2014-10-09lib/genalloc.c: add power aligned algorithmLaura Abbott
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman
2014-10-09memory-hotplug: add sysfs valid_zones attributeZhang Zhen
2014-10-09mm/mmap.c: whitespace fixesvishnu.ps
2014-10-09mm/slab: use percpu allocator for cpu cacheJoonsoo Kim
2014-10-09mm/slab: support slab mergeJoonsoo Kim
2014-10-09mm/slab_common: commonize slab merge logicJoonsoo Kim
2014-10-09slab: fix for_each_kmem_cache_node()Mikulas Patocka
2014-10-09kernel/kthread.c: partial revert of 81c98869faa5 ("kthread: ensure locality o...Nishanth Aravamudan
2014-10-09slub: fall back to node_to_mem_node() node if allocating on memoryless nodeJoonsoo Kim
2014-10-09topology: add support for node_to_mem_node() to determine the fallback nodeJoonsoo Kim
2014-10-09slub: disable tracing and failslab for merged slabsChristoph Lameter
2014-10-09mm/slab: factor out unlikely part of cache_free_alien()Joonsoo Kim
2014-10-09mm/slab: noinline __ac_put_obj()Joonsoo Kim
2014-10-09mm/slab: move cache_flusharray() out of unlikely.text sectionJoonsoo Kim
2014-10-09mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim
2014-10-09mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim
2014-10-09mm/slab_common.c: suppress warningAndrew Morton
2014-10-09fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He
2014-10-09proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov
2014-10-09proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov
2014-10-09fs/proc/task_nommu.c: don't use priv->task->mmOleg Nesterov
2014-10-09fs/proc/task_nommu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov
2014-10-09fs/proc/task_nommu.c: change maps_open() to use __seq_open_private()Oleg Nesterov