| Commit message (Expand) | Author | Age | Files | Lines |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | perf: Remove the nmi parameter from the oprofile_perf backend | Will Deacon | 2011-07-21 | 1 | -1/+1 |
* | perf: Add context field to perf_event | Avi Kivity | 2011-07-01 | 1 | -1/+1 |
* | oprofile: Fix locking dependency in sync_start() | Robert Richter | 2011-05-31 | 1 | -6/+2 |
* | oprofile: Free potentially owned tasks in case of errors | Robert Richter | 2011-05-31 | 1 | -4/+9 |
* | oprofile: Use linux/mutex.h | Anton Blanchard | 2011-05-24 | 2 | -2/+2 |
* | oprofile, s390: Rework hwsampler implementation | Robert Richter | 2011-02-15 | 3 | -46/+3 |
* | oprofile, s390: Enhance OProfile to support System zs hardware sampling feature | Heinz Graalfs | 2011-02-15 | 3 | -3/+46 |
* | oprofile: Introduce new oprofile sample add function (oprofile_add_ext_hw_sam... | Heinz Graalfs | 2011-02-15 | 1 | -7/+17 |
* | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.... | Linus Torvalds | 2010-10-30 | 4 | -4/+22 |
|\ |
|
| * | Merge branch 'tip/perf/jump-label-2' of git://git.kernel.org/pub/scm/linux/ke... | Ingo Molnar | 2010-10-30 | 2 | -1/+11 |
| |\ |
|
| * | | oprofile: Remove deprecated use of flush_scheduled_work() | Tejun Heo | 2010-10-29 | 3 | -4/+9 |
| * | | oprofile: Fix the hang while taking the cpu offline | Santosh Shilimkar | 2010-10-29 | 1 | -0/+13 |
* | | | convert get_sb_single() users | Al Viro | 2010-10-29 | 1 | -4/+4 |
| |/
|/| |
|
* | | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 2010-10-25 | 1 | -0/+1 |
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 2 | -1/+10 |
|\ \
| |/
|/| |
|
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 2 | -1/+10 |
* | | 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 | 1 | -1/+1 |
* | | 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 | 1 | -1/+1 |
|\| |
|
* | | 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 | 1 | -0/+323 |
|\ \ |
|
| * | | 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 |
| * | | 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 | 2 | -15/+14 |
| |\| |
|
| * | | oprofile: Abstract the perf-events backend | Matt Fleming | 2010-10-11 | 1 | -0/+326 |
* | | | oprofile: Remove duplicate code around __oprofilefs_create_file() | Robert Richter | 2010-10-04 | 1 | -32/+14 |
* | | | Merge branch 'oprofile/urgent' into oprofile/core | Robert Richter | 2010-10-01 | 2 | -15/+14 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | oprofile: fix crash when accessing freed task structs | Robert Richter | 2010-08-25 | 2 | -15/+14 |
* | | oprofile: don't call arch exit code from init code on failure | Will Deacon | 2010-08-31 | 1 | -9/+2 |
|/ |
|
* | oprofile: make event buffer nonseekable | Arnd Bergmann | 2010-07-26 | 1 | -1/+2 |
* | oprofile: protect from not being in an IRQ context | Phil Carmody | 2010-05-03 | 1 | -2/+10 |
* | Merge commit 'tip/tracing/core' into oprofile/core | Robert Richter | 2010-04-23 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'linus' into tracing/core | Ingo Molnar | 2010-04-08 | 1 | -0/+1 |
| |\ |
|
| * | | ring-buffer: Add place holder recording of dropped events | Steven Rostedt | 2010-03-31 | 1 | -2/+2 |
* | | | oprofile: remove double ring buffering | Andi Kleen | 2010-04-23 | 1 | -50/+13 |
* | | | Merge commit 'v2.6.34-rc5' into oprofile/core | Robert Richter | 2010-04-23 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
| |/ |
|
* / | oprofile: convert oprofile from timer_hook to hrtimer | Martin Schwidefsky | 2010-03-02 | 3 | -14/+79 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-12-14 | 3 | -14/+13 |
|\ |
|
| * | percpu: make percpu symbols in oprofile unique | Tejun Heo | 2009-10-29 | 3 | -14/+13 |
* | | oprofile: warn on freeing event buffer too early | Robert Richter | 2009-10-09 | 1 | -10/+15 |
* | | oprofile: fix race condition in event_buffer free | David Rientjes | 2009-10-09 | 1 | -1/+13 |
|/ |
|
* | cpumask: use zalloc_cpumask_var() where possible | Li Zefan | 2009-09-24 | 1 | -2/+1 |
* | const: mark remaining super_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | oprofile: Adding switch counter to oprofile statistic variables | Robert Richter | 2009-07-20 | 3 | -9/+8 |
* | oprofile: Grouping multiplexing code in oprof.c | Robert Richter | 2009-07-20 | 1 | -51/+49 |