Age | Commit message (Expand) | Author | Files | Lines |
2016-03-18 | mm: workingset: make shadow node shrinker memcg aware | Vladimir Davydov | 1 | -0/+10 |
2016-03-18 | mm: memcontrol: zap memcg_kmem_online helper | Vladimir Davydov | 1 | -10/+0 |
2016-03-18 | include/linux/page-flags.h: force inlining of selected page flag modifications | Denys Vlasenko | 1 | -15/+15 |
2016-03-18 | bufferhead: force inlining of buffer head flag operations | Denys Vlasenko | 1 | -5/+5 |
2016-03-18 | mm, compaction: introduce kcompactd | Vlastimil Babka | 3 | -0/+23 |
2016-03-18 | /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages | Naoya Horiguchi | 1 | -0/+2 |
2016-03-18 | mm: memcontrol: report kernel stack usage in cgroup2 memory.stat | Vladimir Davydov | 1 | -1/+2 |
2016-03-18 | mm: memcontrol: report slab usage in cgroup2 memory.stat | Vladimir Davydov | 1 | -0/+21 |
2016-03-17 | Merge tag 'fbdev-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/... | Linus Torvalds | 1 | -3/+0 |
2016-03-17 | Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -1/+31 |
2016-03-17 | Merge tag 'dm-4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -3/+12 |
2016-03-17 | Merge branch 'stable/for-linus-4.6' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2016-03-17 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -23/+212 |
2016-03-17 | Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -42/+64 |
2016-03-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 20 | -105/+204 |
2016-03-16 | Merge tag 'leds_for_4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a... | Linus Torvalds | 1 | -2/+6 |
2016-03-16 | Merge tag 'rtc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2 | -3/+4 |
2016-03-16 | Merge tag 'hwmon-for-linus-v4.6' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2016-03-16 | Merge tag 'regulator-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 4 | -2/+36 |
2016-03-16 | Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 1 | -49/+58 |
2016-03-16 | Merge tag 'spi-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2 | -0/+146 |
2016-03-16 | autofs4: fix string.h include in auto_dev-ioctl.h | Ian Kent | 1 | -5/+0 |
2016-03-16 | autofs4: coding style fixes | Ian Kent | 2 | -8/+3 |
2016-03-16 | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim | 3 | -6/+5 |
2016-03-16 | mm: remove unnecessary uses of lock_page_memcg() | Johannes Weiner | 1 | -5/+7 |
2016-03-16 | mm: simplify lock_page_memcg() | Johannes Weiner | 3 | -23/+20 |
2016-03-16 | mm: migrate: do not touch page->mem_cgroup of live pages | Johannes Weiner | 2 | -11/+2 |
2016-03-16 | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner | 2 | -13/+56 |
2016-03-16 | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner | 1 | -5/+11 |
2016-03-16 | memory-hotplug: add automatic onlining policy for the newly added memory | Vitaly Kuznetsov | 2 | -1/+6 |
2016-03-16 | mm/page_poisoning.c: allow for zero poisoning | Laura Abbott | 2 | -0/+6 |
2016-03-16 | mm/page_poison.c: enable PAGE_POISONING as a separate option | Laura Abbott | 1 | -0/+9 |
2016-03-16 | mm, debug: move bad flags printing to bad_page() | Vlastimil Babka | 1 | -2/+1 |
2016-03-16 | mm, page_owner: dump page owner info from dump_page() | Vlastimil Babka | 1 | -0/+9 |
2016-03-16 | mm, page_owner: track and print last migrate reason | Vlastimil Babka | 3 | -1/+15 |
2016-03-16 | mm, page_owner: copy page owner info during migration | Vlastimil Babka | 1 | -1/+9 |
2016-03-16 | mm, page_owner: convert page_owner_inited to static key | Vlastimil Babka | 1 | -12/+10 |
2016-03-16 | mm, page_owner: print migratetype of page and pageblock, symbolic flags | Vlastimil Babka | 1 | -0/+3 |
2016-03-16 | mm, tracing: unify mm flags handling in tracepoints and printk | Vlastimil Babka | 1 | -1/+1 |
2016-03-16 | tools, perf: make gfp_compact_table up to date | Vlastimil Babka | 1 | -1/+1 |
2016-03-16 | mm, tracing: make show_gfp_flags() up to date | Vlastimil Babka | 1 | -1/+5 |
2016-03-16 | tracepoints: move trace_print_flags definitions to tracepoint-defs.h | Vlastimil Babka | 2 | -12/+12 |
2016-03-16 | mm/slub: support left redzone | Joonsoo Kim | 1 | -0/+1 |
2016-03-16 | slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS | Laura Abbott | 1 | -1/+1 |
2016-03-16 | mm/slab: alternative implementation for DEBUG_SLAB_LEAK | Joonsoo Kim | 1 | -0/+3 |
2016-03-16 | mm/slab: clean up DEBUG_PAGEALLOC processing code | Joonsoo Kim | 1 | -4/+8 |
2016-03-16 | mm: fix some spelling | Jesper Dangaard Brouer | 2 | -2/+2 |
2016-03-16 | mm: new API kfree_bulk() for SLAB+SLUB allocators | Jesper Dangaard Brouer | 1 | -0/+9 |
2016-03-16 | mm: fault-inject take over bootstrap kmem_cache check | Jesper Dangaard Brouer | 1 | -3/+2 |
2016-03-15 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -19/+107 |