| Commit message (Expand) | Author |
| 2015-04-17 | oprofile: reduce mmap_sem hold for mm->exe_file | Davidlohr Bueso |
| 2015-04-15 | VFS: assorted weird filesystems: d_inode() annotations | David Howells |
| 2014-08-26 | drivers/oprofile: Replace __get_cpu_var uses for address calculation | Christoph Lameter |
| 2014-03-20 | oprofile, nmi-timer: Fix CPU hotplug callback registration | Srivatsa S. Bhat |
| 2013-09-03 | oprofile: get rid of pointless forward declarations of struct super_block | Al Viro |
| 2013-09-03 | oprofilefs_create_...() do not need superblock argument | Al Viro |
| 2013-09-03 | oprofilefs_mkdir() doesn't need superblock argument | Al Viro |
| 2013-09-03 | don't bother with passing superblock to oprofile_create_stats_files() | Al Viro |
| 2013-09-03 | oprofile: don't bother with passing superblock to ->create_files() | Al Viro |
| 2013-09-03 | don't bother passing sb to oprofile_create_files() | Al Viro |
| 2013-07-14 | drivers: delete __cpuinit usage from all remaining drivers files | Paul Gortmaker |
| 2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman |
| 2013-02-22 | oprofilefs: add missing ->i_mutex locking in object creation | Al Viro |
| 2012-10-09 | mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file | Konstantin Khlebnikov |
| 2012-08-27 | oprofile: Remove 'WQ on CPUx, prefer CPUy' warning | Robert Richter |
| 2012-06-22 | oprofile, perf: Use per-cpu framework | Robert Richter |
| 2012-06-21 | oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static array | Will Deacon |
| 2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd |
| 2012-03-20 | tidy up after d_make_root() conversion | Al Viro |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro |
| 2011-12-19 | oprofile: Fix uninitialized memory access when writing to writing to oprofilefs | Robert Richter |
| 2011-12-07 | oprofile: Fix oprofile_timer_exit() breakage | Robert Richter |
| 2011-11-04 | oprofile, x86: Reimplement nmi timer mode using perf event | Robert Richter |
| 2011-11-04 | oprofile: Remove exit function for timer mode | Robert Richter |
| 2011-11-04 | oprofile: Fix crash when unloading module (hr timer mode) | Robert Richter |
| 2011-09-13 | locking, oprofile: Annotate oprofilefs lock as raw | Thomas Gleixner |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
| 2011-07-21 | perf: Remove the nmi parameter from the oprofile_perf backend | Will Deacon |
| 2011-07-01 | perf: Add context field to perf_event | Avi Kivity |
| 2011-05-31 | oprofile: Fix locking dependency in sync_start() | Robert Richter |
| 2011-05-31 | oprofile: Free potentially owned tasks in case of errors | Robert Richter |
| 2011-05-24 | oprofile: Use linux/mutex.h | Anton Blanchard |
| 2011-02-15 | oprofile, s390: Rework hwsampler implementation | Robert Richter |
| 2011-02-15 | oprofile, s390: Enhance OProfile to support System zs hardware sampling feature | Heinz Graalfs |
| 2011-02-15 | oprofile: Introduce new oprofile sample add function (oprofile_add_ext_hw_sam... | Heinz Graalfs |
| 2010-10-29 | oprofile: Remove deprecated use of flush_scheduled_work() | Tejun Heo |
| 2010-10-29 | oprofile: Fix the hang while taking the cpu offline | Santosh Shilimkar |
| 2010-10-29 | convert get_sb_single() users | Al Viro |
| 2010-10-25 | fs: do not assign default i_ino in new_inode | Christoph Hellwig |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann |
| 2010-10-15 | oprofile: make !CONFIG_PM function stubs static inline | Robert Richter |
| 2010-10-15 | oprofile: fix linker errors | Anand Gadiyar |
| 2010-10-15 | oprofile: include platform_device.h to fix build break | Anand Gadiyar |
| 2010-10-12 | oprofile: disable write access to oprofilefs while profiler is running | Robert Richter |
| 2010-10-11 | oprofile, ARM: Use oprofile_arch_exit() to cleanup on failure | Robert Richter |
| 2010-10-11 | oprofile, ARM: Rework op_create_counter() | Robert Richter |
| 2010-10-11 | oprofile, ARM: Remove some goto statements | Robert Richter |
| 2010-10-11 | oprofile, ARM: Release resources on failure | Robert Richter |
| 2010-10-11 | oprofile: Abstract the perf-events backend | Matt Fleming |
| 2010-10-04 | oprofile: Remove duplicate code around __oprofilefs_create_file() | Robert Richter |