aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09mm/slab.c: use __seq_open_private() instead of seq_open()Rob Jones1-13/+9
2014-10-09mm/vmalloc.c: use seq_open_private() instead of seq_open()Rob Jones1-15/+5
2014-10-09include/linux/migrate.h: remove migrate_page #defineAndrew Morton2-0/+4
2014-10-09mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov1-11/+8
2014-10-09mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)Oleg Nesterov1-14/+1
2014-10-09mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov1-18/+26
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov1-14/+11
2014-10-09mempolicy: sanitize the usage of get_task_policy()Oleg Nesterov1-11/+14
2014-10-09mempolicy: change get_task_policy() to return default_policy rather than NULLOleg Nesterov1-18/+13
2014-10-09mempolicy: change alloc_pages_vma() to use mpol_cond_put()Oleg Nesterov1-2/+1
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner1-63/+0
2014-10-09mm: use may_adjust_brk helperCyrill Gorcunov1-4/+3
2014-10-09mm, compaction: pass gfp mask to compact_controlDavid Rientjes2-6/+8
2014-10-09mm: rename allocflags_to_migratetype for clarityDavid Rientjes2-4/+4
2014-10-09mm, compaction: skip buddy pages by their order in the migrate scannerVlastimil Babka2-6/+46
2014-10-09mm, compaction: remember position within pageblock in free pages scannerVlastimil Babka1-9/+30
2014-10-09mm, compaction: skip rechecks when lock was already heldVlastimil Babka1-22/+31
2014-10-09mm, compaction: periodically drop lock and restore IRQs in scannersVlastimil Babka1-47/+72
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka3-25/+111
2014-10-09mm, compaction: reduce zone checking frequency in the migration scannerVlastimil Babka1-34/+57
2014-10-09mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka3-112/+149
2014-10-09mm, compaction: do not recheck suitable_migration_target under lockVlastimil Babka1-13/+0
2014-10-09mm, compaction: do not count compact_stall if all zones skipped compactionVlastimil Babka1-35/+41
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka3-37/+66
2014-10-09mm, THP: don't hold mmap_sem in khugepaged when allocating THPVlastimil Babka1-13/+7
2014-10-09mm: page_alloc: determine migratetype only onceVlastimil Babka1-4/+3
2014-10-09mm: cma: adjust address limit to avoid hitting low/high memory boundaryMarek Szyprowski1-0/+21
2014-10-09memory-hotplug: add sysfs valid_zones attributeZhang Zhen1-1/+1
2014-10-09mm/mmap.c: whitespace fixesvishnu.ps1-18/+19
2014-10-09mm/slab: use percpu allocator for cpu cacheJoonsoo Kim2-165/+75
2014-10-09mm/slab: support slab mergeJoonsoo Kim2-1/+27
2014-10-09mm/slab_common: commonize slab merge logicJoonsoo Kim3-89/+108
2014-10-09slab: fix for_each_kmem_cache_node()Mikulas Patocka1-2/+2
2014-10-09slub: fall back to node_to_mem_node() node if allocating on memoryless nodeJoonsoo Kim1-6/+18
2014-10-09topology: add support for node_to_mem_node() to determine the fallback nodeJoonsoo Kim1-0/+1
2014-10-09slub: disable tracing and failslab for merged slabsChristoph Lameter1-0/+11
2014-10-09mm/slab: factor out unlikely part of cache_free_alien()Joonsoo Kim1-17/+21
2014-10-09mm/slab: noinline __ac_put_obj()Joonsoo Kim1-2/+2
2014-10-09mm/slab: move cache_flusharray() out of unlikely.text sectionJoonsoo Kim1-1/+1
2014-10-09mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim2-20/+0
2014-10-09mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim3-0/+45
2014-10-09mm/slab_common.c: suppress warningAndrew Morton1-1/+3
2014-10-09proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov1-15/+8
2014-10-09Add copy_to_iter(), copy_from_iter() and iov_iter_zero()Matthew Wilcox1-14/+226
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-6/+15
2014-10-08percpu: fix how @gfp is interpreted by the percpu allocatorTejun Heo1-1/+1
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-3/+12
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linuxLinus Torvalds1-2/+5
2014-10-02Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2-9/+34