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.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
/
s390x
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-14
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
1
-12
/
+3
2023-02-07
KVM: s390: selftest: memop: Add cmpxchg tests
Janis Schoetterl-Glausch
1
-15
/
+392
2023-02-07
KVM: s390: selftest: memop: Fix integer literal
Janis Schoetterl-Glausch
1
-1
/
+1
2023-02-07
KVM: s390: selftest: memop: Fix wrong address being used in test
Janis Schoetterl-Glausch
1
-2
/
+2
2023-02-07
KVM: s390: selftest: memop: Fix typo
Janis Schoetterl-Glausch
1
-1
/
+1
2023-02-07
KVM: s390: selftest: memop: Add bad address test
Janis Schoetterl-Glausch
1
-1
/
+3
2023-02-07
KVM: s390: selftest: memop: Move testlist into main
Janis Schoetterl-Glausch
1
-65
/
+66
2023-02-07
KVM: s390: selftest: memop: Replace macros by functions
Janis Schoetterl-Glausch
1
-43
/
+39
2023-02-07
KVM: s390: selftest: memop: Pass mop_desc via pointer
Janis Schoetterl-Glausch
1
-22
/
+22
2022-11-17
KVM: selftests: move common startup logic to kvm_util.c
Vishal Annapurve
3
-7
/
+0
2022-07-14
KVM: selftests: Fix filename reporting in guest asserts
Colton Lewis
1
-14
/
+12
2022-06-15
KVM: s390: selftests: Fix memop extension capability check
Janis Schoetterl-Glausch
1
-1
/
+1
2022-06-14
KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possible
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Sanity check input to ioctls() at build time
Sean Christopherson
1
-3
/
+3
2022-06-11
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
2
-10
/
+6
2022-06-11
KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
4
-31
/
+31
2022-06-11
KVM: selftests: Convert tprot away from VCPU_ID
Sean Christopherson
1
-16
/
+15
2022-06-11
KVM: selftests: Convert memop away from VCPU_ID
Sean Christopherson
1
-40
/
+42
2022-06-11
KVM: selftests: Convert s390's "resets" test away from VCPU_ID
Sean Christopherson
1
-60
/
+77
2022-06-11
KVM: selftests: Convert sync_regs_test away from VCPU_ID
Sean Christopherson
1
-29
/
+30
2022-06-11
KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
Sean Christopherson
1
-4
/
+1
2022-06-11
KVM: selftests: Add another underscore to inner ioctl() helpers
Sean Christopherson
2
-4
/
+4
2022-06-01
KVM: s390: selftests: Use TAP interface in the reset test
Thomas Huth
1
-8
/
+30
2022-06-01
KVM: s390: selftests: Use TAP interface in the tprot test
Thomas Huth
1
-5
/
+24
2022-06-01
KVM: s390: selftests: Use TAP interface in the sync_regs test
Thomas Huth
1
-21
/
+66
2022-06-01
KVM: s390: selftests: Use TAP interface in the memop test
Thomas Huth
1
-18
/
+77
2022-05-20
KVM: s390: selftest: Test suppression indication on key prot exception
Janis Schoetterl-Glausch
1
-1
/
+45
2022-03-14
KVM: s390: selftests: Add error memop tests
Janis Schoetterl-Glausch
1
-13
/
+124
2022-03-14
KVM: s390: selftests: Add more copy memop tests
Janis Schoetterl-Glausch
1
-13
/
+230
2022-03-14
KVM: s390: selftests: Add named stages for memop test
Janis Schoetterl-Glausch
1
-11
/
+33
2022-03-14
KVM: s390: selftests: Add macro as abstraction for MEM_OP
Janis Schoetterl-Glausch
1
-75
/
+197
2022-03-14
KVM: s390: selftests: Split memop tests
Janis Schoetterl-Glausch
1
-55
/
+82
2022-02-15
selftests: kvm: Check whether SIDA memop fails for normal guests
Thomas Huth
1
-0
/
+15
2022-02-14
KVM: s390: selftests: Test TEST PROTECTION emulation
Janis Schoetterl-Glausch
1
-0
/
+227
2020-12-10
KVM: selftests: sync_regs test for diag318
Collin Walling
1
-1
/
+15
2020-03-16
selftests: KVM: s390: check for registers to NOT change on reset
Christian Borntraeger
1
-2
/
+53
2020-03-16
selftests: KVM: s390: test more register variants for the reset ioctl
Christian Borntraeger
1
-9
/
+41
2020-03-16
selftests: KVM: s390: fix early guest crash
Christian Borntraeger
1
-14
/
+13
2020-03-16
KVM: selftests: Use consistent message for test skipping
Andrew Jones
2
-2
/
+2
2020-03-16
selftests: KVM: s390: fix format strings for access reg test
Christian Borntraeger
1
-2
/
+9
2020-03-16
selftests: KVM: s390: fixup fprintf format error in reset.c
Christian Borntraeger
1
-1
/
+1
2020-03-16
KVM: selftests: Convert some printf's to pr_info's
Andrew Jones
1
-3
/
+3
2020-01-31
selftests: KVM: testing the local IRQs resets
Pierre Morel
1
-0
/
+42
2020-01-31
selftests: KVM: s390x: Add reset tests
Janosch Frank
1
-0
/
+155
2019-10-10
selftests: kvm: make syncregs more reliable on s390
Christian Borntraeger
1
-6
/
+9
2019-09-04
KVM: selftests: Test invalid bits in kvm_valid_regs and kvm_dirty_regs on s390x
Thomas Huth
1
-0
/
+30
2019-08-29
KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctl
Thomas Huth
1
-0
/
+166
2019-08-02
KVM: selftests: Implement ucall() for s390x
Thomas Huth
1
-2
/
+4
2019-06-04
KVM: selftests: Add the sync_regs test for s390x
Thomas Huth
1
-0
/
+151