summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-2429-243/+2059
|\
| * Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-03-187-30/+106
| |\
| | * Merge branch kvm-arm64/pmu-bl into kvmarm-master/nextMarc Zyngier2022-02-081-0/+1
| | |\
| | | * KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attributeAlexandru Elisei2022-02-081-0/+1
| | * | Merge branch kvm-arm64/selftest/vgic-5.18 into kvmarm-master/nextMarc Zyngier2022-02-083-28/+38
| | |\ \
| | | * | kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq()Ricardo Koller2022-02-081-3/+3
| | | * | kvm: selftests: aarch64: fix some vgic related commentsRicardo Koller2022-02-083-9/+16
| | | * | kvm: selftests: aarch64: fix the failure check in kvm_set_gsi_routing_irqchip...Ricardo Koller2022-02-081-2/+2
| | | * | kvm: selftests: aarch64: pass vgic_irq guest args as a pointerRicardo Koller2022-02-081-13/+16
| | | * | kvm: selftests: aarch64: fix assert in gicv3_access_regRicardo Koller2022-02-081-1/+1
| | | |/
| | * | Merge branch kvm-arm64/mmu-rwlock into kvmarm-master/nextMarc Zyngier2022-02-081-0/+10
| | |\ \
| | | * | KVM: selftests: Add vgic initialization for dirty log perf test for ARMJing Zhang2022-02-081-0/+10
| | | |/
| | * | selftests: KVM: Test OS lock behaviorOliver Upton2022-02-081-2/+56
| | * | selftests: KVM: Add OSLSR_EL1 to the list of blessed regsOliver Upton2022-02-081-0/+1
| | |/
| * | Merge tag 'kvm-s390-next-5.18-2' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2022-03-151-118/+617
| |\ \
| | * | KVM: s390: selftests: Add error memop testsJanis Schoetterl-Glausch2022-03-141-13/+124
| | * | KVM: s390: selftests: Add more copy memop testsJanis Schoetterl-Glausch2022-03-141-13/+230
| | * | KVM: s390: selftests: Add named stages for memop testJanis Schoetterl-Glausch2022-03-141-11/+33
| | * | KVM: s390: selftests: Add macro as abstraction for MEM_OPJanis Schoetterl-Glausch2022-03-141-75/+197
| | * | KVM: s390: selftests: Split memop testsJanis Schoetterl-Glausch2022-03-141-55/+82
| * | | KVM: selftests: Add test to populate a VM with the max possible guest memSean Christopherson2022-03-083-0/+294
| * | | KVM: selftests: Define cpu_relax() helpers for s390 and x86Sean Christopherson2022-03-082-0/+13
| * | | KVM: selftests: Split out helper to allocate guest mem via memfdSean Christopherson2022-03-082-18/+25
| * | | KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utilsSean Christopherson2022-03-083-27/+36
| * | | Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini2022-03-043-2/+13
| |\ \ \
| * | | | KVM: selftests: Add test to verify KVM handling of ICRSean Christopherson2022-03-014-0/+153
| * | | | KVM: selftests: Verify disabling PMU virtualization via KVM_CAP_CONFIG_PMUDavid Dunn2022-02-251-0/+33
| * | | | KVM: selftests: Carve out helper to create "default" VM without vCPUsDavid Dunn2022-02-252-6/+18
| * | | | KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn2022-02-251-0/+4
| * | | | Merge branch 'kvm-ppc-cap-210' into kvm-next-5.18Paolo Bonzini2022-02-241-0/+1
| |\ \ \ \
| * \ \ \ \ Merge tag 'kvm-s390-next-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2022-02-224-0/+244
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | selftests: kvm: Check whether SIDA memop fails for normal guestsThomas Huth2022-02-151-0/+15
| | * | | | KVM: s390: selftests: Test TEST PROTECTION emulationJanis Schoetterl-Glausch2022-02-143-0/+229
| | | |_|/ | | |/| |
| * | | | selftests: KVM: allow sev_migrate_tests on machines without SEV-ESPaolo Bonzini2022-02-181-21/+57
| * | | | KVM: SEV: Allow SEV intra-host migration of VM with mirrorsPeter Gonda2022-02-181-14/+33
| * | | | Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini2022-02-141-1/+0
| |\ \ \ \
| * | | | | KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov2022-02-103-0/+177
| * | | | | KVM: selftests: nSVM: Update 'struct vmcb_control_area' definitionVitaly Kuznetsov2022-02-101-1/+8
| * | | | | KVM: selftests: nSVM: Set up MSR-Bitmap for SVM guestsVitaly Kuznetsov2022-02-102-0/+11
| * | | | | KVM: selftests: nVMX: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov2022-02-101-0/+59
| * | | | | KVM: selftests: nVMX: Properly deal with 'hv_clean_fields'Vitaly Kuznetsov2022-02-102-3/+152
| * | | | | KVM: selftests: Adapt hyperv_cpuid test to the newly introduced Enlightened M...Vitaly Kuznetsov2022-02-101-12/+17
| * | | | | KVM: selftests: Add an option to disable MANUAL_PROTECT_ENABLE and INITIALLY_SETDavid Matlack2022-02-101-2/+11
| | |/ / / | |/| | |
* | | | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \ \ \ \
| * | | | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* | | | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-235-37/+0
|\ \ \ \ \ \
| * | | | | | nds32: Remove the architectureAlan Kao2022-03-075-37/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-03-231-21/+391
|\ \ \ \ \ \
| * | | | | | kselftest: alsa: fix spelling mistake "desciptor" -> "descriptor"Colin Ian King2022-02-081-3/+3
| * | | | | | kselftest: alsa: Declare most functions staticMark Brown2022-02-041-28/+30