| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | perf events: Clean up pid passing | Matt Helsley | 2010-09-15 | 3 | -15/+13 | |
| | * | | | | perf events: Split out task search into helper | Matt Helsley | 2010-09-15 | 1 | -23/+40 | |
| | * | | | | hw breakpoints: Fix pid namespace bug | Matt Helsley | 2010-09-15 | 1 | -1/+2 | |
| | * | | | | watchdog: Avoid kernel crash when disabling watchdog | Stephane Eranian | 2010-09-15 | 1 | -0/+3 | |
| | * | | | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2010-09-15 | 20 | -184/+409 | |
| | |\ \ \ \ | ||||||
| | | * | | | | tracing: Fix reading of set_ftrace_filter across lists | Steven Rostedt | 2010-09-14 | 1 | -3/+3 | |
| | | * | | | | tracing: Keep track of set_ftrace_filter position and allow lseek again | Steven Rostedt | 2010-09-14 | 1 | -8/+26 | |
| | | * | | | | tracing: Replace typecasted void pointer in set_ftrace_filter code | Steven Rostedt | 2010-09-14 | 1 | -21/+46 | |
| | | * | | | | tracing: Do not reset *pos in set_ftrace_filter | Steven Rostedt | 2010-09-14 | 1 | -2/+6 | |
| | * | | | | | tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enums | Steven Rostedt | 2010-09-14 | 1 | -14/+4 | |
| | * | | | | | tracing: Do not trace in irq when funcgraph-irq option is zero | Steven Rostedt | 2010-09-14 | 1 | -1/+22 | |
| | * | | | | | tracing: Add funcgraph-irq option for function graph tracer. | Jiri Olsa | 2010-09-14 | 1 | -1/+100 | |
| | * | | | | | perf: Fix free_event() | Peter Zijlstra | 2010-09-13 | 1 | -1/+3 | |
| | * | | | | | perf: Sanitize the RCU logic | Peter Zijlstra | 2010-09-13 | 1 | -8/+9 | |
| | * | | | | | perf: Fix perf_init_event() | Peter Zijlstra | 2010-09-10 | 1 | -2/+5 | |
| | * | | | | | perf: Ensure we call add_event_to_ctx() with the right locks held | Peter Zijlstra | 2010-09-10 | 1 | -0/+3 | |
| | * | | | | | perf: Fix up delayed_put_task_struct() | Peter Zijlstra | 2010-09-09 | 2 | -3/+9 | |
| | * | | | | | perf: Optimize context ops | Peter Zijlstra | 2010-09-09 | 1 | -0/+6 | |
| | * | | | | | perf: Provide a separate task context for swevents | Peter Zijlstra | 2010-09-09 | 2 | -11/+31 | |
| | * | | | | | perf: Multiple task contexts | Peter Zijlstra | 2010-09-09 | 1 | -105/+231 | |
| | * | | | | | perf: Clean up perf_event_context allocation | Peter Zijlstra | 2010-09-09 | 1 | -15/+26 | |
| | * | | | | | perf: Move some code around | Peter Zijlstra | 2010-09-09 | 1 | -100/+100 | |
| | * | | | | | perf: Per-pmu-per-cpu contexts | Peter Zijlstra | 2010-09-09 | 1 | -68/+110 | |
| | * | | | | | perf: Per cpu-context rotation timer | Peter Zijlstra | 2010-09-09 | 2 | -19/+63 | |
| | * | | | | | perf: Remove the swevent hash-table from the cpu context | Peter Zijlstra | 2010-09-09 | 1 | -46/+58 | |
| | * | | | | | perf: Separate find_get_context() from event initialization | Peter Zijlstra | 2010-09-09 | 1 | -38/+35 | |
| | * | | | | | perf: Remove the sysfs bits | Peter Zijlstra | 2010-09-09 | 1 | -124/+0 | |
| | * | | | | | perf: Rework the PMU methods | Peter Zijlstra | 2010-09-09 | 3 | -72/+104 | |
| | * | | | | | perf: Shrink hw_perf_event | Peter Zijlstra | 2010-09-09 | 1 | -7/+6 | |
| | * | | | | | perf: Default PMU ops | Peter Zijlstra | 2010-09-09 | 1 | -12/+52 | |
| | * | | | | | perf: Per PMU disable | Peter Zijlstra | 2010-09-09 | 1 | -12/+19 | |
| | * | | | | | perf: Reduce perf_disable() usage | Peter Zijlstra | 2010-09-09 | 1 | -36/+1 | |
| | * | | | | | perf: Unindent labels | Peter Zijlstra | 2010-09-09 | 1 | -19/+24 | |
| | * | | | | | perf: Register PMU implementations | Peter Zijlstra | 2010-09-09 | 2 | -303/+320 | |
| | * | | | | | perf: Deconstify struct pmu | Peter Zijlstra | 2010-09-09 | 1 | -13/+13 | |
| | * | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-09-09 | 5 | -35/+77 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | ring-buffer: Place duplicate expression into a single function | Steven Rostedt | 2010-09-01 | 1 | -6/+15 | |
| | * | | | | | | lockup_detector: Remove unused panic_notifier | Akinobu Mita | 2010-09-01 | 1 | -15/+0 | |
| | * | | | | | | lockup_detector: Convert cpu notifier to return encapsulate errno value | Akinobu Mita | 2010-09-01 | 1 | -10/+11 | |
| | * | | | | | | Merge branch 'perf/urgent' into perf/core | Frederic Weisbecker | 2010-08-27 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'linus' into perf/core | Ingo Molnar | 2010-08-25 | 9 | -14/+54 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2010-08-19 | 87 | -4228/+7390 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | tracing: Clean up seqfile code for format file | Li Zefan | 2010-08-18 | 1 | -37/+18 | |
| | * | | | | | | | | | perf, tracing: add missing __percpu markups | Namhyung Kim | 2010-08-19 | 2 | -8/+9 | |
| | * | | | | | | | | | perf: Humanize the number of contexts | Frederic Weisbecker | 2010-08-19 | 2 | -6/+6 | |
| | * | | | | | | | | | perf: Fix race in callchains | Frederic Weisbecker | 2010-08-19 | 1 | -69/+229 | |
| | * | | | | | | | | | perf: Factorize callchain context handling | Frederic Weisbecker | 2010-08-19 | 1 | -1/+4 | |
| | * | | | | | | | | | perf: Generalize some arch callchain code | Frederic Weisbecker | 2010-08-19 | 1 | -2/+38 | |
| * | | | | | | | | | | Merge branch 'oprofile/urgent' (early part) into oprofile/perf | Robert Richter | 2010-10-11 | 23 | -198/+443 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-09-21 | 2 | -5/+5 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
