| Commit message (Expand) | Author | Age | Files | Lines |
* | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 2010-10-18 | 39 | -242/+311 |
* | perf_events: Fix transaction recovery in group_sched_in() | Stephane Eranian | 2010-10-18 | 1 | -13/+63 |
* | perf_events: Fix bogus AMD64 generic TLB events | Stephane Eranian | 2010-10-18 | 1 | -2/+2 |
* | perf_events: Fix bogus context time tracking | Stephane Eranian | 2010-10-18 | 1 | -1/+7 |
* | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr... | Ingo Molnar | 2010-10-16 | 18 | -510/+510 |
|\ |
|
| * | oprofile: make !CONFIG_PM function stubs static inline | Robert Richter | 2010-10-15 | 1 | -2/+6 |
| * | oprofile: fix linker errors | Anand Gadiyar | 2010-10-15 | 2 | -2/+2 |
| * | oprofile: include platform_device.h to fix build break | Anand Gadiyar | 2010-10-15 | 1 | -0/+1 |
| * | Merge remote branch 'tip/perf/core' into oprofile/core | Robert Richter | 2010-10-15 | 463 | -3829/+8360 |
| |\ |
|
| * | | oprofile: disable write access to oprofilefs while profiler is running | Robert Richter | 2010-10-12 | 4 | -20/+18 |
| * | | Merge branch 'oprofile/perf' into oprofile/core | Robert Richter | 2010-10-11 | 12 | -431/+412 |
| |\ \ |
|
| | * | | oprofile, ARM: Use oprofile_arch_exit() to cleanup on failure | Robert Richter | 2010-10-11 | 1 | -28/+26 |
| | * | | oprofile, ARM: Rework op_create_counter() | Robert Richter | 2010-10-11 | 1 | -10/+10 |
| | * | | oprofile, ARM: Remove some goto statements | Robert Richter | 2010-10-11 | 1 | -4/+2 |
| | * | | Merge branch 'oprofile/core' (early part) into oprofile/perf | Robert Richter | 2010-10-11 | 2 | -19/+60 |
| | |\ \ |
|
| | * | | | oprofile, ARM: Release resources on failure | Robert Richter | 2010-10-11 | 1 | -0/+1 |
| | * | | | Merge branch 'oprofile/urgent' (early part) into oprofile/perf | Robert Richter | 2010-10-11 | 652 | -4240/+7464 |
| | |\ \ \ |
|
| | * | | | | sh: oprofile: Use perf-events oprofile backend | Matt Fleming | 2010-10-11 | 4 | -125/+40 |
| | * | | | | oprofile: Abstract the perf-events backend | Matt Fleming | 2010-10-11 | 4 | -319/+333 |
| | * | | | | ARM: oprofile: Move non-ARM code into separate init/exit | Matt Fleming | 2010-10-11 | 1 | -3/+14 |
| | * | | | | ARM: oprofile: Rename op_arm to oprofile_perf | Matt Fleming | 2010-10-11 | 1 | -34/+34 |
| | * | | | | oprofile: Make op_name_from_perf_id() global | Matt Fleming | 2010-10-11 | 2 | -2/+8 |
| | * | | | | perf: New helper function for pmu name | Matt Fleming | 2010-10-11 | 3 | -0/+15 |
| | * | | | | perf: Add helper function to return number of counters | Matt Fleming | 2010-10-11 | 4 | -13/+34 |
| * | | | | | oprofile: Remove duplicate code around __oprofilefs_create_file() | Robert Richter | 2010-10-04 | 1 | -32/+14 |
| * | | | | | oprofile, ARM: Remove some goto statements | Robert Richter | 2010-10-04 | 1 | -4/+2 |
| * | | | | | oprofile, ARM: Rework op_create_counter() | Robert Richter | 2010-10-04 | 1 | -10/+10 |
| * | | | | | oprofile, ARM: Use oprofile_arch_exit() to cleanup on failure | Robert Richter | 2010-10-04 | 1 | -27/+26 |
| | |_|/ /
| |/| | | |
|
| * | | | | oprofile, x86: Simplify init/exit functions | Robert Richter | 2010-10-01 | 1 | -8/+1 |
| * | | | | oprofile, x86: Adding backtrace dump for 32bit process in compat mode | Jiri Olsa | 2010-10-01 | 1 | -0/+53 |
| * | | | | oprofile, x86: Using struct stack_frame for 64bit processes dump | Jiri Olsa | 2010-10-01 | 1 | -12/+7 |
| * | | | | Merge branch 'oprofile/urgent' into oprofile/core | Robert Richter | 2010-10-01 | 653 | -4240/+7465 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | oprofile, arm: initialize perf_event pointers with NULL | Robert Richter | 2010-08-31 | 1 | -0/+2 |
| * | | | | ARM: oprofile: fix and simplify init/exit functions | Will Deacon | 2010-08-31 | 1 | -22/+25 |
| * | | | | oprofile: don't call arch exit code from init code on failure | Will Deacon | 2010-08-31 | 1 | -9/+2 |
* | | | | | Merge branch 'tip/perf/recordmcount' of git://git.kernel.org/pub/scm/linux/ke... | Ingo Molnar | 2010-10-16 | 2 | -3/+21 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | ftrace: Use objtree for C version of recordmcount | Steven Rostedt | 2010-10-15 | 1 | -1/+1 |
| * | | | | ftrace: Do not process kernel/trace/ftrace.o with C recordmcount program | Steven Rostedt | 2010-10-15 | 1 | -2/+20 |
* | | | | | Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/... | Ingo Molnar | 2010-10-15 | 7 | -0/+728 |
|\| | | | |
|
| * | | | | ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT | Steven Rostedt | 2010-10-15 | 3 | -3/+3 |
| * | | | | ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.c | Steven Rostedt | 2010-10-14 | 2 | -544/+370 |
| * | | | | ftrace/x86: Add support for C version of recordmcount | Steven Rostedt | 2010-10-14 | 5 | -0/+17 |
| * | | | | ftrace: Add C version of recordmcount compile time code | John Reiser | 2010-10-14 | 1 | -0/+885 |
* | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2010-10-15 | 3 | -2/+9 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | x86: Barf when vmalloc and kmemcheck faults happen in NMI | Frederic Weisbecker | 2010-10-14 | 2 | -0/+6 |
| * | | | | tracing: Fix function-graph build warning on 32-bit | Borislav Petkov | 2010-10-13 | 1 | -2/+3 |
* | | | | | kconfig/x86: Add HAVE_TEXT_POKE_SMP config for stop_machine dependency | Masami Hiramatsu | 2010-10-14 | 1 | -0/+5 |
* | | | | | x86: Use __stop_machine() in text_poke_smp() | Masami Hiramatsu | 2010-10-14 | 1 | -1/+2 |
* | | | | | stopmachine: Define __stop_machine when CONFIG_STOP_MACHINE=n | Masami Hiramatsu | 2010-10-14 | 1 | -2/+8 |
* | | | | | kprobes: Fix selftest to clear flags field for reusing probes | Masami Hiramatsu | 2010-10-14 | 1 | -3/+9 |