summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-04-201-0/+1
|\
| * perf/x86/intel: Expose existence of callback support to KVMSean Christopherson2024-04-111-0/+1
* | perf/x86: Fix out of range dataNamhyung Kim2024-04-101-0/+1
|/
* perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang2024-04-031-4/+4
* perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and laterSandipan Das2024-03-261-0/+15
* perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterSandipan Das2024-03-261-3/+17
* perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das2024-03-252-8/+12
* perf/x86/amd/core: Avoid register reset when CPU is deadSandipan Das2024-03-131-1/+0
* perf/x86/amd/lbr: Discard erroneous branch entriesSandipan Das2024-03-131-2/+4
* Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-113-1/+3
|\
| * x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner2024-03-042-0/+2
| * perf/x86/amd/uncore: Fix __percpu annotationThomas Gleixner2024-03-041-1/+1
* | x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner2024-02-163-14/+14
* | x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner2024-02-154-4/+4
* | x86/cpu/amd: Provide a separate accessor for Node IDThomas Gleixner2024-02-151-1/+1
|/
* Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-01-0815-114/+540
|\
| * perf/x86/intel/uncore: Factor out topology_gidnid_map()Alexander Antonov2023-11-301-37/+40
| * perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()Alexander Antonov2023-11-301-2/+8
| * perf/x86/amd: Reject branch stack for IBS eventsNamhyung Kim2023-11-301-0/+3
| * perf/x86/intel/uncore: Support Sierra Forest and Grand RidgeKan Liang2023-11-241-0/+2
| * perf/x86/intel/uncore: Support IIO free-running counters on GNRKan Liang2023-11-241-1/+11
| * perf/x86/intel/uncore: Support Granite RapidsKan Liang2023-11-243-0/+101
| * perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets arrayKan Liang2023-11-245-10/+11
| * perf/x86/intel/uncore: Generic uncore_get_uncores and MMIO format of SPRKan Liang2023-11-241-11/+23
| * perf/x86/intel/cstate: Add Grand Ridge supportKan Liang2023-11-171-3/+12
| * perf/x86/intel/cstate: Add Sierra Forest supportKan Liang2023-11-171-4/+109
| * perf/x86/intel/cstate: Cleanup duplicate attr_groupsKan Liang2023-11-171-33/+11
| * Merge branch 'tip/perf/urgent'Peter Zijlstra2023-11-153-4/+5
| |\
| * | perf/x86/intel: Support branch counters loggingKan Liang2023-10-275-8/+195
| * | perf/x86/intel: Reorganize attrs and is_visibleKan Liang2023-10-271-15/+15
| * | perf: Add branch_sample_call_stackKan Liang2023-10-271-1/+1
| * | perf/x86: Add PERF_X86_EVENT_NEEDS_BRANCH_STACK flagKan Liang2023-10-272-3/+12
| * | perf: Add branch stack countersKan Liang2023-10-274-5/+5
* | | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-083-3/+3
|\ \ \
| * | | arch/x86: Fix typosBjorn Helgaas2024-01-033-3/+3
| | |/ | |/|
* | | KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRLPaolo Bonzini2024-01-041-1/+6
* | | perf/x86/intel: Correct incorrect 'or' operation for PMU capabilitiesDapeng Mi2023-11-211-1/+1
|/ /
* | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-302-2/+2
|\ \
| * | x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner2023-10-101-1/+1
| * | x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner2023-10-101-1/+1
* | | Merge tag 'perf-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-10-308-624/+991
|\ \ \ | | |/ | |/|
| * | perf/x86/amd/uncore: Pass through error code for initialization failures, ins...Sandipan Das2023-10-161-10/+15
| * | perf/x86/amd/uncore: Fix uninitialized return value in amd_uncore_init()Dan Carpenter2023-10-131-1/+2
| * | perf/x86/amd/uncore: Add memory controller supportSandipan Das2023-10-091-1/+155
| * | perf/x86/amd/uncore: Add group exclusivitySandipan Das2023-10-091-1/+20
| * | perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailableSandipan Das2023-10-091-1/+13
| * | perf/x86/amd/uncore: Move discovery and registrationSandipan Das2023-10-091-189/+305
| * | perf/x86/amd/uncore: Refactor uncore managementSandipan Das2023-10-091-358/+379
| * | perf/x86/cstate: Allow reading the package statistics from local CPUTero Kristo2023-10-091-0/+3
| * | perf/x86/intel/pt: Fix kernel-doc commentsLucy Mielke2023-10-091-2/+6