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
...
|
*
|
|
KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
Yanan Wang
2021-04-20
1
-19
/
+9
|
*
|
|
KVM: selftests: List all hugetlb src types specified with page sizes
Yanan Wang
2021-04-20
3
-13
/
+118
|
*
|
|
KVM: selftests: Add a helper to get system default hugetlb page size
Yanan Wang
2021-04-20
2
-0
/
+26
|
*
|
|
KVM: selftests: Add a helper to get system configured THP page size
Yanan Wang
2021-04-20
2
-0
/
+31
|
*
|
|
KVM: selftests: Make a generic helper to get vm guest mode strings
Yanan Wang
2021-04-20
2
-14
/
+19
|
*
|
|
KVM: selftests: Print the errno besides error-string in TEST_ASSERT
Yanan Wang
2021-04-20
1
-2
/
+2
|
*
|
|
KVM: selftests: remove redundant semi-colon
Yang Yingliang
2021-04-17
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-04-29
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tools: do not include scripts/Kbuild.include
Masahiro Yamada
2021-04-25
1
-1
/
+1
|
|
/
*
|
selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)
Vitaly Kuznetsov
2021-04-01
1
-2
/
+11
*
|
selftests: kvm: make hardware_disable_test less verbose
Vitaly Kuznetsov
2021-03-30
1
-5
/
+5
*
|
selftests: kvm: add set_boot_cpu_id test
Emanuele Giuseppe Esposito
2021-03-18
3
-0
/
+168
*
|
selftests: kvm: add _vm_ioctl
Emanuele Giuseppe Esposito
2021-03-18
2
-1
/
+7
*
|
selftests: kvm: add get_msr_index_features
Emanuele Giuseppe Esposito
2021-03-18
5
-2
/
+137
*
|
selftests: kvm: Add basic Hyper-V clocksources tests
Vitaly Kuznetsov
2021-03-18
3
-0
/
+262
|
/
*
KVM: x86/xen: Add support for vCPU runstate information
David Woodhouse
2021-03-02
1
-3
/
+156
*
selftests: kvm: Mmap the entire vcpu mmap area
Aaron Lewis
2021-03-02
1
-2
/
+4
*
selftests: kvm: avoid uninitialized variable warning
Paolo Bonzini
2021-02-15
1
-1
/
+2
*
selftests: kvm: add hardware_disable test
Ignacio Alvarado
2021-02-15
3
-0
/
+167
*
KVM: selftests: Don't bother mapping GVA for Xen shinfo test
Sean Christopherson
2021-02-11
1
-4
/
+3
*
KVM: selftests: Fix hex vs. decimal snafu in Xen test
Sean Christopherson
2021-02-11
1
-1
/
+1
*
KVM: selftests: Fix size of memslots created by Xen tests
Sean Christopherson
2021-02-11
2
-4
/
+2
*
KVM: selftests: Ignore recently added Xen tests' build output
Sean Christopherson
2021-02-11
1
-0
/
+2
*
KVM: selftests: Add missing header file needed by xAPIC IPI tests
Peter Shier
2021-02-11
1
-0
/
+55
*
KVM: selftests: Add operand to vmsave/vmload/vmrun in svm.c
Ricardo Koller
2021-02-11
1
-4
/
+4
*
KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
Vitaly Kuznetsov
2021-02-09
4
-39
/
+39
*
selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_test
Vitaly Kuznetsov
2021-02-09
1
-1
/
+38
*
selftests: kvm: Move kvm_get_supported_hv_cpuid() to common code
Vitaly Kuznetsov
2021-02-09
3
-28
/
+39
*
selftests: kvm: Raise the default timeout to 120 seconds
Vitaly Kuznetsov
2021-02-09
1
-0
/
+1
*
KVM: x86: declare Xen HVM shared info capability and add test case
David Woodhouse
2021-02-04
2
-0
/
+170
*
KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
Joao Martins
2021-02-04
1
-6
/
+33
*
KVM: x86/xen: intercept xen hypercalls if enabled
Joao Martins
2021-02-04
3
-0
/
+125
*
selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...
Vitaly Kuznetsov
2021-02-04
5
-0
/
+233
*
selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIES
Like Xu
2021-02-04
5
-1
/
+169
*
KVM: selftests: Disable dirty logging with vCPUs running
Ben Gardon
2021-02-04
1
-5
/
+5
*
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
2021-02-04
8
-15
/
+63
*
KVM: selftests: Add memslot modification stress test
Ben Gardon
2021-02-04
3
-0
/
+213
*
KVM: selftests: Add option to overlap vCPU memory access
Ben Gardon
2021-02-04
4
-18
/
+57
*
KVM: selftests: Fix population stage in dirty_log_perf_test
Ben Gardon
2021-02-04
1
-3
/
+8
*
KVM: selftests: Convert iterations to int in dirty_log_perf_test
Ben Gardon
2021-02-04
1
-13
/
+13
*
KVM: selftests: Avoid flooding debug log while populating memory
Ben Gardon
2021-02-04
1
-5
/
+4
*
KVM: selftests: Rename timespec_diff_now to timespec_elapsed
Ben Gardon
2021-02-04
4
-13
/
+13
*
KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page moves
Peter Shier
2021-02-04
4
-0
/
+566
*
KVM: selftests: Implement perf_test_util more conventionally
Andrew Jones
2021-01-07
6
-146
/
+166
*
KVM: selftests: Use vm_create_with_vcpus in create_vm
Andrew Jones
2021-01-07
5
-47
/
+21
*
KVM: selftests: Factor out guest mode code
Andrew Jones
2021-01-07
6
-257
/
+189
*
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2021-01-07
1
-4
/
+13
|
\
|
*
selftests: kvm/set_memory_region_test: Fix race in move region test
Maciej S. Szmigiero
2020-12-03
1
-4
/
+13
*
|
Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2020-12-15
1
-9
/
+30
|
\
\
|
*
|
KVM: arm64: selftests: Filter out DEMUX registers
Andrew Jones
2020-11-27
1
-9
/
+30
|
|
/
[prev]
[next]