index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2021-05-27
KVM: selftests: add shared hugetlbfs backing source type
Axel Rasmussen
2
-2
/
+18
2021-05-27
KVM: selftests: create alias mappings when using shared memory
Axel Rasmussen
2
-0
/
+51
2021-05-27
KVM: selftests: add shmem backing source type
Axel Rasmussen
2
-1
/
+21
2021-05-27
KVM: selftests: refactor vm_mem_backing_src_type flags
Axel Rasmussen
2
-18
/
+20
2021-05-27
KVM: selftests: Print a message if /dev/kvm is missing
David Matlack
2
-26
/
+36
2021-05-27
KVM: selftests: trivial comment/logging fixes
Axel Rasmussen
1
-2
/
+2
2021-05-27
KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
David Matlack
2
-2
/
+4
2021-05-27
KVM: selftests: Keep track of memslots more efficiently
Maciej S. Szmigiero
3
-34
/
+123
2021-05-27
selftests: kvm: fix potential issue with ELF loading
Paolo Bonzini
1
-5
/
+4
2021-05-27
selftests: kvm: make allocation of extra memory take effect
Zhenzhong Duan
1
-1
/
+1
2021-05-17
Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-1
/
+0
2021-05-07
selftests: kvm: remove reassignment of non-absolute variables
Bill Wendling
1
-2
/
+2
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2021-05-07
selftests: remove duplicate include
Zhang Yunkai
1
-1
/
+0
2021-04-26
selftests: kvm: Fix the check of return value
Zhenzhong Duan
1
-2
/
+2
2021-04-23
Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-0
/
+75
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
2
-3
/
+6
2021-04-20
KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
Yanan Wang
1
-19
/
+9
2021-04-20
KVM: selftests: List all hugetlb src types specified with page sizes
Yanan Wang
2
-12
/
+101
2021-04-20
KVM: selftests: Add a helper to get system default hugetlb page size
Yanan Wang
1
-0
/
+25
2021-04-20
KVM: selftests: Add a helper to get system configured THP page size
Yanan Wang
1
-0
/
+29
2021-04-20
KVM: selftests: Make a generic helper to get vm guest mode strings
Yanan Wang
1
-11
/
+18
2021-04-20
KVM: selftests: Print the errno besides error-string in TEST_ASSERT
Yanan Wang
1
-2
/
+2
2021-04-07
KVM: selftests: vgic_init kvm selftests fixup
Eric Auger
1
-16
/
+14
2021-04-06
KVM: selftests: aarch64/vgic-v3 init sequence tests
Eric Auger
1
-0
/
+77
2021-03-18
selftests: kvm: add _vm_ioctl
Emanuele Giuseppe Esposito
1
-1
/
+6
2021-03-18
selftests: kvm: add get_msr_index_features
Emanuele Giuseppe Esposito
1
-2
/
+0
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-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
1
-0
/
+35
2021-02-09
selftests: kvm: Move kvm_get_supported_hv_cpuid() to common code
Vitaly Kuznetsov
1
-0
/
+33
2021-02-04
KVM: x86/xen: intercept xen hypercalls if enabled
Joao Martins
1
-0
/
+1
2021-02-04
selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...
Vitaly Kuznetsov
1
-0
/
+42
2021-02-04
selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIES
Like Xu
1
-0
/
+34
2021-02-04
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
2
-3
/
+32
2021-02-04
KVM: selftests: Add option to overlap vCPU memory access
Ben Gardon
1
-7
/
+18
2021-02-04
KVM: selftests: Rename timespec_diff_now to timespec_elapsed
Ben Gardon
1
-1
/
+1
2021-01-08
KVM: selftests: Implement perf_test_util more conventionally
Andrew Jones
1
-0
/
+134
2021-01-08
KVM: selftests: Use vm_create_with_vcpus in create_vm
Andrew Jones
1
-8
/
+1
2021-01-08
KVM: selftests: Factor out guest mode code
Andrew Jones
1
-0
/
+70
2020-12-12
Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
1
-0
/
+82
2020-12-12
selftests: kvm: Test MSR exiting to userspace
Aaron Lewis
1
-0
/
+2
2020-12-10
KVM: selftests: sync_regs test for diag318
Collin Walling
1
-0
/
+82
2020-11-16
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
1
-2
/
+9
2020-11-15
KVM: selftests: Introduce vm_create_[default_]_with_vcpus
Andrew Jones
1
-5
/
+30
2020-11-15
KVM: selftests: Make vm_create_default common
Andrew Jones
4
-71
/
+26
2020-11-15
KVM: selftests: Add dirty ring buffer test
Peter Xu
2
-2
/
+74
2020-11-15
KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
Vitaly Kuznetsov
1
-0
/
+26
2020-11-08
KVM: selftests: Introduce the dirty log perf test
Ben Gardon
1
-0
/
+7
[next]