- 2b2fee8 oprofile: get rid of pointless forward declarations of struct super_block by Al Viro · 11 years ago
- 6af4ea0 oprofilefs_create_...() do not need superblock argument by Al Viro · 11 years ago
- ecde282 oprofilefs_mkdir() doesn't need superblock argument by Al Viro · 11 years ago
- 40437c7 don't bother with passing superblock to oprofile_create_stats_files() by Al Viro · 11 years ago
- ef7bca1 oprofile: don't bother with passing superblock to ->create_files() by Al Viro · 11 years ago
- a9e599e don't bother passing sb to oprofile_create_files() by Al Viro · 11 years ago
- a83048e drivers: delete __cpuinit usage from all remaining drivers files by Paul Gortmaker · 11 years ago
- 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
- 3f3834c oprofilefs: add missing ->i_mutex locking in object creation by Al Viro · 12 years ago
- 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 12 years ago
- 61bccf1 oprofile: Remove 'WQ on CPUx, prefer CPUy' warning by Robert Richter · 12 years ago
- f8bbfd7 oprofile, perf: Use per-cpu framework by Robert Richter · 13 years ago
- e734568 oprofile: perf: use NR_CPUS instead or nr_cpumask_bits for static array by Will Deacon · 12 years ago
- 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 13 years ago
- 318ceed tidy up after d_make_root() conversion by Al Viro · 13 years ago
- 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
- 35b740e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 124ba94 Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/core by Ingo Molnar · 13 years ago
- 913050b oprofile: Fix uninitialized memory access when writing to writing to oprofilefs by Robert Richter · 13 years ago
- f8c8520 oprofile: Fix oprofile_timer_exit() breakage by Robert Richter · 13 years ago
- c23205c Merge branch 'core' of git://amd64.org/linux/rric into perf/core by Ingo Molnar · 13 years ago
- 4a1dba7 Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgent by Ingo Molnar · 13 years ago
- dcfce4a oprofile, x86: Reimplement nmi timer mode using perf event by Robert Richter · 13 years ago
- 75c43a2 oprofile: Remove exit function for timer mode by Robert Richter · 13 years ago
- 87121ca oprofile: Fix crash when unloading module (hr timer mode) by Robert Richter · 13 years ago
- 2d21a29 locking, oprofile: Annotate oprofilefs lock as raw by Thomas Gleixner · 15 years ago
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
- 7fcfd1a perf: Remove the nmi parameter from the oprofile_perf backend by Will Deacon · 13 years ago
- 4dc0da8 perf: Add context field to perf_event by Avi Kivity · 13 years ago
- 130c5ce oprofile: Fix locking dependency in sync_start() by Robert Richter · 13 years ago
- 6ac6519 oprofile: Free potentially owned tasks in case of errors by Robert Richter · 13 years ago
- b76a06e oprofile: Use linux/mutex.h by Anton Blanchard · 13 years ago
- a0d7624 oprofile, s390: Rework hwsampler implementation by Robert Richter · 14 years ago
- 997dbb4 oprofile, s390: Enhance OProfile to support System zs hardware sampling feature by Heinz Graalfs · 14 years ago
- 54ebbe7 oprofile: Introduce new oprofile sample add function (oprofile_add_ext_hw_sample) by Heinz Graalfs · 14 years ago
- f02a38d Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 169ed55 Merge branch 'tip/perf/jump-label-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
- 3d7851b oprofile: Remove deprecated use of flush_scheduled_work() by Tejun Heo · 14 years ago
- 4ac3dbe oprofile: Fix the hang while taking the cpu offline by Santosh Shilimkar · 14 years ago
- fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
- 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
- 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
- 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
- cd254f2 oprofile: make !CONFIG_PM function stubs static inline by Robert Richter · 14 years ago
- b3b3a9b oprofile: fix linker errors by Anand Gadiyar · 14 years ago
- 277dd98 oprofile: include platform_device.h to fix build break by Anand Gadiyar · 14 years ago
- 6268464 Merge remote branch 'tip/perf/core' into oprofile/core by Robert Richter · 14 years ago
- 7df01d9 oprofile: disable write access to oprofilefs while profiler is running by Robert Richter · 14 years ago
- 0361e02 Merge branch 'oprofile/perf' into oprofile/core by Robert Richter · 14 years ago
- e9677b3 oprofile, ARM: Use oprofile_arch_exit() to cleanup on failure by Robert Richter · 14 years ago
- 2bcb2b6 oprofile, ARM: Rework op_create_counter() by Robert Richter · 14 years ago
- 9c91283 oprofile, ARM: Remove some goto statements by Robert Richter · 14 years ago
- 8177197 oprofile, ARM: Release resources on failure by Robert Richter · 14 years ago
- ad0f7cf Merge branch 'oprofile/urgent' (early part) into oprofile/perf by Robert Richter · 14 years ago
- 3d90a00 oprofile: Abstract the perf-events backend by Matt Fleming · 14 years ago
- 4fdaa7b oprofile: Remove duplicate code around __oprofilefs_create_file() by Robert Richter · 14 years ago
- ef70fcc Merge branch 'oprofile/urgent' into oprofile/core by Robert Richter · 14 years ago
- 979048e oprofile: don't call arch exit code from init code on failure by Will Deacon · 14 years ago
- 750d857 oprofile: fix crash when accessing freed task structs by Robert Richter · 14 years ago
- 729419f oprofile: make event buffer nonseekable by Arnd Bergmann · 14 years ago
- 9414e99 oprofile: protect from not being in an IRQ context by Phil Carmody · 15 years ago
- b971f06 Merge commit 'tip/tracing/core' into oprofile/core by Robert Richter · 15 years ago
- cb6e943 oprofile: remove double ring buffering by Andi Kleen · 15 years ago
- a36bf32 Merge commit 'v2.6.34-rc5' into oprofile/core by Robert Richter · 15 years ago
- c1ab9ca Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
- 66a8cb9 ring-buffer: Add place holder recording of dropped events by Steven Rostedt · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- bc078e4 oprofile: convert oprofile from timer_hook to hrtimer by Martin Schwidefsky · 15 years ago
- d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
- b3e9f67 percpu: make percpu symbols in oprofile unique by Tejun Heo · 15 years ago
- c086893 oprofile: warn on freeing event buffer too early by Robert Richter · 15 years ago
- 066b3aa oprofile: fix race condition in event_buffer free by David Rientjes · 15 years ago
- 79f5599 cpumask: use zalloc_cpumask_var() where possible by Li Zefan · 15 years ago
- b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
- 1b294f5 oprofile: Adding switch counter to oprofile statistic variables by Robert Richter · 15 years ago
- a5659d1 oprofile: Grouping multiplexing code in oprof.c by Robert Richter · 15 years ago
- 16422a6 oprofile: Remove oprofile_multiplexing_init() by Robert Richter · 15 years ago
- afe1b50f oprofile: Rename variable timeout_jiffies and move to oprofile_files.c by Robert Richter · 15 years ago
- 2051cad oprofile: oprofile_set_timeout(), return with error for invalid args by Robert Richter · 15 years ago
- 4d4036e oprofile: Implement performance counter multiplexing by Jason Yeh · 15 years ago
- debc6a6 Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/core by Robert Richter · 15 years ago
- 2b8777c oprofile: reset bt_lost_no_mapping with other stats by Maynard Johnson · 15 years ago
- b72f7fa Merge branches 'oprofile/fixes', 'oprofile/next' and 'oprofile/master' into oprofile/auto by Robert Richter · 15 years ago
- 1cc4ce6 oprofile: reset bt_lost_no_mapping with other stats by Maynard Johnson · 15 years ago
- 51563a0 x86/oprofile: introduce oprofile_add_data64() by Robert Richter · 15 years ago
- fecfe63 oprofile: remove obselete include headers by Robert Richter · 15 years ago
- 54f2c84 oprofile: fix cpu buffer size by Robert Richter · 15 years ago
- 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 16 years ago
- bb75efd oprofile: Thou shalt not call __exit functions from __init functions by Russell King · 16 years ago
- d95c357 Merge branch 'x86/core' into cpus4096 by Ingo Molnar · 16 years ago
- f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 16 years ago
- 304cc6a ring_buffer: remove unused flags parameter, fix by Ingo Molnar · 16 years ago
- 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 16 years ago
- 4c50d9e cpumask: modifiy oprofile initialization by Robert Richter · 16 years ago
- fdb6a8f oprofile: fix uninitialized use of struct op_entry by Robert Richter · 16 years ago
- f7df8ed cpumask: convert misc driver functions by Rusty Russell · 16 years ago
- 4ce5f24 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile by Linus Torvalds · 16 years ago
- 14f0ca8 oprofile: make new cpu buffer functions part of the api by Robert Richter · 16 years ago
- ebf8d97 oprofile: remove #ifdef CONFIG_OPROFILE_IBS in non-ibs code by Robert Richter · 16 years ago