index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
oprofile
/
op_model_ppro.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-08
x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context
Borislav Petkov
1
-2
/
+2
2016-03-31
x86/cpufeature: Remove cpu_has_arch_perfmon
Borislav Petkov
1
-1
/
+1
2011-08-16
oprofile, x86: Fix overflow and warning (commit 1d12d35)
Robert Richter
1
-2
/
+1
2011-08-01
oprofile, x86: Convert memory allocation to static array
Maarten Lankhorst
1
-23
/
+1
2010-12-30
x86: Replace uses of current_cpu_data with this_cpu ops
Tejun Heo
1
-4
/
+4
2010-05-18
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2010-05-04
oprofile/x86: return -EBUSY if counters are already reserved
Robert Richter
1
-11
/
+13
2010-05-04
oprofile/x86: moving shutdown functions
Robert Richter
1
-17
/
+16
2010-05-04
oprofile/x86: reserve counter msrs pairwise
Robert Richter
1
-19
/
+17
2010-04-02
perf, x86: Undo some some *_counter* -> *_event* renames
Robert Richter
1
-2
/
+2
2010-03-01
perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE
Robert Richter
1
-3
/
+3
2010-02-26
oprofile/x86: use kzalloc() instead of kmalloc()
Robert Richter
1
-5
/
+1
2010-02-26
oprofile/x86: warn user if a counter is already active
Robert Richter
1
-1
/
+10
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
1
-2
/
+2
2009-07-20
x86/oprofile: Modify initialization of num_virt_counters
Robert Richter
1
-1
/
+0
2009-07-20
x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec
Robert Richter
1
-1
/
+0
2009-07-20
x86/oprofile: Remove const qualifier from struct op_x86_model_spec
Robert Richter
1
-1
/
+1
2009-07-20
oprofile: Implement performance counter multiplexing
Jason Yeh
1
-0
/
+2
2009-07-14
x86/oprofile: Whitespaces changes only
Robert Richter
1
-4
/
+4
2009-06-12
Merge commit 'tip/perfcounters-for-linus' into oprofile/master
Robert Richter
1
-0
/
+8
2009-06-11
x86/oprofile: replace CTR*_IS_RESERVED macros
Robert Richter
1
-5
/
+5
2009-06-11
x86/oprofile: replace CTRL_SET_*ACTIVE macros
Robert Richter
1
-8
/
+8
2009-06-11
x86/oprofile: replace CTR_OVERFLOWED macros
Robert Richter
1
-6
/
+4
2009-06-11
x86/oprofile: replace macros to calculate control register
Robert Richter
1
-16
/
+13
2009-06-11
x86/oprofile: pass the model to setup_ctrs() functions
Robert Richter
1
-1
/
+2
2009-06-11
x86/oprofile: fix and cleanup CTRL_SET_* macros
Robert Richter
1
-1
/
+0
2009-06-11
x86/oprofile: remove MSR macros for ppro cpus
Robert Richter
1
-11
/
+8
2009-06-11
x86/oprofile: move common macros to op_x86_model.h
Robert Richter
1
-8
/
+0
2009-06-10
x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.init
Robert Richter
1
-1
/
+8
2009-06-10
Revert "oprofile: discover counters for op ppro too"
Robert Richter
1
-5
/
+3
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
2008-12-23
x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.h
Ingo Molnar
1
-1
/
+1
2008-12-03
oprofile: fix CPU unplug panic in ppro_stop()
Eric Dumazet
1
-0
/
+4
2008-11-17
oprofile: fix an overflow in ppro code
Eric Dumazet
1
-1
/
+1
2008-11-07
oprofile: Fix p6 counter overflow check
Andi Kleen
1
-5
/
+4
2008-10-15
Merge branch 'oprofile/x86-oprofile-for-tip' into oprofile/oprofile-for-tip
Robert Richter
1
-23
/
+85
2008-10-15
oprofile: whitespace fixes
Robert Richter
1
-8
/
+8
2008-10-13
oprofile: discover counters for op ppro too
Andi Kleen
1
-3
/
+5
2008-10-13
oprofile: Implement Intel architectural perfmon support
Andi Kleen
1
-22
/
+82
2008-09-24
Revert "Oprofile Multiplexing Patch"
Robert Richter
1
-2
/
+0
2008-07-26
Oprofile Multiplexing Patch
Jason Yeh
1
-0
/
+2
2008-04-17
x86: coding style fixes to arch/x86/oprofile/op_model_ppro.c
Paolo Ciarrocchi
1
-26
/
+26
2007-10-11
i386: move oprofile
Thomas Gleixner
1
-0
/
+192