summaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile/nmi_int.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core' of git://amd64.org/linux/rric into perf/coreIngo Molnar2011-11-151-6/+21
|\
| * Merge branch 'perf/core' into oprofile/masterRobert Richter2011-11-081-27/+11
| |\
| * | oprofile, x86: Add kernel parameter oprofile.cpu_type=timerRobert Richter2011-11-041-6/+21
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-261-29/+11
|\ \ \
| * | | perf, x86: Implement IBS initializationRobert Richter2011-10-101-2/+0
| | |/ | |/|
| * | x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-101-27/+11
| |/
* / locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner2011-09-131-2/+2
|/
* oprofile, x86: Fix race in nmi handler while starting countersRobert Richter2011-06-151-4/+10
* Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2011-03-291-0/+5
|\
| * oprofile, x86: Allow setting EDGE/INV/CMASK for counter eventsAndi Kleen2011-03-241-0/+5
* | x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki2011-03-231-32/+12
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-111-2/+1
|\
| * x86, NMI: Remove DIE_NMI_IPIDon Zickus2011-01-071-1/+0
| * x86, NMI: Add priorities to handlersDon Zickus2011-01-071-1/+1
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-1/+1
|\ \ | |/ |/|
| * x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-301-1/+1
* | oprofile, x86: Add support for AMD family 15hRobert Richter2010-12-191-0/+3
|/
* 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
* oprofile, x86: Simplify init/exit functionsRobert Richter2010-10-011-8/+1
* 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
* oprofile, x86: fix init_sysfs() function stubRobert Richter2010-09-011-2/+4
* oprofile, x86: fix init_sysfs error handlingRobert Richter2010-08-311-3/+13
* oprofile: add support for Intel processor model 30Josh Hunt2010-08-051-0/+1
* Oprofile: Change CPUIDS from decimal to hex, and add some commentsJohn Villalovos2010-05-101-2/+14
* oprofile/x86: make AMD IBS hotplug capableRobert Richter2010-05-061-2/+2
* oprofile/x86: notify cpus only when daemon is runningRobert Richter2010-05-061-13/+3
* oprofile/x86: reordering some functionsRobert Richter2010-05-041-67/+67
* oprofile/x86: stop disabled counters in nmi handlerRobert Richter2010-05-041-2/+10
* oprofile/x86: protect cpu hotplug sectionsRobert Richter2010-05-041-6/+46
* oprofile/x86: remove CONFIG_SMP macrosRobert Richter2010-05-041-6/+1
* oprofile/x86: fix uninitialized counter usage during cpu hotplugRobert Richter2010-05-041-2/+8
* oprofile/x86: return -EBUSY if counters are already reservedRobert Richter2010-05-041-1/+4
* oprofile/x86: rework error handler in nmi_setup()Robert Richter2010-05-041-14/+19
* oprofile/x86: use kzalloc() instead of kmalloc()Robert Richter2010-02-261-3/+3
* oprofile/x86: fix perfctr nmi reservation for mulitplexingRobert Richter2010-02-261-5/+6
* oprofile/x86: add Xeon 7500 series supportAndi Kleen2010-01-251-0/+1
* oprofile/x86: fix crash when profiling more than 28 eventsSuravee Suthikulpanit2010-01-251-1/+1
* x86/oprofile: Add counter reservation check for virtual countersRobert Richter2009-07-201-3/+1
* x86/oprofile: Implement op_x86_virt_to_phys()Robert Richter2009-07-201-0/+6
* oprofile: Adding switch counter to oprofile statistic variablesRobert Richter2009-07-201-7/+0
* x86/oprofile: Implement mux_clone()Robert Richter2009-07-201-14/+23
* x86/oprofile: Enable multiplexing only if the model supports itRobert Richter2009-07-201-3/+9
* x86/oprofile: Add function has_mux() to check multiplexing supportRobert Richter2009-07-201-1/+18
* x86/oprofile: Modify initialization of num_virt_countersRobert Richter2009-07-201-0/+3
* x86/oprofile: Remove const qualifier from struct op_x86_model_specRobert Richter2009-07-201-2/+2
* x86/oprofile: Moving nmi_cpu_switch() in nmi_int.cRobert Richter2009-07-201-74/+70
* x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.cRobert Richter2009-07-201-28/+24
* x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.cRobert Richter2009-07-201-26/+19