summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-02-08tracing: Add unstable sched clock note to the warningJiri Olsa1-2/+6
2011-02-07tracing/syscalls: Early terminate search for sys_ni_syscallIan Munsie1-0/+3
2011-02-07tracing/syscalls: Allow arch specific syscall symbol matchingIan Munsie1-7/+14
2011-02-07tracing/syscalls: Make arch_syscall_addr weakIan Munsie1-1/+1
2011-02-07tracing/syscalls: Convert redundant syscall_nr checks into WARN_ONIan Munsie1-4/+4
2011-02-07tracing/syscalls: Don't add events for unmapped syscallsIan Munsie1-0/+8
2011-02-07Merge branch 'linus' into perf/coreIngo Molnar10-75/+84
2011-02-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+5
2011-02-04Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar5-41/+43
2011-02-04lockdep, timer: Fix del_timer_sync() annotationPeter Zijlstra1-1/+5
2011-02-03Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+11
2011-02-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2011-02-03Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-29/+24
2011-02-03tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt1-9/+10
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2-23/+24
2011-02-03sched: Fix update_curr_rt()Peter Zijlstra1-1/+1
2011-02-03perf: Fix reading in perf_event_read()Peter Zijlstra1-3/+4
2011-02-03perf: Cure task_oncpu_function_call() racesPeter Zijlstra2-117/+172
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt2-9/+9
2011-02-02genirq: Prevent irq storm on migrationThomas Gleixner1-3/+11
2011-01-31watchdog: Don't change watchdog state on read of sysctlMarcin Slusarz1-4/+6
2011-01-31watchdog: Fix sysctl consistencyMarcin Slusarz1-6/+7
2011-01-31watchdog: Fix broken nowatchdog logicMarcin Slusarz1-14/+6
2011-01-31Fix prlimit64 for suid/sgid processesKacper Kornet1-1/+2
2011-01-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+5
2011-01-27perf: Fix alloc_callchain_buffers()Eric Dumazet1-2/+1
2011-01-26sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...Paul Turner1-1/+1
2011-01-26sched: Fix/remove redundant cfs_rq checksPaul Turner1-4/+1
2011-01-26sched: Fix sign under-flows in wake_affinePaul Turner1-3/+3
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+2
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-46/+54
2011-01-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+27
2011-01-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+4
2011-01-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+53
2011-01-24Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentAndy Whitcroft1-1/+2
2011-01-24sched: Fix poor interactivity on UP systems due to group scheduler nice tune bugYong Zhang1-25/+53
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov1-11/+54
2011-01-21Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+17
2011-01-21perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/Oleg Nesterov1-1/+1
2011-01-21perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splatPeter Zijlstra1-0/+3
2011-01-21genirq: Remove __do_IRQThomas Gleixner2-114/+0
2011-01-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-29/+8
2011-01-20Merge branch 'akpm'Linus Torvalds1-6/+45
2011-01-20kernel/smp.c: consolidate writes in smp_call_function_interrupt()Milton Miller1-10/+19
2011-01-20kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard1-0/+30
2011-01-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-22/+117
2011-01-20smp: Allow on_each_cpu() to be called while early_boot_irqs_disabled status t...Tejun Heo1-4/+7
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2-25/+1
2011-01-19hrtimers: Notify hrtimer users of switches to NOHZ modeStephen Boyd1-3/+4
2011-01-19perf: Fix perf_event_init_task()/perf_event_free_task() interactionOleg Nesterov1-5/+4