index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
2020-12-12
4
-2
/
+111
|
\
\
|
*
|
KVM: selftests: sync_regs test for diag318
Collin Walling
2020-12-10
4
-2
/
+111
*
|
|
selftests: kvm: Merge user_msr_test into userspace_msr_exit_test
Aaron Lewis
2020-12-11
4
-279
/
+236
*
|
|
selftests: kvm: Test MSR exiting to userspace
Aaron Lewis
2020-12-11
4
-1
/
+565
*
|
|
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
2020-11-16
18
-26
/
+30
*
|
|
KVM: selftests: Make test skipping consistent
Andrew Jones
2020-11-16
3
-10
/
+14
*
|
|
KVM: selftests: Also build dirty_log_perf_test on AArch64
Andrew Jones
2020-11-15
1
-0
/
+1
*
|
|
KVM: selftests: Introduce vm_create_[default_]_with_vcpus
Andrew Jones
2020-11-15
2
-5
/
+40
*
|
|
KVM: selftests: Make vm_create_default common
Andrew Jones
2020-11-15
5
-75
/
+45
*
|
|
KVM: selftests: always use manual clear in dirty_log_perf_test
Paolo Bonzini
2020-11-15
1
-33
/
+22
*
|
|
selftests: kvm: keep .gitignore add to date
Paolo Bonzini
2020-11-15
1
-3
/
+3
*
|
|
KVM: selftests: Add "-c" parameter to dirty log test
Peter Xu
2020-11-15
1
-3
/
+10
*
|
|
KVM: selftests: Run dirty ring test asynchronously
Peter Xu
2020-11-15
1
-4
/
+60
*
|
|
KVM: selftests: Add dirty ring buffer test
Peter Xu
2020-11-15
4
-13
/
+320
*
|
|
KVM: selftests: Introduce after_vcpu_run hook for dirty log test
Peter Xu
2020-11-15
1
-12
/
+24
*
|
|
KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
Vitaly Kuznetsov
2020-11-15
3
-38
/
+77
*
|
|
KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2
Sean Christopherson
2020-11-15
3
-5
/
+108
|
|
/
|
/
|
*
|
KVM: selftests: allow two iterations of dirty_log_perf_test
Paolo Bonzini
2020-11-09
1
-1
/
+1
*
|
KVM: selftests: Introduce the dirty log perf test
Ben Gardon
2020-11-08
6
-8
/
+396
*
|
KVM: selftests: Make the number of vcpus global
Andrew Jones
2020-11-08
2
-20
/
+20
*
|
KVM: selftests: Make the per vcpu memory size global
Andrew Jones
2020-11-08
2
-12
/
+11
*
|
KVM: selftests: Drop pointless vm_create wrapper
Andrew Jones
2020-11-08
4
-9
/
+3
*
|
KVM: selftests: Add wrfract to common guest code
Ben Gardon
2020-11-08
2
-1
/
+7
*
|
KVM: selftests: Simplify demand_paging_test with timespec_diff_now
Ben Gardon
2020-11-08
3
-15
/
+27
*
|
KVM: selftests: Remove address rounding in guest code
Ben Gardon
2020-11-08
1
-1
/
+0
*
|
KVM: selftests: Factor code out of demand_paging_test
Ben Gardon
2020-11-08
2
-181
/
+210
*
|
KVM: selftests: Use a single binary for dirty/clear log test
Peter Xu
2020-11-08
3
-39
/
+156
*
|
KVM: selftests: Always clear dirty bitmap after iteration
Peter Xu
2020-11-08
1
-1
/
+1
*
|
KVM: selftests: Add blessed SVE registers to get-reg-list
Andrew Jones
2020-11-08
4
-42
/
+217
*
|
KVM: selftests: Add aarch64 get-reg-list test
Andrew Jones
2020-11-08
5
-0
/
+703
*
|
selftests: kvm: test enforcement of paravirtual cpuid features
Oliver Upton
2020-11-08
7
-0
/
+308
*
|
selftests: kvm: Add exception handling to selftests
Aaron Lewis
2020-11-08
9
-9
/
+244
*
|
selftests: kvm: Clear uc so UCALL_NONE is being properly reported
Aaron Lewis
2020-11-08
3
-0
/
+9
*
|
selftests: kvm: Fix the segment descriptor layout to match the actual layout
Aaron Lewis
2020-11-08
2
-2
/
+3
|
/
*
KVM: selftests: Don't require THP to run tests
Andrew Jones
2020-10-31
1
-7
/
+16
*
KVM: selftests: test behavior of unmapped L2 APIC-access address
Jim Mattson
2020-10-31
5
-0
/
+159
*
Merge branch 'kvm-fixes' into 'next'
Paolo Bonzini
2020-10-21
1
-1
/
+1
|
\
|
*
selftests: kvm: Fix assert failure in single-step test
Yang Weijiang
2020-09-23
1
-1
/
+1
*
|
KVM: x86: do not attempt TSC synchronization on guest writes
Paolo Bonzini
2020-09-28
2
-0
/
+169
*
|
KVM: selftests: Add test for user space MSR handling
Alexander Graf
2020-09-28
3
-0
/
+250
*
|
KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"
Sean Christopherson
2020-09-28
1
-1
/
+1
|
/
*
selftests: kvm: Use a shorter encoding to clear RAX
Yang Weijiang
2020-08-17
1
-2
/
+2
*
KVM: nVMX: check for invalid hdr.vmx.flags
Paolo Bonzini
2020-07-27
1
-0
/
+13
*
KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATE
Paolo Bonzini
2020-07-27
1
-1
/
+11
*
selftests: kvm: do not set guest mode flag
Paolo Bonzini
2020-07-27
1
-8
/
+9
*
KVM: selftests: fix sync_with_host() in smm_test
Vitaly Kuznetsov
2020-06-11
1
-2
/
+2
*
KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...
Vitaly Kuznetsov
2020-06-11
2
-3
/
+5
*
KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
Vitaly Kuznetsov
2020-06-11
6
-17
/
+30
*
KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4K
Sean Christopherson
2020-06-09
1
-2
/
+9
*
KVM: selftests: fix vmx_preemption_timer_test build with GCC10
Vitaly Kuznetsov
2020-06-08
2
-4
/
+4
[prev]
[next]