summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-12-11memcg: remove activate_kmem_mutexVladimir Davydov1-19/+5
2014-12-11mm: memcontrol: clarify migration where old page is unchargedJohannes Weiner1-1/+6
2014-12-11mm: memcontrol: update mem_cgroup_page_lruvec() documentationJohannes Weiner1-8/+8
2014-12-11memcg: simplify unreclaimable groups handling in soft limit reclaimVladimir Davydov1-22/+4
2014-12-11mm, compaction: more focused lru and pcplists drainingVlastimil Babka2-5/+42
2014-12-11mm, compaction: always update cached scanner positionsVlastimil Babka2-25/+23
2014-12-11mm, compaction: defer only on COMPACT_COMPLETEVlastimil Babka1-1/+1
2014-12-11mm, compaction: simplify deferred compactionVlastimil Babka2-15/+2
2014-12-11mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka4-27/+36
2014-12-11mm: vmscan: count only dirty pages as congestedJamie Liu1-1/+2
2014-12-11mm: verify compound order when freeing a pageYu Zhao1-0/+3
2014-12-11mm, memory_hotplug/failure: drain single zone pcplistsVlastimil Babka2-4/+4
2014-12-11mm, cma: drain single zone pcplistsVlastimil Babka1-1/+1
2014-12-11mm, page_isolation: drain single zone pcplistsVlastimil Babka1-1/+1
2014-12-11mm: introduce single zone pcplists drainVlastimil Babka4-30/+61
2014-12-11mm/vmscan.c: replace printk with pr_errPintu Kumar1-2/+1
2014-12-11mm/vmalloc.c: replace printk with pr_warnPintu Kumar1-2/+1
2014-12-11mm/page_alloc.c: convert boot printks without log level to pr_infoAnton Blanchard1-11/+11
2014-12-11mm: memcontrol: remove synchronous stock draining codeJohannes Weiner1-40/+6
2014-12-11mm: memcontrol: continue cache reclaim from offlined groupsJohannes Weiner1-217/+1
2014-12-11mm: memcontrol: remove obsolete kmemcg pinning tricksJohannes Weiner2-92/+5
2014-12-11mm: memcontrol: take a css reference for each charged pageJohannes Weiner1-4/+17
2014-12-11mm: memcontrol: convert reclaim iterator to simple css refcountingJohannes Weiner1-174/+84
2014-12-11mm: hugetlb_cgroup: convert to lockless page countersJohannes Weiner1-45/+58
2014-12-11mm: memcontrol: lockless page countersJohannes Weiner3-338/+503
2014-12-11slab: replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar1-3/+3
2014-12-11slab: improve checking for invalid gfp_flagsAndrew Morton2-2/+8
2014-12-11mm: slub: fix format mismatches in slab_err() callersAndrey Ryabinin1-3/+3
2014-12-11mm/slab: reverse iteration on find_mergeable()Joonsoo Kim1-1/+1
2014-12-11slab: print slabinfo header in seq showVladimir Davydov3-16/+8
2014-12-11mm: slab/slub: coding style: whitespaces and tabs mixtureLQYMGT2-10/+10
2014-12-11mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim1-1/+13
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-640/+422
2014-12-11Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2014-12-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-22/+8
2014-12-09Merge branch 'iov_iter' into for-nextAl Viro19-856/+762
2014-12-09copy_from_iter_nocache()Al Viro1-0/+21
2014-12-09new helper: iov_iter_kvec()Al Viro1-0/+13
2014-12-09csum_and_copy_..._iter()Al Viro1-0/+89
2014-12-09iov_iter.c: handle ITER_KVEC directlyAl Viro1-13/+69
2014-12-03slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras1-1/+1
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest2-5/+11
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2014-12-03mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton1-3/+5
2014-12-03mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang1-1/+3
2014-11-28iov_iter.c: convert copy_to_iter() to iterate_and_advanceAl Viro1-82/+9
2014-11-28iov_iter.c: convert copy_from_iter() to iterate_and_advanceAl Viro1-91/+15
2014-11-28iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()Al Viro1-36/+24
2014-11-28iov_iter.c: convert iov_iter_zero() to iterate_and_advanceAl Viro1-86/+12