aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-13perf: Fix free_event()Peter Zijlstra1-1/+3
2010-09-13perf: Sanitize the RCU logicPeter Zijlstra1-8/+9
2010-09-10perf: Fix perf_init_event()Peter Zijlstra1-2/+5
2010-09-10perf: Ensure we call add_event_to_ctx() with the right locks heldPeter Zijlstra1-0/+3
2010-09-09perf: Fix up delayed_put_task_struct()Peter Zijlstra2-3/+9
2010-09-09perf: Optimize context opsPeter Zijlstra1-0/+6
2010-09-09perf: Provide a separate task context for sweventsPeter Zijlstra2-11/+31
2010-09-09perf: Multiple task contextsPeter Zijlstra1-105/+231
2010-09-09perf: Clean up perf_event_context allocationPeter Zijlstra1-15/+26
2010-09-09perf: Move some code aroundPeter Zijlstra1-100/+100
2010-09-09perf: Per-pmu-per-cpu contextsPeter Zijlstra1-68/+110
2010-09-09perf: Per cpu-context rotation timerPeter Zijlstra2-19/+63
2010-09-09perf: Remove the swevent hash-table from the cpu contextPeter Zijlstra1-46/+58
2010-09-09perf: Separate find_get_context() from event initializationPeter Zijlstra1-38/+35
2010-09-09perf: Remove the sysfs bitsPeter Zijlstra1-124/+0
2010-09-09perf: Rework the PMU methodsPeter Zijlstra3-72/+104
2010-09-09perf: Shrink hw_perf_eventPeter Zijlstra1-7/+6
2010-09-09perf: Default PMU opsPeter Zijlstra1-12/+52
2010-09-09perf: Per PMU disablePeter Zijlstra1-12/+19
2010-09-09perf: Reduce perf_disable() usagePeter Zijlstra1-36/+1
2010-09-09perf: Unindent labelsPeter Zijlstra1-19/+24
2010-09-09perf: Register PMU implementationsPeter Zijlstra2-303/+320
2010-09-09perf: Deconstify struct pmuPeter Zijlstra1-13/+13
2010-09-09Merge branch 'perf/urgent' into perf/coreIngo Molnar5-35/+77
2010-09-09perf: Fix CPU hotplugPeter Zijlstra1-3/+3
2010-09-09perf, trace: Fix module leakLi Zefan1-0/+3
2010-09-08tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu1-8/+12
2010-09-08tracing/kprobes: Fix handling of argument namesMasami Hiramatsu1-7/+10
2010-09-08tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu1-3/+3
2010-09-08tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt1-1/+1
2010-09-01ring-buffer: Place duplicate expression into a single functionSteven Rostedt1-6/+15
2010-09-01lockup_detector: Sync touch_*_watchdog back to old semanticsDon Zickus1-5/+12
2010-09-01lockup_detector: Remove unused panic_notifierAkinobu Mita1-15/+0
2010-09-01lockup_detector: Convert cpu notifier to return encapsulate errno valueAkinobu Mita1-10/+11
2010-08-31tracing: Fix a race in function profileLi Zefan1-4/+11
2010-08-30perf_events: Fix time tracking for events with pid != -1 and cpu != -1Stephane Eranian1-4/+22
2010-08-27Merge branch 'perf/urgent' into perf/coreFrederic Weisbecker1-1/+1
2010-08-25Merge branch 'linus' into perf/coreIngo Molnar9-14/+54
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard1-1/+1
2010-08-24Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2010-08-24Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+9
2010-08-23mutex: Improve the scalability of optimistic spinningTim Chen1-1/+9
2010-08-23watchdog: Don't throttle the watchdogPeter Zijlstra1-0/+3
2010-08-21workqueue: Add basic tracepoints to track workqueue executionArjan van de Ven1-0/+9
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds1-2/+5
2010-08-20kfifo: implement missing __kfifo_skip_r()Andrea Righi1-0/+9
2010-08-19Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar87-4228/+7390
2010-08-19perf, tracing: add missing __percpu markupsNamhyung Kim2-8/+9
2010-08-19perf: Humanize the number of contextsFrederic Weisbecker2-6/+6
2010-08-19perf: Fix race in callchainsFrederic Weisbecker1-69/+229