index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
/
amd
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-04
perf/x86: Support counter mask
Kan Liang
1
-12
/
+12
2024-05-18
perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.c
Uros Bizjak
1
-1
/
+3
2024-04-03
perf/x86/amd: Support capturing LBR from software events
Andrii Nakryiko
1
-0
/
+35
2024-04-03
perf/x86/amd: Ensure amd_pmu_core_disable_all() is always inlined
Andrii Nakryiko
1
-1
/
+1
2024-03-26
perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and later
Sandipan Das
1
-0
/
+15
2024-03-26
perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later
Sandipan Das
1
-3
/
+17
2024-03-25
perf/x86/amd/lbr: Use freeze based on availability
Sandipan Das
1
-2
/
+2
2024-03-13
perf/x86/amd/core: Avoid register reset when CPU is dead
Sandipan Das
1
-1
/
+0
2024-02-15
x86/cpu/amd: Provide a separate accessor for Node ID
Thomas Gleixner
1
-1
/
+1
2024-01-08
Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-10-27
perf: Add branch stack counters
Kan Liang
1
-1
/
+1
2023-09-25
perf/x86/amd: Do not WARN() on every IRQ
Breno Leitao
1
-1
/
+9
2023-09-22
perf/x86/amd/core: Fix overflow reset on hotplug
Sandipan Das
1
-6
/
+8
2023-05-08
perf/ibs: Fix interface via core pmu events
Ravi Bangoria
1
-1
/
+1
2023-03-21
perf/x86/amd/core: Always clear status for idx
Breno Leitao
1
-2
/
+1
2023-01-18
perf/core: Add perf_sample_save_brstack() helper
Namhyung Kim
1
-4
/
+2
2022-12-27
perf/x86/amd: fix potential integer overflow on shift of a int
Colin Ian King
1
-1
/
+1
2022-11-16
perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and ...
Ravi Bangoria
1
-3
/
+2
2022-09-07
perf/x86: Change x86_pmu::limit_period signature
Peter Zijlstra
1
-5
/
+3
2022-09-06
perf: Use sample_flags for branch stack
Kan Liang
1
-1
/
+3
2022-08-27
perf/x86/amd/lbr: Add LbrExtV2 hardware branch filter support
Sandipan Das
1
-6
/
+15
2022-08-27
perf/x86/amd/lbr: Add LbrExtV2 branch record support
Sandipan Das
1
-11
/
+36
2022-08-27
perf/x86/amd/lbr: Detect LbrExtV2 support
Sandipan Das
1
-4
/
+5
2022-08-27
perf/x86/amd/core: Add generic branch record interfaces
Sandipan Das
1
-12
/
+22
2022-08-27
perf/x86/amd/core: Refactor branch attributes
Sandipan Das
1
-6
/
+19
2022-08-27
perf/x86/amd/brs: Move feature-specific functions
Sandipan Das
1
-67
/
+3
2022-05-19
perf/x86/amd/core: Fix reloading events for SVM
Sandipan Das
1
-4
/
+20
2022-05-18
perf/x86/amd: Fix AMD BRS period adjustment
Peter Zijlstra
1
-0
/
+13
2022-05-12
perf/x86/amd: Remove unused variable 'hwc'
Zucheng Zheng
1
-3
/
+0
2022-05-04
perf/x86/amd/core: Add PerfMonV2 overflow handling
Sandipan Das
1
-11
/
+133
2022-05-04
perf/x86/amd/core: Add PerfMonV2 counter control
Sandipan Das
1
-5
/
+45
2022-05-04
perf/x86/amd/core: Detect available counters
Sandipan Das
1
-0
/
+6
2022-05-04
perf/x86/amd/core: Detect PerfMonV2 support
Sandipan Das
1
-0
/
+27
2022-04-05
perf/x86/amd: Add idle hooks for branch sampling
Stephane Eranian
1
-0
/
+4
2022-04-05
perf/x86/amd: Add branch-brs helper event for Fam19h BRS
Stephane Eranian
1
-0
/
+15
2022-04-05
perf/x86/amd: Add AMD Fam19h Branch Sampling support
Stephane Eranian
1
-4
/
+229
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2020-11-19
x86/CPU/AMD: Remove amd_get_nb_id()
Yazen Ghannam
1
-1
/
+1
2020-02-11
perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map
Kim Phillips
1
-0
/
+1
2020-01-17
perf/x86/amd: Add support for Large Increment per Cycle Events
Kim Phillips
1
-0
/
+18
2020-01-17
perf/x86/amd: Constrain Large Increment per Cycle events
Kim Phillips
1
-30
/
+61
2019-11-11
perf/x86/amd: Remove set but not used variable 'active'
Zheng Yongjun
1
-11
/
+2
2019-10-09
perf/x86/amd: Change/fix NMI latency mitigation to use a timestamp
Tom Lendacky
1
-13
/
+17
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-02
perf/x86/amd: Update generic hardware cache events for Family 17h
Kim Phillips
1
-3
/
+108
2019-04-18
perf/x86/amd: Add event map for AMD Family 17h
Kim Phillips
1
-9
/
+26
2019-04-10
x86/perf/amd: Remove need to check "running" bit in NMI handler
Lendacky, Thomas
1
-2
/
+19
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
[next]