summaryrefslogtreecommitdiff
path: root/arch/x86/oprofile
Commit message (Expand)AuthorAgeFilesLines
* x86: oprofile: don't set counter width from cpuid on Core2Tim Blechmann2009-03-161-2/+12
* x86/oprofile: fix Intel cpu family 6 detectionWilliam Cohen2008-12-031-3/+2
* oprofile: fix CPU unplug panic in ppro_stop()Eric Dumazet2008-12-031-0/+4
* oprofile: fix an overflow in ppro codeEric Dumazet2008-11-171-1/+1
* oprofile: Fix p6 counter overflow checkAndi Kleen2008-11-071-5/+4
* oprofile: fixing whitespaces in arch/x86/oprofile/*Robert Richter2008-10-162-11/+10
* Merge branch 'oprofile/x86-oprofile-for-tip' into oprofile/oprofile-for-tipRobert Richter2008-10-153-35/+108
|\
| * oprofile: discover counters for op ppro tooAndi Kleen2008-10-132-4/+6
| * oprofile: Implement Intel architectural perfmon supportAndi Kleen2008-10-133-28/+102
| * oprofile: Don't report Nehalem as core_2Andi Kleen2008-10-131-3/+0
| * oprofile: drop const in num counters fieldAndi Kleen2008-10-131-2/+2
* | x86/oprofile: add the logic for enabling additional IBS bitsSuravee Suthikulpanit2008-10-151-2/+5
* | x86/oprofile: reordering functions in nmi_int.cRobert Richter2008-10-151-76/+71
* | oprofile: more whitespace fixesRobert Richter2008-10-153-6/+6
* | oprofile: whitespace fixesRobert Richter2008-10-153-34/+34
* | OProfile: Rename IBS sysfs dir into "ibs_op"Robert Richter2008-10-151-1/+1
* | OProfile: Rework string handling in setup_ibs_files()Robert Richter2008-10-151-12/+11
* | OProfile: Rework oprofile_add_ibs_sample() functionRobert Richter2008-10-151-2/+3
|/
* Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2008-09-306-148/+40
|\
| * Merge commit 'v2.6.27-rc5' into tip/oprofileRobert Richter2008-09-241-3/+36
| |\
| * | Revert "Oprofile Multiplexing Patch"Robert Richter2008-09-246-149/+39
* | | Merge commit 'v2.6.27-rc8' into oprofileIngo Molnar2008-09-301-6/+39
|\ \ \ | |/ / |/| |
| * | x86, oprofile: BUG scheduling while atomicAndrea Righi2008-09-221-1/+3
| |/
| * x86: fix oprofile + hibernation badnessAndi Kleen2008-08-201-3/+36
* | x86, oprofile: BUG: using smp_processor_id() in preemptible codeAndrea Righi2008-09-221-1/+1
* | Merge branch 'x86/oprofile' into oprofileIngo Molnar2008-08-191-88/+87
|\ \
| * | x86: Coding style fixes to arch/x86/oprofile/op_model_p4.cPaolo Ciarrocchi2008-08-191-88/+87
| |/
* | x86/oprofile: fix on_each_cpu build errorRobert Richter2008-07-261-1/+1
* | Oprofile Multiplexing PatchJason Yeh2008-07-266-39/+149
* | x86/oprofile: reanaming op_model_athlon.c to op_model_amd.cRobert Richter2008-07-262-2/+2
* | x86/oprofile: add CONFIG_OPROFILE_IBS optionRobert Richter2008-07-261-10/+23
* | x86/oprofile: op_model_athlon.c: fix counter reset when reenabling IBS OPRobert Richter2008-07-261-0/+1
* | x86/oprofile: macro definition cleanup in op_model_athlon.cRobert Richter2008-07-261-29/+17
* | OProfile: fix IBS build error for UPRobert Richter2008-07-261-0/+22
* | OProfile: enable IBS for AMD CPUsRobert Richter2008-07-262-7/+25
* | OProfile: fix setup_ibs_files() function interfaceRobert Richter2008-07-261-2/+4
* | OProfile: on_each_cpu(): kill unused retry parameterRobert Richter2008-07-261-2/+2
* | OProfile: Fix build error in op_model_athlon.cRobert Richter2008-07-261-0/+5
* | OProfile: change IBS interrupt initializationRobert Richter2008-07-261-30/+54
* | x86/oprofile: separating the IBS handlerRobert Richter2008-07-261-17/+28
* | x86/oprofile: add IBS support for AMD CPUs, model specific codeBarry Kasindorf2008-07-261-0/+257
* | x86/oprofile: renaming athlon_*() into op_amd_*()Robert Richter2008-07-263-19/+19
* | x86/oprofile: Minor changes in op_model_athlon.cRobert Richter2008-07-261-0/+2
* | x86/oprofile: introduce model specific init/exit functionsRobert Richter2008-07-263-4/+27
* | oprofile: Add support for AMD Family 11hBarry Kasindorf2008-07-261-0/+4
|/
* x86/oprofile/nmi_int: add Nehalem to list of ppro coresLinus Torvalds2008-07-241-11/+25
* Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-5/+5
|\
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-5/+5
* | x86/oprofile: disable preemption in nmi_shutdownVegard Nossum2008-06-241-1/+2
|/
* x86: oprofile: remove NR_CPUS arrays in arch/x86/oprofile/nmi_int.cMike Travis2008-04-191-22/+27