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-11-16
KVM: selftests: Remove useless shifts when creating guest page tables
Sean Christopherson
1
-1
/
+2
2022-11-16
KVM: selftests: Drop reserved bit checks from PTE accessor
Sean Christopherson
1
-2
/
+1
2022-11-16
KVM: selftests: Drop helpers to read/write page table entries
Sean Christopherson
1
-4
/
+2
2022-11-16
KVM: selftests: Add ucall pool based implementation
Peter Gonda
1
-5
/
+4
2022-11-16
KVM: selftests: Drop now-unnecessary ucall_uninit()
Sean Christopherson
1
-6
/
+0
2022-11-16
KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
Sean Christopherson
1
-0
/
+15
2022-11-16
KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Sean Christopherson
1
-3
/
+3
2022-11-16
KVM: selftests: Consolidate boilerplate code in get_ucall()
Sean Christopherson
1
-6
/
+2
2022-11-16
KVM: selftests: Consolidate common code for populating ucall struct
Sean Christopherson
1
-3
/
+20
2022-11-16
KVM: selftests: Rename perf_test_util symbols to memstress
David Matlack
1
-15
/
+15
2022-11-16
KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]
David Matlack
1
-4
/
+4
2022-11-16
KVM: selftests: randomize page access order
Colton Lewis
1
-0
/
+3
2022-11-16
KVM: selftests: randomize which pages are written vs read
Colton Lewis
1
-2
/
+2
2022-11-16
KVM: selftests: create -r argument to specify random seed
Colton Lewis
1
-0
/
+2
2022-11-16
KVM: selftests: implement random number generator for guest code
Colton Lewis
1
-0
/
+7
2022-11-16
KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs
Vipin Sharma
2
-0
/
+8
2022-11-16
KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
Vipin Sharma
1
-0
/
+16
2022-11-16
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
1
-0
/
+2
2022-11-10
KVM: selftests: aarch64: Add aarch64/page_fault_test
Ricardo Koller
1
-0
/
+8
2022-11-10
KVM: selftests: Use the right memslot for code, page-tables, and data allocat...
Ricardo Koller
1
-0
/
+4
2022-11-10
KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
Ricardo Koller
1
-2
/
+24
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
-6
/
+19
2022-11-10
KVM: selftests: aarch64: Add virt_get_pte_hva() library function
Ricardo Koller
1
-0
/
+2
2022-11-10
KVM: selftests: Add a userfaultfd library
Ricardo Koller
1
-0
/
+45
2022-09-30
Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEAD
Paolo Bonzini
3
-57
/
+48
2022-09-30
KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hosts
David Matlack
1
-0
/
+4
2022-09-30
KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parameters
David Matlack
1
-0
/
+4
2022-09-30
KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachable
David Matlack
1
-2
/
+4
2022-09-27
KVM: selftests: Skip tests that require EPT when it is not available
David Matlack
1
-0
/
+1
2022-09-26
KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codes
Sean Christopherson
2
-54
/
+4
2022-09-26
KVM: selftests: Switch to updated eVMCSv1 definition
Vitaly Kuznetsov
1
-3
/
+42
2022-09-26
KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
Vitaly Kuznetsov
1
-0
/
+2
2022-08-19
KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()
David Matlack
1
-1
/
+1
2022-08-19
KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with Clang
David Matlack
1
-1
/
+1
2022-07-28
KVM: selftests: Verify VMX MSRs can be restored to KVM-supported values
Sean Christopherson
1
-0
/
+1
2022-07-13
KVM: selftests: Drop unused SVM_CPUID_FUNC macro
Sean Christopherson
1
-2
/
+0
2022-07-13
KVM: selftests: Clean up requirements for XFD-aware XSAVE features
Sean Christopherson
1
-1
/
+4
2022-07-13
KVM: selftests: Check KVM's supported CPUID, not host CPUID, for XFD
Sean Christopherson
1
-0
/
+1
2022-07-13
KVM: selftests: Inline "get max CPUID leaf" helpers
Sean Christopherson
1
-2
/
+9
2022-07-13
KVM: selftests: Rename kvm_get_supported_cpuid_index() to __..._entry()
Sean Christopherson
1
-3
/
+3
2022-07-13
KVM: selftests: Use this_cpu_has() to detect SVM support in L1
Sean Christopherson
1
-13
/
+0
2022-07-13
KVM: selftests: Use this_cpu_has() in CR4/CPUID sync test
Sean Christopherson
1
-3
/
+0
2022-07-13
KVM: selftests: Add this_cpu_has() to query X86_FEATURE_* via cpuid()
Sean Christopherson
1
-1
/
+11
2022-07-13
KVM: selftests: Set input function/index in raw CPUID helper(s)
Sean Christopherson
1
-3
/
+13
2022-07-13
KVM: selftests: Make get_supported_cpuid() returns "const"
Sean Christopherson
1
-12
/
+12
2022-07-13
KVM: selftests: Use vcpu_clear_cpuid_feature() to clear x2APIC
Sean Christopherson
1
-0
/
+1
2022-07-13
KVM: selftests: Use vcpu_{set,clear}_cpuid_feature() in nVMX state test
Sean Christopherson
1
-1
/
+0
2022-07-13
KVM: selftests: Use vCPU's CPUID directly in Hyper-V test
Sean Christopherson
1
-9
/
+0
2022-07-13
KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)
Sean Christopherson
1
-0
/
+1
[prev]
[next]