summaryrefslogtreecommitdiff
path: root/arch/x86/events/intel
AgeCommit message (Expand)AuthorFilesLines
2024-05-08perf/x86/cstate: Remove unused 'struct perf_cstate_msr'Ingo Molnar1-6/+0
2024-05-02Merge branch 'x86/cpu' into perf/core, to pick up dependent commitsIngo Molnar6-132/+135
2024-04-29perf/x86/intel/uncore: Switch to new Intel CPU model definesTony Luck3-53/+55
2024-04-25perf/x86/intel/pt: Switch to new Intel CPU model definesTony Luck1-6/+6
2024-04-25perf/x86/lbr: Switch to new Intel CPU model definesTony Luck1-1/+2
2024-04-25perf/x86/intel/cstate: Switch to new Intel CPU model definesTony Luck1-72/+72
2024-04-11perf/x86/intel: Expose existence of callback support to KVMSean Christopherson1-0/+1
2024-04-03perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang1-4/+4
2024-03-12Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+2
2024-03-04x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner2-0/+2
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner3-14/+14
2024-02-16x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner3-3/+3
2024-01-09Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-111/+520
2024-01-09Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-01-04KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRLPaolo Bonzini1-1/+6
2024-01-03arch/x86: Fix typosBjorn Helgaas1-1/+1
2023-11-30perf/x86/intel/uncore: Factor out topology_gidnid_map()Alexander Antonov1-37/+40
2023-11-30perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()Alexander Antonov1-2/+8
2023-11-24perf/x86/intel/uncore: Support Sierra Forest and Grand RidgeKan Liang1-0/+2
2023-11-24perf/x86/intel/uncore: Support IIO free-running counters on GNRKan Liang1-1/+11
2023-11-24perf/x86/intel/uncore: Support Granite RapidsKan Liang3-0/+101
2023-11-24perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets arrayKan Liang5-10/+11
2023-11-24perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO format of SPRKan Liang1-11/+23
2023-11-21perf/x86/intel: Correct incorrect 'or' operation for PMU capabilitiesDapeng Mi1-1/+1
2023-11-17perf/x86/intel/cstate: Add Grand Ridge supportKan Liang1-3/+12
2023-11-17perf/x86/intel/cstate: Add Sierra Forest supportKan Liang1-4/+109
2023-11-17perf/x86/intel/cstate: Cleanup duplicate attr_groupsKan Liang1-33/+11
2023-11-15Merge branch 'tip/perf/urgent'Peter Zijlstra1-1/+1
2023-10-31Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-10-27perf/x86/intel: Support branch counters loggingKan Liang3-8/+182
2023-10-27perf/x86/intel: Reorganize attrs and is_visibleKan Liang1-15/+15
2023-10-27perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flagKan Liang1-3/+11
2023-10-27perf: Add branch stack countersKan Liang2-3/+3
2023-10-10x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner1-1/+1
2023-10-09perf/x86/cstate: Allow reading the package statistics from local CPUTero Kristo1-0/+3
2023-10-09perf/x86/intel/pt: Fix kernel-doc commentsLucy Mielke1-2/+6
2023-10-03Merge tag 'v6.6-rc4' into perf/core, to pick up fixesIngo Molnar1-1/+11
2023-09-12perf/x86/intel: Extend the ref-cycles event to GP countersKan Liang1-1/+20
2023-09-12perf/x86/intel: Fix broken fixed event constraints extensionKan Liang1-39/+26
2023-09-05perf/x86/uncore: Correct the number of CHAs on EMRKan Liang1-1/+11
2023-08-29perf/x86/intel: Add common intel_pmu_init_hybrid()Kan Liang1-51/+111
2023-08-29perf/x86/intel: Clean up the hybrid CPU type handling codeKan Liang2-23/+48
2023-08-29perf/x86/intel: Apply the common initialization code for ADLKan Liang1-51/+2
2023-08-29perf/x86/intel: Factor out the initialization code for ADL e-coreKan Liang1-37/+21
2023-08-29perf/x86/intel: Factor out the initialization code for SPRKan Liang1-23/+26
2023-08-29perf/x86/intel: Use the common uarch name for the shared functionsKan Liang2-33/+33
2023-08-29Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-13/+66
2023-08-24perf/x86/uncore: Remove unnecessary ?: operator around pcibios_err_to_errno()...Ilpo Järvinen1-1/+1
2023-08-09perf/x86/intel: Add Crestmont PMUKan Liang2-3/+58
2023-08-09x86/cpu: Fix Gracemont uarchPeter Zijlstra3-3/+3