summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2010-10-21tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner-7/+9
2010-10-19Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-131/+373
2010-10-19tracing: Fix compile issue for trace_sched_wakeup.cSteven Rostedt-2/+1
2010-10-18perf: Optimize sw eventsPeter Zijlstra-2/+2
2010-10-18perf: Use jump_labels to optimize the scheduler hooksPeter Zijlstra-15/+9
2010-10-18jump_label: Use more consistent namingPeter Zijlstra-3/+3
2010-10-18perf, hw_breakpoint: Fix crash in hw_breakpoint creationPeter Zijlstra-9/+22
2010-10-18perf: Find task before event allocPeter Zijlstra-11/+12
2010-10-18perf: Fix task refcount bugsPeter Zijlstra-3/+4
2010-10-18perf: Fix group movingPeter Zijlstra-1/+6
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra-101/+176
2010-10-18perf_events: Fix transaction recovery in group_sched_in()Stephane Eranian-13/+63
2010-10-18perf_events: Fix bogus context time trackingStephane Eranian-1/+7
2010-10-18tracing: Remove parent recording in latency tracer graph optionsSteven Rostedt-1/+0
2010-10-18tracing: Use one prologue for the preempt irqs off tracer function tracersSteven Rostedt-48/+48
2010-10-18tracing: Use one prologue for the wakeup tracer function tracersSteven Rostedt-52/+50
2010-10-18tracing: Graph support for wakeup tracerJiri Olsa-10/+221
2010-10-18tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa-52/+71
2010-10-18tracing: Add proper check for irq_depth routinesJiri Olsa-4/+20
2010-10-18tracing/trivial: Remove cast from void*matt mooney-3/+3
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter-1115/+2243
2010-10-15Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar-0/+5
2010-10-14ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNTSteven Rostedt-1/+1
2010-10-15Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar-2/+3
2010-10-14ftrace/x86: Add support for C version of recordmcountSteven Rostedt-0/+5
2010-10-14kprobes: Fix selftest to clear flags field for reusing probesMasami Hiramatsu-3/+9
2010-10-13tracing: Fix function-graph build warning on 32-bitBorislav Petkov-2/+3
2010-10-11Merge branch 'oprofile/urgent' (early part) into oprofile/perfRobert Richter-198/+443
2010-10-11perf: New helper function for pmu nameMatt Fleming-0/+5
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar-6/+19
2010-10-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+14
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds-0/+4
2010-10-04perf_events: Fix invalid pointer when pid is invalidStephane Eranian-1/+6
2010-10-01kfifo: fix scatterlist usageIra W. Snyder-2/+0
2010-09-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-9/+456
2010-09-22rmap: fix walk during forkAndrea Arcangeli-1/+1
2010-09-22jump label: Tracepoint support for jump labelsJason Baron-2/+12
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron-1/+85
2010-09-22jump label: Initialize workqueue tracepoints *before* they are registeredJason Baron-5/+5
2010-09-22jump label: Base patch for jump labelJason Baron-1/+354
2010-09-22Merge branch 'linus' into perf/coreIngo Molnar-5/+5
2010-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+5
2010-09-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+2
2010-09-21perf: Avoid RCU vs preemption assumptionsPeter Zijlstra-6/+12
2010-09-21Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar-10/+38
2010-09-21sched: Fix nohz balance kickSuresh Siddha-1/+1
2010-09-17perf: Undo the per cpu-context timer stuffPeter Zijlstra-30/+51
2010-09-17perf: Fix perf_event_exit_cpu_context()Peter Zijlstra-2/+1
2010-09-17perf: Complete software pmu groupingPeter Zijlstra-5/+60
2010-09-17perf_events: Fix broken event groupingStephane Eranian-8/+7