index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-03
KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest asserts
Sean Christopherson
1
-15
/
+22
2023-08-03
KVM: selftests: Convert x86's KVM paravirt test to printf style GUEST_ASSERT
Sean Christopherson
1
-4
/
+6
2023-08-03
KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERT
Sean Christopherson
1
-10
/
+21
2023-08-03
KVM: selftests: Convert the Hyper-V extended hypercalls test to printf asserts
Sean Christopherson
1
-1
/
+2
2023-08-03
KVM: selftests: Convert x86's CPUID test to printf style GUEST_ASSERT
Sean Christopherson
1
-6
/
+8
2023-08-03
KVM: selftests: Convert steal_time test to printf style GUEST_ASSERT
Sean Christopherson
1
-10
/
+12
2023-08-03
KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERT
Sean Christopherson
1
-9
/
+14
2023-08-03
KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERT
Sean Christopherson
1
-2
/
+5
2023-08-03
KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERT
Sean Christopherson
1
-3
/
+4
2023-08-03
KVM: selftests: Convert the memslot performance test to printf guest asserts
Sean Christopherson
1
-2
/
+4
2023-08-03
KVM: selftests: Convert ARM's vGIC IRQ test to printf style GUEST_ASSERT
Sean Christopherson
1
-1
/
+2
2023-08-03
KVM: selftests: Convert ARM's page fault test to printf style GUEST_ASSERT
Sean Christopherson
1
-3
/
+4
2023-08-03
KVM: selftests: Convert ARM's hypercalls test to printf style GUEST_ASSERT
Sean Christopherson
1
-10
/
+10
2023-08-03
KVM: selftests: Convert debug-exceptions to printf style GUEST_ASSERT
Sean Christopherson
1
-4
/
+6
2023-08-03
KVM: selftests: Convert aarch_timer to printf style GUEST_ASSERT
Sean Christopherson
1
-12
/
+10
2023-08-03
KVM: selftests: Add a selftest for guest prints and formatted asserts
Aaron Lewis
2
-0
/
+225
2023-08-03
KVM: selftests: Add #define of expected KVM exit reason for ucall
Sean Christopherson
4
-0
/
+8
2023-08-03
KVM: selftests: Add arch ucall.h and inline simple arch hooks
Sean Christopherson
9
-35
/
+66
2023-08-03
KVM: selftests: Add formatted guest assert support in ucall framework
Sean Christopherson
2
-0
/
+70
2023-08-03
KVM: selftests: Add string formatting options to ucall
Aaron Lewis
2
-0
/
+24
2023-08-03
KVM: selftests: Add additional pages to the guest to accommodate ucall
Aaron Lewis
3
-0
/
+10
2023-08-03
KVM: selftests: Add guest_snprintf() to KVM selftests
Aaron Lewis
3
-0
/
+311
2023-08-03
KVM: selftests: Add strnlen() to the string overrides
Aaron Lewis
2
-0
/
+10
2023-08-03
KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucall
Sean Christopherson
1
-2
/
+30
2023-08-03
KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()
Sean Christopherson
1
-8
/
+7
2023-08-03
KVM: selftests: Rename the ASSERT_EQ macro
Thomas Huth
18
-103
/
+104
2023-08-03
KVM: selftests: Remove superfluous variable assignment
Minjie Du
1
-1
/
+0
2023-08-02
KVM: selftests: use unified time type for comparison
Bibo Mao
1
-4
/
+4
2023-08-02
KVM: selftests: Extend x86's sync_regs_test to check for exception races
Michal Luczaj
1
-0
/
+23
2023-08-02
KVM: selftests: Extend x86's sync_regs_test to check for event vector races
Michal Luczaj
1
-0
/
+22
2023-08-02
KVM: selftests: Extend x86's sync_regs_test to check for CR4 races
Michal Luczaj
1
-0
/
+72
2023-07-29
KVM: selftests: Expand x86's sregs test to cover illegal CR0 values
Sean Christopherson
1
-31
/
+39
2023-07-29
KVM: selftests: Verify stats fd is usable after VM fd has been closed
Sean Christopherson
1
-2
/
+8
2023-07-29
KVM: selftests: Verify stats fd can be dup()'d and read
Sean Christopherson
1
-1
/
+7
2023-07-29
KVM: selftests: Verify userspace can create "redundant" binary stats files
Sean Christopherson
1
-2
/
+23
2023-07-29
KVM: selftests: Explicitly free vcpus array in binary stats test
Sean Christopherson
1
-0
/
+1
2023-07-29
KVM: selftests: Clean up stats fd in common stats_test() helper
Sean Christopherson
1
-18
/
+4
2023-07-29
KVM: selftests: Use pread() to read binary stats header
Sean Christopherson
2
-4
/
+8
2023-07-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-118
/
+1138
2023-07-01
Merge tag 'kvm-x86-selftests-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
11
-118
/
+416
2023-07-01
Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+21
2023-07-01
Merge tag 'kvm-s390-next-6.5-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2
-0
/
+701
2023-06-27
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+52
2023-06-16
KVM: s390: selftests: add selftest for CMMA migration
Nico Boehr
2
-0
/
+701
2023-06-14
KVM: selftests: Add new CFLAGS to generate dependency files
Yu Zhang
1
-2
/
+15
2023-06-07
KVM: selftests: Allow specify physical cpu list in demand paging test
Peter Xu
4
-13
/
+32
2023-06-06
KVM: selftests: get-reg-list: add Permission Indirection registers
Joey Gouly
1
-0
/
+21
2023-06-06
KVM: selftests: get-reg-list: support ID register features
Joey Gouly
1
-1
/
+31
2023-06-03
KVM: selftests: Add test for race in kvm_recalculate_apic_map()
Michal Luczaj
2
-0
/
+75
2023-06-02
KVM: selftests: Extend cpuid_test to verify KVM_GET_CPUID2 "nent" updates
Sean Christopherson
1
-0
/
+21
[prev]
[next]