summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-10mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMASasha Levin
2014-10-10mm: introduce VM_BUG_ON_VMASasha Levin
2014-10-10mm: introduce dump_vmaSasha Levin
2014-10-10mm/slab.c: use __seq_open_private() instead of seq_open()Rob Jones
2014-10-10mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones
2014-10-10include/linux/migrate.h: remove migrate_page #defineAndrew Morton
2014-10-10mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov
2014-10-10mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov
2014-10-10mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() raceOleg Nesterov
2014-10-10mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov
2014-10-10mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov
2014-10-10mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov
2014-10-10mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov
2014-10-10mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov
2014-10-10mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner
2014-10-10prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operationCyrill Gorcunov
2014-10-10prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_fileCyrill Gorcunov
2014-10-10mm: use may_adjust_brk helperCyrill Gorcunov
2014-10-10mm: introduce check_data_rlimit helperCyrill Gorcunov
2014-10-10mm, compaction: pass gfp mask to compact_controlDavid Rientjes
2014-10-10mm: rename allocflags_to_migratetype for clarityDavid Rientjes
2014-10-10mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka
2014-10-10mm, compaction: remember position within pageblock in free pages scannerVlastimil Babka
2014-10-10mm, compaction: skip rechecks when lock was already heldVlastimil Babka
2014-10-10mm, compaction: periodically drop lock and restore IRQs in scannersVlastimil Babka
2014-10-10mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka
2014-10-10mm, compaction: reduce zone checking frequency in the migration scannerVlastimil Babka
2014-10-10mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka
2014-10-10mm, compaction: do not recheck suitable_migration_target under lockVlastimil Babka
2014-10-10mm, compaction: do not count compact_stall if all zones skipped compactionVlastimil Babka
2014-10-10mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka
2014-10-10mm, THP: don't hold mmap_sem in khugepaged when allocating THPVlastimil Babka
2014-10-10block_dev: implement readpages() to optimize sequential readAkinobu Mita
2014-10-10vfs: guard end of device for mpage interfaceAkinobu Mita
2014-10-10vfs: make guard_bh_eod() more genericAkinobu Mita
2014-10-10mm: page_alloc: determine migratetype only onceVlastimil Babka
2014-10-10ARM: mm: don't limit default CMA region only to low memoryMarek Szyprowski
2014-10-10mm: cma: adjust address limit to avoid hitting low/high memory boundaryMarek Szyprowski
2014-10-10arm64: add atomic pool for non-coherent and CMA allocationsLaura Abbott
2014-10-10arm: use genalloc for the atomic poolLaura Abbott
2014-10-10common: dma-mapping: introduce common remapping functionsLaura Abbott
2014-10-10lib/genalloc.c: add genpool range check functionLaura Abbott
2014-10-10lib/genalloc.c: add power aligned algorithmLaura Abbott
2014-10-10mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman
2014-10-10memory-hotplug: add sysfs valid_zones attributeZhang Zhen
2014-10-10mm/mmap.c: whitespace fixesvishnu.ps
2014-10-10mm/slab: use percpu allocator for cpu cacheJoonsoo Kim
2014-10-10mm/slab: support slab mergeJoonsoo Kim
2014-10-10mm/slab_common: commonize slab merge logicJoonsoo Kim
2014-10-10slab: fix for_each_kmem_cache_node()Mikulas Patocka