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
/
nmi_int.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-20
x86/oprofile: Remove const qualifier from struct op_x86_model_spec
Robert Richter
1
-2
/
+2
2009-07-20
x86/oprofile: Moving nmi_cpu_switch() in nmi_int.c
Robert Richter
1
-74
/
+70
2009-07-20
x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.c
Robert Richter
1
-28
/
+24
2009-07-20
x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.c
Robert Richter
1
-26
/
+19
2009-07-20
x86/oprofile: Implement multiplexing setup/shutdown functions
Robert Richter
1
-36
/
+40
2009-07-20
oprofile: Introduce op_x86_phys_to_virt()
Robert Richter
1
-20
/
+23
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
oprofile: Implement performance counter multiplexing
Jason Yeh
1
-5
/
+157
2009-07-14
x86/oprofile: Whitespaces changes only
Robert Richter
1
-6
/
+6
2009-07-14
x86/oprofile: Rework and simplify nmi_cpu_setup()
Robert Richter
1
-10
/
+3
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-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
1
-3
/
+4
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
1
-20
/
+8
2009-06-11
x86/oprofile: replace macros to calculate control register
Robert Richter
1
-0
/
+20
2009-06-11
x86/oprofile: pass the model to setup_ctrs() functions
Robert Richter
1
-1
/
+1
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-10
x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.init
Robert Richter
1
-12
/
+9
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-02-04
perfcounters: fix "perf counters kill oprofile" bug
Mike Galbraith
1
-3
/
+4
2008-12-03
x86/oprofile: fix Intel cpu family 6 detection
William Cohen
1
-3
/
+2
2008-10-15
Merge branch 'oprofile/x86-oprofile-for-tip' into oprofile/oprofile-for-tip
Robert Richter
1
-9
/
+17
2008-10-15
x86/oprofile: reordering functions in nmi_int.c
Robert Richter
1
-76
/
+71
2008-10-13
oprofile: Implement Intel architectural perfmon support
Andi Kleen
1
-6
/
+17
2008-10-13
oprofile: Don't report Nehalem as core_2
Andi Kleen
1
-3
/
+0
2008-09-30
Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-91
/
+9
2008-09-30
Merge commit 'v2.6.27-rc8' into oprofile
Ingo Molnar
1
-6
/
+39
2008-09-24
Merge commit 'v2.6.27-rc5' into tip/oprofile
Robert Richter
1
-3
/
+36
2008-09-24
Revert "Oprofile Multiplexing Patch"
Robert Richter
1
-92
/
+8
2008-09-22
x86, oprofile: BUG: using smp_processor_id() in preemptible code
Andrea Righi
1
-1
/
+1
2008-09-22
x86, oprofile: BUG scheduling while atomic
Andrea Righi
1
-1
/
+3
2008-08-20
x86: fix oprofile + hibernation badness
Andi Kleen
1
-3
/
+36
2008-07-26
x86/oprofile: fix on_each_cpu build error
Robert Richter
1
-1
/
+1
2008-07-26
Oprofile Multiplexing Patch
Jason Yeh
1
-8
/
+92
2008-07-26
OProfile: enable IBS for AMD CPUs
Robert Richter
1
-6
/
+8
2008-07-26
x86/oprofile: renaming athlon_*() into op_amd_*()
Robert Richter
1
-4
/
+4
2008-07-26
x86/oprofile: introduce model specific init/exit functions
Robert Richter
1
-1
/
+10
2008-07-26
oprofile: Add support for AMD Family 11h
Barry Kasindorf
1
-0
/
+4
2008-07-24
x86/oprofile/nmi_int: add Nehalem to list of ppro cores
Linus Torvalds
1
-11
/
+25
2008-07-15
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
1
-5
/
+5
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-5
/
+5
2008-06-24
x86/oprofile: disable preemption in nmi_shutdown
Vegard Nossum
1
-1
/
+2
2008-04-19
x86: oprofile: remove NR_CPUS arrays in arch/x86/oprofile/nmi_int.c
Mike Travis
1
-22
/
+27
[prev]
[next]