summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/mempolicy.c: convert to pr_foo()Andrew Morton2014-01-291-2/+2
* mm: numa: initialise numa balancing after jump label initialisationMel Gorman2014-01-291-6/+11
* mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-01-293-25/+5
* mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memoryJohannes Weiner2014-01-291-31/+24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-282-56/+43
|\
| * Fix race when checking i_size on direct i/o readSteven Whitehouse2014-01-261-22/+20
| * fs: remove generic_aclChristoph Hellwig2014-01-261-34/+23
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-274-19/+11
|\ \
| * | mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li2014-01-271-2/+0
| * | mm: bring back /sys/kernel/mmHugh Dickins2014-01-271-1/+1
| * | Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc2014-01-271-10/+10
| * | memblock: don't silently align size in memblock_virt_alloc()Yinghai Lu2014-01-271-6/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-271-3/+2
|\ \ \
| * | | mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONEAneesh Kumar K.V2013-12-091-3/+2
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-01-271-9/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | powerpc/thp: Fix crash on mremapAneesh Kumar K.V2014-01-151-9/+5
* | | | mm: ignore VM_SOFTDIRTY on VMA mergingCyrill Gorcunov2014-01-231-2/+10
* | | | mm/rmap: fix coccinelle warningsFengguang Wu2014-01-231-2/+2
* | | | mm/swapfile.c: do not skip lowest_bit in scan_swap_map() scan loopJamie Liu2014-01-231-1/+2
* | | | memcg: remove unused code from kmem_cache_destroy_work_funcVladimir Davydov2014-01-231-4/+2
* | | | mm: improve documentation of page_orderMel Gorman2014-01-232-4/+9
* | | | memcg: fix css reference leak and endless loop in mem_cgroup_iterMichal Hocko2014-01-231-5/+13
* | | | memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko2014-01-231-3/+14
* | | | mm, oom: prefer thread group leaders for display purposesDavid Rientjes2014-01-232-11/+20
* | | | mm/memcg: iteration skip memcgs not yet fully initializedHugh Dickins2014-01-231-4/+2
* | | | mm/memcg: fix last_dead_count memory wastageHugh Dickins2014-01-231-1/+1
* | | | mm: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-01-234-7/+6
* | | | mm/mm_init.c: make creation of the mm_kobj happen earlier than device_initcallPaul Gortmaker2014-01-231-2/+1
* | | | mm: show message when updating min_free_kbytes in thpHan Pingtian2014-01-233-2/+9
* | | | mm/memory_hotplug.c: move register_memory_resource out of the lock_memory_hot...Nathan Zimmer2014-01-231-3/+4
* | | | mm/nobootmem: free_all_bootmem againPhilipp Hachtmann2014-01-232-26/+16
* | | | mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemaskVladimir Davydov2014-01-231-9/+10
* | | | mm: vmscan: shrink all slab objects if tight on memoryVladimir Davydov2014-01-231-4/+21
* | | | sched/numa: fix setting of cpupid on page migration twiceWanpeng Li2014-01-231-2/+0
* | | | mm: do_mincore() cleanupJianguo Wu2014-01-231-7/+0
* | | | mm: prevent setting of a value less than 0 to min_free_kbytesHan Pingtian2014-01-231-1/+6
* | | | mm: new_vma_page() cannot see NULL vma for hugetlb pagesMichal Hocko2014-01-231-4/+2
* | | | mm/memory-failure.c: shift page lock from head page to tail page after thp splitNaoya Horiguchi2014-01-231-10/+11
* | | | numa: add a sysctl for numa_balancingAndi Kleen2014-01-231-1/+1
* | | | mm: free memblock.memory in free_all_bootmemPhilipp Hachtmann2014-01-232-1/+25
* | | | mm/nobootmem.c: add return value check in __alloc_memory_core_early()Philipp Hachtmann2014-01-231-1/+3
* | | | memcg: rework memcg_update_kmem_limit synchronizationVladimir Davydov2014-01-231-91/+105
* | | | memcg: remove KMEM_ACCOUNTED_ACTIVATED flagVladimir Davydov2014-01-231-27/+2
* | | | memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov2014-01-232-8/+23
* | | | slab: do not panic if we fail to create memcg cacheVladimir Davydov2014-01-231-1/+8
* | | | memcg: get rid of kmem_cache_dup()Vladimir Davydov2014-01-231-31/+8
* | | | memcg, slab: fix races in per-memcg cache creation/destructionVladimir Davydov2014-01-232-10/+27
* | | | memcg: fix possible NULL deref while traversing memcg_slab_caches listVladimir Davydov2014-01-231-7/+18
* | | | memcg, slab: fix barrier usage when accessing memcg_cachesVladimir Davydov2014-01-232-15/+21
* | | | memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov2014-01-232-36/+33
OpenPOWER on IntegriCloud