summaryrefslogtreecommitdiff
path: root/arch/x86/events/intel
AgeCommit message (Expand)AuthorFilesLines
2025-06-13perf/x86/intel: Fix crash in icl_update_topdown_event()Kan Liang1-1/+1
2025-05-31perf/x86/intel: Fix incorrect MSR index calculations in intel_pmu_config_acr()Dapeng Mi1-3/+5
2025-05-27Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-194/+207
2025-05-27Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-141/+435
2025-05-21perf/x86/intel: Remove driver-specific throttle supportKan Liang4-12/+7
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar1-4/+5
2025-05-16perf/x86/intel/ds: Remove redundant assignments to sample.periodChangbin Du1-3/+0
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-05-15perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freqAdrian Hunter1-4/+5
2025-05-15perf/aux: Allocate non-contiguous AUX pages by defaultYabin Cui1-0/+2
2025-05-06Merge tag 'v6.15-rc5' into x86/msr, to pick up fixes and to resolve conflictsIngo Molnar2-3/+20
2025-05-02x86/msr: Convert the rdpmc() macro to an __always_inline functionXin Li (Intel)2-3/+3
2025-05-02x86/msr: Rename rdpmcl() to rdpmc()Xin Li (Intel)2-3/+3
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)13-0/+13
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar3-104/+35
2025-04-30perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value.Sean Christopherson1-1/+1
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra1-2/+19
2025-04-25perf/x86/intel/ds: Fix counter backwards of non-precise events counters-snaps...Kan Liang1-2/+19
2025-04-18perf/x86/intel/uncore: Use HRTIMER_MODE_HARD for detecting overflowsSandipan Das1-10/+2
2025-04-17perf/x86/intel: Introduce pairs of PEBS static callsDapeng Mi2-4/+9
2025-04-17perf/x86/intel: Rename x86_pmu.pebs to x86_pmu.ds_pebsDapeng Mi2-17/+21
2025-04-17perf/x86/intel: Decouple BTS initialization from PEBS initializationDapeng Mi3-5/+8
2025-04-17perf/x86/intel: Parse CPUID archPerfmonExt leaves for non-hybrid CPUsDapeng Mi1-9/+22
2025-04-17perf/x86/intel: Add PMU support for Clearwater ForestDapeng Mi1-0/+24
2025-04-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-104/+35
2025-04-17perf/x86/intel: Add Panther Lake supportKan Liang1-2/+9
2025-04-17perf/x86/intel: Allow to update user space GPRs from PEBS recordsDapeng Mi1-3/+5
2025-04-17perf/x86/intel: Don't clear perf metrics overflow bit unconditionallyDapeng Mi1-2/+11
2025-04-17perf/x86/intel/uncore: Fix the scale of IIO free running counters on SPRKan Liang1-57/+1
2025-04-17perf/x86/intel/uncore: Fix the scale of IIO free running counters on ICXKan Liang1-32/+1
2025-04-17perf/x86/intel/uncore: Fix the scale of IIO free running counters on SNRKan Liang1-8/+8
2025-04-13perf/x86/intel/bts: Replace offsetof() with struct_size()Thorsten Blum1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar5-17/+17
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar11-136/+136
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar11-33/+33
2025-04-09perf/arch: Record sample last_period before updating on the x86 and PowerPC p...Mark Barnett2-2/+7
2025-04-09perf/x86/intel/bts: Rename local bts_buffer variables for clarityThorsten Blum1-72/+72
2025-04-08perf/x86/intel: Support auto counter reloadKan Liang1-2/+224
2025-04-08perf/x86/intel: Add CPUID enumeration for the auto counter reloadKan Liang1-0/+10
2025-04-08perf/x86/intel: Track the num of events needs late setupKan Liang2-2/+15
2025-04-08perf/x86: Add dynamic constraintKan Liang2-7/+16
2025-03-26Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-03-25Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-40/+28
2025-03-19perf/x86/intel, x86/cpu: Replace Pentium 4 model checks with VFM onesSohil Mehta1-3/+4
2025-03-19perf/x86/intel, x86/cpu: Simplify Intel PMU initializationSohil Mehta2-27/+13
2025-03-17perf/x86: Remove swap_task_ctx()Kan Liang2-30/+0