summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memcg: fix mutex not unlocked on memcg_create_kmem_cache fail pathVladimir Davydov2014-01-311-4/+3Star
* mm, oom: base root bonus on current usageDavid Rientjes2014-01-311-1/+1
* mm/slub.c: fix page->_count corruption (again)Dave Hansen2014-01-311-2/+17
* mm/mempolicy.c: fix mempolicy printing in numa_mapsDavid Rientjes2014-01-311-1/+1
* zsmalloc: add copyrightMinchan Kim2014-01-311-0/+1
* zsmalloc: move it under mmMinchan Kim2014-01-313-0/+1131
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-302-28/+26Star
|\
| * Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-3113-62/+236
| |\
| * | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-241-23/+21Star
| * | block: Abstract out bvec iteratorKent Overstreet2013-11-241-5/+5
* | | memblock: add limit checking to memblock_virt_allocYinghai Lu2014-01-301-0/+3
* | | mm/readahead.c: fix do_readahead() for no readpage(s)Mark Rutland2014-01-301-10/+5Star
* | | mm/slub.c: do not VM_BUG_ON_PAGE() for temporary on-stack pagesDave Hansen2014-01-301-6/+6
* | | slab: fix wrong retval on kmem_cache_create_memcg error pathDave Jones2014-01-301-8/+11
* | | mm/mempolicy.c: convert to pr_foo()Andrew Morton2014-01-301-2/+2
* | | mm: numa: initialise numa balancing after jump label initialisationMel Gorman2014-01-301-6/+11
* | | mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-01-303-25/+5Star
* | | mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memoryJohannes Weiner2014-01-301-31/+24Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-282-56/+43Star
|\ \ \
| * | | Fix race when checking i_size on direct i/o readSteven Whitehouse2014-01-261-22/+20Star
| * | | fs: remove generic_aclChristoph Hellwig2014-01-261-34/+23Star
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-284-19/+11Star
|\ \ \ \
| * | | | mm/migrate.c: fix setting of cpupid on page migration twice against normal pageWanpeng Li2014-01-281-2/+0Star
| * | | | mm: bring back /sys/kernel/mmHugh Dickins2014-01-281-1/+1
| * | | | Revert "mm/vmalloc: interchage the implementation of vmalloc_to_{pfn,page}"malc2014-01-281-10/+10
| * | | | memblock: don't silently align size in memblock_virt_alloc()Yinghai Lu2014-01-281-6/+0Star
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-281-3/+2Star
|\ \ \ \ \
| * | | | | mm: Move change_prot_numa outside CONFIG_ARCH_USES_NUMA_PROT_NONEAneesh Kumar K.V2013-12-091-3/+2Star
| | |_|/ / | |/| | |
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2014-01-281-9/+5Star
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | powerpc/thp: Fix crash on mremapAneesh Kumar K.V2014-01-151-9/+5Star
* | | | | mm: ignore VM_SOFTDIRTY on VMA mergingCyrill Gorcunov2014-01-241-2/+10
* | | | | mm/rmap: fix coccinelle warningsFengguang Wu2014-01-241-2/+2
* | | | | mm/swapfile.c: do not skip lowest_bit in scan_swap_map() scan loopJamie Liu2014-01-241-1/+2
* | | | | memcg: remove unused code from kmem_cache_destroy_work_funcVladimir Davydov2014-01-241-4/+2Star
* | | | | mm: improve documentation of page_orderMel Gorman2014-01-242-4/+9
* | | | | memcg: fix css reference leak and endless loop in mem_cgroup_iterMichal Hocko2014-01-241-5/+13
* | | | | memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko2014-01-241-3/+14
* | | | | mm, oom: prefer thread group leaders for display purposesDavid Rientjes2014-01-242-11/+20
* | | | | mm/memcg: iteration skip memcgs not yet fully initializedHugh Dickins2014-01-241-4/+2Star
* | | | | mm/memcg: fix last_dead_count memory wastageHugh Dickins2014-01-241-1/+1
* | | | | mm: audit/fix non-modular users of module_init in core codePaul Gortmaker2014-01-244-7/+6Star
* | | | | mm/mm_init.c: make creation of the mm_kobj happen earlier than device_initcallPaul Gortmaker2014-01-241-2/+1Star
* | | | | mm: show message when updating min_free_kbytes in thpHan Pingtian2014-01-243-2/+9
* | | | | mm/memory_hotplug.c: move register_memory_resource out of the lock_memory_hot...Nathan Zimmer2014-01-241-3/+4
* | | | | mm/nobootmem: free_all_bootmem againPhilipp Hachtmann2014-01-242-26/+16Star
* | | | | mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemaskVladimir Davydov2014-01-241-9/+10
* | | | | mm: vmscan: shrink all slab objects if tight on memoryVladimir Davydov2014-01-241-4/+21
* | | | | sched/numa: fix setting of cpupid on page migration twiceWanpeng Li2014-01-241-2/+0Star
* | | | | mm: do_mincore() cleanupJianguo Wu2014-01-241-7/+0Star
* | | | | mm: prevent setting of a value less than 0 to min_free_kbytesHan Pingtian2014-01-241-1/+6