summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers/perf: hisi: Add support for HiSilicon UC PMU driverJunhao He2023-06-164-2/+588
* drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driverJunhao He2023-06-162-15/+120
* perf: arm_cspmu: Add missing MODULE_DEVICE_TABLEIlkka Koskinen2023-06-161-0/+7
* perf/arm-cmn: Add sysfs identifierRobin Murphy2023-06-161-4/+16
* perf/arm-cmn: Revamp model detectionRobin Murphy2023-06-161-52/+93
* perf/arm_dmc620: Add cpumaskXin Yang2023-06-161-0/+22
* dt-bindings: perf: fsl-imx-ddr: Add i.MX93 compatibleXu Yang2023-06-091-1/+2
* drivers/perf: imx_ddr: Add support for NXP i.MX9 SoC DDRC PMU driverXu Yang2023-06-093-0/+720
* perf/arm_cspmu: Decouple APMT dependencyRobin Murphy2023-06-092-40/+19
* perf/arm_cspmu: Clean up ACPI dependencyRobin Murphy2023-06-092-4/+16
* ACPI/APMT: Don't register invalid resourceRobin Murphy2023-06-091-4/+6
* perf/arm_cspmu: Fix event attribute typeRobin Murphy2023-06-091-4/+4
* perf: arm_cspmu: Set irq affinitiy only if overflow interrupt is usedIlkka Koskinen2023-06-091-1/+2
* drivers/perf: hisi: Don't migrate perf to the CPU going to teardownJunhao He2023-06-091-1/+1
* drivers/perf: apple_m1: Force 63bit counters for M2 CPUsMarc Zyngier2023-06-053-6/+28
* perf/arm-cmn: Fix DTC resetRobin Murphy2023-06-051-3/+4
* perf: qcom_l2_pmu: Make l2_cache_pmu_probe_cluster() more robustChristophe JAILLET2023-06-051-1/+1
* perf/arm-cci: Slightly optimize cci_pmu_sync_counters()Christophe JAILLET2023-06-051-2/+2
* Linux 6.4-rc3v6.4-rc3Linus Torvalds2023-05-211-1/+1
* Merge tag 'uml-for-linus-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-215-7/+23
|\
| * um: harddog: fix modular buildJohannes Berg2023-05-105-7/+23
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-2113-66/+129
|\ \
| * | KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_saveMingwei Zhang2023-05-211-1/+5
| * | KVM: x86: Don't adjust guest's CPUID.0x12.1 (allowed SGX enclave XFRM)Sean Christopherson2023-05-211-16/+0
| * | KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATESean Christopherson2023-05-211-2/+9
| * | KVM: Fix vcpu_array[0] racesMichal Luczaj2023-05-191-6/+10
| * | KVM: VMX: Fix header file dependency of asm/vmx.hJacob Xu2023-05-191-0/+2
| * | KVM: Don't enable hardware after a restart/shutdown is initiatedSean Christopherson2023-05-191-1/+16
| * | KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdownSean Christopherson2023-05-191-15/+11
| * | Merge tag 'kvmarm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-05-178-25/+76
| |\ \
| | * \ Merge branch kvm-arm64/pgtable-fixes-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-112-9/+33
| | |\ \
| | | * | KVM: arm64: Constify start/end/phys fields of the pgtable walker dataMarc Zyngier2023-04-211-4/+4
| | | * | KVM: arm64: Infer PA offset from VA in hyp map walkerOliver Upton2023-04-211-2/+1
| | | * | KVM: arm64: Infer the PA offset from IPA in stage-2 map walkerOliver Upton2023-04-212-4/+29
| | * | | Merge branch kvm-arm64/misc-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-116-16/+43
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | KVM: arm64: vgic: Add Apple M2 PRO/MAX cpus to the list of broken SEIS implem...Marc Zyngier2023-05-112-0/+12
| | | * | KVM: arm64: Clarify host SME state managementMark Brown2023-04-211-9/+12
| | | * | KVM: arm64: Restructure check for SVE support in FP trap handlerMark Brown2023-04-211-2/+10
| | | * | KVM: arm64: Document check for TIF_FOREIGN_FPSTATEMark Brown2023-04-211-0/+5
| | | * | KVM: arm64: Fix repeated words in commentsJingyu Wang2023-04-211-1/+1
| | | * | KVM: arm64: Use the bitmap API to allocate bitmapsChristophe JAILLET2023-04-201-3/+2
| | | * | KVM: arm64: Slightly optimize flush_context()Christophe JAILLET2023-04-201-1/+1
| | | |/
* | | | Merge tag 'perf-tools-fixes-for-v6.4-1-2023-05-20' of git://git.kernel.org/pu...Linus Torvalds2023-05-2171-322/+865
|\ \ \ \
| * | | | perf bench syscall: Fix __NR_execve undeclared build errorTiezhu Yang2023-05-191-0/+3
| * | | | perf test attr: Fix python SafeConfigParser() deprecation warningIan Rogers2023-05-191-3/+3
| * | | | perf test attr: Update no event/metric expectationsIan Rogers2023-05-195-174/+249
| * | | | tools headers disabled-features: Sync with the kernel sourcesArnaldo Carvalho de Melo2023-05-171-1/+7
| * | | | tools headers UAPI: Sync arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2023-05-173-0/+11
| * | | | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2023-05-177-72/+24
| * | | | tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2023-05-171-5/+21