Age | Commit message (Expand) | Author | Files | Lines |
2014-12-10 | mm, compaction: more focused lru and pcplists draining | Vlastimil Babka | 2 | -5/+42 |
2014-12-10 | mm, compaction: always update cached scanner positions | Vlastimil Babka | 2 | -25/+23 |
2014-12-10 | mm, compaction: defer only on COMPACT_COMPLETE | Vlastimil Babka | 1 | -1/+1 |
2014-12-10 | mm, compaction: simplify deferred compaction | Vlastimil Babka | 2 | -15/+2 |
2014-12-10 | mm, compaction: pass classzone_idx and alloc_flags to watermark checking | Vlastimil Babka | 4 | -27/+36 |
2014-12-10 | mm: vmscan: count only dirty pages as congested | Jamie Liu | 1 | -1/+2 |
2014-12-10 | mm: verify compound order when freeing a page | Yu Zhao | 1 | -0/+3 |
2014-12-10 | mm, memory_hotplug/failure: drain single zone pcplists | Vlastimil Babka | 2 | -4/+4 |
2014-12-10 | mm, cma: drain single zone pcplists | Vlastimil Babka | 1 | -1/+1 |
2014-12-10 | mm, page_isolation: drain single zone pcplists | Vlastimil Babka | 1 | -1/+1 |
2014-12-10 | mm: introduce single zone pcplists drain | Vlastimil Babka | 4 | -30/+61 |
2014-12-10 | mm/vmscan.c: replace printk with pr_err | Pintu Kumar | 1 | -2/+1 |
2014-12-10 | mm/vmalloc.c: replace printk with pr_warn | Pintu Kumar | 1 | -2/+1 |
2014-12-10 | mm/page_alloc.c: convert boot printks without log level to pr_info | Anton Blanchard | 1 | -11/+11 |
2014-12-10 | mm: memcontrol: remove synchronous stock draining code | Johannes Weiner | 1 | -40/+6 |
2014-12-10 | mm: memcontrol: continue cache reclaim from offlined groups | Johannes Weiner | 1 | -217/+1 |
2014-12-10 | mm: memcontrol: remove obsolete kmemcg pinning tricks | Johannes Weiner | 2 | -92/+5 |
2014-12-10 | mm: memcontrol: take a css reference for each charged page | Johannes Weiner | 1 | -4/+17 |
2014-12-10 | mm: memcontrol: convert reclaim iterator to simple css refcounting | Johannes Weiner | 1 | -174/+84 |
2014-12-10 | mm: hugetlb_cgroup: convert to lockless page counters | Johannes Weiner | 1 | -45/+58 |
2014-12-10 | mm: memcontrol: lockless page counters | Johannes Weiner | 3 | -338/+503 |
2014-12-10 | slab: replace smp_read_barrier_depends() with lockless_dereference() | Pranith Kumar | 1 | -3/+3 |
2014-12-10 | slab: improve checking for invalid gfp_flags | Andrew Morton | 2 | -2/+8 |
2014-12-10 | mm: slub: fix format mismatches in slab_err() callers | Andrey Ryabinin | 1 | -3/+3 |
2014-12-10 | mm/slab: reverse iteration on find_mergeable() | Joonsoo Kim | 1 | -1/+1 |
2014-12-10 | slab: print slabinfo header in seq show | Vladimir Davydov | 3 | -16/+8 |
2014-12-10 | mm: slab/slub: coding style: whitespaces and tabs mixture | LQYMGT | 2 | -10/+10 |
2014-12-10 | mm/CMA: fix boot regression due to physical address of high_memory | Joonsoo Kim | 1 | -1/+13 |
2014-12-10 | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+2 |
2014-12-09 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -22/+8 |
2014-12-03 | slab: fix nodeid bounds check for non-contiguous node IDs | Paul Mackerras | 1 | -1/+1 |
2014-12-03 | mm: fix anon_vma_clone() error treatment | Daniel Forrest | 2 | -5/+11 |
2014-12-03 | mm: fix swapoff hang after page migration and fork | Hugh Dickins | 1 | -13/+13 |
2014-12-02 | mm/vmpressure.c: fix race in vmpressure_work_fn() | Andrew Morton | 1 | -3/+5 |
2014-12-02 | mm: frontswap: invalidate expired data on a dup-store failure | Weijie Yang | 1 | -1/+3 |
2014-11-18 | x86, mpx: Cleanup unused bound tables | Dave Hansen | 1 | -0/+2 |
2014-11-17 | mmu_gather: move minimal range calculations into generic code | Will Deacon | 1 | -22/+8 |
2014-11-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2014-11-13 | mem-hotplug: reset node present pages when hot-adding a new pgdat | Tang Chen | 1 | -0/+17 |
2014-11-13 | mem-hotplug: reset node managed pages when hot-adding a new pgdat | Tang Chen | 3 | -7/+19 |
2014-11-13 | mm/debug-pagealloc: correct freepage accounting and order resetting | Joonsoo Kim | 1 | -3/+5 |
2014-11-13 | mm, compaction: prevent infinite loop in compact_zone | Vlastimil Babka | 1 | -2/+6 |
2014-11-13 | mm: alloc_contig_range: demote pages busy message from warn to info | Michal Nazarewicz | 1 | -3/+2 |
2014-11-13 | mm/slab: fix unalignment problem on Malta with EVA due to slab merge | Joonsoo Kim | 1 | -0/+4 |
2014-11-13 | mm/page_alloc: restrict max order of merging on isolated pageblock | Joonsoo Kim | 3 | -29/+78 |
2014-11-13 | mm/page_alloc: move freepage counting logic to __free_one_page() | Joonsoo Kim | 1 | -11/+3 |
2014-11-13 | mm/page_alloc: add freepage on isolate pageblock to correct buddy list | Joonsoo Kim | 1 | -5/+8 |
2014-11-13 | mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype | Joonsoo Kim | 2 | -2/+11 |
2014-11-13 | mm/compaction: skip the range until proper target pageblock is met | Joonsoo Kim | 1 | -0/+10 |
2014-11-13 | Fix thinko in iov_iter_single_seg_count | Paul Mackerras | 1 | -2/+2 |