index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-4
/
+4
2020-08-15
perf/x86/intel/uncore: Add BW counters for GT, IA and IO breakdown
Vaibhav Shankar
1
-3
/
+49
2020-08-14
perf/x86/rapl: Add support for Intel SPR platform
Zhang Rui
1
-0
/
+20
2020-08-14
perf/x86/rapl: Support multiple RAPL unit quirks
Zhang Rui
1
-9
/
+15
2020-08-14
perf/x86/rapl: Fix missing psys sysfs attributes
Zhang Rui
1
-1
/
+1
2020-08-04
Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+0
2020-07-28
perf/x86/rapl: Add Hygon Fam18h RAPL support
Pu Wen
1
-1
/
+2
2020-07-26
Merge branch 'x86/urgent' into x86/cleanups
Ingo Molnar
1
-1
/
+1
2020-07-22
x86/perf: Fix a typo
Hu Haowen
1
-1
/
+1
2020-07-08
perf/x86/intel/lbr: Support XSAVES for arch LBR read
Kan Liang
3
-1
/
+47
2020-07-08
perf/x86/intel/lbr: Support XSAVES/XRSTORS for LBR context switch
Kan Liang
2
-5
/
+95
2020-07-08
perf/x86: Remove task_ctx_size
Kan Liang
2
-2
/
+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
3
-11
/
+253
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
2
-17
/
+51
2020-07-08
perf/x86/intel/lbr: Mark the {rd,wr}lbr_{to,from} wrappers __always_inline
Kan Liang
1
-4
/
+4
2020-07-08
perf/x86/intel/lbr: Unify the stored format of LBR information
Kan Liang
3
-17
/
+15
2020-07-08
perf/x86/intel/lbr: Support LBR_CTL
Kan Liang
2
-3
/
+55
2020-07-08
perf/x86: Expose CPUID enumeration bits for arch LBR
Kan Liang
1
-0
/
+13
2020-07-08
perf/x86/intel/lbr: Use dynamic data structure for task_ctx
Kan Liang
2
-34
/
+32
2020-07-08
perf/x86/intel/lbr: Factor out a new struct for generic optimization
Kan Liang
2
-20
/
+28
2020-07-08
perf/x86/intel/lbr: Add the function pointers for LBR save and restore
Kan Liang
3
-30
/
+59
2020-07-08
perf/x86/intel/lbr: Add a function pointer for LBR read
Kan Liang
3
-7
/
+13
2020-07-08
perf/x86/intel/lbr: Add a function pointer for LBR reset
Kan Liang
3
-17
/
+27
2020-07-02
Merge branch 'perf/vlbr'
Peter Zijlstra
5
-56
/
+140
2020-07-02
perf/x86: Keep LBR records unchanged in host context for guest usage
Like Xu
3
-7
/
+33
2020-07-02
perf/x86: Add constraint to create guest LBR event without hw counter
Like Xu
4
-0
/
+24
2020-07-02
perf/x86/lbr: Add interface to get LBR information
Like Xu
1
-0
/
+20
2020-07-02
perf/x86/core: Refactor hw->idx checks and cleanup
Like Xu
2
-48
/
+62
2020-07-02
perf/x86: Fix variable types for LBR registers
Wei Wang
1
-2
/
+2
2020-06-28
Merge tag 'perf-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2020-06-15
x86/msr: Lift AMD family 0x15 power-specific MSRs
Borislav Petkov
1
-4
/
+0
2020-06-15
perf/x86/intel/uncore: Expose an Uncore unit to IIO PMON mapping
Roman Sudarikov
2
-0
/
+200
2020-06-15
perf/x86/intel/uncore: Wrap the max dies calculation into an accessor
Roman Sudarikov
2
-6
/
+10
2020-06-15
perf/x86/intel/uncore: Expose an Uncore unit to PMON mapping
Roman Sudarikov
2
-0
/
+20
2020-06-15
perf/x86/intel/uncore: Validate MMIO address before accessing
Kan Liang
3
-0
/
+21
2020-06-15
perf/x86/intel/uncore: Record the size of mapped area
Kan Liang
3
-4
/
+21
2020-06-15
perf/x86/intel/uncore: Fix oops when counting IMC uncore events on some TGL
Kan Liang
1
-1
/
+2
2020-06-15
perf/x86/intel/uncore: Add Comet Lake support
Kan Liang
2
-0
/
+68
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-4
/
+4
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
Michel Lespinasse
1
-1
/
+1
2020-06-05
Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+3
2020-06-02
perf/x86/rapl: Fix RAPL config variable bug
Stephane Eranian
1
-1
/
+1
2020-05-28
perf/x86/rapl: Add AMD Fam17h RAPL support
Stephane Eranian
1
-0
/
+18
2020-05-28
perf/x86/rapl: Make perf_probe_msr() more robust and flexible
Stephane Eranian
1
-0
/
+13
2020-05-28
perf/x86/rapl: Flip logic on default events visibility
Stephane Eranian
1
-0
/
+11
2020-05-28
perf/x86/rapl: Refactor to share the RAPL code between Intel and AMD CPUs
Stephane Eranian
1
-6
/
+23
2020-05-28
perf/x86/rapl: Move RAPL support to common x86 code
Stephane Eranian
4
-8
/
+10
[next]