| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-29 | arch: x86: Remove CONFIG_OPROFILE support |  Viresh Kumar | 9 | -2587/+0 |
| 2020-10-26 | x86/oprofile: Avoid TIF_IA32 when checking 64bit mode |  Gabriel Krisman Bertazi | 1 | -1/+1 |
| 2019-10-18 | x86: Use pr_warn instead of pr_warning |  Kefeng Wang | 1 | -3/+3 |
| 2018-02-21 | x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() |  Arnd Bergmann | 1 | -1/+1 |
| 2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux |  Linus Torvalds | 1 | -1/+1 |
| 2017-11-08 | x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context |  Borislav Petkov | 1 | -2/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-31 | treewide: Fix function prototypes for module_param_call() |  Kees Cook | 1 | -1/+1 |
| 2016-11-22 | x86/oprofile/nmi: Convert to hotplug state machine |  Sebastian Andrzej Siewior | 1 | -43/+18 |
| 2016-11-22 | x86/oprofile/nmi: Remove superfluous smp_function_call_single() |  Anna-Maria Gleixner | 1 | -10/+12 |
| 2016-09-20 | oprofile/x86: Convert x86_backtrace() to use the new unwinder |  Josh Poimboeuf | 1 | -22/+17 |
| 2016-09-15 | x86/dumpstack: Add get_stack_info() interface |  Josh Poimboeuf | 1 | -1/+1 |
| 2016-09-08 | x86/dumpstack: Remove unnecessary stack pointer arguments |  Josh Poimboeuf | 1 | -4/+1 |
| 2016-09-08 | oprofile/x86: Add regs->ip to oprofile trace |  Josh Poimboeuf | 1 | -3/+10 |
| 2016-04-13 | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage |  Borislav Petkov | 1 | -1/+1 |
| 2016-03-31 | x86/cpufeature: Remove cpu_has_arch_perfmon |  Borislav Petkov | 2 | -3/+3 |
| 2016-03-24 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+2 |
| 2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -1/+2 |
| 2016-03-19 | x86/oprofile/nmi: Add missing hotplug FROZEN handling |  Thomas Gleixner | 1 | -1/+2 |
| 2016-02-20 | perf: generalize perf_callchain |  Alexei Starovoitov | 1 | -1/+2 |
| 2016-01-30 | x86/cpufeature: Carve out X86_FEATURE_* |  Borislav Petkov | 1 | -1/+0 |
| 2015-03-23 | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' |  Andy Lutomirski | 1 | -1/+1 |
| 2014-08-28 | percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t |  Christoph Lameter | 1 | -1/+1 |
| 2014-08-26 | x86: Replace __get_cpu_var uses |  Christoph Lameter | 1 | -4/+4 |
| 2014-03-20 | x86, oprofile, nmi: Fix CPU hotplug callback registration |  Srivatsa S. Bhat | 1 | -2/+13 |
| 2013-11-06 | perf: Fix arch_perf_out_copy_user default |  Peter Zijlstra | 1 | -2/+2 |
| 2013-09-03 | oprofilefs_create_...() do not need superblock argument |  Al Viro | 2 | -14/+14 |
| 2013-09-03 | oprofilefs_mkdir() doesn't need superblock argument |  Al Viro | 2 | -3/+3 |
| 2013-09-03 | oprofile: don't bother with passing superblock to ->create_files() |  Al Viro | 2 | -21/+21 |
| 2012-10-15 | oprofile, x86: Fix wrapping bug in op_x86_get_ctrl() |  Dan Carpenter | 1 | -1/+1 |
| 2012-07-05 | perf/x86/amd: Unify AMD's generic and family 15h pmus |  Robert Richter | 1 | -2/+2 |
| 2012-02-20 | x86: Factor out TIF_IA32 from 32-bit address space |  H. Peter Anvin | 1 | -1/+1 |
| 2011-11-15 | Merge branch 'core' of git://amd64.org/linux/rric into perf/core |  Ingo Molnar | 4 | -76/+29 |
| 2011-11-08 | Merge branch 'perf/core' into oprofile/master |  Robert Richter | 1 | -27/+11 |
| 2011-11-04 | oprofile, x86: Reimplement nmi timer mode using perf event |  Robert Richter | 3 | -90/+9 |
| 2011-11-04 | oprofile, x86: Add kernel parameter oprofile.cpu_type=timer |  Robert Richter | 1 | -6/+21 |
| 2011-11-04 | oprofile, x86: Fix crash when unloading module (nmi timer mode) |  Robert Richter | 1 | -2/+5 |
| 2011-10-26 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 5 | -308/+22 |
| 2011-10-10 | perf, x86: Implement IBS initialization |  Robert Richter | 3 | -200/+0 |
| 2011-10-10 | perf, x86: Share IBS macros between perf and oprofile |  Robert Richter | 1 | -34/+3 |
| 2011-10-10 | x86, nmi: Wire up NMI handlers to new routines |  Don Zickus | 2 | -49/+17 |
| 2011-09-13 | locking, oprofile: Annotate oprofilefs lock as raw |  Thomas Gleixner | 1 | -2/+2 |
| 2011-08-16 | oprofile, x86: Fix overflow and warning (commit 1d12d35) |  Robert Richter | 1 | -2/+1 |
| 2011-08-01 | oprofile, x86: Convert memory allocation to static array |  Maarten Lankhorst | 1 | -23/+1 |
| 2011-07-21 | x86, perf: Make copy_from_user_nmi() a library function |  Robert Richter | 1 | -38/+1 |
| 2011-06-15 | oprofile, x86: Fix nmi-unsafe callgraph support |  Robert Richter | 1 | -9/+47 |
| 2011-06-15 | oprofile, x86: Fix race in nmi handler while starting counters |  Robert Richter | 1 | -4/+10 |
| 2011-06-08 | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent |  Ingo Molnar | 1 | -4/+9 |
| 2011-05-30 | oprofile, x86: Add comments to IBS LVT offset initialization |  Robert Richter | 1 | -4/+9 |
| 2011-05-27 | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent |  Ingo Molnar | 1 | -41/+54 |