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
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-14
Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-16
/
+62
2020-12-14
Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+2
2020-12-09
perf/x86/intel: Add Tremont Topdown support
Kan Liang
1
-0
/
+14
2020-12-09
perf/x86/intel/lbr: Fix the return type of get_lbr_cycles()
Kan Liang
1
-1
/
+1
2020-12-09
perf/x86/intel: Fix rtm_abort_event encoding on Ice Lake
Kan Liang
1
-1
/
+1
2020-12-03
perf/x86/intel: Check PEBS status correctly
Stephane Eranian
1
-1
/
+1
2020-12-03
perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBS
Namhyung Kim
1
-1
/
+1
2020-11-26
Merge remote-tracking branch 'origin/master' into perf/core
Peter Zijlstra
7
-44
/
+103
2020-11-17
perf/x86: fix sysfs type mismatches
Sami Tolvanen
3
-11
/
+11
2020-11-10
perf/x86/intel/uncore: Fix Add BW copypasta
Arnd Bergmann
1
-1
/
+1
2020-11-09
perf/x86/intel: Make anythread filter support conditional
Stephane Eranian
1
-0
/
+10
2020-11-09
perf/x86: Make dummy_iregs static
Peter Zijlstra
1
-1
/
+1
2020-11-09
perf/x86: Reduce stack usage for x86_pmu::drain_pebs()
Peter Zijlstra
2
-23
/
+26
2020-11-09
perf: Reduce stack usage of perf_output_begin()
Peter Zijlstra
1
-2
/
+2
2020-10-29
perf/x86/intel: Add event constraint for CYCLE_ACTIVITY.STALLS_MEM_ANY
Kan Liang
1
-1
/
+2
2020-10-29
perf/x86/intel/uncore: Add Rocket Lake support
Kan Liang
2
-1
/
+25
2020-10-29
perf/x86/cstate: Add Rocket Lake CPU support
Kan Liang
1
-9
/
+10
2020-10-29
perf/x86/intel: Add Rocket Lake CPU support
Kan Liang
1
-0
/
+1
2020-10-29
perf/x86/intel: Support PERF_SAMPLE_DATA_PAGE_SIZE
Kan Liang
1
-3
/
+8
2020-10-26
perf/x86: Avoid TIF_IA32 when checking 64bit mode
Gabriel Krisman Bertazi
2
-2
/
+2
2020-10-12
Merge tag 'perf-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-103
/
+687
2020-10-03
perf/x86/intel: Check perf metrics feature for each CPU
Kan Liang
1
-0
/
+11
2020-09-29
perf/x86/intel: Fix Ice Lake event constraint table
Kan Liang
1
-1
/
+1
2020-09-29
perf/x86/intel/uncore: Fix the scale of the IMC free-running events
Kan Liang
1
-6
/
+6
2020-09-29
perf/x86/intel/uncore: Fix for iio mapping on Skylake Server
Alexander Antonov
1
-2
/
+5
2020-09-29
perf/x86/intel: Add Jasper Lake support
Kan Liang
1
-0
/
+1
2020-09-29
perf/x86/intel/uncore: Reduce the number of CBOX counters
Kan Liang
1
-1
/
+1
2020-09-29
perf/x86/intel/uncore: Update Ice Lake uncore units
Kan Liang
1
-4
/
+25
2020-09-29
perf/x86/intel/uncore: Split the Ice Lake and Tiger Lake MSR uncore support
Kan Liang
3
-2
/
+19
2020-09-24
perf/x86/intel/uncore: Support PCIe3 unit on Snow Ridge
Kan Liang
1
-0
/
+53
2020-09-24
perf/x86/intel/uncore: Generic support for the PCI sub driver
Kan Liang
2
-0
/
+82
2020-09-24
perf/x86/intel/uncore: Factor out uncore_pci_pmu_unregister()
Kan Liang
1
-10
/
+25
2020-09-24
perf/x86/intel/uncore: Factor out uncore_pci_pmu_register()
Kan Liang
1
-31
/
+51
2020-09-24
perf/x86/intel/uncore: Factor out uncore_pci_find_dev_pmu()
Kan Liang
1
-15
/
+33
2020-09-24
perf/x86/intel/uncore: Factor out uncore_pci_get_dev_die_info()
Kan Liang
1
-8
/
+23
2020-09-10
perf/x86/intel/ds: Fix x86_pmu_stop warning for large PEBS
Kan Liang
1
-12
/
+20
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-4
/
+4
2020-08-18
perf/x86/intel: Support per-thread RDPMC TopDown metrics
Kan Liang
1
-11
/
+79
2020-08-18
perf/x86/intel: Support TopDown metrics on Ice Lake
Kan Liang
1
-0
/
+118
2020-08-18
perf/x86/intel: Generic support for hardware TopDown metrics
Kan Liang
1
-5
/
+119
2020-08-18
perf/x86/intel: Use switch in intel_pmu_disable/enable_event
Kan Liang
1
-8
/
+28
2020-08-18
perf/x86/intel: Name the global status bit in NMI handler
Kan Liang
1
-2
/
+2
2020-08-15
perf/x86/intel/uncore: Add BW counters for GT, IA and IO breakdown
Vaibhav Shankar
1
-3
/
+49
2020-07-08
perf/x86/intel/lbr: Support XSAVES for arch LBR read
Kan Liang
1
-1
/
+39
2020-07-08
perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch
Kan Liang
1
-5
/
+74
2020-07-08
perf/x86: Remove task_ctx_size
Kan Liang
1
-1
/
+0
2020-07-08
perf/x86/intel/lbr: Create kmem_cache for the LBR context data
Kan Liang
1
-2
/
+19
2020-07-08
perf/x86/intel/lbr: Support Architectural LBR
Kan Liang
2
-11
/
+243
2020-07-08
perf/x86/intel/lbr: Factor out intel_pmu_store_lbr
Kan Liang
1
-26
/
+56
2020-07-08
perf/x86/intel/lbr: Factor out rdlbr_all() and wrlbr_all()
Kan Liang
1
-16
/
+50
[next]