aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-19perf/x86: Add structures for the attributes of Hybrid PMUsKan Liang2-0/+62
2021-04-19perf/x86: Register hybrid PMUsKan Liang3-21/+223
2021-04-19perf/x86: Factor out x86_pmu_show_pmu_capKan Liang2-9/+19
2021-04-19perf/x86: Remove temporary pmu assignment in event_initKan Liang1-11/+0
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 Liang3-8/+13
2021-04-19perf/x86: Hybrid PMU support for event constraintsKan Liang4-5/+10
2021-04-19perf/x86: Hybrid PMU support for hardware cache eventKan Liang2-3/+11
2021-04-19perf/x86: Hybrid PMU support for unconstrainedKan Liang2-1/+12
2021-04-19perf/x86: Hybrid PMU support for countersKan Liang4-25/+56
2021-04-19perf/x86: Hybrid PMU support for intel_ctrlKan Liang3-14/+24
2021-04-19perf/x86/intel: Hybrid PMU support for perf capabilitiesKan Liang5-7/+60
2021-04-19perf/x86: Track pmu in per-CPU cpu_hw_eventsKan Liang5-12/+24
2021-04-19x86/cpu: Add helper function to get the type of the current hybrid CPURicardo Neri2-0/+22
2021-04-19x86/cpufeatures: Enumerate Intel Hybrid Technology feature bitRicardo Neri1-0/+1
2021-04-16perf/amd/uncore: Fix sysfs type mismatchNathan Chancellor1-3/+3
2021-04-16x86/events/amd/iommu: Fix sysfs type mismatchNathan Chancellor1-3/+3
2021-04-16perf/x86: Move cpuc->running into P4 specific codeKan Liang3-5/+13
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver2-1/+7
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-14Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2021-03-14Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+4
2021-03-14Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+11
2021-03-14Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-29/+99
2021-03-14Merge tag 'powerpc-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds7-9/+20
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-79/+184
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+19
2021-03-13Merge tag 'kbuild-fixes-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+1
2021-03-13ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich1-1/+1
2021-03-13ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich1-6/+18
2021-03-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds12-67/+88
2021-03-12Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-7/+4
2021-03-12KVM: LAPIC: Advancing the timer expiration on guest initiated writeWanpeng Li1-0/+1
2021-03-12KVM: x86/mmu: Skip !MMU-present SPTEs when removing SP in exclusive modeSean Christopherson1-0/+11
2021-03-12KVM: kvmclock: Fix vCPUs > 64 can't be online/hotplugedWanpeng Li1-10/+9
2021-03-12kvm: x86: annotate RCU pointersMuhammad Usama Anjum1-2/+2
2021-03-12KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier1-2/+1
2021-03-12KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier1-4/+8
2021-03-12objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra1-6/+4
2021-03-12powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy3-3/+3
2021-03-11arm64: mm: remove unused __cpu_uses_extended_idmap[_level()]Ard Biesheuvel1-14/+0
2021-03-11arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel3-6/+3
2021-03-11kbuild: remove LLVM=1 test from HAS_LTO_CLANGMasahiro Yamada1-1/+0