aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/oprofile
AgeCommit message (Expand)Author
2018-02-21x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-08x86/oprofile/ppro: Do not use __this_cpu*() in preemptible contextBorislav Petkov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2016-11-22x86/oprofile/nmi: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-22x86/oprofile/nmi: Remove superfluous smp_function_call_single()Anna-Maria Gleixner
2016-09-20oprofile/x86: Convert x86_backtrace() to use the new unwinderJosh Poimboeuf
2016-09-15x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf
2016-09-08x86/dumpstack: Remove unnecessary stack pointer argumentsJosh Poimboeuf
2016-09-08oprofile/x86: Add regs->ip to oprofile traceJosh Poimboeuf
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov
2016-03-31x86/cpufeature: Remove cpu_has_arch_perfmonBorislav Petkov
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-19x86/oprofile/nmi: Add missing hotplug FROZEN handlingThomas Gleixner
2016-02-20perf: generalize perf_callchainAlexei Starovoitov
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski
2014-08-28percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter
2014-03-20x86, oprofile, nmi: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2013-11-06perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro
2012-10-15oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()Dan Carpenter
2012-07-05perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter
2012-02-20x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin
2011-11-15Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar
2011-11-08Merge branch 'perf/core' into oprofile/masterRobert Richter
2011-11-04oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter
2011-11-04oprofile, x86: Add kernel parameter oprofile.cpu_type=timerRobert Richter
2011-11-04oprofile, x86: Fix crash when unloading module (nmi timer mode)Robert Richter
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-10perf, x86: Implement IBS initializationRobert Richter
2011-10-10perf, x86: Share IBS macros between perf and oprofileRobert Richter
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner
2011-08-16oprofile, x86: Fix overflow and warning (commit 1d12d35)Robert Richter
2011-08-01oprofile, x86: Convert memory allocation to static arrayMaarten Lankhorst
2011-07-21x86, perf: Make copy_from_user_nmi() a library functionRobert Richter
2011-06-15oprofile, x86: Fix nmi-unsafe callgraph supportRobert Richter
2011-06-15oprofile, x86: Fix race in nmi handler while starting countersRobert Richter
2011-06-08Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar
2011-05-30oprofile, x86: Add comments to IBS LVT offset initializationRobert Richter
2011-05-27Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar
2011-05-20oprofile, x86: Enable preemption during pci device setup in IBS initRobert Richter
2011-05-12x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger
2011-03-29Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar