aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile
Commit message (Expand)AuthorAgeFilesLines
* cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell2009-03-131-1/+1
* x86: oprofile: don't set counter width from cpuid on Core2Tim Blechmann2009-03-031-2/+12
* Merge branch 'oprofile/ring_buffer' into oprofile/oprofile-for-tipRobert Richter2009-01-081-133/+91
|\
| * oprofile: make new cpu buffer functions part of the apiRobert Richter2009-01-071-33/+24
| * oprofile: use new data sample format for ibsRobert Richter2009-01-071-78/+41
| * oprofile: rework implementation of cpu buffer eventsRobert Richter2009-01-071-4/+4
| * oprofile: rename variable ibs_allowed to has_ibs in op_model_amd.cRobert Richter2009-01-071-12/+12
| * x86/oprofile: fix pci_dev use count for AMD northbridge devicesRobert Richter2008-12-291-0/+1
| * x86/oprofile: cleanup IBS init/exit functions in op_model_amd.cRobert Richter2008-12-101-15/+17
| * x86/oprofile: reordering IBS code in op_model_amd.cRobert Richter2008-12-101-13/+13
| * oprofile: whitspace changes onlyRobert Richter2008-12-101-2/+2
| * oprofile: comment cleanupRobert Richter2008-12-101-15/+16
* | 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