Age | Commit message (Expand) | Author |
2014-04-13 | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds |
2014-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2014-04-12 | Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/ke... | Linus Torvalds |
2014-04-12 | Merge tag 'ntb-3.15' of git://github.com/jonmason/ntb | Linus Torvalds |
2014-04-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-04-12 | Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds |
2014-04-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds |
2014-04-11 | Merge git://git.infradead.org/users/willy/linux-nvme | Linus Torvalds |
2014-04-11 | Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller |
2014-04-11 | mm: slab/slub: use page->list consistently instead of page->lru | Dave Hansen |
2014-04-10 | AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERIC | Chris Metcalf |
2014-04-10 | NVMe: Retry failed commands with non-fatal errors | Keith Busch |
2014-04-10 | NVMe: Make I/O timeout a module parameter | Keith Busch |
2014-04-10 | NVMe: CPU hot plug notification | Keith Busch |
2014-04-10 | NVMe: per-cpu io queues | Keith Busch |
2014-04-10 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-04-10 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds |
2014-04-10 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2014-04-09 | block: fix regression with block enabled tagging | Jens Axboe |
2014-04-09 | tracing: Fix anonymous unions in struct ftrace_event_call | Mathieu Desnoyers |
2014-04-09 | x86: LLVMLinux: Fix "incomplete type const struct x86cpu_device_id" | Behan Webster |
2014-04-09 | LLVMLinux: Add support for clang to compiler.h and new compiler-clang.h | Mark Charlebois |
2014-04-09 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2014-04-09 | Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-04-09 | tracepoint: Fix sparse warnings in tracepoint.c | Mathieu Desnoyers |
2014-04-09 | block: Fix for_each_bvec() | Martin K. Petersen |
2014-04-08 | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2014-04-08 | tracepoint: Simplify tracepoint module search | Steven Rostedt (Red Hat) |
2014-04-08 | tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints | Mathieu Desnoyers |
2014-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2014-04-08 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2014-04-08 | include/linux/syscalls.h: add sys_renameat2() prototype | Heiko Carstens |
2014-04-08 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2014-04-07 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds |
2014-04-07 | lglock: map to spinlock when !CONFIG_SMP | Josh Triplett |
2014-04-07 | percpu: add preemption checks to __this_cpu ops | Christoph Lameter |
2014-04-07 | vmstat: use raw_cpu_ops to avoid false positives on preemption checks | Christoph Lameter |
2014-04-07 | mm: use raw_cpu ops for determining current NUMA node | Christoph Lameter |
2014-04-07 | percpu: add raw_cpu_ops | Christoph Lameter |
2014-04-07 | slub: rework sysfs layout for memcg caches | Vladimir Davydov |
2014-04-07 | memcg, slab: do not destroy children caches if parent has aliases | Vladimir Davydov |
2014-04-07 | memcg, slab: separate memcg vs root cache creation paths | Vladimir Davydov |
2014-04-07 | memcg, slab: cleanup memcg cache creation | Vladimir Davydov |
2014-04-07 | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP | Uwe Kleine-König |
2014-04-07 | rapidio: rework device hierarchy and introduce mport class of devices | Alexandre Bounine |
2014-04-07 | idr: remove dead code | Stephen Hemminger |
2014-04-07 | include/linux/crash_dump.h: add vmcore_cleanup() prototype | Rashika Kheria |
2014-04-07 | wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space | Oleg Nesterov |
2014-04-07 | wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition | Oleg Nesterov |