Age | Commit message (Expand) | Author | Files | Lines |
2010-10-19 | tracing: Fix compile issue for trace_sched_wakeup.c | Steven Rostedt | 1 | -2/+1 |
2010-10-18 | tracing: Remove parent recording in latency tracer graph options | Steven Rostedt | 1 | -1/+0 |
2010-10-18 | tracing: Use one prologue for the preempt irqs off tracer function tracers | Steven Rostedt | 1 | -48/+48 |
2010-10-18 | tracing: Use one prologue for the wakeup tracer function tracers | Steven Rostedt | 1 | -52/+50 |
2010-10-18 | tracing: Graph support for wakeup tracer | Jiri Olsa | 1 | -10/+221 |
2010-10-18 | tracing: Make graph related irqs/preemptsoff functions global | Jiri Olsa | 3 | -52/+71 |
2010-10-18 | tracing: Add proper check for irq_depth routines | Jiri Olsa | 1 | -4/+20 |
2010-10-18 | tracing/trivial: Remove cast from void* | matt mooney | 2 | -3/+3 |
2010-10-16 | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr... | Ingo Molnar | 18 | -510/+510 |
2010-10-16 | Merge branch 'tip/perf/recordmcount' of git://git.kernel.org/pub/scm/linux/ke... | Ingo Molnar | 2 | -3/+21 |
2010-10-15 | ftrace: Use objtree for C version of recordmcount | Steven Rostedt | 1 | -1/+1 |
2010-10-15 | ftrace: Do not process kernel/trace/ftrace.o with C recordmcount program | Steven Rostedt | 1 | -2/+20 |
2010-10-15 | oprofile: make !CONFIG_PM function stubs static inline | Robert Richter | 1 | -2/+6 |
2010-10-15 | oprofile: fix linker errors | Anand Gadiyar | 2 | -2/+2 |
2010-10-15 | oprofile: include platform_device.h to fix build break | Anand Gadiyar | 1 | -0/+1 |
2010-10-15 | Merge remote branch 'tip/perf/core' into oprofile/core | Robert Richter | 463 | -3829/+8360 |
2010-10-15 | Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/... | Ingo Molnar | 7 | -0/+728 |
2010-10-14 | ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT | Steven Rostedt | 3 | -3/+3 |
2010-10-15 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 3 | -2/+9 |
2010-10-14 | ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.c | Steven Rostedt | 2 | -544/+370 |
2010-10-14 | ftrace/x86: Add support for C version of recordmcount | Steven Rostedt | 5 | -0/+17 |
2010-10-14 | ftrace: Add C version of recordmcount compile time code | John Reiser | 1 | -0/+885 |
2010-10-14 | x86: Barf when vmalloc and kmemcheck faults happen in NMI | Frederic Weisbecker | 2 | -0/+6 |
2010-10-14 | kconfig/x86: Add HAVE_TEXT_POKE_SMP config for stop_machine dependency | Masami Hiramatsu | 1 | -0/+5 |
2010-10-14 | x86: Use __stop_machine() in text_poke_smp() | Masami Hiramatsu | 1 | -1/+2 |
2010-10-14 | stopmachine: Define __stop_machine when CONFIG_STOP_MACHINE=n | Masami Hiramatsu | 1 | -2/+8 |
2010-10-14 | kprobes: Fix selftest to clear flags field for reusing probes | Masami Hiramatsu | 1 | -3/+9 |
2010-10-14 | kprobes: Update document about irq disabled state in kprobe handler | Masami Hiramatsu | 1 | -3/+5 |
2010-10-14 | perf, ARM: Fix sysfs bits removal build failure | Ingo Molnar | 1 | -1/+1 |
2010-10-13 | tracing: Fix function-graph build warning on 32-bit | Borislav Petkov | 1 | -2/+3 |
2010-10-12 | oprofile: disable write access to oprofilefs while profiler is running | Robert Richter | 4 | -20/+18 |
2010-10-11 | Merge branch 'oprofile/perf' into oprofile/core | Robert Richter | 12 | -431/+412 |
2010-10-11 | oprofile, ARM: Use oprofile_arch_exit() to cleanup on failure | Robert Richter | 1 | -28/+26 |
2010-10-11 | oprofile, ARM: Rework op_create_counter() | Robert Richter | 1 | -10/+10 |
2010-10-11 | oprofile, ARM: Remove some goto statements | Robert Richter | 1 | -4/+2 |
2010-10-11 | Merge branch 'oprofile/core' (early part) into oprofile/perf | Robert Richter | 2 | -19/+60 |
2010-10-11 | oprofile, ARM: Release resources on failure | Robert Richter | 1 | -0/+1 |
2010-10-11 | Merge branch 'oprofile/urgent' (early part) into oprofile/perf | Robert Richter | 652 | -4240/+7464 |
2010-10-11 | sh: oprofile: Use perf-events oprofile backend | Matt Fleming | 4 | -125/+40 |
2010-10-11 | oprofile: Abstract the perf-events backend | Matt Fleming | 4 | -319/+333 |
2010-10-11 | ARM: oprofile: Move non-ARM code into separate init/exit | Matt Fleming | 1 | -3/+14 |
2010-10-11 | ARM: oprofile: Rename op_arm to oprofile_perf | Matt Fleming | 1 | -34/+34 |
2010-10-11 | oprofile: Make op_name_from_perf_id() global | Matt Fleming | 2 | -2/+8 |
2010-10-11 | perf: New helper function for pmu name | Matt Fleming | 3 | -0/+15 |
2010-10-11 | perf: Add helper function to return number of counters | Matt Fleming | 4 | -13/+34 |
2010-10-08 | Merge commit 'v2.6.36-rc7' into perf/core | Ingo Molnar | 359 | -1390/+2601 |
2010-10-06 | Linux 2.6.36-rc7v2.6.36-rc7 | Linus Torvalds | 1 | -1/+1 |
2010-10-06 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 28 | -57/+125 |
2010-10-06 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -15/+4 |
2010-10-06 | Merge branch 'v2.6.36-rc6-urgent-fixes' of git://xenbits.xen.org/people/sstab... | Linus Torvalds | 2 | -5/+9 |