index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-18
KVM: selftests: Better XMM read/write helpers
Vitaly Kuznetsov
1
-34
/
+36
2022-11-18
x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
Sean Christopherson
1
-2
/
+2
2022-11-18
KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
Sean Christopherson
1
-1
/
+4
2022-11-18
KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
Sean Christopherson
1
-0
/
+17
2022-11-17
Merge branch 'kvm-svm-harden' into HEAD
Paolo Bonzini
1
-0
/
+13
2022-11-17
KVM: selftests: move idt_entry to header
Maxim Levitsky
1
-0
/
+13
2022-11-16
KVM: selftests: Check for KVM nEPT support using "feature" MSRs
David Matlack
1
-1
/
+1
2022-11-16
KVM: selftests: Drop helpers for getting specific KVM supported CPUID entry
Sean Christopherson
1
-11
/
+0
2022-11-16
KVM: selftests: Add and use KVM helpers for x86 Family and Model
Sean Christopherson
1
-2
/
+17
2022-11-16
KVM: selftests: Add dedicated helpers for getting x86 Family and Model
Sean Christopherson
1
-17
/
+35
2022-11-16
KVM: selftests: Add PMU feature framework, use in PMU event filter test
Sean Christopherson
1
-0
/
+41
2022-11-16
KVM: selftests: Convert vmx_pmu_caps_test to use X86_PROPERTY_*
Sean Christopherson
1
-4
/
+2
2022-11-16
KVM: selftests: Convert AMX test to use X86_PROPRETY_XXX
Sean Christopherson
1
-0
/
+9
2022-11-16
KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*
Sean Christopherson
1
-5
/
+29
2022-11-16
KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID values
Sean Christopherson
1
-0
/
+68
2022-11-16
KVM: selftests: Refactor X86_FEATURE_* framework to prep for X86_PROPERTY_*
Sean Christopherson
1
-13
/
+25
2022-11-16
KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDR
Sean Christopherson
1
-0
/
+1
2022-11-16
KVM: selftests: Provide error code as a KVM_ASM_SAFE() output
Sean Christopherson
1
-12
/
+27
2022-11-16
KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE()
Sean Christopherson
1
-5
/
+3
2022-11-16
KVM: selftests: Copy KVM PFERR masks into selftests
David Matlack
1
-0
/
+23
2022-11-16
KVM: selftests: Add arch specific post vm creation hook
Vishal Annapurve
1
-0
/
+2
2022-11-16
KVM: selftests: Add arch specific initialization
Vishal Annapurve
1
-0
/
+7
2022-11-16
KVM: selftests: Play nice with huge pages when getting PTEs/GPAs
Sean Christopherson
1
-2
/
+9
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
[prev]
[next]