summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2013-11-13genirq: Prevent spurious detection for unconditionally polled interruptsThomas Gleixner-3/+16
2013-11-12Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+40
2013-11-12Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+6
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-84/+107
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-827/+2325
2013-11-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-204/+314
2013-11-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2013-11-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+25
2013-11-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-103/+251
2013-11-11ftrace, sched: Add TRACE_FLAG_PREEMPT_RESCHEDPeter Zijlstra-3/+20
2013-11-11stop_machine: Fix race between stop_two_cpus() and stop_cpus()Rik van Riel-2/+13
2013-11-09uprobes: Fix the memory out of bound overwrite in copy_insn()Oleg Nesterov-22/+21
2013-11-09uprobes: Fix the wrong usage of current->utask in uprobe_copy_process()Oleg Nesterov-1/+1
2013-11-08Merge tag 'ftrace-urgent-3.12-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2013-11-07Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+8
2013-11-06perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt-1/+1
2013-11-06uprobes: Export write_opcode() as uprobe_write_opcode()Oleg Nesterov-7/+7
2013-11-06uprobes: Introduce arch_uprobe->ixolOleg Nesterov-1/+2
2013-11-06uprobes: Kill module_init() and module_exit()Oleg Nesterov-6/+1
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy-18/+28
2013-11-06sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan-1/+1
2013-11-06perf: Factor out strncpy() in perf_event_mmap_event()Oleg Nesterov-16/+16
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra-9/+26
2013-11-06perf: Update a stale commentPeter Zijlstra-2/+2
2013-11-06perf: Optimize perf_output_begin() -- address calculationPeter Zijlstra-7/+7
2013-11-06perf: Optimize perf_output_begin() -- lost_event casePeter Zijlstra-5/+8
2013-11-06perf: Optimize perf_output_begin()Peter Zijlstra-8/+9
2013-11-06perf: Add unlikely() to the ring-buffer codePeter Zijlstra-8/+8
2013-11-06perf: Simplify the ring-buffer codePeter Zijlstra-33/+4
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra-285/+300
2013-11-06sched: Move wait code from core.c to wait.cPeter Zijlstra-105/+105
2013-11-06sched: Move wait.c into kernel/sched/Peter Zijlstra-1/+2
2013-11-04Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar-4/+27
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar-40/+77
2013-10-29uprobes: Teach uprobe_copy_process() to handle CLONE_VFORKOleg Nesterov-3/+9
2013-10-29uprobes: Change uprobe_copy_process() to dup xol_areaOleg Nesterov-0/+28
2013-10-29uprobes: Change uprobe_copy_process() to dup return_instancesOleg Nesterov-0/+43
2013-10-29uprobes: Teach __create_xol_area() to accept the predefined vaddrOleg Nesterov-8/+12
2013-10-29uprobes: Introduce __create_xol_area()Oleg Nesterov-22/+25
2013-10-29uprobes: Change the callsite of uprobe_copy_process()Oleg Nesterov-9/+9
2013-10-29perf: Fix the perf context switch optimizationPeter Zijlstra-18/+46
2013-10-29perf: Change zero-padding of strings in perf_event_mmap_event()Peter Zijlstra-6/+11
2013-10-29perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()Oleg Nesterov-7/+8
2013-10-29perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()Oleg Nesterov-8/+6
2013-10-29perf: Remove useless atomic_tPeter Zijlstra-9/+9
2013-10-29sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall-0/+10
2013-10-29sched: Guarantee new group-entities always have weightPaul Turner-1/+2
2013-10-29sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall-4/+11
2013-10-29sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall-3/+11