index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
/
intel
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-13
perf/x86/intel: Fix crash in icl_update_topdown_event()
Kan Liang
1
-1
/
+1
2025-05-31
perf/x86/intel: Fix incorrect MSR index calculations in intel_pmu_config_acr()
Dapeng Mi
1
-3
/
+5
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-35
/
+36
2025-05-26
Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-26
/
+319
2025-05-21
perf/x86/intel: Remove driver-specific throttle support
Kan Liang
1
-4
/
+2
2025-05-06
Merge tag 'v6.15-rc5' into x86/msr, to pick up fixes and to resolve conflicts
Ingo Molnar
1
-1
/
+1
2025-05-02
x86/msr: Convert the rdpmc() macro to an __always_inline function
Xin Li (Intel)
1
-2
/
+2
2025-05-02
x86/msr: Rename rdpmcl() to rdpmc()
Xin Li (Intel)
1
-2
/
+2
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-05-02
Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts
Ingo Molnar
1
-4
/
+20
2025-04-30
perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value.
Sean Christopherson
1
-1
/
+1
2025-04-17
perf/x86/intel: Introduce pairs of PEBS static calls
Dapeng Mi
1
-4
/
+4
2025-04-17
perf/x86/intel: Rename x86_pmu.pebs to x86_pmu.ds_pebs
Dapeng Mi
1
-3
/
+3
2025-04-17
perf/x86/intel: Decouple BTS initialization from PEBS initialization
Dapeng Mi
1
-1
/
+1
2025-04-17
perf/x86/intel: Parse CPUID archPerfmonExt leaves for non-hybrid CPUs
Dapeng Mi
1
-9
/
+22
2025-04-17
perf/x86/intel: Add PMU support for Clearwater Forest
Dapeng Mi
1
-0
/
+24
2025-04-17
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-4
/
+20
2025-04-17
perf/x86/intel: Add Panther Lake support
Kan Liang
1
-2
/
+9
2025-04-17
perf/x86/intel: Don't clear perf metrics overflow bit unconditionally
Dapeng Mi
1
-2
/
+11
2025-04-10
x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'
Ingo Molnar
1
-4
/
+4
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
1
-2
/
+2
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
1
-22
/
+22
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-5
/
+5
2025-04-09
perf/arch: Record sample last_period before updating on the x86 and PowerPC platforms
Mark Barnett
1
-1
/
+4
2025-04-08
perf/x86/intel: Support auto counter reload
Kan Liang
1
-2
/
+224
2025-04-08
perf/x86/intel: Add CPUID enumeration for the auto counter reload
Kan Liang
1
-0
/
+10
2025-04-08
perf/x86/intel: Track the num of events needs late setup
Kan Liang
1
-0
/
+14
2025-04-08
perf/x86: Add dynamic constraint
Kan Liang
1
-6
/
+15
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-1
/
+1
2025-03-24
Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-14
/
+21
2025-03-19
perf/x86/intel, x86/cpu: Simplify Intel PMU initialization
Sohil Mehta
1
-4
/
+10
2025-03-17
perf/x86: Remove swap_task_ctx()
Kan Liang
1
-7
/
+0
2025-03-17
perf: Supply task information to sched_task()
Kan Liang
1
-2
/
+2
2025-03-04
Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commits
Ingo Molnar
1
-13
/
+92
2025-03-01
Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and fixes
Ingo Molnar
1
-13
/
+92
2025-02-27
perf/x86/intel: Use cache cpu-type for hybrid PMU selection
Pawan Gupta
1
-9
/
+10
2025-02-27
Merge branch 'x86/mm' into x86/cpu, to avoid conflicts
Ingo Molnar
1
-19
/
+14
2025-02-26
perf: Remove unnecessary parameter of security check
Luo Gengkun
1
-1
/
+1
2025-02-25
perf/x86/intel: Use better start period for frequency mode
Kan Liang
1
-0
/
+85
2025-02-21
Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new patches
Ingo Molnar
1
-19
/
+14
2025-02-20
perf/x86/intel: Fix event constraints for LNC
Kan Liang
1
-13
/
+7
2025-02-08
perf/x86/intel: Ensure LBRs are disabled when a CPU is starting
Sean Christopherson
1
-1
/
+4
2025-02-08
perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAF
Kan Liang
1
-8
/
+10
2025-02-08
perf/x86/intel: Clean up PEBS-via-PT on hybrid
Kan Liang
1
-10
/
+0
2025-02-05
perf/x86/intel: Support PEBS counters snapshotting
Kan Liang
1
-15
/
+60
2025-02-05
perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read
Kan Liang
1
-18
/
+23
2025-02-05
perf/x86/intel: Apply static call for drain_pebs
Peter Zijlstra (Intel)
1
-1
/
+1
2025-02-04
x86/cpu: Fix #define name for Intel CPU model 0x5A
Tony Luck
1
-1
/
+1
2025-01-21
Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+19
2025-01-21
Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-36
/
+26
[next]