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
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-14
treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>
Masahiro Yamada
1
-1
/
+1
2019-05-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
11
-132
/
+1000
2019-05-05
perf/x86/intel: Fix race in intel_pmu_disable_event()
Jiri Olsa
1
-3
/
+7
2019-05-03
perf/x86/intel/pt: Remove software double buffering PMU capability
Alexander Shishkin
1
-2
/
+1
2019-05-02
perf/x86/amd: Update generic hardware cache events for Family 17h
Kim Phillips
1
-3
/
+108
2019-04-29
perf/x86: Make perf callchains work without CONFIG_FRAME_POINTER
Kairui Song
1
-4
/
+17
2019-04-25
perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...
Harry Pan
1
-5
/
+5
2019-04-18
perf/x86/amd: Add event map for AMD Family 17h
Kim Phillips
1
-9
/
+26
2019-04-16
perf/x86/intel: Add Tremont core PMU support
Kan Liang
1
-0
/
+91
2019-04-16
perf/x86/intel/uncore: Add Intel Icelake uncore support
Kan Liang
3
-0
/
+98
2019-04-16
perf/x86/msr: Add Icelake support
Kan Liang
1
-0
/
+1
2019-04-16
perf/x86/intel/rapl: Add Icelake support
Kan Liang
1
-0
/
+2
2019-04-16
perf/x86/intel/cstate: Add Icelake support
Kan Liang
1
-0
/
+2
2019-04-16
perf/x86/intel: Add Icelake support
Kan Liang
3
-2
/
+136
2019-04-16
perf/x86: Support constraint ranges
Peter Zijlstra
3
-8
/
+39
2019-04-16
perf/x86/lbr: Avoid reading the LBRs when adaptive PEBS handles them
Andi Kleen
2
-1
/
+13
2019-04-16
perf/x86/intel: Support adaptive PEBS v4
Kan Liang
4
-26
/
+394
2019-04-16
perf/x86/intel/ds: Extract code of event update in short period
Kan Liang
1
-13
/
+20
2019-04-16
perf/x86/intel: Extract memory code PEBS parser for reuse
Andi Kleen
1
-29
/
+34
2019-04-16
perf/x86: Support outputting XMM registers
Kan Liang
3
-2
/
+38
2019-04-16
perf/x86/intel: Force resched when TFA sysctl is modified
Stephane Eranian
3
-2
/
+53
2019-04-16
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2
-20
/
+20
2019-04-16
perf/x86: Fix incorrect PEBS_REGS
Kan Liang
2
-20
/
+20
2019-04-16
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
3
-16
/
+145
2019-04-10
x86/perf/amd: Remove need to check "running" bit in NMI handler
Lendacky, Thomas
2
-12
/
+22
2019-04-03
x86/perf/amd: Resolve NMI latency issues for active PMCs
Lendacky, Thomas
1
-1
/
+55
2019-04-03
x86/perf/amd: Resolve race condition when disabling PMC
Lendacky, Thomas
1
-3
/
+62
2019-04-03
perf/x86/intel: Initialize TFA MSR
Peter Zijlstra
1
-0
/
+6
2019-04-03
perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBS
Stephane Eranian
1
-1
/
+1
2019-04-03
perf/x86: Add sanity checks to x86_schedule_events()
Peter Zijlstra
1
-13
/
+19
2019-04-03
perf/x86: Optimize x86_schedule_events()
Peter Zijlstra
2
-3
/
+13
2019-04-03
perf/x86: Clear ->event_constraint[] on put
Peter Zijlstra
1
-1
/
+3
2019-04-03
perf/x86/intel: Optimize intel_get_excl_constraints()
Peter Zijlstra
1
-9
/
+13
2019-04-03
perf/x86: Remove PERF_X86_EVENT_COMMITTED
Peter Zijlstra
2
-25
/
+22
2019-04-03
perf/x86: Simplify x86_pmu.get_constraints() interface
Peter Zijlstra
2
-6
/
+4
2019-04-03
perf/x86/intel: Simplify intel_tfa_commit_scheduling()
Peter Zijlstra
1
-1
/
+1
2019-03-17
perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
kbuild test robot
1
-1
/
+1
2019-03-15
perf/x86: Fixup typo in stub functions
Peter Zijlstra
1
-2
/
+2
2019-03-15
perf/x86/intel: Fix memory corruption
Peter Zijlstra
1
-1
/
+1
2019-03-12
Merge branch 'x86-tsx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-46
/
+138
2019-03-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-7
/
+10
2019-03-09
perf/x86/intel/uncore: Fix client IMC events return huge result
Kan Liang
3
-7
/
+10
2019-03-07
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-0
/
+3
2019-03-06
perf/x86/intel: Implement support for TSX Force Abort
Peter Zijlstra (Intel)
2
-3
/
+77
2019-03-06
perf/x86/intel: Generalize dynamic constraint creation
Peter Zijlstra (Intel)
1
-21
/
+30
2019-03-06
perf/x86/intel: Make cpuc allocations consistent
Peter Zijlstra (Intel)
3
-22
/
+31
2019-02-28
Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...
Ingo Molnar
1
-4
/
+5
2019-02-28
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
3
-2
/
+37
2019-02-22
perf, pt, coresight: Fix address filters for vmas with non-zero offset
Alexander Shishkin
1
-4
/
+5
2019-02-11
perf/x86: Add check_period PMU callback
Jiri Olsa
3
-2
/
+37
[next]