summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-12-10mm, compaction: defer only on COMPACT_COMPLETEVlastimil Babka
2014-12-10mm, compaction: simplify deferred compactionVlastimil Babka
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka
2014-12-10mm: vmscan: count only dirty pages as congestedJamie Liu
2014-12-10mm: verify compound order when freeing a pageYu Zhao
2014-12-10mm, memory_hotplug/failure: drain single zone pcplistsVlastimil Babka
2014-12-10mm, cma: drain single zone pcplistsVlastimil Babka
2014-12-10mm, page_isolation: drain single zone pcplistsVlastimil Babka
2014-12-10mm: introduce single zone pcplists drainVlastimil Babka
2014-12-10mm/vmscan.c: replace printk with pr_errPintu Kumar
2014-12-10mm/vmalloc.c: replace printk with pr_warnPintu Kumar
2014-12-10mm/page_alloc.c: convert boot printks without log level to pr_infoAnton Blanchard
2014-12-10mm: memcontrol: remove synchronous stock draining codeJohannes Weiner
2014-12-10mm: memcontrol: continue cache reclaim from offlined groupsJohannes Weiner
2014-12-10mm: memcontrol: remove obsolete kmemcg pinning tricksJohannes Weiner
2014-12-10mm: memcontrol: take a css reference for each charged pageJohannes Weiner
2014-12-10mm: memcontrol: convert reclaim iterator to simple css refcountingJohannes Weiner
2014-12-10mm: hugetlb_cgroup: convert to lockless page countersJohannes Weiner
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner
2014-12-10slab: replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar
2014-12-10slab: improve checking for invalid gfp_flagsAndrew Morton
2014-12-10mm: slub: fix format mismatches in slab_err() callersAndrey Ryabinin
2014-12-10mm/slab: reverse iteration on find_mergeable()Joonsoo Kim
2014-12-10slab: print slabinfo header in seq showVladimir Davydov
2014-12-10mm: slab/slub: coding style: whitespaces and tabs mixtureLQYMGT
2014-12-10mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-10Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-12-08copy_from_iter_nocache()Al Viro
2014-12-08new helper: iov_iter_kvec()Al Viro
2014-12-08csum_and_copy_..._iter()Al Viro
2014-12-08iov_iter.c: handle ITER_KVEC directlyAl Viro
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie
2014-12-03slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins
2014-12-02mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton
2014-12-02mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie
2014-11-27iov_iter.c: convert copy_to_iter() to iterate_and_advanceAl Viro
2014-11-27iov_iter.c: convert copy_from_iter() to iterate_and_advanceAl Viro
2014-11-27iov_iter.c: get rid of bvec_copy_page_{to,from}_iter()Al Viro
2014-11-27iov_iter.c: convert iov_iter_zero() to iterate_and_advanceAl Viro
2014-11-27iov_iter.c: convert iov_iter_get_pages_alloc() to iterate_all_kindsAl Viro
2014-11-27iov_iter.c: convert iov_iter_get_pages() to iterate_all_kindsAl Viro
2014-11-27iov_iter.c: convert iov_iter_npages() to iterate_all_kindsAl Viro
2014-11-27iov_iter.c: iterate_and_advanceAl Viro