summaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile/nmi_int.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/oprofile: Implement multiplexing setup/shutdown functionsRobert Richter2009-07-201-36/+40
* oprofile: Introduce op_x86_phys_to_virt()Robert Richter2009-07-201-20/+23
* x86/oprofile: Fix initialization of switch_indexRobert Richter2009-07-201-7/+9
* x86/oprofile: Use per_cpu() instead of __get_cpu_var()Robert Richter2009-07-201-2/+2
* oprofile: Implement performance counter multiplexingJason Yeh2009-07-201-5/+157
* x86/oprofile: Whitespaces changes onlyRobert Richter2009-07-141-6/+6
* x86/oprofile: Rework and simplify nmi_cpu_setup()Robert Richter2009-07-141-10/+3
* Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/coreRobert Richter2009-07-141-1/+1
|\
| * x86/oprofile: rename kernel parameter for architectural perfmon to arch_perfmonRobert Richter2009-07-101-1/+1
* | x86/oprofile: fix initialization of arch_perfmon for core_i7Robert Richter2009-06-121-2/+3
* | Merge commit 'tip/perfcounters-for-linus' into oprofile/masterRobert Richter2009-06-121-3/+4
|\|
| * Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-4/+23
| |\
| * | perfcounters: fix "perf counters kill oprofile" bugMike Galbraith2009-02-041-3/+4
* | | x86/oprofile: remove some local variables in MSR save/restore functionsRobert Richter2009-06-111-8/+4
* | | x86/oprofile: use 64 bit values to save MSR statesRobert Richter2009-06-111-20/+8
* | | x86/oprofile: replace macros to calculate control registerRobert Richter2009-06-111-0/+20
* | | x86/oprofile: pass the model to setup_ctrs() functionsRobert Richter2009-06-111-1/+1
* | | x86/oprofile: simplify AMD cpu init codeRobert Richter2009-06-111-8/+7
* | | x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.initRobert Richter2009-06-101-12/+9
| |/ |/|
* | oprofile: introduce module_param oprofile.cpu_typeRobert Richter2009-05-081-2/+11
* | oprofile: add support for Core i7 and AtomAndi Kleen2009-05-081-0/+7
* | oprofile: remove undocumented oprofile.p4force optionAndi Kleen2009-05-081-4/+1
* | oprofile: re-add force_arch_perfmon optionAndi Kleen2009-05-081-0/+6
|/
* x86/oprofile: fix Intel cpu family 6 detectionWilliam Cohen2008-12-031-3/+2