Age | Commit message (Expand) | Author |
2013-11-14 | genetlink: make all genl_ops users const | Johannes Berg |
2013-11-14 | taskstats: use genl_register_family_with_ops() | Johannes Berg |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2013-11-13 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds |
2013-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-11-13 | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2013-11-13 | kernel/panic.c: reduce 1 byte usage for print tainted buffer | Chen Gang |
2013-11-13 | gcov: reuse kbasename helper | Andy Shevchenko |
2013-11-13 | kernel/gcov/fs.c: use pr_warn() | Andrew Morton |
2013-11-13 | kernel/module.c: use pr_foo() | Andrew Morton |
2013-11-13 | gcov: compile specific gcov implementation based on gcc version | Frantisek Hrbata |
2013-11-13 | gcov: add support for gcc 4.7 gcov format | Frantisek Hrbata |
2013-11-13 | gcov: move gcov structs definitions to a gcc version specific file | Frantisek Hrbata |
2013-11-13 | kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener() | Chen Gang |
2013-11-13 | kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_... | Chen Gang |
2013-11-13 | kernel/sysctl_binary.c: use scnprintf() instead of snprintf() | Chen Gang |
2013-11-13 | kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d... | Chen Gang |
2013-11-13 | exec/ptrace: fix get_dumpable() incorrect tests | Kees Cook |
2013-11-13 | kprobes: use KSYM_NAME_LEN to size identifier buffers | Joe Mario |
2013-11-13 | list: introduce list_next_entry() and list_prev_entry() | Oleg Nesterov |
2013-11-13 | printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfo | Dirk Gouders |
2013-11-13 | kernel/printk/printk.c: enable boot delay for earlyprintk | Dave Young |
2013-11-13 | kernel/printk/printk.c: convert to pr_foo() | Andrew Morton |
2013-11-13 | printk: report console names during cut-over | Kees Cook |
2013-11-13 | kernel/sys.c: remove obsolete #include <linux/kexec.h> | Geert Uytterhoeven |
2013-11-13 | kernel/delayacct.c: remove redundant checking in __delayacct_add_tsk() | Chen Gang |
2013-11-13 | cpu/mem hotplug: add try_online_node() for cpu_up() | Toshi Kani |
2013-11-13 | kthread: make kthread_create() killable | Tetsuo Handa |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-11-12 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-11-12 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-11-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-11-12 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-11-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-11-12 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-11-12 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-11-12 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-11-11 | ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHED | Peter Zijlstra |
2013-11-11 | stop_machine: Fix race between stop_two_cpus() and stop_cpus() | Rik van Riel |
2013-11-09 | uprobes: Fix the memory out of bound overwrite in copy_insn() | Oleg Nesterov |
2013-11-09 | uprobes: Fix the wrong usage of current->utask in uprobe_copy_process() | Oleg Nesterov |
2013-11-09 | constify copy_siginfo_to_user{,32}() | Al Viro |
2013-11-09 | switch elf_core_write_extra_phdrs() to dump_emit() | Al Viro |
2013-11-08 | Merge tag 'ftrace-urgent-3.12-v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-11-07 | Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2013-11-07 | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2013-11-06 | perf/ftrace: Fix paranoid level for enabling function tracer | Steven Rostedt |
2013-11-06 | uprobes: Export write_opcode() as uprobe_write_opcode() | Oleg Nesterov |
2013-11-06 | uprobes: Introduce arch_uprobe->ixol | Oleg Nesterov |
2013-11-06 | uprobes: Kill module_init() and module_exit() | Oleg Nesterov |