aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile
Commit message (Expand)AuthorAgeFilesLines
* oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()Dan Carpenter2012-10-281-1/+1
* oprofile, x86: Fix crash when unloading module (nmi timer mode)Robert Richter2011-12-091-2/+5
* oprofile, x86: Fix nmi-unsafe callgraph supportRobert Richter2011-08-041-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
|\
| * oprofile, x86: Allow setting EDGE/INV/CMASK for counter eventsAndi Kleen2011-03-242-0/+6
* | x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-231-32/+12
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-181-1/+1
|\ \
| * | x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim2011-03-181-1/+1
| |/
* | Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl2011-01-191-1/+1
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-112-3/+2
|\
| * Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-01-091-0/+1
| |\
| * | x86, NMI: Remove DIE_NMI_IPIDon Zickus2011-01-071-1/+0
| * | x86, NMI: Add priorities to handlersDon Zickus2011-01-072-2/+2
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-072-5/+5
|\ \ \ | |_|/ |/| |
| * | x86: Replace uses of current_cpu_data with this_cpu opsTejun Heo2010-12-301-4/+4
| * | x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-301-1/+1
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-061-0/+1
|\ \ \ | |_|/ |/| |
| * | apic, amd: Make firmware bug messages more meaningfulRobert Richter2010-10-251-0/+1
* | | Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-051-8/+16
|\ \ \
| * | | arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPURobert Richter2011-01-031-8/+16
| | |/ | |/|
* | | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2010-12-302-18/+39
|\ \ \
| * | | oprofile, x86: Add support for 6 counters (AMD family 15h)Robert Richter2010-12-191-18/+36
| * | | oprofile, x86: Add support for AMD family 15hRobert Richter2010-12-191-0/+3
| |/ /
* | | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus2010-12-221-1/+1
* | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-11-181-1/+1
|\ \ \
| * | | x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen2010-11-181-1/+1
| |/ /
* | | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus2010-11-181-3/+0
|/ /
* | Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opro...Ingo Molnar2010-10-252-37/+89
|\ \
| * \ Merge branch 'oprofile/core' into oprofile/x86Robert Richter2010-10-251-15/+117
| |\ \ | | |/
| * | oprofile, x86: Add support for IBS periodic op counter extensionRobert Richter2010-10-151-3/+19
| * | oprofile, x86: Add support for IBS branch target address reportingRobert Richter2010-10-151-6/+20
| * | oprofile, x86: Introduce struct ibs_stateRobert Richter2010-10-151-11/+18
| * | oprofile, x86: Remove duplicate check for IBS_CAPS_OPCNTRobert Richter2010-10-151-2/+1
| * | oprofile, x86: Check IBS capability bits 1 and 2Robert Richter2010-10-151-21/+38
| * | oprofile, x86: Add support for AMD family 14hRobert Richter2010-10-151-0/+3
| * | oprofile, x86: Add support for AMD family 12hRobert Richter2010-10-151-0/+3
* | | x86/oprofile: Fix uninitialized variable use in debug printkIngo Molnar2010-10-251-15/+11
| |/ |/|
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-18/+127
|\ \ | |/ |/|
| * apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsetsRobert Richter2010-10-201-18/+127
* | oprofile, x86: Simplify init/exit functionsRobert Richter2010-10-011-8/+1
* | oprofile, x86: Adding backtrace dump for 32bit process in compat modeJiri Olsa2010-10-011-0/+53
* | oprofile, x86: Using struct stack_frame for 64bit processes dumpJiri Olsa2010-10-011-12/+7
|/
* oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa2010-09-211-0/+1
* oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)Patrick Simmons2010-09-161-1/+3