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-06-11
KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl name
Sean Christopherson
1
-2
/
+14
2022-06-11
KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpers
Sean Christopherson
1
-10
/
+50
2022-06-11
KVM: selftests: Make vm_ioctl() a wrapper to pretty print ioctl name
Sean Christopherson
1
-17
/
+21
2022-06-11
KVM: selftests: Remove vcpu_get_fd()
Sean Christopherson
1
-1
/
+0
2022-06-11
KVM: selftests: Add __vcpu_run() helper
Sean Christopherson
1
-0
/
+6
2022-06-11
KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpers
Sean Christopherson
2
-44
/
+126
2022-06-11
KVM: selftests: Split vcpu_set_nested_state() into two helpers
Sean Christopherson
1
-2
/
+4
2022-06-11
KVM: selftests: Drop @mode from common vm_create() helper
Sean Christopherson
1
-1
/
+2
2022-06-11
KVM: selftests: Make vcpu_ioctl() a wrapper to pretty print ioctl name
Sean Christopherson
1
-2
/
+11
2022-06-11
KVM: selftests: Add another underscore to inner ioctl() helpers
Sean Christopherson
1
-4
/
+4
2022-06-11
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
1
-2
/
+2
2022-06-11
KVM: selftests: Drop stale declarations from kvm_util_base.h
Sean Christopherson
1
-5
/
+0
2022-06-09
Merge branch 'kvm-5.20-early'
Paolo Bonzini
2
-0
/
+29
2022-06-09
KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2
David Matlack
3
-0
/
+17
2022-06-09
KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.h
David Matlack
2
-3
/
+2
2022-06-09
KVM: selftests: Replace x86_page_size with PG_LEVEL_XX
David Matlack
1
-6
/
+12
2022-06-08
KVM: selftests: nSVM: Add svm_nested_soft_inject_test
Maciej S. Szmigiero
2
-0
/
+29
2022-05-25
Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
1
-3
/
+5
2022-05-20
KVM: selftests: riscv: Improve unexpected guest trap handling
Anup Patel
1
-3
/
+5
2022-05-16
Merge branch kvm-arm64/hcall-selection into kvmarm-master/next
Marc Zyngier
1
-0
/
+22
2022-05-03
selftests: KVM: Create helper for making SMCCC calls
Oliver Upton
1
-0
/
+22
2022-04-21
kvm: selftests: introduce and use more page size-related constants
Paolo Bonzini
1
-0
/
+2
2022-04-21
kvm: selftests: do not use bitfields larger than 32-bits for PTEs
Paolo Bonzini
1
-0
/
+15
2022-04-09
KVM: selftests: riscv: Set PTE A and D bits in VS-stage page table
Anup Patel
1
-1
/
+3
2022-03-08
KVM: selftests: Define cpu_relax() helpers for s390 and x86
Sean Christopherson
2
-0
/
+13
2022-03-08
KVM: selftests: Split out helper to allocate guest mem via memfd
Sean Christopherson
1
-0
/
+1
2022-03-08
KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utils
Sean Christopherson
1
-0
/
+4
2022-03-01
KVM: selftests: Add test to verify KVM handling of ICR
Sean Christopherson
1
-0
/
+1
2022-02-25
KVM: selftests: Carve out helper to create "default" VM without vCPUs
David Dunn
1
-0
/
+3
2022-02-10
KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftest
Vitaly Kuznetsov
1
-0
/
+1
2022-02-10
KVM: selftests: nSVM: Update 'struct vmcb_control_area' definition
Vitaly Kuznetsov
1
-1
/
+8
2022-02-10
KVM: selftests: nSVM: Set up MSR-Bitmap for SVM guests
Vitaly Kuznetsov
1
-0
/
+5
2022-02-10
KVM: selftests: nVMX: Properly deal with 'hv_clean_fields'
Vitaly Kuznetsov
1
-1
/
+149
2022-01-26
selftests: kvm: move vm_xsave_req_perm call to amx_test
Paolo Bonzini
2
-1
/
+1
2022-01-19
kvm: selftests: Do not indent with spaces
Paolo Bonzini
1
-5
/
+5
2022-01-19
selftests: kvm/x86: Introduce x86_model()
Jim Mattson
1
-0
/
+5
2022-01-19
selftests: kvm/x86: Export x86_family() for use outside of processor.c
Jim Mattson
1
-0
/
+12
2022-01-19
selftests: kvm/x86: Introduce is_amd_cpu()
Jim Mattson
1
-0
/
+1
2022-01-17
KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN
Vitaly Kuznetsov
1
-0
/
+7
2022-01-14
selftest: kvm: Move struct kvm_x86_state to header
Yang Zhong
1
-1
/
+15
2022-01-14
kvm: selftests: Add support for KVM_CAP_XSAVE2
Wei Wang
2
-0
/
+12
2022-01-07
kvm: selftests: move ucall declarations into ucall_common.h
Michael Roth
3
-49
/
+60
2022-01-07
kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h
Michael Roth
2
-435
/
+447
2022-01-07
Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2
-0
/
+145
2022-01-07
Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
5
-3
/
+146
2022-01-06
KVM: selftests: Add initial support for RISC-V 64-bit
Anup Patel
2
-0
/
+145
2022-01-04
Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/next
Marc Zyngier
4
-2
/
+134
2021-12-28
KVM: selftests: aarch64: Add tests for IRQFD in vgic_irq
Ricardo Koller
1
-0
/
+2
2021-12-28
KVM: selftests: Add IRQ GSI routing library functions
Ricardo Koller
1
-0
/
+8
2021-12-28
KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq test
Ricardo Koller
1
-1
/
+1
[prev]
[next]