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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-27
KVM: selftests: add shared hugetlbfs backing source type
Axel Rasmussen
1
-0
/
+11
2021-05-27
KVM: selftests: create alias mappings when using shared memory
Axel Rasmussen
1
-0
/
+1
2021-05-27
KVM: selftests: add shmem backing source type
Axel Rasmussen
1
-0
/
+1
2021-05-27
KVM: selftests: Print a message if /dev/kvm is missing
David Matlack
1
-0
/
+1
2021-05-27
KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
David Matlack
1
-1
/
+1
2021-04-23
Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-0
/
+9
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
1
-0
/
+2
2021-04-20
KVM: selftests: List all hugetlb src types specified with page sizes
Yanan Wang
1
-1
/
+17
2021-04-20
KVM: selftests: Add a helper to get system default hugetlb page size
Yanan Wang
1
-0
/
+1
2021-04-20
KVM: selftests: Add a helper to get system configured THP page size
Yanan Wang
1
-0
/
+2
2021-04-20
KVM: selftests: Make a generic helper to get vm guest mode strings
Yanan Wang
1
-3
/
+1
2021-04-07
KVM: selftests: vgic_init kvm selftests fixup
Eric Auger
1
-1
/
+1
2021-04-06
KVM: selftests: aarch64/vgic-v3 init sequence tests
Eric Auger
1
-0
/
+9
2021-03-18
selftests: kvm: add _vm_ioctl
Emanuele Giuseppe Esposito
1
-0
/
+1
2021-03-18
selftests: kvm: add get_msr_index_features
Emanuele Giuseppe Esposito
1
-0
/
+1
2021-02-11
KVM: selftests: Add missing header file needed by xAPIC IPI tests
Peter Shier
1
-0
/
+55
2021-02-09
KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
Vitaly Kuznetsov
1
-0
/
+1
2021-02-09
selftests: kvm: Move kvm_get_supported_hv_cpuid() to common code
Vitaly Kuznetsov
1
-0
/
+3
2021-02-04
selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_...
Vitaly Kuznetsov
1
-0
/
+14
2021-02-04
selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIES
Like Xu
1
-1
/
+2
2021-02-04
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
3
-7
/
+16
2021-02-04
KVM: selftests: Add option to overlap vCPU memory access
Ben Gardon
1
-1
/
+3
2021-02-04
KVM: selftests: Rename timespec_diff_now to timespec_elapsed
Ben Gardon
1
-1
/
+1
2021-02-04
KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page moves
Peter Shier
1
-0
/
+20
2021-01-07
KVM: selftests: Implement perf_test_util more conventionally
Andrew Jones
2
-130
/
+13
2021-01-07
KVM: selftests: Use vm_create_with_vcpus in create_vm
Andrew Jones
2
-36
/
+19
2021-01-07
KVM: selftests: Factor out guest mode code
Andrew Jones
1
-0
/
+21
2020-12-12
Merge tag 'kvm-s390-next-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
1
-0
/
+13
2020-12-10
KVM: selftests: sync_regs test for diag318
Collin Walling
1
-0
/
+13
2020-11-16
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
1
-4
/
+0
2020-11-15
KVM: selftests: Introduce vm_create_[default_]_with_vcpus
Andrew Jones
1
-0
/
+10
2020-11-15
KVM: selftests: Make vm_create_default common
Andrew Jones
1
-4
/
+19
2020-11-15
KVM: selftests: Add dirty ring buffer test
Peter Xu
1
-0
/
+3
2020-11-15
KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
Vitaly Kuznetsov
1
-0
/
+2
2020-11-15
KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2
Sean Christopherson
2
-4
/
+17
2020-11-08
KVM: selftests: Introduce the dirty log perf test
Ben Gardon
2
-8
/
+11
2020-11-08
KVM: selftests: Make the number of vcpus global
Andrew Jones
1
-0
/
+3
2020-11-08
KVM: selftests: Make the per vcpu memory size global
Andrew Jones
1
-0
/
+3
2020-11-08
KVM: selftests: Drop pointless vm_create wrapper
Andrew Jones
2
-2
/
+1
2020-11-08
KVM: selftests: Add wrfract to common guest code
Ben Gardon
1
-1
/
+5
2020-11-08
KVM: selftests: Simplify demand_paging_test with timespec_diff_now
Ben Gardon
1
-0
/
+1
2020-11-08
KVM: selftests: Remove address rounding in guest code
Ben Gardon
1
-1
/
+0
2020-11-08
KVM: selftests: Factor code out of demand_paging_test
Ben Gardon
1
-0
/
+187
2020-11-08
KVM: selftests: Add aarch64 get-reg-list test
Andrew Jones
1
-0
/
+1
2020-11-08
selftests: kvm: test enforcement of paravirtual cpuid features
Oliver Upton
2
-0
/
+15
2020-11-08
selftests: kvm: Add exception handling to selftests
Aaron Lewis
2
-0
/
+26
2020-11-08
selftests: kvm: Fix the segment descriptor layout to match the actual layout
Aaron Lewis
1
-1
/
+1
2020-10-31
KVM: selftests: test behavior of unmapped L2 APIC-access address
Jim Mattson
1
-0
/
+6
2020-09-28
KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"
Sean Christopherson
1
-1
/
+1
2020-06-11
KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check
Vitaly Kuznetsov
2
-0
/
+2
[prev]
[next]