aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/events
AgeCommit message (Expand)AuthorFilesLines
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2024-04-11perf/x86/intel: Expose existence of callback support to KVMGravatar Sean Christopherson 1-0/+1
2024-04-10perf/x86: Fix out of range dataGravatar Namhyung Kim 1-0/+1
2024-04-03perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventGravatar Kan Liang 1-4/+4
2024-03-26perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and laterGravatar Sandipan Das 1-0/+15
2024-03-26perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterGravatar Sandipan Das 1-3/+17
2024-03-25perf/x86/amd/lbr: Use freeze based on availabilityGravatar Sandipan Das 2-8/+12
2024-03-13perf/x86/amd/core: Avoid register reset when CPU is deadGravatar Sandipan Das 1-1/+0
2024-03-13perf/x86/amd/lbr: Discard erroneous branch entriesGravatar Sandipan Das 1-2/+4
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-1/+3
2024-03-04x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Gravatar Thomas Gleixner 2-0/+2
2024-03-04perf/x86/amd/uncore: Fix __percpu annotationGravatar Thomas Gleixner 1-1/+1
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresGravatar Thomas Gleixner 3-14/+14
2024-02-15x86/cpu/topology: Rename topology_max_die_per_package()Gravatar Thomas Gleixner 4-4/+4
2024-02-15x86/cpu/amd: Provide a separate accessor for Node IDGravatar Thomas Gleixner 1-1/+1
2024-01-08Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 15-114/+540
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-3/+3
2024-01-04KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRLGravatar Paolo Bonzini 1-1/+6
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 3-3/+3
2023-11-30perf/x86/intel/uncore: Factor out topology_gidnid_map()Gravatar Alexander Antonov 1-37/+40
2023-11-30perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()Gravatar Alexander Antonov 1-2/+8
2023-11-30perf/x86/amd: Reject branch stack for IBS eventsGravatar Namhyung Kim 1-0/+3
2023-11-24perf/x86/intel/uncore: Support Sierra Forest and Grand RidgeGravatar Kan Liang 1-0/+2
2023-11-24perf/x86/intel/uncore: Support IIO free-running counters on GNRGravatar Kan Liang 1-1/+11
2023-11-24perf/x86/intel/uncore: Support Granite RapidsGravatar Kan Liang 3-0/+101
2023-11-24perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets arrayGravatar Kan Liang 5-10/+11
2023-11-24perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO format of SPRGravatar Kan Liang 1-11/+23
2023-11-21perf/x86/intel: Correct incorrect 'or' operation for PMU capabilitiesGravatar Dapeng Mi 1-1/+1
2023-11-17perf/x86/intel/cstate: Add Grand Ridge supportGravatar Kan Liang 1-3/+12
2023-11-17perf/x86/intel/cstate: Add Sierra Forest supportGravatar Kan Liang 1-4/+109
2023-11-17perf/x86/intel/cstate: Cleanup duplicate attr_groupsGravatar Kan Liang 1-33/+11
2023-11-15Merge branch 'tip/perf/urgent'Gravatar Peter Zijlstra 3-4/+5
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-2/+2
2023-10-30Merge tag 'perf-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 8-624/+991
2023-10-27perf/x86/intel: Support branch counters loggingGravatar Kan Liang 5-8/+195
2023-10-27perf/x86/intel: Reorganize attrs and is_visibleGravatar Kan Liang 1-15/+15
2023-10-27perf: Add branch_sample_call_stackGravatar Kan Liang 1-1/+1
2023-10-27perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flagGravatar Kan Liang 2-3/+12
2023-10-27perf: Add branch stack countersGravatar Kan Liang 4-5/+5
2023-10-16perf/x86/amd/uncore: Pass through error code for initialization failures, ins...Gravatar Sandipan Das 1-10/+15
2023-10-13perf/x86/amd/uncore: Fix uninitialized return value in amd_uncore_init()Gravatar Dan Carpenter 1-1/+2
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoGravatar Thomas Gleixner 1-1/+1
2023-10-10x86/cpu: Move logical package and die IDs into topology infoGravatar Thomas Gleixner 1-1/+1
2023-10-09perf/x86/amd/uncore: Add memory controller supportGravatar Sandipan Das 1-1/+155
2023-10-09perf/x86/amd/uncore: Add group exclusivityGravatar Sandipan Das 1-1/+20
2023-10-09perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailableGravatar Sandipan Das 1-1/+13
2023-10-09perf/x86/amd/uncore: Move discovery and registrationGravatar Sandipan Das 1-189/+305
2023-10-09perf/x86/amd/uncore: Refactor uncore managementGravatar Sandipan Das 1-358/+379
2023-10-09perf/x86/cstate: Allow reading the package statistics from local CPUGravatar Tero Kristo 1-0/+3
2023-10-09perf/x86/intel/pt: Fix kernel-doc commentsGravatar Lucy Mielke 1-2/+6