aboutsummaryrefslogtreecommitdiff
path: root/drivers/oprofile
AgeCommit message (Expand)AuthorFilesLines
2013-09-03oprofile: get rid of pointless forward declarations of struct super_blockGravatar Al Viro 2-2/+0
2013-09-03oprofilefs_create_...() do not need superblock argumentGravatar Al Viro 4-39/+38
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentGravatar Al Viro 3-11/+10
2013-09-03don't bother with passing superblock to oprofile_create_stats_files()Gravatar Al Viro 3-14/+14
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Gravatar Al Viro 2-9/+9
2013-09-03don't bother passing sb to oprofile_create_files()Gravatar Al Viro 3-15/+15
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesGravatar Paul Gortmaker 1-2/+2
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-0/+1
2013-02-22oprofilefs: add missing ->i_mutex locking in object creationGravatar Al Viro 1-3/+13
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileGravatar Konstantin Khlebnikov 1-14/+3
2012-08-27oprofile: Remove 'WQ on CPUx, prefer CPUy' warningGravatar Robert Richter 1-8/+3
2012-06-22oprofile, perf: Use per-cpu frameworkGravatar Robert Richter 1-12/+11
2012-06-21oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static arrayGravatar Will Deacon 1-1/+1
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-11/+3
2012-03-20tidy up after d_make_root() conversionGravatar Al Viro 1-6/+3
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-4/+2
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-34/+209
2011-12-20Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Gravatar Ingo Molnar 1-1/+0
2011-12-19oprofile: Fix uninitialized memory access when writing to writing to oprofilefsGravatar Robert Richter 2-5/+13
2011-12-07oprofile: Fix oprofile_timer_exit() breakageGravatar Robert Richter 1-1/+0
2011-11-15Merge branch 'core' of git://amd64.org/linux/rric into perf/coreGravatar Ingo Molnar 4-18/+214
2011-11-15Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgentGravatar Ingo Molnar 2-5/+25
2011-11-04oprofile, x86: Reimplement nmi timer mode using perf eventGravatar Robert Richter 3-13/+193
2011-11-04oprofile: Remove exit function for timer modeGravatar Robert Richter 2-21/+17
2011-11-04oprofile: Fix crash when unloading module (hr timer mode)Gravatar Robert Richter 2-5/+25
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawGravatar Thomas Gleixner 3-7/+7
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-21perf: Remove the nmi parameter from the oprofile_perf backendGravatar Will Deacon 1-1/+1
2011-07-01perf: Add context field to perf_eventGravatar Avi Kivity 1-1/+1
2011-05-31oprofile: Fix locking dependency in sync_start()Gravatar Robert Richter 1-6/+2
2011-05-31oprofile: Free potentially owned tasks in case of errorsGravatar Robert Richter 1-4/+9
2011-05-24oprofile: Use linux/mutex.hGravatar Anton Blanchard 2-2/+2
2011-02-15oprofile, s390: Rework hwsampler implementationGravatar Robert Richter 3-46/+3
2011-02-15oprofile, s390: Enhance OProfile to support System zs hardware sampling featureGravatar Heinz Graalfs 3-3/+46
2011-02-15oprofile: Introduce new oprofile sample add function (oprofile_add_ext_hw_sam...Gravatar Heinz Graalfs 1-7/+17
2010-10-30Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Gravatar Linus Torvalds 4-4/+22
2010-10-30Merge branch 'tip/perf/jump-label-2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Ingo Molnar 2-1/+11
2010-10-29oprofile: Remove deprecated use of flush_scheduled_work()Gravatar Tejun Heo 3-4/+9
2010-10-29oprofile: Fix the hang while taking the cpu offlineGravatar Santosh Shilimkar 1-0/+13
2010-10-29convert get_sb_single() usersGravatar Al Viro 1-4/+4
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 2-1/+10
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 2-1/+10
2010-10-15oprofile: make !CONFIG_PM function stubs static inlineGravatar Robert Richter 1-2/+6
2010-10-15oprofile: fix linker errorsGravatar Anand Gadiyar 1-1/+1
2010-10-15oprofile: include platform_device.h to fix build breakGravatar Anand Gadiyar 1-0/+1
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreGravatar Robert Richter 1-1/+1
2010-10-12oprofile: disable write access to oprofilefs while profiler is runningGravatar Robert Richter 4-20/+18
2010-10-11Merge branch 'oprofile/perf' into oprofile/coreGravatar Robert Richter 1-0/+323
2010-10-11oprofile, ARM: Use oprofile_arch_exit() to cleanup on failureGravatar Robert Richter 1-28/+26