index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
lib
Age
Commit message (
Expand
)
Author
Lines
2022-02-25
KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3
Mark Brown
-1
/
+3
2022-01-28
selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPP
Paolo Bonzini
-0
/
+15
2022-01-26
selftests: kvm: move vm_xsave_req_perm call to amx_test
Paolo Bonzini
-13
/
+6
2022-01-20
selftests: kvm/x86: Fix the warning in lib/x86_64/processor.c
Jinrong Liang
-0
/
+1
2022-01-19
kvm: selftests: Do not indent with spaces
Paolo Bonzini
-33
/
+35
2022-01-19
selftests: kvm/x86: Export x86_family() for use outside of processor.c
Jim Mattson
-12
/
+0
2022-01-19
selftests: kvm/x86: Introduce is_amd_cpu()
Jim Mattson
-9
/
+9
2022-01-19
selftests: kvm/x86: Parameterize the CPUID vendor string check
Jim Mattson
-3
/
+7
2022-01-19
kvm: selftests: conditionally build vm_xsave_req_perm()
Wei Wang
-0
/
+2
2022-01-17
KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN
Vitaly Kuznetsov
-4
/
+29
2022-01-14
selftest: kvm: Move struct kvm_x86_state to header
Yang Zhong
-15
/
+0
2022-01-14
selftest: kvm: Reorder vcpu_load_state steps for AMX
Paolo Bonzini
-8
/
+9
2022-01-14
kvm: selftests: Add support for KVM_CAP_XSAVE2
Wei Wang
-3
/
+96
2022-01-07
Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
-0
/
+459
2022-01-07
Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
-109
/
+572
2022-01-06
KVM: selftests: Add initial support for RISC-V 64-bit
Anup Patel
-0
/
+459
2022-01-04
Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/next
Marc Zyngier
-96
/
+432
2021-12-28
KVM: selftests: Add IRQ GSI routing library functions
Ricardo Koller
-0
/
+51
2021-12-28
KVM: selftests: aarch64: Add test_inject_fail to vgic_irq
Ricardo Koller
-3
/
+4
2021-12-28
KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq test
Ricardo Koller
-1
/
+8
2021-12-28
KVM: selftests: aarch64: Add vGIC library functions to deal with vIRQ state
Ricardo Koller
-0
/
+93
2021-12-28
KVM: selftests: Add kvm_irq_line library function
Ricardo Koller
-0
/
+21
2021-12-28
KVM: selftests: aarch64: Add GICv3 register accessor library functions
Ricardo Koller
-6
/
+161
2021-12-28
KVM: selftests: aarch64: Add function for accessing GICv3 dist and redist reg...
Ricardo Koller
-23
/
+101
2021-12-28
KVM: selftests: aarch64: Move gic_v3.h to shared headers
Ricardo Koller
-70
/
+0
2021-12-28
KVM: selftests: arm64: Add support for various modes with 16kB page size
Marc Zyngier
-0
/
+30
2021-12-28
KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}
Marc Zyngier
-0
/
+16
2021-12-28
KVM: selftests: arm64: Rework TCR_EL1 configuration
Marc Zyngier
-7
/
+14
2021-12-28
KVM: selftests: arm64: Check for supported page sizes
Marc Zyngier
-6
/
+47
2021-12-28
KVM: selftests: arm64: Introduce a variable default IPA size
Marc Zyngier
-3
/
+27
2021-12-28
KVM: selftests: arm64: Initialise default guest mode at test startup time
Marc Zyngier
-0
/
+9
2021-12-20
selftests: KVM: Fix non-x86 compiling
Andrew Jones
-0
/
+5
2021-12-10
selftests: KVM: avoid failures due to reserved HyperTransport region
Paolo Bonzini
-1
/
+69
2021-11-16
Merge branch 'kvm-selftest' into kvm-master
Paolo Bonzini
-68
/
+168
2021-11-16
KVM: selftests: Wait for all vCPU to be created before entering guest mode
David Matlack
-0
/
+26
2021-11-16
KVM: selftests: Move vCPU thread creation and joining to common helpers
David Matlack
-0
/
+46
2021-11-16
KVM: selftests: Sync perf_test_args to guest during VM creation
Sean Christopherson
-0
/
+12
2021-11-16
KVM: selftests: Fill per-vCPU struct during "perf_test" VM creation
Sean Christopherson
-34
/
+37
2021-11-16
KVM: selftests: Create VM with adjusted number of guest pages for perf tests
Sean Christopherson
-2
/
+6
2021-11-16
KVM: selftests: Remove perf_test_args.host_page_size
Sean Christopherson
-2
/
+1
2021-11-16
KVM: selftests: Move per-VM GPA into perf_test_args
Sean Christopherson
-13
/
+8
2021-11-16
KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_args
Sean Christopherson
-5
/
+4
2021-11-16
KVM: selftests: Use shorthand local var to access struct perf_tests_args
Sean Christopherson
-16
/
+19
2021-11-16
KVM: selftests: Require GPA to be aligned when backed by hugepages
Sean Christopherson
-1
/
+8
2021-11-16
KVM: selftests: Assert mmap HVA is aligned when using HugeTLB
Sean Christopherson
-0
/
+16
2021-11-16
KVM: selftests: Expose align() helpers to tests
Sean Christopherson
-15
/
+5
2021-11-16
KVM: selftests: Explicitly state indicies for vm_guest_mode_params array
Sean Christopherson
-9
/
+9
2021-11-11
selftest: KVM: Add open sev dev helper
Peter Gonda
-10
/
+27
2021-10-31
Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
-10
/
+559
2021-10-22
KVM: selftests: Fix nested SVM tests when built with clang
Jim Mattson
-1
/
+13
[next]