summaryrefslogtreecommitdiffstats
path: root/arch/x86/events/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-112-8/+21
|\
| * perf/x86/intel/uncore: Clean up error handling path of iio mappingKan Liang2021-07-021-2/+4
| * perf/x86/cstate: Add ICELAKE_X and ICELAKE_D supportZhang Rui2021-07-021-6/+17
* | Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-3/+3
|\ \
| * | x86/fpu/xstate: Sanitize handling of independent featuresThomas Gleixner2021-06-231-3/+3
| * | x86/fpu: Rename "dynamic" XSTATEs to "independent"Andy Lutomirski2021-06-231-3/+3
* | | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-285-19/+194
|\ \ \
| * | | perf/x86/intel: Fix instructions:ppp support in Sapphire RapidsKan Liang2021-06-231-1/+3
| * | | perf/x86/intel: Add more events requires FRONTEND MSR on Sapphire RapidsKan Liang2021-06-231-0/+2
| * | | perf/x86/intel: Fix fixed counter check warning for some Alder LakeKan Liang2021-06-231-2/+7
| * | | perf/x86/intel: Fix PEBS-via-PT reload base value for Extended PEBSLike Xu2021-06-231-6/+14
| * | | perf/x86/intel/uncore: Enable I/O stacks to IIO PMON mapping on ICXAlexander Antonov2021-05-181-0/+51
| * | | perf/x86/intel/uncore: Enable I/O stacks to IIO PMON mapping on SNRAlexander Antonov2021-05-181-0/+96
| * | | perf/x86/intel/uncore: Generalize I/O stacks to PMON mapping procedureAlexander Antonov2021-05-182-6/+21
| * | | perf/x86/intel/uncore: Drop unnecessary NULL checks after container_of()Guenter Roeck2021-05-121-4/+0
* | | | Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-281-1/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/events/intel: Do not deploy TSX force abort workaround when TSX is deprec...Pawan Gupta2021-06-151-1/+7
| |/ /
* | / perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner2021-06-241-1/+2
| |/ |/|
* | perf/x86/intel/uncore: Fix M2M event umask for Ice Lake serverKan Liang2021-06-011-1/+2
* | perf/x86/intel/uncore: Fix a kernel WARNING triggered by maxcpus=1Kan Liang2021-05-311-2/+4
* | perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu2021-05-181-6/+20
* | perf/x86: Avoid touching LBR_TOS MSR for Arch LBRLike Xu2021-05-181-1/+1
|/
* Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-2812-185/+1773
|\
| * perf/x86/cstate: Add Alder Lake CPU supportKan Liang2021-04-191-10/+29
| * perf/x86/intel/uncore: Add Alder Lake supportKan Liang2021-04-193-0/+139
| * perf/x86/intel: Add Alder Lake Hybrid supportKan Liang2021-04-192-1/+261
| * perf/x86/intel: Add attr_update for Hybrid PMUsKan Liang2021-04-191-6/+114
| * perf/x86: Register hybrid PMUsKan Liang2021-04-191-2/+91
| * perf/x86/intel: Factor out intel_pmu_check_extra_regsKan Liang2021-04-191-14/+21
| * perf/x86/intel: Factor out intel_pmu_check_event_constraintsKan Liang2021-04-191-35/+47
| * perf/x86/intel: Factor out intel_pmu_check_num_countersKan Liang2021-04-191-14/+24
| * perf/x86: Hybrid PMU support for extra_regsKan Liang2021-04-191-6/+9
| * perf/x86: Hybrid PMU support for event constraintsKan Liang2021-04-192-4/+6
| * perf/x86: Hybrid PMU support for unconstrainedKan Liang2021-04-191-1/+1
| * perf/x86: Hybrid PMU support for countersKan Liang2021-04-192-8/+14
| * perf/x86: Hybrid PMU support for intel_ctrlKan Liang2021-04-191-5/+9
| * perf/x86/intel: Hybrid PMU support for perf capabilitiesKan Liang2021-04-192-5/+19
| * perf/x86: Track pmu in per-CPU cpu_hw_eventsKan Liang2021-04-193-7/+8
| * perf/x86: Move cpuc->running into P4 specific codeKan Liang2021-04-161-3/+13
| * perf/x86/intel/uncore: Enable IIO stacks to PMON mapping for multi-segment SKXAlexander Antonov2021-04-023-34/+47
| * perf/x86/intel/uncore: Generic support for the MMIO type of uncore blocksKan Liang2021-04-024-0/+101
| * perf/x86/intel/uncore: Generic support for the PCI type of uncore blocksKan Liang2021-04-024-7/+177
| * perf/x86/intel/uncore: Rename uncore_notifier to uncore_pci_sub_notifierKan Liang2021-04-021-6/+14
| * perf/x86/intel/uncore: Generic support for the MSR type of uncore blocksKan Liang2021-04-024-10/+182
| * perf/x86/intel/uncore: Parse uncore discovery tablesKan Liang2021-04-024-8/+448
* | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-282-11/+10
|\ \
| * \ Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-022-1/+4
| |\ \
| * | | perf/x86/intel/ds: Check return values of insn decoder functionsBorislav Petkov2021-03-151-5/+5
| * | | perf/x86/intel/ds: Check insn_get_length() retvalBorislav Petkov2021-03-151-6/+5
| | |/ | |/|
* | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-267-20/+20
|\ \ \