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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
KVM: selftests: create -r argument to specify random seed
Colton Lewis
1
-0
/
+6
2022-11-16
KVM: selftests: implement random number generator for guest code
Colton Lewis
1
-0
/
+17
2022-11-16
KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs
Vipin Sharma
2
-1
/
+61
2022-11-16
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
1
-0
/
+19
2022-11-10
KVM: selftests: Use the right memslot for code, page-tables, and data allocat...
Ricardo Koller
6
-40
/
+61
2022-11-10
KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
Ricardo Koller
2
-24
/
+30
2022-11-10
KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
Ricardo Koller
1
-8
/
+10
2022-11-10
KVM: selftests: Stash backing_src_type in struct userspace_mem_region
Ricardo Koller
1
-0
/
+1
2022-11-10
KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
Ricardo Koller
1
-1
/
+1
2022-11-10
KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
Ricardo Koller
1
-0
/
+6
2022-11-10
KVM: selftests: aarch64: Add virt_get_pte_hva() library function
Ricardo Koller
1
-3
/
+10
2022-11-10
KVM: selftests: Add a userfaultfd library
Ricardo Koller
1
-0
/
+186
2022-11-10
KVM: arm64: selftests: Use FIELD_GET() to extract ID register fields
Reiji Watanabe
1
-3
/
+4
2022-11-10
KVM: selftests: Use host page size to map ring buffer in dirty_log_test
Gavin Shan
1
-1
/
+1
2022-10-03
Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-1
/
+4
2022-09-30
KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hosts
David Matlack
1
-0
/
+27
2022-09-30
KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parameters
David Matlack
2
-12
/
+40
2022-09-30
Revert "KVM: selftests: Fix nested SVM tests when built with clang"
Sean Christopherson
1
-13
/
+1
2022-09-30
KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest use
Sean Christopherson
1
-0
/
+39
2022-09-30
KVM: selftests: Gracefully handle empty stack traces
David Matlack
1
-7
/
+13
2022-09-29
KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ACQ_REL if available
Marc Zyngier
1
-1
/
+4
2022-09-27
KVM: selftests: Skip tests that require EPT when it is not available
David Matlack
1
-0
/
+20
2022-08-01
selftests: kvm: set rax before vmcall
Andrei Vagin
1
-1
/
+1
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
18
-1810
/
+839
2022-07-13
KVM: selftests: Use the common cpuid() helper in cpu_vendor_string_is()
Sean Christopherson
1
-8
/
+2
2022-07-13
KVM: selftests: Clean up requirements for XFD-aware XSAVE features
Sean Christopherson
1
-3
/
+5
2022-07-13
KVM: selftests: Skip AMX test if ARCH_REQ_XCOMP_GUEST_PERM isn't supported
Sean Christopherson
1
-8
/
+1
2022-07-13
KVM: selftests: Check KVM's supported CPUID, not host CPUID, for XFD
Sean Christopherson
1
-17
/
+2
2022-07-13
KVM: selftests: Inline "get max CPUID leaf" helpers
Sean Christopherson
1
-10
/
+0
2022-07-13
KVM: selftests: Set input function/index in raw CPUID helper(s)
Sean Christopherson
1
-9
/
+4
2022-07-13
KVM: selftests: Make get_supported_cpuid() returns "const"
Sean Christopherson
1
-19
/
+8
2022-07-13
KVM: selftests: Use vCPU's CPUID directly in Hyper-V test
Sean Christopherson
1
-18
/
+0
2022-07-13
KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)
Sean Christopherson
1
-0
/
+11
2022-07-13
KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddr
Sean Christopherson
1
-0
/
+8
2022-07-13
KVM: selftests: Use vm->pa_bits to generate reserved PA bits
Sean Christopherson
1
-6
/
+2
2022-07-13
KVM: selftests: Add helpers to get and modify a vCPU's CPUID entries
Sean Christopherson
1
-0
/
+18
2022-07-13
KVM: selftests: Use get_cpuid_entry() in kvm_get_supported_cpuid_index()
Sean Christopherson
1
-32
/
+0
2022-07-13
KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()
Sean Christopherson
1
-6
/
+5
2022-07-13
KVM: selftests: Don't use a static local in vcpu_get_supported_hv_cpuid()
Sean Christopherson
1
-3
/
+1
2022-07-13
KVM: selftests: Cache CPUID in struct kvm_vcpu
Sean Christopherson
2
-22
/
+27
2022-07-13
KVM: selftests: Split out kvm_cpuid2_size() from allocate_kvm_cpuid2()
Sean Christopherson
1
-41
/
+7
2022-07-13
KVM: selftests: Use kvm_cpu_has() for nested VMX checks
Sean Christopherson
2
-13
/
+1
2022-07-13
KVM: selftests: Use kvm_cpu_has() for nested SVM checks
Sean Christopherson
1
-13
/
+0
2022-07-13
KVM: selftests: Add framework to query KVM CPUID bits
Sean Christopherson
1
-0
/
+22
2022-07-13
KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreate
Sean Christopherson
2
-2
/
+17
2022-06-24
KVM: selftests: Cache binary stats metadata for duration of test
Ben Gardon
1
-15
/
+17
2022-06-24
KVM: selftests: Add NX huge pages test
Ben Gardon
1
-0
/
+46
2022-06-24
KVM: selftests: Read binary stat data in lib
Ben Gardon
1
-0
/
+35
2022-06-24
KVM: selftests: Read binary stats desc in lib
Ben Gardon
1
-0
/
+33
2022-06-23
selftests: KVM: Handle compiler optimizations in ucall
Raghavendra Rao Ananta
1
-5
/
+4
[prev]
[next]