index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
s390x
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: s390x: selftests: Add shared zeropage test
David Hildenbrand
2024-06-05
1
-0
/
+111
*
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
2024-04-29
3
-0
/
+3
*
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
2024-04-29
2
-4
/
+0
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-03-15
1
-0
/
+2
|
\
|
*
Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
2024-03-14
1
-0
/
+2
|
|
\
|
|
*
KVM: s390: selftest: memop: Fix undefined behavior
Nina Schoetterl-Glausch
2024-02-23
1
-0
/
+2
*
|
|
Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2024-03-12
1
-0
/
+31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
KVM: s390: selftests: memop: add a simple AR test
Eric Farman
2024-02-22
1
-0
/
+31
|
|
/
*
/
KVM: selftests: s390x: Remove redundant newlines
Andrew Jones
2024-01-29
2
-12
/
+12
|
/
*
selftests: kvm/s390x: use vm_create_barebones()
Paolo Bonzini
2023-11-08
1
-8
/
+3
*
KVM: s390: selftests: Add selftest for single-stepping
Ilya Leoshkevich
2023-08-28
1
-0
/
+160
*
KVM: selftests: Rip out old, param-based guest assert macros
Sean Christopherson
2023-08-02
2
-4
/
+0
*
KVM: selftests: Convert s390's tprot test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-2
/
+5
*
KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-3
/
+4
*
KVM: selftests: Rename the ASSERT_EQ macro
Thomas Huth
2023-08-02
3
-36
/
+36
*
KVM: s390: selftests: add selftest for CMMA migration
Nico Boehr
2023-06-16
1
-0
/
+700
*
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
2023-03-14
1
-12
/
+3
*
KVM: s390: selftest: memop: Add cmpxchg tests
Janis Schoetterl-Glausch
2023-02-07
1
-15
/
+392
*
KVM: s390: selftest: memop: Fix integer literal
Janis Schoetterl-Glausch
2023-02-07
1
-1
/
+1
*
KVM: s390: selftest: memop: Fix wrong address being used in test
Janis Schoetterl-Glausch
2023-02-07
1
-2
/
+2
*
KVM: s390: selftest: memop: Fix typo
Janis Schoetterl-Glausch
2023-02-07
1
-1
/
+1
*
KVM: s390: selftest: memop: Add bad address test
Janis Schoetterl-Glausch
2023-02-07
1
-1
/
+3
*
KVM: s390: selftest: memop: Move testlist into main
Janis Schoetterl-Glausch
2023-02-07
1
-65
/
+66
*
KVM: s390: selftest: memop: Replace macros by functions
Janis Schoetterl-Glausch
2023-02-07
1
-43
/
+39
*
KVM: s390: selftest: memop: Pass mop_desc via pointer
Janis Schoetterl-Glausch
2023-02-07
1
-22
/
+22
*
KVM: selftests: move common startup logic to kvm_util.c
Vishal Annapurve
2022-11-17
3
-7
/
+0
*
KVM: selftests: Fix filename reporting in guest asserts
Colton Lewis
2022-07-14
1
-14
/
+12
*
KVM: s390: selftests: Fix memop extension capability check
Janis Schoetterl-Glausch
2022-06-15
1
-1
/
+1
*
KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possible
Sean Christopherson
2022-06-14
1
-1
/
+1
*
KVM: selftests: Sanity check input to ioctls() at build time
Sean Christopherson
2022-06-11
1
-3
/
+3
*
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
2022-06-11
2
-10
/
+6
*
KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
Sean Christopherson
2022-06-11
1
-1
/
+1
*
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
4
-31
/
+31
*
KVM: selftests: Convert tprot away from VCPU_ID
Sean Christopherson
2022-06-11
1
-16
/
+15
*
KVM: selftests: Convert memop away from VCPU_ID
Sean Christopherson
2022-06-11
1
-40
/
+42
*
KVM: selftests: Convert s390's "resets" test away from VCPU_ID
Sean Christopherson
2022-06-11
1
-60
/
+77
*
KVM: selftests: Convert sync_regs_test away from VCPU_ID
Sean Christopherson
2022-06-11
1
-29
/
+30
*
KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
Sean Christopherson
2022-06-11
1
-4
/
+1
*
KVM: selftests: Add another underscore to inner ioctl() helpers
Sean Christopherson
2022-06-11
2
-4
/
+4
*
KVM: s390: selftests: Use TAP interface in the reset test
Thomas Huth
2022-06-01
1
-8
/
+30
*
KVM: s390: selftests: Use TAP interface in the tprot test
Thomas Huth
2022-06-01
1
-5
/
+24
*
KVM: s390: selftests: Use TAP interface in the sync_regs test
Thomas Huth
2022-06-01
1
-21
/
+66
*
KVM: s390: selftests: Use TAP interface in the memop test
Thomas Huth
2022-06-01
1
-18
/
+77
*
KVM: s390: selftest: Test suppression indication on key prot exception
Janis Schoetterl-Glausch
2022-05-20
1
-1
/
+45
*
KVM: s390: selftests: Add error memop tests
Janis Schoetterl-Glausch
2022-03-14
1
-13
/
+124
*
KVM: s390: selftests: Add more copy memop tests
Janis Schoetterl-Glausch
2022-03-14
1
-13
/
+230
*
KVM: s390: selftests: Add named stages for memop test
Janis Schoetterl-Glausch
2022-03-14
1
-11
/
+33
*
KVM: s390: selftests: Add macro as abstraction for MEM_OP
Janis Schoetterl-Glausch
2022-03-14
1
-75
/
+197
*
KVM: s390: selftests: Split memop tests
Janis Schoetterl-Glausch
2022-03-14
1
-55
/
+82
*
selftests: kvm: Check whether SIDA memop fails for normal guests
Thomas Huth
2022-02-15
1
-0
/
+15
[next]