summaryrefslogtreecommitdiff
path: root/arch/x86/events
AgeCommit message (Expand)AuthorFilesLines
2024-05-31perf/x86/intel: Add missing MODULE_DESCRIPTION() linesJeff Johnson2-0/+2
2024-05-31perf/x86/rapl: Add missing MODULE_DESCRIPTION() lineJeff Johnson1-0/+1
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+3
2024-05-08perf/x86/cstate: Remove unused 'struct perf_cstate_msr'Ingo Molnar1-6/+0
2024-05-04perf: Use device_show_string() helper for sysfs attributesLukas Wunner1-10/+3
2024-05-02perf/x86/rapl: Rename 'maxdie' to nr_rapl_pmu and 'dieid' to rapl_pmu_idxDhananjay Ugwekar1-8/+8
2024-05-02Merge branch 'x86/cpu' into perf/core, to pick up dependent commitsIngo Molnar7-198/+201
2024-05-02Merge tag 'v6.9-rc6' into perf/core, to pick up fixesIngo Molnar1-0/+1
2024-04-29perf/x86/msr: Switch to new Intel CPU model definesTony Luck1-66/+66
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-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2024-04-14Merge branch 'linus' into perf/core, to pick up perf/urgent fixesIngo Molnar2-4/+5
2024-04-11perf/x86/intel: Expose existence of callback support to KVMSean Christopherson1-0/+1
2024-04-10perf/x86/rapl: Add support for Intel Lunar LakeZhang Rui1-0/+1
2024-04-10perf/x86/rapl: Add support for Intel Arrow LakeZhang Rui1-0/+2
2024-04-10perf/x86: Fix out of range dataNamhyung Kim1-0/+1
2024-04-03perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang1-4/+4
2024-04-03perf/x86/amd: Don't reject non-sampling events with configured LBRAndrii Nakryiko1-4/+0
2024-04-03perf/x86/amd: Support capturing LBR from software eventsAndrii Nakryiko1-0/+35
2024-04-03perf/x86/amd: Avoid taking branches before disabling LBRAndrii Nakryiko2-8/+14
2024-04-03perf/x86/amd: Ensure amd_pmu_core_disable_all() is always inlinedAndrii Nakryiko1-1/+1
2024-04-03Merge tag 'v6.9-rc2' into perf/core, to pick up dependent commitsIngo Molnar2-11/+44
2024-03-26perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and laterSandipan Das1-0/+15
2024-03-26perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterSandipan Das1-3/+17
2024-03-25perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das2-8/+12
2024-03-21perf/x86/rapl: Prefer struct_size() over open coded arithmeticErick Archer1-3/+1
2024-03-13perf/x86/amd/core: Avoid register reset when CPU is deadSandipan Das1-1/+0
2024-03-13perf/x86/amd/lbr: Discard erroneous branch entriesSandipan Das1-2/+4
2024-03-12Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+3
2024-03-04x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner2-0/+2
2024-03-04perf/x86/amd/uncore: Fix __percpu annotationThomas Gleixner1-1/+1
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 Gleixner4-4/+4
2024-02-16x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner1-1/+1
2024-01-09Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds15-114/+540
2024-01-09Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+3
2024-01-04KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRLPaolo Bonzini1-1/+6
2024-01-03arch/x86: Fix typosBjorn Helgaas3-3/+3
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-30perf/x86/amd: Reject branch stack for IBS eventsNamhyung Kim1-0/+3
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