index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
perf_event.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf/x86: Add a few more comments
Peter Zijlstra
2014-02-27
1
-14
/
+33
*
perf/x86: Fix event scheduling
Peter Zijlstra
2014-02-27
1
-0
/
+3
*
perf/x86: Fix Userspace RDPMC switch
Peter Zijlstra
2014-02-09
1
-1
/
+1
*
perf/x86/intel/p6: Add userspace RDPMC quirk for PPro
Peter Zijlstra
2014-02-09
1
-1
/
+5
*
sched/clock, x86: Use a static_key for sched_clock_stable
Peter Zijlstra
2014-01-13
1
-1
/
+1
*
sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQs
Peter Zijlstra
2014-01-13
1
-4
/
+10
*
perf: Fix arch_perf_out_copy_user default
Peter Zijlstra
2013-11-06
1
-2
/
+2
*
perf/x86: Fix NMI measurements
Peter Zijlstra
2013-10-29
1
-3
/
+3
*
perf/x86: Clean up cap_user_time* setting
Peter Zijlstra
2013-10-04
1
-8
/
+3
*
perf/x86: Fix PMU detection printout when no PMU is detected
Ingo Molnar
2013-09-28
1
-1
/
+1
*
perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'
Peter Zijlstra
2013-09-20
1
-5
/
+5
*
perf/x86: Add ability to calculate TSC from perf sample timestamps
Adrian Hunter
2013-07-23
1
-0
/
+6
*
x86: delete __cpuinit usage from all x86 files
Paul Gortmaker
2013-07-14
1
-1
/
+1
*
perf/x86: Fix shared register mutual exclusion enforcement
Stephane Eranian
2013-06-26
1
-1
/
+25
*
perf: Drop sample rate when sampling is too slow
Dave Hansen
2013-06-23
1
-1
/
+11
*
perf/x86/intel: Add Haswell PEBS record support
Andi Kleen
2013-06-19
1
-1
/
+2
*
perf/x86: Reduce stack usage of x86_schedule_events()
Andrew Hunter
2013-06-19
1
-13
/
+15
*
perf/x86: Check all MSRs before passing hw check
George Dunlap
2013-04-21
1
-11
/
+17
*
perf/x86: Add memory profiling via PEBS Load Latency
Stephane Eranian
2013-04-01
1
-1
/
+4
*
perf/x86: Add flags to event constraints
Stephane Eranian
2013-04-01
1
-1
/
+1
*
perf/x86: Improve sysfs event mapping with event string
Stephane Eranian
2013-03-26
1
-8
/
+12
*
perf/x86: Support CPU specific sysfs events
Andi Kleen
2013-03-26
1
-0
/
+34
*
perf/x86: Allow for architecture specific RDPMC indexes
Jacob Shin
2013-02-06
1
-1
/
+1
*
perf: Make EVENT_ATTR global
Sukadev Bhattiprolu
2013-01-31
1
-10
/
+3
*
perf x86: revert 20b279 - require exclude_guest to use PEBS - kernel side
David Ahern
2013-01-10
1
-6
/
+0
*
perf/x86: Fix sparse warnings
Peter Huewe
2012-10-30
1
-2
/
+2
*
perf/x86: Add hardware events translations for AMD cpus
Jiri Olsa
2012-10-24
1
-2
/
+1
*
perf/x86: Add hardware events translations for Intel cpus
Jiri Olsa
2012-10-24
1
-0
/
+40
*
perf/x86: Filter out undefined events from sysfs events attribute
Jiri Olsa
2012-10-24
1
-0
/
+22
*
perf/x86: Make hardware event translations available in sysfs
Jiri Olsa
2012-10-24
1
-0
/
+60
*
x86/perf: Fix virtualization sanity check
Andre Przywara
2012-10-24
1
-4
/
+6
*
perf: Require exclude_guest to use PEBS - kernel side enforcement
Peter Zijlstra
2012-10-16
1
-0
/
+6
*
perf/x86: Fix USER/KERNEL tagging of samples properly
Peter Zijlstra
2012-07-31
1
-10
/
+79
*
perf/x86: Add a microcode revision check for SNB-PEBS
Peter Zijlstra
2012-07-05
1
-7
/
+14
*
perf/x86: Improve debug output in check_hw_exists()
Robert Richter
2012-07-05
1
-3
/
+5
*
perf/x86: Move Intel specific code to intel_pmu_init()
Robert Richter
2012-07-05
1
-32
/
+2
*
perf/x86: Rename Intel specific macros
Robert Richter
2012-07-05
1
-19
/
+19
*
Merge branch 'x86/cpu' into perf/core
Ingo Molnar
2012-07-05
1
-1
/
+1
|
\
|
*
x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()
H. Peter Anvin
2012-06-07
1
-1
/
+1
*
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-07-05
1
-1
/
+1
|
\
\
|
*
|
perf/x86: Fix USER/KERNEL tagging of samples
Peter Zijlstra
2012-07-05
1
-1
/
+1
*
|
|
perf: Export perf_assign_events()
Yan, Zheng
2012-06-18
1
-3
/
+3
*
|
|
perf/x86/amd: Fix RDPMC index calculation for AMD family 15h
Robert Richter
2012-06-18
1
-1
/
+1
*
|
|
perf/x86: Convert obsolete simple_strtoul() usage to kstrtoul()
Shuah Khan
2012-06-11
1
-1
/
+6
*
|
|
perf/x86: Use rdpmc() rather than rdmsr() when possible in the kernel
Vince Weaver
2012-06-06
1
-1
/
+3
*
|
|
perf/x86: Fix wrmsrl() debug wrapper
Peter Zijlstra
2012-06-06
1
-11
/
+0
|
/
/
*
|
perf/x86: Check if user fp is valid
Arun Sharma
2012-06-06
1
-0
/
+12
*
|
perf/x86: Allow multiple stacks
Arun Sharma
2012-06-06
1
-6
/
+0
*
|
perf/x86: Fix Intel shared extra MSR allocation
Peter Zijlstra
2012-06-06
1
-0
/
+1
|
/
*
perf: Pass last sampling period to perf_sample_data_init()
Robert Richter
2012-05-09
1
-3
/
+1
[next]