summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-053-2/+13
|\ \ \
| * \ \ Merge tag 'kvmarm-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-253-2/+13
| |\ \ \
| | * | | KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3Mark Brown2022-02-253-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
|\| | | |
| * | | | KVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-02-221-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
|\ \ \ \ | | |/ / | |/| |
| * | | selftests: kvm: Remove absent target fileMuhammad Usama Anjum2022-02-111-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 'perf-tools-fixes-for-v5.17-2022-02-06' of git://git.kernel.org/pub...Linus Torvalds2022-02-0618-45/+186
|\ \
| * | perf ftrace: system_wide collection is not effective by defaultChangbin Du2022-02-061-21/+24
| * | libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2022-02-062-1/+102
| * | tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-02-061-1/+3