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.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-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-31
Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
8
-495
/
+1386
2023-08-31
Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2
-0
/
+161
2023-08-31
Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
54
-465
/
+1377
2023-08-28
KVM: s390: selftests: Add selftest for single-stepping
Ilya Leoshkevich
2
-0
/
+161
2023-08-25
KVM: selftests: Explicit set #UD when *potentially* injecting exception
Sean Christopherson
1
-0
/
+3
2023-08-25
KVM: selftests: Reload "good" vCPU state if vCPU hits shutdown
Sean Christopherson
1
-1
/
+13
2023-08-17
KVM: selftests: Test gp event filters don't affect fixed event filters
Jinrong Liang
1
-0
/
+27
2023-08-17
KVM: selftests: Test if event filter meets expectations on fixed counters
Jinrong Liang
1
-0
/
+80
2023-08-17
KVM: selftests: Add test cases for unsupported PMU event filter input values
Jinrong Liang
1
-0
/
+26
2023-08-17
KVM: selftests: Introduce "struct __kvm_pmu_event_filter" to manipulate filter
Jinrong Liang
1
-92
/
+90
2023-08-17
KVM: selftests: Drop the return of remove_event()
Jinrong Liang
1
-3
/
+1
2023-08-17
KVM: selftests: Add x86 properties for Intel PMU in processor.h
Jinrong Liang
1
-0
/
+5
2023-08-09
KVM: riscv: selftests: Add get-reg-list test
Haibo Xu
3
-0
/
+876
2023-08-09
KVM: selftests: Add skip_set facility to get_reg_list test
Haibo Xu
2
-6
/
+16
2023-08-09
KVM: selftests: Only do get/set tests on present blessed list
Haibo Xu
1
-11
/
+18
2023-08-09
KVM: arm64: selftests: Move finalize_vcpu back to run_test
Haibo Xu
3
-17
/
+21
2023-08-09
KVM: arm64: selftests: Move reject_set check logic to a function
Haibo Xu
2
-1
/
+11
2023-08-09
KVM: arm64: selftests: Finish generalizing get-reg-list
Andrew Jones
1
-5
/
+21
2023-08-09
KVM: arm64: selftests: Split get-reg-list test code
Andrew Jones
3
-358
/
+398
2023-08-08
KVM: arm64: selftests: Delete core_reg_fixup
Andrew Jones
1
-73
/
+10
2023-08-08
KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
Andrew Jones
2
-38
/
+38
2023-08-08
KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
Andrew Jones
1
-26
/
+26
2023-08-08
KVM: arm64: selftests: Drop SVE cap check in print_reg
Andrew Jones
1
-14
/
+1
2023-08-08
KVM: arm64: selftests: Replace str_with_index with strdup_printf
Andrew Jones
3
-18
/
+22
2023-08-03
KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpers
Sean Christopherson
2
-10
/
+6
2023-08-03
KVM: selftests: Print out guest RIP on unhandled exception
Sean Christopherson
1
-12
/
+6
2023-08-03
KVM: selftests: Rip out old, param-based guest assert macros
Sean Christopherson
24
-117
/
+0
2023-08-03
KVM: selftests: Convert x86's XCR0 test to use printf-based guest asserts
Sean Christopherson
1
-11
/
+18
2023-08-03
KVM: selftests: Convert VMX's PMU capabilities test to printf guest asserts
Sean Christopherson
1
-13
/
+15
2023-08-03
KVM: selftests: Convert the x86 userspace I/O test to printf guest assert
Sean Christopherson
1
-4
/
+8
2023-08-03
KVM: selftests: Convert x86's TSC MSRs test to use printf guest asserts
Sean Christopherson
1
-1
/
+3
2023-08-03
KVM: selftests: Convert the nSVM software interrupt test to printf guest asserts
Sean Christopherson
1
-10
/
+12
2023-08-03
KVM: selftests: Convert x86's set BSP ID test to printf style guest asserts
Sean Christopherson
1
-3
/
+5
2023-08-03
KVM: selftests: Convert x86's nested exceptions test to printf guest asserts
Sean Christopherson
1
-3
/
+3
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
[next]