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
2022-07-13
KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddr
Sean Christopherson
1
-0
/
+2
2022-07-13
KVM: selftests: Add helpers to get and modify a vCPU's CPUID entries
Sean Christopherson
1
-0
/
+30
2022-07-13
KVM: selftests: Use get_cpuid_entry() in kvm_get_supported_cpuid_index()
Sean Christopherson
1
-7
/
+7
2022-07-13
KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()
Sean Christopherson
1
-2
/
+2
2022-07-13
KVM: selftests: Cache CPUID in struct kvm_vcpu
Sean Christopherson
2
-7
/
+23
2022-07-13
KVM: selftests: Split out kvm_cpuid2_size() from allocate_kvm_cpuid2()
Sean Christopherson
1
-0
/
+23
2022-07-13
KVM: selftests: Use kvm_cpu_has() for nSVM soft INT injection test
Sean Christopherson
1
-3
/
+0
2022-07-13
KVM: selftests: Use kvm_cpu_has() for KVM's PV steal time
Sean Christopherson
1
-0
/
+22
2022-07-13
KVM: selftests: Remove the obsolete/dead MMU role test
Sean Christopherson
1
-3
/
+0
2022-07-13
KVM: selftests: Use kvm_cpu_has() in AMX test
Sean Christopherson
1
-0
/
+3
2022-07-13
KVM: selftests: Use kvm_cpu_has() for XSAVES in XSS MSR test
Sean Christopherson
1
-0
/
+1
2022-07-13
KVM: selftests: Use kvm_cpu_has() to query PDCM in PMU selftest
Sean Christopherson
1
-0
/
+1
2022-07-13
KVM: selftests: Use kvm_cpu_has() for nested VMX checks
Sean Christopherson
1
-2
/
+0
2022-07-13
KVM: selftests: Use kvm_cpu_has() for nested SVM checks
Sean Christopherson
1
-2
/
+0
2022-07-13
KVM: selftests: Use kvm_cpu_has() in the SEV migration test
Sean Christopherson
1
-0
/
+2
2022-07-13
KVM: selftests: Add framework to query KVM CPUID bits
Sean Christopherson
1
-12
/
+94
2022-07-13
KVM: sefltests: Use CPUID_* instead of X86_FEATURE_* for one-off usage
Sean Christopherson
1
-0
/
+4
2022-07-13
KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreate
Sean Christopherson
1
-0
/
+9
2022-07-13
KVM: selftests: Fix filename reporting in guest asserts
Colton Lewis
1
-5
/
+6
2022-07-13
KVM: selftests: Write REPORT_GUEST_ASSERT macros to pair with GUEST_ASSERT
Colton Lewis
1
-0
/
+42
2022-07-13
KVM: selftests: Increase UCALL_MAX_ARGS to 7
Colton Lewis
1
-1
/
+1
2022-07-13
KVM: selftests: enumerate GUEST_ASSERT arguments
Colton Lewis
1
-0
/
+8
2022-07-13
KVM: selftests: Use "a" and "d" to set EAX/EDX for wrmsr_safe()
Vitaly Kuznetsov
1
-1
/
+1
2022-06-24
KVM: selftests: Add a self test for CMCI and UCNA emulations.
Jue Wang
2
-0
/
+26
2022-06-24
KVM: selftests: Cache binary stats metadata for duration of test
Ben Gardon
1
-0
/
+5
2022-06-24
KVM: selftests: Test disabling NX hugepages on a VM
Ben Gardon
1
-0
/
+6
2022-06-24
KVM: selftests: Add NX huge pages test
Ben Gardon
1
-0
/
+11
2022-06-24
KVM: selftests: Read binary stat data in lib
Ben Gardon
1
-0
/
+4
2022-06-24
KVM: selftests: Read binary stats desc in lib
Ben Gardon
1
-0
/
+25
2022-06-24
KVM: selftests: Read binary stats header in lib
Ben Gardon
1
-0
/
+8
2022-06-20
KVM: selftests: Add x86-64 support for exception fixup
Sean Christopherson
1
-0
/
+74
2022-06-14
KVM: selftests: Call a dummy helper in VM/vCPU ioctls() to enforce type
Sean Christopherson
1
-26
/
+31
2022-06-11
KVM: selftests: Sanity check input to ioctls() at build time
Sean Christopherson
1
-16
/
+43
2022-06-11
KVM: selftests: Use TAP-friendly ksft_exit_skip() in __TEST_REQUIRE
Sean Christopherson
1
-6
/
+4
2022-06-11
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
1
-0
/
+9
2022-06-11
KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
Sean Christopherson
1
-0
/
+5
2022-06-11
KVM: selftests: Return an 'unsigned int' from kvm_check_cap()
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Drop DEFAULT_GUEST_PHY_PAGES, open code the magic number
Sean Christopherson
1
-1
/
+0
2022-06-11
KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
Sean Christopherson
1
-3
/
+6
2022-06-11
KVM: selftests: Drop @num_percpu_pages from __vm_create_with_vcpus()
Sean Christopherson
1
-2
/
+2
2022-06-11
KVM: selftests: Drop @slot0_mem_pages from __vm_create_with_vcpus()
Sean Christopherson
1
-6
/
+3
2022-06-11
KVM: selftests: Open code and drop 'struct kvm_vm' accessors
Sean Christopherson
1
-6
/
+0
2022-06-11
KVM: selftests: Remove vcpu_state() helper
Sean Christopherson
1
-1
/
+0
2022-06-11
KVM: selftests: Drop vcpu_get(), rename vcpu_find() => vcpu_exists()
Sean Christopherson
1
-2
/
+0
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
5
-158
/
+143
2022-06-11
KVM: selftests: Stop conflating vCPU index and ID in perf tests
Sean Christopherson
1
-3
/
+4
2022-06-11
KVM: selftests: Drop @vcpuids param from VM creators
Sean Christopherson
1
-2
/
+2
2022-06-11
KVM: selftests: Drop vm_create_default* helpers
Sean Christopherson
1
-23
/
+0
2022-06-11
KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
Sean Christopherson
3
-41
/
+25
2022-06-11
KVM: selftests: Add VM creation helper that "returns" vCPUs
Sean Christopherson
1
-4
/
+13
[prev]
[next]