summaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile
Commit message (Expand)AuthorAgeFilesLines
* x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann2018-02-211-1/+1
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* | x86/oprofile/ppro: Do not use __this_cpu*() in preemptible contextBorislav Petkov2017-11-081-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/oprofile/nmi: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-43/+18
* x86/oprofile/nmi: Remove superfluous smp_function_call_single()Anna-Maria Gleixner2016-11-221-10/+12
* oprofile/x86: Convert x86_backtrace() to use the new unwinderJosh Poimboeuf2016-09-201-22/+17
* x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf2016-09-151-1/+1
* x86/dumpstack: Remove unnecessary stack pointer argumentsJosh Poimboeuf2016-09-081-4/+1
* oprofile/x86: Add regs->ip to oprofile traceJosh Poimboeuf2016-09-081-3/+10
* x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
* x86/cpufeature: Remove cpu_has_arch_perfmonBorislav Petkov2016-03-312-3/+3
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-1/+2
|\
| * x86/oprofile/nmi: Add missing hotplug FROZEN handlingThomas Gleixner2016-03-191-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-1/+2
|\ \ | |/ |/|
| * perf: generalize perf_callchainAlexei Starovoitov2016-02-201-1/+2
* | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-301-1/+0
|/
* x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-1/+1
* percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter2014-08-281-1/+1
* x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-4/+4
* x86, oprofile, nmi: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-2/+13
* perf: Fix arch_perf_out_copy_user defaultPeter Zijlstra2013-11-061-2/+2
* oprofilefs_create_...() do not need superblock argumentAl Viro2013-09-032-14/+14
* oprofilefs_mkdir() doesn't need superblock argumentAl Viro2013-09-032-3/+3
* oprofile: don't bother with passing superblock to ->create_files()Al Viro2013-09-032-21/+21
* oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()Dan Carpenter2012-10-151-1/+1
* perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter2012-07-051-2/+2
* x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin2012-02-201-1/+1
* Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar2011-11-154-76/+29
|\
| * Merge branch 'perf/core' into oprofile/masterRobert Richter2011-11-081-27/+11
| |\
| * | oprofile, x86: Reimplement nmi timer mode using perf eventRobert Richter2011-11-043-90/+9
| * | oprofile, x86: Add kernel parameter oprofile.cpu_type=timerRobert Richter2011-11-041-6/+21
| * | oprofile, x86: Fix crash when unloading module (nmi timer mode)Robert Richter2011-11-041-2/+5
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-265-308/+22
|\ \ \
| * | | perf, x86: Implement IBS initializationRobert Richter2011-10-103-200/+0
| * | | perf, x86: Share IBS macros between perf and oprofileRobert Richter2011-10-101-34/+3
| | |/ | |/|
| * | x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-102-49/+17
| |/
| * oprofile, x86: Fix overflow and warning (commit 1d12d35)Robert Richter2011-08-161-2/+1
| * oprofile, x86: Convert memory allocation to static arrayMaarten Lankhorst2011-08-011-23/+1
* | locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner2011-09-131-2/+2
|/
* x86, perf: Make copy_from_user_nmi() a library functionRobert Richter2011-07-211-38/+1
* oprofile, x86: Fix nmi-unsafe callgraph supportRobert Richter2011-06-151-9/+47
* oprofile, x86: Fix race in nmi handler while starting countersRobert Richter2011-06-151-4/+10
* Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-06-081-4/+9
|\
| * oprofile, x86: Add comments to IBS LVT offset initializationRobert Richter2011-05-301-4/+9
* | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-05-271-41/+54
|\|
| * oprofile, x86: Enable preemption during pci device setup in IBS initRobert Richter2011-05-201-41/+54
* | x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger2011-05-121-13/+0
|/
* Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2011-03-292-0/+6
|\