summaryrefslogtreecommitdiffstats
path: root/arch/x86/oprofile
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-011-1/+1
| |\| |
| * | | Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-1/+1
| |\ \ \
| * \ \ \ Merge commit 'v2.6.29-rc7' into perfcounters/coreIngo Molnar2009-03-041-2/+12
| |\ \ \ \
| * | | | | perfcounters: fix "perf counters kills oprofile" bug, v2Ingo Molnar2009-02-051-0/+8
| * | | | | perfcounters: fix "perf counters kill oprofile" bugMike Galbraith2009-02-041-3/+4
| * | | | | Merge commit 'v2.6.29-rc1' into perfcounters/coreIngo Molnar2009-01-111-133/+91
| |\ \ \ \ \
| * | | | | | x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.hIngo Molnar2008-12-231-1/+1
* | | | | | | x86/oprofile: introduce oprofile_add_data64()Robert Richter2009-06-111-18/+9
* | | | | | | x86/oprofile: use 64 bit values in IBS functionsRobert Richter2009-06-111-70/+61
* | | | | | | 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-112-27/+10
* | | | | | | x86/oprofile: use 64 bit wrmsr functionsRobert Richter2009-06-112-9/+10
* | | | | | | x86/oprofile: replace CTR*_IS_RESERVED macrosRobert Richter2009-06-114-18/+15
* | | | | | | x86/oprofile: replace CTRL_SET_*ACTIVE macrosRobert Richter2009-06-113-18/+16
* | | | | | | x86/oprofile: replace CTR_OVERFLOWED macrosRobert Richter2009-06-113-17/+15
* | | | | | | x86/oprofile: replace macros to calculate control registerRobert Richter2009-06-114-45/+60
* | | | | | | x86/oprofile: pass the model to setup_ctrs() functionsRobert Richter2009-06-115-5/+9
* | | | | | | x86/oprofile: remove unused macros for AMD virtualization profilingRobert Richter2009-06-111-5/+0
* | | | | | | x86/oprofile: fix and cleanup CTRL_SET_* macrosRobert Richter2009-06-112-9/+10
* | | | | | | x86/oprofile: remove MSR macros for p4 cpusRobert Richter2009-06-111-20/+19
* | | | | | | x86/oprofile: remove MSR macros for ppro cpusRobert Richter2009-06-111-11/+8
* | | | | | | x86/oprofile: remove MSR macros for AMD cpusRobert Richter2009-06-111-17/+12
* | | | | | | x86/oprofile: move common macros to op_x86_model.hRobert Richter2009-06-114-18/+9
* | | | | | | x86/oprofile: simplify AMD cpu init codeRobert Richter2009-06-111-8/+7
* | | | | | | x86/oprofile: remove #ifdefs in ibs functionsRobert Richter2009-06-111-34/+46
* | | | | | | x86/oprofile: minor style changes in struct op_x86_model_specRobert Richter2009-06-111-11/+11
* | | | | | | x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.initRobert Richter2009-06-103-15/+17
* | | | | | | Revert "oprofile: discover counters for op ppro too"Robert Richter2009-06-102-6/+4
* | | | | | | Merge commit 'v2.6.30' into oprofile/masterRobert Richter2009-06-101-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | x86, 32-bit: fix kernel_trap_sp()Masami Hiramatsu2009-05-121-1/+1
| | |_|_|/ | |/| | |
* | | | | 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
|/ / / /
* | | / 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