aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/oprofile (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-21x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann1-1/+1
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2017-11-08x86/oprofile/ppro: Do not use __this_cpu*() in preemptible contextBorislav Petkov1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2016-11-22x86/oprofile/nmi: Convert to hotplug state machineSebastian Andrzej Siewior1-43/+18
2016-11-22x86/oprofile/nmi: Remove superfluous smp_function_call_single()Anna-Maria Gleixner1-10/+12
2016-09-20oprofile/x86: Convert x86_backtrace() to use the new unwinderJosh Poimboeuf1-22/+17
2016-09-15x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf1-1/+1
2016-09-08x86/dumpstack: Remove unnecessary stack pointer argumentsJosh Poimboeuf1-4/+1
2016-09-08oprofile/x86: Add regs->ip to oprofile traceJosh Poimboeuf1-3/+10
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_arch_perfmonBorislav Petkov2-3/+3
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2016-03-19x86/oprofile/nmi: Add missing hotplug FROZEN handlingThomas Gleixner1-1/+2
2016-02-20perf: generalize perf_callchainAlexei Starovoitov1-1/+2
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+0
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-1/+1
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter1-1/+1
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-4/+4
2014-03-20x86, oprofile, nmi: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-2/+13
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra1-2/+2
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro2-14/+14
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro2-3/+3
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro2-21/+21
2012-10-15oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()Dan Carpenter1-1/+1
2012-07-05perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter1-2/+2
2012-02-20x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin1-1/+1
2011-11-15Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar4-76/+29
2011-11-08Merge branch 'perf/core' into oprofile/masterRobert Richter1-27/+11
2011-11-04oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter3-90/+9
2011-11-04oprofile, x86: Add kernel parameter oprofile.cpu_type=timerRobert Richter1-6/+21
2011-11-04oprofile, x86: Fix crash when unloading module (nmi timer mode)Robert Richter1-2/+5
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-308/+22
2011-10-10perf, x86: Implement IBS initializationRobert Richter3-200/+0
2011-10-10perf, x86: Share IBS macros between perf and oprofileRobert Richter1-34/+3
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus2-49/+17
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner1-2/+2
2011-08-16oprofile, x86: Fix overflow and warning (commit 1d12d35)Robert Richter1-2/+1
2011-08-01oprofile, x86: Convert memory allocation to static arrayMaarten Lankhorst1-23/+1
2011-07-21x86, perf: Make copy_from_user_nmi() a library functionRobert Richter1-38/+1
2011-06-15oprofile, x86: Fix nmi-unsafe callgraph supportRobert Richter1-9/+47
2011-06-15oprofile, x86: Fix race in nmi handler while starting countersRobert Richter1-4/+10
2011-06-08Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgentIngo Molnar1-4/+9
2011-05-30oprofile, x86: Add comments to IBS LVT offset initializationRobert Richter1-4/+9
2011-05-27Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgentIngo Molnar1-41/+54
2011-05-20oprofile, x86: Enable preemption during pci device setup in IBS initRobert Richter1-41/+54
2011-05-12x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger1-13/+0
2011-03-29Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgentIngo Molnar2-0/+6