aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile/nmi_int.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+11
2011-10-10perf, x86: Implement IBS initializationRobert Richter1-2/+0
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus1-27/+11
2011-09-13locking, oprofile: Annotate oprofilefs lock as rawThomas Gleixner1-2/+2
2011-06-15oprofile, x86: Fix race in nmi handler while starting countersRobert Richter1-4/+10
2011-03-29Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgentIngo Molnar1-0/+5
2011-03-24oprofile, x86: Allow setting EDGE/INV/CMASK for counter eventsAndi Kleen1-0/+5
2011-03-23x86: Use syscore_ops instead of sysdev classes and sysdevsRafael J. Wysocki1-32/+12
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-01-07x86, NMI: Remove DIE_NMI_IPIDon Zickus1-1/+0
2011-01-07x86, NMI: Add priorities to handlersDon Zickus1-1/+1
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo1-1/+1
2010-12-19oprofile, x86: Add support for AMD family 15hRobert Richter1-0/+3
2010-10-15oprofile, x86: Add support for AMD family 14hRobert Richter1-0/+3
2010-10-15oprofile, x86: Add support for AMD family 12hRobert Richter1-0/+3
2010-10-01oprofile, x86: Simplify init/exit functionsRobert Richter1-8/+1
2010-09-21oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa1-0/+1
2010-09-16oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)Patrick Simmons1-1/+3
2010-09-01oprofile, x86: fix init_sysfs() function stubRobert Richter1-2/+4
2010-08-31oprofile, x86: fix init_sysfs error handlingRobert Richter1-3/+13
2010-08-05oprofile: add support for Intel processor model 30Josh Hunt1-0/+1
2010-05-10Oprofile: Change CPUIDS from decimal to hex, and add some commentsJohn Villalovos1-2/+14
2010-05-06oprofile/x86: make AMD IBS hotplug capableRobert Richter1-2/+2
2010-05-06oprofile/x86: notify cpus only when daemon is runningRobert Richter1-13/+3
2010-05-04oprofile/x86: reordering some functionsRobert Richter1-67/+67
2010-05-04oprofile/x86: stop disabled counters in nmi handlerRobert Richter1-2/+10
2010-05-04oprofile/x86: protect cpu hotplug sectionsRobert Richter1-6/+46
2010-05-04oprofile/x86: remove CONFIG_SMP macrosRobert Richter1-6/+1
2010-05-04oprofile/x86: fix uninitialized counter usage during cpu hotplugRobert Richter1-2/+8
2010-05-04oprofile/x86: return -EBUSY if counters are already reservedRobert Richter1-1/+4
2010-05-04oprofile/x86: rework error handler in nmi_setup()Robert Richter1-14/+19
2010-02-26oprofile/x86: use kzalloc() instead of kmalloc()Robert Richter1-3/+3
2010-02-26oprofile/x86: fix perfctr nmi reservation for mulitplexingRobert Richter1-5/+6
2010-01-25oprofile/x86: add Xeon 7500 series supportAndi Kleen1-0/+1
2010-01-25oprofile/x86: fix crash when profiling more than 28 eventsSuravee Suthikulpanit1-1/+1
2009-07-20x86/oprofile: Add counter reservation check for virtual countersRobert Richter1-3/+1
2009-07-20x86/oprofile: Implement op_x86_virt_to_phys()Robert Richter1-0/+6
2009-07-20oprofile: Adding switch counter to oprofile statistic variablesRobert Richter1-7/+0
2009-07-20x86/oprofile: Implement mux_clone()Robert Richter1-14/+23
2009-07-20x86/oprofile: Enable multiplexing only if the model supports itRobert Richter1-3/+9
2009-07-20x86/oprofile: Add function has_mux() to check multiplexing supportRobert Richter1-1/+18
2009-07-20x86/oprofile: Modify initialization of num_virt_countersRobert Richter1-0/+3
2009-07-20x86/oprofile: Remove const qualifier from struct op_x86_model_specRobert Richter1-2/+2
2009-07-20x86/oprofile: Moving nmi_cpu_switch() in nmi_int.cRobert Richter1-74/+70
2009-07-20x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.cRobert Richter1-28/+24
2009-07-20x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.cRobert Richter1-26/+19
2009-07-20x86/oprofile: Implement multiplexing setup/shutdown functionsRobert Richter1-36/+40
2009-07-20oprofile: Introduce op_x86_phys_to_virt()Robert Richter1-20/+23
2009-07-20x86/oprofile: Fix initialization of switch_indexRobert Richter1-7/+9