Age | Commit message (Expand) | Author |
2016-03-17 | Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-03-17 | Merge tag 'vfio-v4.6-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds |
2016-03-17 | Merge tag 'for-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin... | Linus Torvalds |
2016-03-17 | Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2016-03-17 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2016-03-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2016-03-17 | Merge tag 'fbdev-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/... | Linus Torvalds |
2016-03-17 | Merge tag 'media/v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds |
2016-03-17 | Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2016-03-17 | Merge tag 'dm-4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds |
2016-03-17 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2016-03-17 | Merge branch 'stable/for-linus-4.6' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-03-16 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-03-16 | Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2016-03-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-03-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2016-03-16 | Merge tag 'leds_for_4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a... | Linus Torvalds |
2016-03-16 | Merge tag 'rtc-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds |
2016-03-16 | Merge tag 'hwmon-for-linus-v4.6' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-03-16 | Merge tag 'regulator-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds |
2016-03-16 | Merge tag 'regmap-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds |
2016-03-16 | Merge tag 'spi-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds |
2016-03-16 | Merge tag 'pinctrl-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds |
2016-03-15 | autofs4: fix string.h include in auto_dev-ioctl.h | Ian Kent |
2016-03-15 | autofs4: fix some white space errors | Ian Kent |
2016-03-15 | autofs4: coding style fixes | Ian Kent |
2016-03-15 | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim |
2016-03-15 | mm: remove unnecessary uses of lock_page_memcg() | Johannes Weiner |
2016-03-15 | mm: simplify lock_page_memcg() | Johannes Weiner |
2016-03-15 | mm: migrate: do not touch page->mem_cgroup of live pages | Johannes Weiner |
2016-03-15 | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner |
2016-03-15 | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner |
2016-03-15 | memory-hotplug: add automatic onlining policy for the newly added memory | Vitaly Kuznetsov |
2016-03-15 | mm/page_poisoning.c: allow for zero poisoning | Laura Abbott |
2016-03-15 | mm/page_poison.c: enable PAGE_POISONING as a separate option | Laura Abbott |
2016-03-15 | mm, debug: move bad flags printing to bad_page() | Vlastimil Babka |
2016-03-15 | mm, page_owner: dump page owner info from dump_page() | Vlastimil Babka |
2016-03-15 | mm, page_owner: track and print last migrate reason | Vlastimil Babka |
2016-03-15 | mm, page_owner: copy page owner info during migration | Vlastimil Babka |
2016-03-15 | mm, page_owner: convert page_owner_inited to static key | Vlastimil Babka |
2016-03-15 | mm, page_owner: print migratetype of page and pageblock, symbolic flags | Vlastimil Babka |
2016-03-15 | mm, tracing: unify mm flags handling in tracepoints and printk | Vlastimil Babka |
2016-03-15 | tools, perf: make gfp_compact_table up to date | Vlastimil Babka |
2016-03-15 | mm, tracing: make show_gfp_flags() up to date | Vlastimil Babka |
2016-03-15 | tracepoints: move trace_print_flags definitions to tracepoint-defs.h | Vlastimil Babka |
2016-03-15 | mm/slub: support left redzone | Joonsoo Kim |
2016-03-15 | slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS | Laura Abbott |
2016-03-15 | mm/slab: alternative implementation for DEBUG_SLAB_LEAK | Joonsoo Kim |
2016-03-15 | mm/slab: clean up DEBUG_PAGEALLOC processing code | Joonsoo Kim |
2016-03-15 | mm: fix some spelling | Jesper Dangaard Brouer |