index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: selftests: Create a vendor independent helper to allocate Hyper-V specif...
Vitaly Kuznetsov
2022-11-21
6
-33
/
+48
*
KVM: selftests: Split off load_evmcs() from load_vmcs()
Vitaly Kuznetsov
2022-11-21
3
-22
/
+24
*
KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
Vitaly Kuznetsov
2022-11-21
5
-38
/
+56
*
KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
Vitaly Kuznetsov
2022-11-21
1
-5
/
+17
*
KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
Vitaly Kuznetsov
2022-11-21
1
-4
/
+6
*
KVM: selftests: Hyper-V PV TLB flush selftest
Vitaly Kuznetsov
2022-11-21
4
-0
/
+693
*
KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request u...
Vitaly Kuznetsov
2022-11-18
2
-2
/
+3
*
KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
Vitaly Kuznetsov
2022-11-18
1
-2
/
+3
*
KVM: selftests: Hyper-V PV IPI selftest
Vitaly Kuznetsov
2022-11-18
5
-4
/
+349
*
KVM: selftests: Move the function doing Hyper-V hypercall to a common header
Vitaly Kuznetsov
2022-11-18
2
-19
/
+20
*
KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
Vitaly Kuznetsov
2022-11-18
2
-4
/
+5
*
KVM: selftests: Better XMM read/write helpers
Vitaly Kuznetsov
2022-11-18
1
-34
/
+36
*
x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
Sean Christopherson
2022-11-18
2
-3
/
+3
*
KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
Sean Christopherson
2022-11-18
2
-3
/
+5
*
KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
Sean Christopherson
2022-11-18
2
-18
/
+17
*
x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
Sean Christopherson
2022-11-18
1
-3
/
+3
*
Merge branch 'kvm-svm-harden' into HEAD
Paolo Bonzini
2022-11-17
6
-30
/
+138
|
\
|
*
KVM: selftests: add svm part to triple_fault_test
Maxim Levitsky
2022-11-17
1
-17
/
+56
|
*
kvm: selftests: add svm nested shutdown test
Maxim Levitsky
2022-11-17
3
-0
/
+69
|
*
KVM: selftests: move idt_entry to header
Maxim Levitsky
2022-11-17
2
-13
/
+13
*
|
KVM: selftests: Assert in prepare_eptp() that nEPT is supported
David Matlack
2022-11-16
3
-1
/
+3
*
|
KVM: selftests: Check for KVM nEPT support using "feature" MSRs
David Matlack
2022-11-16
2
-9
/
+5
*
|
KVM: selftests: Drop helpers for getting specific KVM supported CPUID entry
Sean Christopherson
2022-11-16
1
-11
/
+0
*
|
KVM: selftests: Add and use KVM helpers for x86 Family and Model
Sean Christopherson
2022-11-16
2
-14
/
+28
*
|
KVM: selftests: Add dedicated helpers for getting x86 Family and Model
Sean Christopherson
2022-11-16
2
-20
/
+36
*
|
KVM: selftests: Add PMU feature framework, use in PMU event filter test
Sean Christopherson
2022-11-16
2
-44
/
+48
*
|
KVM: selftests: Convert vmx_pmu_caps_test to use X86_PROPERTY_*
Sean Christopherson
2022-11-16
2
-21
/
+4
*
|
KVM: selftests: Convert AMX test to use X86_PROPRETY_XXX
Sean Christopherson
2022-11-16
2
-79
/
+31
*
|
KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*
Sean Christopherson
2022-11-16
2
-12
/
+39
*
|
KVM: selftests: Refactor kvm_cpuid_has() to prep for X86_PROPERTY_* support
Sean Christopherson
2022-11-16
1
-6
/
+13
*
|
KVM: selftests: Use X86_PROPERTY_MAX_KVM_LEAF in CPUID test
Sean Christopherson
2022-11-16
1
-10
/
+1
*
|
KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID values
Sean Christopherson
2022-11-16
2
-10
/
+76
*
|
KVM: selftests: Refactor X86_FEATURE_* framework to prep for X86_PROPERTY_*
Sean Christopherson
2022-11-16
1
-13
/
+25
*
|
KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDR
Sean Christopherson
2022-11-16
2
-3
/
+2
*
|
KVM: selftests: Add a test for KVM_CAP_EXIT_ON_EMULATION_FAILURE
David Matlack
2022-11-16
3
-0
/
+47
*
|
KVM: selftests: Expect #PF(RSVD) when TDP is disabled
David Matlack
2022-11-16
1
-5
/
+46
*
|
KVM: selftests: Provide error code as a KVM_ASM_SAFE() output
Sean Christopherson
2022-11-16
3
-13
/
+30
*
|
KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE()
Sean Christopherson
2022-11-16
1
-5
/
+3
*
|
KVM: selftests: Copy KVM PFERR masks into selftests
David Matlack
2022-11-16
1
-0
/
+23
*
|
KVM: selftests: Move flds instruction emulation failure handling to header
David Matlack
2022-11-16
2
-40
/
+59
*
|
KVM: selftests: Delete dead ucall code
David Matlack
2022-11-16
1
-60
/
+1
*
|
KVM: selftests: Explicitly require instructions bytes
David Matlack
2022-11-16
1
-48
/
+20
*
|
KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_test
David Matlack
2022-11-16
3
-3
/
+4
*
|
KVM: selftests: Don't assume vcpu->id is '0' in xAPIC state test
Gautam Menghani
2022-11-16
1
-1
/
+3
*
|
KVM: selftests: Add arch specific post vm creation hook
Vishal Annapurve
2022-11-16
3
-3
/
+12
*
|
KVM: selftests: Add arch specific initialization
Vishal Annapurve
2022-11-16
3
-9
/
+22
*
|
KVM: selftests: move common startup logic to kvm_util.c
Vishal Annapurve
2022-11-16
20
-54
/
+6
*
|
KVM: selftests: Play nice with huge pages when getting PTEs/GPAs
Sean Christopherson
2022-11-16
2
-9
/
+47
*
|
KVM: selftests: Use vm_get_page_table_entry() in addr_arch_gva2gpa()
Sean Christopherson
2022-11-16
1
-34
/
+4
*
|
KVM: selftests: Use virt_get_pte() when getting PTE pointer
Sean Christopherson
2022-11-16
1
-23
/
+6
[next]