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
Age
Commit message (
Expand
)
Author
Files
Lines
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-06
oprofile/x86: make AMD IBS hotplug capable
Robert Richter
3
-41
/
+19
2010-05-06
oprofile/x86: notify cpus only when daemon is running
Robert Richter
1
-13
/
+3
2010-05-04
oprofile/x86: reordering some functions
Robert Richter
1
-67
/
+67
2010-05-04
oprofile/x86: stop disabled counters in nmi handler
Robert Richter
1
-2
/
+10
2010-05-04
oprofile/x86: protect cpu hotplug sections
Robert Richter
1
-6
/
+46
2010-05-04
oprofile/x86: remove CONFIG_SMP macros
Robert Richter
1
-6
/
+1
2010-05-04
oprofile/x86: fix uninitialized counter usage during cpu hotplug
Robert Richter
1
-2
/
+8
2010-05-04
oprofile/x86: remove duplicate IBS capability check
Robert Richter
1
-2
/
+1
2010-05-04
oprofile/x86: move IBS code
Robert Richter
1
-110
/
+110
2010-05-04
oprofile/x86: return -EBUSY if counters are already reserved
Robert Richter
5
-25
/
+44
2010-05-04
oprofile/x86: moving shutdown functions
Robert Richter
3
-49
/
+46
2010-05-04
oprofile/x86: reserve counter msrs pairwise
Robert Richter
2
-43
/
+36
2010-05-04
oprofile/x86: rework error handler in nmi_setup()
Robert Richter
1
-14
/
+19
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
2
-6
/
+6
2010-03-01
perf, x86: add some IBS macros to perf_event.h
Robert Richter
1
-3
/
+3
2010-03-01
perf, x86: make IBS macros available in perf_event.h
Robert Richter
1
-11
/
+0
2010-02-26
oprofile/x86: fix msr access to reserved counters
Robert Richter
1
-5
/
+4
2010-02-26
oprofile/x86: use kzalloc() instead of kmalloc()
Robert Richter
4
-18
/
+4
2010-02-26
oprofile/x86: fix perfctr nmi reservation for mulitplexing
Robert Richter
2
-24
/
+6
2010-02-26
oprofile/x86: add comment to counter-in-use warning
Naga Chumbalkar
1
-0
/
+9
2010-02-26
oprofile/x86: warn user if a counter is already active
Robert Richter
3
-2
/
+31
2010-02-26
oprofile/x86: implement randomization for IBS periodic op counter
Robert Richter
1
-6
/
+63
2010-02-26
oprofile/x86: implement lsfr pseudo-random number generator for IBS
Suravee Suthikulpanit
1
-0
/
+23
2010-02-26
oprofile/x86: implement IBS cpuid feature detection
Robert Richter
1
-17
/
+63
2010-02-26
oprofile/x86: remove node check in AMD IBS initialization
Robert Richter
1
-10
/
+0
2010-02-26
oprofile/x86: remove OPROFILE_IBS config option
Robert Richter
1
-30
/
+1
2010-01-25
oprofile/x86: add Xeon 7500 series support
Andi Kleen
1
-0
/
+1
2010-01-25
oprofile/x86: fix crash when profiling more than 28 events
Suravee Suthikulpanit
1
-1
/
+1
2009-12-17
perf events, x86/stacktrace: Make stack walking optional
Frederic Weisbecker
1
-4
/
+5
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
2
-3
/
+3
2009-08-04
arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return type
Andrew Morton
1
-5
/
+3
2009-08-04
Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()"
Robert Richter
1
-5
/
+2
2009-07-20
x86/oprofile: Small coding style fixes
Robert Richter
1
-3
/
+2
2009-07-20
x86/oprofile: Add counter reservation check for virtual counters
Robert Richter
1
-3
/
+1
2009-07-20
x86/oprofile: Implement op_x86_virt_to_phys()
Robert Richter
3
-1
/
+8
2009-07-20
oprofile: Adding switch counter to oprofile statistic variables
Robert Richter
1
-7
/
+0
2009-07-20
x86/oprofile: Implement mux_clone()
Robert Richter
1
-14
/
+23
2009-07-20
x86/oprofile: Enable multiplexing only if the model supports it
Robert Richter
1
-3
/
+9
2009-07-20
x86/oprofile: Add function has_mux() to check multiplexing support
Robert Richter
1
-1
/
+18
2009-07-20
x86/oprofile: Modify initialization of num_virt_counters
Robert Richter
3
-3
/
+3
2009-07-20
x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec
Robert Richter
4
-5
/
+0
2009-07-20
x86/oprofile: Remove const qualifier from struct op_x86_model_spec
Robert Richter
5
-10
/
+10
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: Grouping multiplexing code in op_model_amd.c
Robert Richter
1
-34
/
+41
2009-07-20
oprofile: Introduce op_x86_phys_to_virt()
Robert Richter
3
-69
/
+55
[next]