aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-24oprofile, x86: Allow setting EDGE/INV/CMASK for counter eventsAndi Kleen2-0/+6
2011-03-23x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki1-32/+12
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-03-18x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim1-1/+1
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl1-1/+1
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-3/+2
2011-01-09Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar1-0/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-5/+5
2011-01-07x86, NMI: Remove DIE_NMI_IPIDon Zickus1-1/+0
2011-01-07x86, NMI: Add priorities to handlersDon Zickus2-2/+2
2011-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1