summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | kunit: tool: factor exec + parse steps into a functionDaniel Latypov2021-10-191-25/+19
| * | | | | | | | kunit: tool: show list of valid --arch options when invalidDaniel Latypov2021-10-192-2/+7
| * | | | | | | | kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov2021-10-193-19/+12
| * | | | | | | | kunit: tool: allow filtering test cases via globDaniel Latypov2021-10-191-3/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'linux-kselftest-next-5.16-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-11-023-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | selftests/core: fix conflicting types compile error for close_range()Shuah Khan2021-10-291-1/+1
| * | | | | | | | selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()Shuah Khan2021-10-251-1/+1
| * | | | | | | | selftests: kvm: fix mismatched fclose() after popen()Shuah Khan2021-10-211-1/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-0230-180/+2045
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-3135-215/+2147
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch kvm/selftests/memslot into kvmarm-master/nextMarc Zyngier2021-10-212-22/+36
| | |\ \ \ \ \ \
| | | * | | | | | KVM: selftests: Build the memslot tests for arm64Ricardo Koller2021-10-211-0/+2
| | | * | | | | | KVM: selftests: Make memslot_perf_test arch independentRicardo Koller2021-10-211-22/+34
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge branch kvm-arm64/selftest/timer into kvmarm-master/nextMarc Zyngier2021-10-1720-48/+1330
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: selftests: arch_timer: Support vCPU migrationRaghavendra Rao Ananta2021-10-171-1/+114
| | | * | | | | | KVM: arm64: selftests: Add arch_timer testRaghavendra Rao Ananta2021-10-173-0/+368
| | | * | | | | | KVM: arm64: selftests: Add host support for vGICRaghavendra Rao Ananta2021-10-174-3/+92
| | | * | | | | | KVM: arm64: selftests: Add basic GICv3 supportRaghavendra Rao Ananta2021-10-176-1/+448
| | | * | | | | | KVM: arm64: selftests: Add light-weight spinlock supportRaghavendra Rao Ananta2021-10-173-1/+41
| | | * | | | | | KVM: arm64: selftests: Add guest support to get the vcpuidRaghavendra Rao Ananta2021-10-172-0/+8
| | | * | | | | | KVM: arm64: selftests: Maintain consistency for vcpuid typeRaghavendra Rao Ananta2021-10-172-2/+2
| | | * | | | | | KVM: arm64: selftests: Add support to disable and enable local IRQsRaghavendra Rao Ananta2021-10-171-0/+10
| | | * | | | | | KVM: arm64: selftests: Add basic support to generate delaysRaghavendra Rao Ananta2021-10-171-0/+25
| | | * | | | | | KVM: arm64: selftests: Add basic support for arch_timersRaghavendra Rao Ananta2021-10-171-0/+142
| | | * | | | | | KVM: arm64: selftests: Add support for cpu_relaxRaghavendra Rao Ananta2021-10-171-0/+5
| | | * | | | | | KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REGRaghavendra Rao Ananta2021-10-174-19/+21
| | | * | | | | | tools: arm64: Import sysreg.hRaghavendra Rao Ananta2021-10-172-26/+15
| | | * | | | | | KVM: arm64: selftests: Add MMIO readl/writel supportRaghavendra Rao Ananta2021-10-171-1/+45
| | | |/ / / / /
| | * | | | | | KVM: arm64: selftests: Add init ITS device testRicardo Koller2021-10-111-0/+42
| | * | | | | | KVM: arm64: selftests: Add test for legacy GICv3 REDIST base partially above ...Ricardo Koller2021-10-111-0/+34
| | * | | | | | KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA rangeRicardo Koller2021-10-111-12/+26
| | * | | | | | KVM: arm64: selftests: Add some tests for GICv2 in vgic_initRicardo Koller2021-10-111-32/+79
| | * | | | | | KVM: arm64: selftests: Make vgic_init/vm_gic_create version agnosticRicardo Koller2021-10-111-9/+10
| | * | | | | | KVM: arm64: selftests: Make vgic_init gic version agnosticRicardo Koller2021-10-111-61/+95
| | |/ / / / /
| * | | | | | KVM: selftests: Fix nested SVM tests when built with clangJim Mattson2021-10-221-1/+13
| * | | | | | KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth2021-10-222-4/+2
| * | | | | | selftests: KVM: Introduce system counter offset testOliver Upton2021-10-183-0/+134
| * | | | | | selftests: KVM: Add helpers for vCPU device attributesOliver Upton2021-10-182-0/+47
| * | | | | | selftests: KVM: Fix kvm device helper ioctl assertionsOliver Upton2021-10-181-3/+3
| * | | | | | selftests: KVM: Add test for KVM_{GET,SET}_CLOCKOliver Upton2021-10-184-0/+207
| * | | | | | KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust testsThomas Huth2021-09-302-3/+2
| * | | | | | kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"Colin Ian King2021-09-301-1/+1
| * | | | | | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
* | | | | | | Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-021-20/+58
|\ \ \ \ \ \ \
| * | | | | | | selftests/x86/iopl: Adjust to the faked iopl CLI/STI usageBorislav Petkov2021-10-301-20/+58
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-02315-1565/+9955
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-016-6/+153
| |\ \ \ \ \ \ \
| | * | | | | | | selftests: udp: test for passing SO_MARK as cmsgJakub Kicinski2021-11-014-0/+131
| | * | | | | | | selftests: net: bridge: update IGMP/MLD membership interval valueNikolay Aleksandrov2021-10-292-6/+18
| | * | | | | | | selftests/net: update .gitignore with newly added testsShuah Khan2021-10-291-0/+4