index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-08
KVM: selftests: Introduce the dirty log perf test
Ben Gardon
1
-0
/
+7
2020-11-08
KVM: selftests: Drop pointless vm_create wrapper
Andrew Jones
1
-6
/
+1
2020-11-08
KVM: selftests: Simplify demand_paging_test with timespec_diff_now
Ben Gardon
1
-2
/
+13
2020-11-08
KVM: selftests: Add aarch64 get-reg-list test
Andrew Jones
1
-0
/
+29
2020-11-08
selftests: kvm: test enforcement of paravirtual cpuid features
Oliver Upton
2
-0
/
+57
2020-11-08
selftests: kvm: Add exception handling to selftests
Aaron Lewis
6
-3
/
+205
2020-11-08
selftests: kvm: Clear uc so UCALL_NONE is being properly reported
Aaron Lewis
3
-0
/
+9
2020-11-08
selftests: kvm: Fix the segment descriptor layout to match the actual layout
Aaron Lewis
1
-1
/
+2
2020-10-31
KVM: selftests: Don't require THP to run tests
Andrew Jones
1
-7
/
+16
2020-10-31
KVM: selftests: test behavior of unmapped L2 APIC-access address
Jim Mattson
1
-0
/
+9
2020-06-11
KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
Vitaly Kuznetsov
2
-5
/
+14
2020-06-09
KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4K
Sean Christopherson
1
-2
/
+9
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
2
-0
/
+12
2020-05-07
KVM: selftests: Add KVM_SET_GUEST_DEBUG test
Peter Xu
1
-0
/
+9
2020-05-06
KVM: selftests: Fix build for evmcs.h
Peter Xu
1
-0
/
+3
2020-04-15
selftests: kvm: Add vm_get_fd() in kvm_util
Wainer dos Santos Moschetta
1
-0
/
+5
2020-04-15
KVM: selftests: Add util to delete memory region
Sean Christopherson
1
-17
/
+39
2020-04-15
KVM: selftests: Use kernel's list instead of homebrewed replacement
Sean Christopherson
3
-60
/
+47
2020-04-15
KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()
Sean Christopherson
1
-4
/
+3
2020-03-26
KVM: selftests: Fix cosmetic copy-paste error in vm_mem_region_move()
Sean Christopherson
1
-2
/
+2
2020-03-18
KVM: selftests: Rework timespec functions and usage
Andrew Jones
1
-21
/
+16
2020-03-16
KVM: selftests: define and use EVMCS_VERSION
Vitaly Kuznetsov
1
-1
/
+1
2020-03-16
selftests: kvm: Uses TEST_FAIL in tests/utilities
Wainer dos Santos Moschetta
5
-31
/
+26
2020-03-16
KVM: selftests: Introduce steal-time test
Andrew Jones
2
-0
/
+22
2020-03-16
KVM: selftests: virt_map should take npages, not size
Andrew Jones
1
-5
/
+5
2020-03-16
KVM: selftests: Use consistent message for test skipping
Andrew Jones
5
-5
/
+19
2020-03-16
KVM: selftests: Enable printf format warnings for TEST_ASSERT
Andrew Jones
1
-4
/
+4
2020-03-16
KVM: selftests: Share common API documentation
Andrew Jones
4
-246
/
+89
2020-03-16
KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION
Sean Christopherson
1
-0
/
+30
2020-03-16
KVM: selftests: Rework debug message printing
Andrew Jones
2
-4
/
+5
2020-03-16
KVM: selftests: Time guest demand paging
Ben Gardon
1
-0
/
+20
2020-03-16
KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x
Ben Gardon
2
-0
/
+71
2020-03-16
KVM: selftests: Add memory size parameter to the demand paging test
Ben Gardon
1
-0
/
+51
2020-02-24
KVM: selftests: Introduce num-pages conversion utilities
Andrew Jones
1
-0
/
+37
2020-02-24
KVM: selftests: Introduce vm_guest_mode_params
Andrew Jones
1
-27
/
+25
2020-02-24
KVM: selftests: Remove unnecessary defines
Andrew Jones
1
-11
/
+0
2020-02-24
KVM: selftests: aarch64: Use stream when given
Andrew Jones
1
-2
/
+2
2020-02-12
selftests: KVM: AMD Nested test infrastructure
Eric Auger
1
-0
/
+161
2020-02-12
selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}()
Eric Auger
1
-3
/
+3
2020-02-05
Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-0
/
+36
2020-01-31
selftests: KVM: Add fpu and one reg set/get library functions
Janosch Frank
1
-0
/
+36
2020-01-13
tools/x86: Sync msr-index.h from kernel sources
Sean Christopherson
1
-4
/
+4
2019-11-21
Merge branch 'kvm-tsx-ctrl' into HEAD
Paolo Bonzini
1
-2
/
+2
2019-11-13
selftests: kvm: fix build with glibc >= 2.30
Vitaly Kuznetsov
1
-2
/
+2
2019-10-22
kvm: tests: Add test to verify MSR_IA32_XSS
Aaron Lewis
1
-9
/
+63
2019-10-22
selftests: kvm: consolidate VMX support checks
Vitaly Kuznetsov
1
-0
/
+10
2019-09-27
KVM: selftests: x86: clarify what is reported on KVM_GET_MSRS failure
Vitaly Kuznetsov
1
-1
/
+1
2019-09-27
selftests: kvm: add test for dirty logging inside nested guests
Paolo Bonzini
3
-3
/
+203
2019-09-25
KVM: selftests: fix ucall on x86
Vitaly Kuznetsov
1
-1
/
+1
2019-09-24
KVM: selftests: Remove duplicate guest mode handling
Peter Xu
1
-0
/
+17
[next]