index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
oprofile
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-20
x86/oprofile: Fix initialization of switch_index
Robert Richter
1
-7
/
+9
2009-07-20
x86/oprofile: Use per_cpu() instead of __get_cpu_var()
Robert Richter
1
-2
/
+2
2009-07-20
x86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS macros
Robert Richter
1
-2
/
+2
2009-07-20
oprofile: Implement performance counter multiplexing
Jason Yeh
6
-20
/
+267
2009-07-14
x86/oprofile: Whitespaces changes only
Robert Richter
4
-20
/
+20
2009-07-14
x86/oprofile: Rework and simplify nmi_cpu_setup()
Robert Richter
1
-10
/
+3
2009-07-14
x86/oprofile: Fix cast of counter value
Robert Richter
2
-5
/
+5
2009-07-14
Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/core
Robert Richter
1
-1
/
+1
2009-07-10
x86/oprofile: rename kernel parameter for architectural perfmon to arch_perfmon
Robert Richter
1
-1
/
+1
2009-06-18
x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()
Jaswinder Singh Rajput
1
-2
/
+5
2009-06-12
x86/oprofile: fix initialization of arch_perfmon for core_i7
Robert Richter
1
-2
/
+3
2009-06-12
Merge commit 'tip/perfcounters-for-linus' into oprofile/master
Robert Richter
3
-4
/
+13
2009-06-11
x86/oprofile: introduce oprofile_add_data64()
Robert Richter
1
-18
/
+9
2009-06-11
x86/oprofile: use 64 bit values in IBS functions
Robert Richter
1
-70
/
+61
2009-06-11
x86/oprofile: remove some local variables in MSR save/restore functions
Robert Richter
1
-8
/
+4
2009-06-11
x86/oprofile: use 64 bit values to save MSR states
Robert Richter
2
-27
/
+10
2009-06-11
x86/oprofile: use 64 bit wrmsr functions
Robert Richter
2
-9
/
+10
2009-06-11
x86/oprofile: replace CTR*_IS_RESERVED macros
Robert Richter
4
-18
/
+15
2009-06-11
x86/oprofile: replace CTRL_SET_*ACTIVE macros
Robert Richter
3
-18
/
+16
2009-06-11
x86/oprofile: replace CTR_OVERFLOWED macros
Robert Richter
3
-17
/
+15
2009-06-11
x86/oprofile: replace macros to calculate control register
Robert Richter
4
-45
/
+60
2009-06-11
x86/oprofile: pass the model to setup_ctrs() functions
Robert Richter
5
-5
/
+9
2009-06-11
x86/oprofile: remove unused macros for AMD virtualization profiling
Robert Richter
1
-5
/
+0
2009-06-11
x86/oprofile: fix and cleanup CTRL_SET_* macros
Robert Richter
2
-9
/
+10
2009-06-11
x86/oprofile: remove MSR macros for p4 cpus
Robert Richter
1
-20
/
+19
2009-06-11
x86/oprofile: remove MSR macros for ppro cpus
Robert Richter
1
-11
/
+8
2009-06-11
x86/oprofile: remove MSR macros for AMD cpus
Robert Richter
1
-17
/
+12
2009-06-11
x86/oprofile: move common macros to op_x86_model.h
Robert Richter
4
-18
/
+9
2009-06-11
x86/oprofile: simplify AMD cpu init code
Robert Richter
1
-8
/
+7
2009-06-11
Merge branch 'linus' into perfcounters/core
Ingo Molnar
1
-4
/
+23
2009-06-11
x86/oprofile: remove #ifdefs in ibs functions
Robert Richter
1
-34
/
+46
2009-06-11
x86/oprofile: minor style changes in struct op_x86_model_spec
Robert Richter
1
-11
/
+11
2009-06-11
Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+23
2009-06-11
x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.init
Robert Richter
3
-15
/
+17
2009-06-11
Revert "oprofile: discover counters for op ppro too"
Robert Richter
2
-6
/
+4
2009-06-10
Merge commit 'v2.6.30' into oprofile/master
Robert Richter
1
-1
/
+1
2009-06-01
Merge branch 'linus' into perfcounters/core
Ingo Molnar
1
-1
/
+1
2009-05-12
x86, 32-bit: fix kernel_trap_sp()
Masami Hiramatsu
1
-1
/
+1
2009-05-08
oprofile: introduce module_param oprofile.cpu_type
Robert Richter
1
-2
/
+11
2009-05-08
oprofile: add support for Core i7 and Atom
Andi Kleen
1
-0
/
+7
2009-05-08
oprofile: remove undocumented oprofile.p4force option
Andi Kleen
1
-4
/
+1
2009-05-08
oprofile: re-add force_arch_perfmon option
Andi Kleen
1
-0
/
+6
2009-04-06
Merge branch 'linus' into perfcounters/core-v2
Ingo Molnar
1
-1
/
+1
2009-03-13
cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t
Rusty Russell
1
-1
/
+1
2009-03-04
Merge commit 'v2.6.29-rc7' into perfcounters/core
Ingo Molnar
1
-2
/
+12
2009-03-03
x86: oprofile: don't set counter width from cpuid on Core2
Tim Blechmann
1
-2
/
+12
2009-02-05
perfcounters: fix "perf counters kills oprofile" bug, v2
Ingo Molnar
1
-0
/
+8
2009-02-04
perfcounters: fix "perf counters kill oprofile" bug
Mike Galbraith
1
-3
/
+4
2009-01-11
Merge commit 'v2.6.29-rc1' into perfcounters/core
Ingo Molnar
1
-133
/
+91
2009-01-08
Merge branch 'oprofile/ring_buffer' into oprofile/oprofile-for-tip
Robert Richter
1
-133
/
+91
[prev]
[next]