summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel
AgeCommit message (Expand)AuthorFilesLines
2021-05-18perf/x86/intel/uncore: Enable I/O stacks to IIO PMON mapping on ICXAlexander Antonov1-0/+51
2021-05-18perf/x86/intel/uncore: Enable I/O stacks to IIO PMON mapping on SNRAlexander Antonov1-0/+96
2021-05-18perf/x86/intel/uncore: Generalize I/O stacks to PMON mapping procedureAlexander Antonov2-6/+21
2021-05-12perf/x86/intel/uncore: Drop unnecessary NULL checks after container_of()Guenter Roeck1-4/+0
2021-04-28Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-185/+1773
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-11/+10
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-20/+20
2021-04-22perf/x86/kvm: Fix Broadwell Xeon stepping in isolation_ucodes[]Jim Mattson1-1/+1
2021-04-21perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3Kan Liang1-35/+26
2021-04-19perf/x86/cstate: Add Alder Lake CPU supportKan Liang1-10/+29
2021-04-19perf/x86/intel/uncore: Add Alder Lake supportKan Liang3-0/+139
2021-04-19perf/x86/intel: Add Alder Lake Hybrid supportKan Liang2-1/+261
2021-04-19perf/x86/intel: Add attr_update for Hybrid PMUsKan Liang1-6/+114
2021-04-19perf/x86: Register hybrid PMUsKan Liang1-2/+91
2021-04-19perf/x86/intel: Factor out intel_pmu_check_extra_regsKan Liang1-14/+21
2021-04-19perf/x86/intel: Factor out intel_pmu_check_event_constraintsKan Liang1-35/+47
2021-04-19perf/x86/intel: Factor out intel_pmu_check_num_countersKan Liang1-14/+24
2021-04-19perf/x86: Hybrid PMU support for extra_regsKan Liang1-6/+9
2021-04-19perf/x86: Hybrid PMU support for event constraintsKan Liang2-4/+6
2021-04-19perf/x86: Hybrid PMU support for unconstrainedKan Liang1-1/+1
2021-04-19perf/x86: Hybrid PMU support for countersKan Liang2-8/+14
2021-04-19perf/x86: Hybrid PMU support for intel_ctrlKan Liang1-5/+9
2021-04-19perf/x86/intel: Hybrid PMU support for perf capabilitiesKan Liang2-5/+19
2021-04-19perf/x86: Track pmu in per-CPU cpu_hw_eventsKan Liang3-7/+8
2021-04-16perf/x86: Move cpuc->running into P4 specific codeKan Liang1-3/+13
2021-04-02Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2-1/+4
2021-04-02perf/x86/intel/uncore: Enable IIO stacks to PMON mapping for multi-segment SKXAlexander Antonov3-34/+47
2021-04-02perf/x86/intel/uncore: Generic support for the MMIO type of uncore blocksKan Liang4-0/+101
2021-04-02perf/x86/intel/uncore: Generic support for the PCI type of uncore blocksKan Liang4-7/+177
2021-04-02perf/x86/intel/uncore: Rename uncore_notifier to uncore_pci_sub_notifierKan Liang1-6/+14
2021-04-02perf/x86/intel/uncore: Generic support for the MSR type of uncore blocksKan Liang4-10/+182
2021-04-02perf/x86/intel/uncore: Parse uncore discovery tablesKan Liang4-8/+448
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar3-3/+3
2021-03-21x86: Remove unusual Unicode characters from commentsIngo Molnar1-6/+6
2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar2-1/+4
2021-03-18x86: Fix various typos in commentsIngo Molnar5-11/+11
2021-03-16perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENTKan Liang1-0/+3
2021-03-16perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang1-1/+1
2021-03-15perf/x86/intel/ds: Check return values of insn decoder functionsBorislav Petkov1-5/+5
2021-03-15perf/x86/intel/ds: Check insn_get_length() retvalBorislav Petkov1-6/+5
2021-03-06perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBRKan Liang1-1/+4
2021-02-10perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[]Jim Mattson1-0/+3
2021-02-01perf/x86/intel: Support CPUID 10.ECX to disable fixed countersKan Liang1-10/+24
2021-02-01perf/x86/intel: Add perf core PMU support for Sapphire RapidsKan Liang2-9/+416
2021-02-01perf/x86/intel: Filter unsupported Topdown metrics eventKan Liang1-2/+13
2021-02-01perf/x86/intel: Factor out intel_update_topdown_event()Kan Liang1-7/+13
2021-02-01perf/core: Add PERF_SAMPLE_WEIGHT_STRUCTKan Liang1-8/+9
2021-01-27perf/intel: Remove Perfmon-v4 counter_freezing supportPeter Zijlstra1-152/+0
2021-01-27x86/perf: Use static_call for x86_pmu.guest_get_msrsLike Xu1-20/+0
2021-01-14perf/x86/intel/uncore: With > 8 nodes, get pci bus die id from NUMA infoSteve Wahl1-28/+65