summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Allow for 8<num_fixed_counters<16Colin Ian King2021-04-231-1/+1
* perf/x86/rapl: Add support for Intel Alder LakeZhang Rui2021-04-191-0/+2
* perf/x86/cstate: Add Alder Lake CPU supportKan Liang2021-04-191-10/+29
* perf/x86/msr: Add Alder Lake CPU supportKan Liang2021-04-191-0/+2
* perf/x86/intel/uncore: Add Alder Lake supportKan Liang2021-04-193-0/+139
* perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang2021-04-191-0/+1
* perf/x86/intel: Add Alder Lake Hybrid supportKan Liang2021-04-193-1/+268
* perf/x86: Support filter_match callbackKan Liang2021-04-192-0/+11
* perf/x86/intel: Add attr_update for Hybrid PMUsKan Liang2021-04-191-6/+114
* perf/x86: Add structures for the attributes of Hybrid PMUsKan Liang2021-04-192-0/+62
* perf/x86: Register hybrid PMUsKan Liang2021-04-193-21/+223
* perf/x86: Factor out x86_pmu_show_pmu_capKan Liang2021-04-192-9/+19
* perf/x86: Remove temporary pmu assignment in event_initKan Liang2021-04-191-11/+0
* 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-193-8/+13
* perf/x86: Hybrid PMU support for event constraintsKan Liang2021-04-194-5/+10
* perf/x86: Hybrid PMU support for hardware cache eventKan Liang2021-04-192-3/+11
* perf/x86: Hybrid PMU support for unconstrainedKan Liang2021-04-192-1/+12
* perf/x86: Hybrid PMU support for countersKan Liang2021-04-194-25/+56
* perf/x86: Hybrid PMU support for intel_ctrlKan Liang2021-04-193-14/+24
* perf/x86/intel: Hybrid PMU support for perf capabilitiesKan Liang2021-04-195-7/+60
* perf/x86: Track pmu in per-CPU cpu_hw_eventsKan Liang2021-04-195-12/+24
* x86/cpu: Add helper function to get the type of the current hybrid CPURicardo Neri2021-04-192-0/+22
* x86/cpufeatures: Enumerate Intel Hybrid Technology feature bitRicardo Neri2021-04-191-0/+1
* perf/amd/uncore: Fix sysfs type mismatchNathan Chancellor2021-04-161-3/+3
* x86/events/amd/iommu: Fix sysfs type mismatchNathan Chancellor2021-04-161-3/+3
* perf/x86: Move cpuc->running into P4 specific codeKan Liang2021-04-163-5/+13
* signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver2021-04-161-1/+4
* 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 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-141-6/+4
|\
| * objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra2021-03-121-6/+4
* | Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-03-143-11/+11
|\ \
| * | x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" caseSean Christopherson2021-03-102-10/+7
| * | perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBRKan Liang2021-03-061-1/+4
| |/
* | Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-149-29/+99
|\ \
| * | x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel2021-03-093-15/+55
| * | x86/sev-es: Correctly track IRQ states in runtime #VC handlerJoerg Roedel2021-03-091-2/+4
| * | x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stackJoerg Roedel2021-03-091-2/+12
| * | x86/sev-es: Introduce ip_within_syscall_gap() helperJoerg Roedel2021-03-084-2/+19
| * | x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscallsAndy Lutomirski2021-03-061-1/+2
| * | x86/unwind/orc: Silence warnings caused by missing ORC dataJosh Poimboeuf2021-03-061-1/+1
| * | x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf2021-03-061-6/+6
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-146-26/+47
|\ \