Age | Commit message (Expand) | Author | Files | Lines |
2013-07-15 | drivers: delete __cpuinit usage from all remaining drivers files | Paul Gortmaker | 1 | -2/+2 |
2013-03-04 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
2013-02-23 | oprofilefs: add missing ->i_mutex locking in object creation | Al Viro | 1 | -3/+13 |
2012-10-09 | mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file | Konstantin Khlebnikov | 1 | -14/+3 |
2012-08-27 | oprofile: Remove 'WQ on CPUx, prefer CPUy' warning | Robert Richter | 1 | -8/+3 |
2012-06-22 | oprofile, perf: Use per-cpu framework | Robert Richter | 1 | -12/+11 |
2012-06-21 | oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static array | Will Deacon | 1 | -1/+1 |
2012-04-06 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -11/+3 |
2012-03-21 | tidy up after d_make_root() conversion | Al Viro | 1 | -6/+3 |
2012-03-21 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -4/+2 |
2012-01-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -34/+209 |
2011-12-20 | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/... | Ingo Molnar | 1 | -1/+0 |
2011-12-19 | oprofile: Fix uninitialized memory access when writing to writing to oprofilefs | Robert Richter | 2 | -5/+13 |
2011-12-07 | oprofile: Fix oprofile_timer_exit() breakage | Robert Richter | 1 | -1/+0 |
2011-11-15 | Merge branch 'core' of git://amd64.org/linux/rric into perf/core | Ingo Molnar | 4 | -18/+214 |
2011-11-15 | Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgent | Ingo Molnar | 2 | -5/+25 |
2011-11-04 | oprofile, x86: Reimplement nmi timer mode using perf event | Robert Richter | 3 | -13/+193 |
2011-11-04 | oprofile: Remove exit function for timer mode | Robert Richter | 2 | -21/+17 |
2011-11-04 | oprofile: Fix crash when unloading module (hr timer mode) | Robert Richter | 2 | -5/+25 |
2011-09-13 | locking, oprofile: Annotate oprofilefs lock as raw | Thomas Gleixner | 3 | -7/+7 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-07-21 | perf: Remove the nmi parameter from the oprofile_perf backend | Will Deacon | 1 | -1/+1 |
2011-07-01 | perf: Add context field to perf_event | Avi Kivity | 1 | -1/+1 |
2011-05-31 | oprofile: Fix locking dependency in sync_start() | Robert Richter | 1 | -6/+2 |
2011-05-31 | oprofile: Free potentially owned tasks in case of errors | Robert Richter | 1 | -4/+9 |
2011-05-24 | oprofile: Use linux/mutex.h | Anton Blanchard | 2 | -2/+2 |
2011-02-15 | oprofile, s390: Rework hwsampler implementation | Robert Richter | 3 | -46/+3 |
2011-02-15 | oprofile, s390: Enhance OProfile to support System zs hardware sampling feature | Heinz Graalfs | 3 | -3/+46 |
2011-02-15 | oprofile: Introduce new oprofile sample add function (oprofile_add_ext_hw_sam... | Heinz Graalfs | 1 | -7/+17 |
2010-10-30 | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.... | Linus Torvalds | 4 | -4/+22 |
2010-10-30 | Merge branch 'tip/perf/jump-label-2' of git://git.kernel.org/pub/scm/linux/ke... | Ingo Molnar | 2 | -1/+11 |
2010-10-29 | oprofile: Remove deprecated use of flush_scheduled_work() | Tejun Heo | 3 | -4/+9 |
2010-10-29 | oprofile: Fix the hang while taking the cpu offline | Santosh Shilimkar | 1 | -0/+13 |
2010-10-29 | convert get_sb_single() users | Al Viro | 1 | -4/+4 |
2010-10-26 | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 1 | -0/+1 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2 | -1/+10 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 2 | -1/+10 |
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 | 1 | -1/+1 |
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 | 1 | -1/+1 |
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 | 1 | -0/+323 |
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 | 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 | 2 | -15/+14 |
2010-10-11 | oprofile: Abstract the perf-events backend | Matt Fleming | 1 | -0/+326 |
2010-10-04 | oprofile: Remove duplicate code around __oprofilefs_create_file() | Robert Richter | 1 | -32/+14 |