aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-11-13list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov
2013-11-13printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfoDirk Gouders
2013-11-13kernel/printk/printk.c: enable boot delay for earlyprintkDave Young
2013-11-13kernel/printk/printk.c: convert to pr_foo()Andrew Morton
2013-11-13printk: report console names during cut-overKees Cook
2013-11-13kernel/sys.c: remove obsolete #include <linux/kexec.h>Geert Uytterhoeven
2013-11-13kernel/delayacct.c: remove redundant checking in __delayacct_add_tsk()Chen Gang
2013-11-13cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani
2013-11-13kthread: make kthread_create() killableTetsuo Handa
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-12Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-12Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-11-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-11-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-11-11ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra
2013-11-11stop_machine: Fix race between stop_two_cpus() and stop_cpus()Rik van Riel
2013-11-09uprobes: Fix the memory out of bound overwrite in copy_insn()Oleg Nesterov
2013-11-09uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Oleg Nesterov
2013-11-08Merge tag 'ftrace-urgent-3.12-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-11-06perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt
2013-11-06uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov
2013-11-06uprobes: Introduce arch_uprobe->ixolOleg Nesterov
2013-11-06uprobes: Kill module_init() and module_exit()Oleg Nesterov
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy
2013-11-06sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan
2013-11-06perf: Factor out strncpy() in perf_event_mmap_event()Oleg Nesterov
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra
2013-11-06perf: Update a stale commentPeter Zijlstra
2013-11-06perf: Optimize perf_output_begin() -- address calculationPeter Zijlstra
2013-11-06perf: Optimize perf_output_begin() -- lost_event casePeter Zijlstra
2013-11-06perf: Optimize perf_output_begin()Peter Zijlstra
2013-11-06perf: Add unlikely() to the ring-buffer codePeter Zijlstra
2013-11-06perf: Simplify the ring-buffer codePeter Zijlstra
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra
2013-11-06sched: Move wait code from core.c to wait.cPeter Zijlstra
2013-11-06sched: Move wait.c into kernel/sched/Peter Zijlstra
2013-11-04Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov
2013-10-29uprobes: Change uprobe_copy_process() to dup xol_areaOleg Nesterov
2013-10-29uprobes: Change uprobe_copy_process() to dup return_instancesOleg Nesterov
2013-10-29uprobes: Teach __create_xol_area() to accept the predefined vaddrOleg Nesterov
2013-10-29uprobes: Introduce __create_xol_area()Oleg Nesterov
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov