aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-28/+26
2014-01-29memblock: add limit checking to memblock_virt_allocYinghai Lu1-0/+3
2014-01-29mm/readahead.c: fix do_readahead() for no readpage(s)Mark Rutland1-10/+5
2014-01-29mm/slub.c: do not VM_BUG_ON_PAGE() for temporary on-stack pagesDave Hansen1-6/+6
2014-01-29slab: fix wrong retval on kmem_cache_create_memcg error pathDave Jones1-8/+11
2014-01-29mm/mempolicy.c: convert to pr_foo()Andrew Morton1-2/+2
2014-01-29mm: numa: initialise numa balancing after jump label initialisationMel Gorman1-6/+11
2014-01-29mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner3-25/+5
2014-01-29mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memoryJohannes Weiner1-31/+24
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-56/+43
2014-01-27Merge branch 'akpm' (incoming from Andrew)Linus Torvalds4-19/+11
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-3/+2
2014-01-27Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-9/+5
2014-01-27mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li1-2/+0
2014-01-27mm: bring back /sys/kernel/mmHugh Dickins1-1/+1
2014-01-27Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc1-10/+10
2014-01-27memblock: don't silently align size in memblock_virt_alloc()Yinghai Lu1-6/+0
2014-01-26Fix race when checking i_size on direct i/o readSteven Whitehouse1-22/+20
2014-01-26fs: remove generic_aclChristoph Hellwig1-34/+23
2014-01-23mm: ignore VM_SOFTDIRTY on VMA mergingCyrill Gorcunov1-2/+10
2014-01-23mm/rmap: fix coccinelle warningsFengguang Wu1-2/+2
2014-01-23mm/swapfile.c: do not skip lowest_bit in scan_swap_map() scan loopJamie Liu1-1/+2
2014-01-23memcg: remove unused code from kmem_cache_destroy_work_funcVladimir Davydov1-4/+2
2014-01-23mm: improve documentation of page_orderMel Gorman2-4/+9
2014-01-23memcg: fix css reference leak and endless loop in mem_cgroup_iterMichal Hocko1-5/+13
2014-01-23memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko1-3/+14
2014-01-23mm, oom: prefer thread group leaders for display purposesDavid Rientjes2-11/+20
2014-01-23mm/memcg: iteration skip memcgs not yet fully initializedHugh Dickins1-4/+2
2014-01-23mm/memcg: fix last_dead_count memory wastageHugh Dickins1-1/+1
2014-01-23mm: audit/fix non-modular users of module_init in core codePaul Gortmaker4-7/+6
2014-01-23mm/mm_init.c: make creation of the mm_kobj happen earlier than device_initcallPaul Gortmaker1-2/+1
2014-01-23mm: show message when updating min_free_kbytes in thpHan Pingtian3-2/+9
2014-01-23mm/memory_hotplug.c: move register_memory_resource out of the lock_memory_hotplugNathan Zimmer1-3/+4
2014-01-23mm/nobootmem: free_all_bootmem againPhilipp Hachtmann2-26/+16
2014-01-23mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemaskVladimir Davydov1-9/+10
2014-01-23mm: vmscan: shrink all slab objects if tight on memoryVladimir Davydov1-4/+21
2014-01-23sched/numa: fix setting of cpupid on page migration twiceWanpeng Li1-2/+0
2014-01-23mm: do_mincore() cleanupJianguo Wu1-7/+0
2014-01-23mm: prevent setting of a value less than 0 to min_free_kbytesHan Pingtian1-1/+6
2014-01-23mm: new_vma_page() cannot see NULL vma for hugetlb pagesMichal Hocko1-4/+2
2014-01-23mm/memory-failure.c: shift page lock from head page to tail page after thp splitNaoya Horiguchi1-10/+11
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen1-1/+1
2014-01-23mm: free memblock.memory in free_all_bootmemPhilipp Hachtmann2-1/+25
2014-01-23mm/nobootmem.c: add return value check in __alloc_memory_core_early()Philipp Hachtmann1-1/+3
2014-01-23memcg: rework memcg_update_kmem_limit synchronizationVladimir Davydov1-91/+105
2014-01-23memcg: remove KMEM_ACCOUNTED_ACTIVATED flagVladimir Davydov1-27/+2
2014-01-23memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov2-8/+23
2014-01-23slab: do not panic if we fail to create memcg cacheVladimir Davydov1-1/+8
2014-01-23memcg: get rid of kmem_cache_dup()Vladimir Davydov1-31/+8
2014-01-23memcg, slab: fix races in per-memcg cache creation/destructionVladimir Davydov2-10/+27