index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-01
selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)
Vitaly Kuznetsov
1
-2
/
+11
2021-03-30
selftests: kvm: make hardware_disable_test less verbose
Vitaly Kuznetsov
1
-5
/
+5
2021-03-18
selftests: kvm: add set_boot_cpu_id test
Emanuele Giuseppe Esposito
3
-0
/
+168
2021-03-18
selftests: kvm: add _vm_ioctl
Emanuele Giuseppe Esposito
2
-1
/
+7
2021-03-18
selftests: kvm: add get_msr_index_features
Emanuele Giuseppe Esposito
5
-2
/
+137
2021-03-18
selftests: kvm: Add basic Hyper-V clocksources tests
Vitaly Kuznetsov
3
-0
/
+262
2021-03-02
KVM: x86/xen: Add support for vCPU runstate information
David Woodhouse
1
-3
/
+156
2021-03-02
selftests: kvm: Mmap the entire vcpu mmap area
Aaron Lewis
1
-2
/
+4
2021-02-15
selftests: kvm: avoid uninitialized variable warning
Paolo Bonzini
1
-1
/
+2
2021-02-15
selftests: kvm: add hardware_disable test
Ignacio Alvarado
3
-0
/
+167
2021-02-11
KVM: selftests: Don't bother mapping GVA for Xen shinfo test
Sean Christopherson
1
-4
/
+3
2021-02-11
KVM: selftests: Fix hex vs. decimal snafu in Xen test
Sean Christopherson
1
-1
/
+1
2021-02-11
KVM: selftests: Fix size of memslots created by Xen tests
Sean Christopherson
2
-4
/
+2
2021-02-11
KVM: selftests: Ignore recently added Xen tests' build output
Sean Christopherson
1
-0
/
+2
2021-02-11
KVM: selftests: Add missing header file needed by xAPIC IPI tests
Peter Shier
1
-0
/
+55
2021-02-11
KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.c
Ricardo Koller
1
-4
/
+4
2021-02-09
KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
Vitaly Kuznetsov
4
-39
/
+39
2021-02-09
selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_test
Vitaly Kuznetsov
1
-1
/
+38
2021-02-09
selftests: kvm: Move kvm_get_supported_hv_cpuid() to common code
Vitaly Kuznetsov
3
-28
/
+39
2021-02-09
selftests: kvm: Raise the default timeout to 120 seconds
Vitaly Kuznetsov
1
-0
/
+1
2021-02-04
KVM: x86: declare Xen HVM shared info capability and add test case
David Woodhouse
2
-0
/
+170
2021-02-04
KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
Joao Martins
1
-6
/
+33
2021-02-04
KVM: x86/xen: intercept xen hypercalls if enabled
Joao Martins
3
-0
/
+125
2021-02-04
selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...
Vitaly Kuznetsov
5
-0
/
+233
2021-02-04
selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIES
Like Xu
5
-1
/
+169
2021-02-04
KVM: selftests: Disable dirty logging with vCPUs running
Ben Gardon
1
-5
/
+5
2021-02-04
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
8
-15
/
+63
2021-02-04
KVM: selftests: Add memslot modification stress test
Ben Gardon
3
-0
/
+213
2021-02-04
KVM: selftests: Add option to overlap vCPU memory access
Ben Gardon
4
-18
/
+57
2021-02-04
KVM: selftests: Fix population stage in dirty_log_perf_test
Ben Gardon
1
-3
/
+8
2021-02-04
KVM: selftests: Convert iterations to int in dirty_log_perf_test
Ben Gardon
1
-13
/
+13
2021-02-04
KVM: selftests: Avoid flooding debug log while populating memory
Ben Gardon
1
-5
/
+4
2021-02-04
KVM: selftests: Rename timespec_diff_now to timespec_elapsed
Ben Gardon
4
-13
/
+13
2021-02-04
KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page moves
Peter Shier
4
-0
/
+566
2021-01-07
KVM: selftests: Implement perf_test_util more conventionally
Andrew Jones
6
-146
/
+166
2021-01-07
KVM: selftests: Use vm_create_with_vcpus in create_vm
Andrew Jones
5
-47
/
+21
2021-01-07
KVM: selftests: Factor out guest mode code
Andrew Jones
6
-257
/
+189
2021-01-07
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
1
-4
/
+13
2020-12-15
Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-9
/
+30
2020-12-12
Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
4
-2
/
+111
2020-12-11
selftests: kvm: Merge user_msr_test into userspace_msr_exit_test
Aaron Lewis
4
-279
/
+236
2020-12-11
selftests: kvm: Test MSR exiting to userspace
Aaron Lewis
4
-1
/
+565
2020-12-10
KVM: selftests: sync_regs test for diag318
Collin Walling
4
-2
/
+111
2020-12-03
selftests: kvm/set_memory_region_test: Fix race in move region test
Maciej S. Szmigiero
1
-4
/
+13
2020-11-27
KVM: arm64: selftests: Filter out DEMUX registers
Andrew Jones
1
-9
/
+30
2020-11-16
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
18
-26
/
+30
2020-11-16
KVM: selftests: Make test skipping consistent
Andrew Jones
3
-10
/
+14
2020-11-15
KVM: selftests: Also build dirty_log_perf_test on AArch64
Andrew Jones
1
-0
/
+1
2020-11-15
KVM: selftests: Introduce vm_create_[default_]_with_vcpus
Andrew Jones
2
-5
/
+40
2020-11-15
KVM: selftests: Make vm_create_default common
Andrew Jones
5
-75
/
+45
[next]