index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
3
-140
/
+73
|
\
|
*
KVM: selftests: Always unlink memory regions when deleting (VM free)
Sean Christopherson
2024-08-30
1
-9
/
+6
|
*
KVM: selftests: Remove unused kvm_memcmp_hva_gva()
Sean Christopherson
2024-08-30
1
-70
/
+0
|
*
KVM: selftests: Re-enable hyperv_evmcs/hyperv_svm_test on bare metal
Vitaly Kuznetsov
2024-08-22
1
-0
/
+8
|
*
KVM: selftests: Move Hyper-V specific functions out of processor.c
Vitaly Kuznetsov
2024-08-22
2
-61
/
+59
*
|
Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-17
1
-5
/
+3
|
\
\
|
*
|
KVM: selftests: Report unhandled exceptions on x86 as regular guest asserts
Sean Christopherson
2024-08-30
1
-5
/
+3
|
|
/
*
|
Merge tag 'kvm-s390-next-6.12-1' of https://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2024-09-17
1
-5
/
+5
|
\
\
|
*
|
selftests: kvm: s390: Define page sizes in shared header
Christoph Schlameuss
2024-08-19
1
-5
/
+5
|
|
/
*
/
KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer test
Colton Lewis
2024-08-30
1
-0
/
+6
|
/
*
Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-2
/
+7
|
\
|
*
KVM: selftests: Print the seed for the guest pRNG iff it has changed
Sean Christopherson
2024-06-27
1
-2
/
+7
*
|
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-07-16
1
-0
/
+11
|
\
\
|
*
|
KVM: selftests: Add guest udelay() utility for x86
Reinette Chatre
2024-06-28
1
-0
/
+11
|
|
/
*
|
Merge tag 'kvm-riscv-fixes-6.10-2' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2024-06-21
1
-0
/
+1
|
\
\
|
*
|
KVM: selftests: Fix RISC-V compilation
Andrew Jones
2024-06-06
1
-0
/
+1
|
|
/
*
/
KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits
Tao Su
2024-06-05
1
-2
/
+13
|
/
*
Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...
Paolo Bonzini
2024-05-12
10
-198
/
+146
|
\
|
*
KVM: selftests: Drop @selector from segment helpers
Sean Christopherson
2024-04-29
1
-15
/
+14
|
*
KVM: selftests: Init x86's segments during VM creation
Sean Christopherson
2024-04-29
1
-48
/
+20
|
*
KVM: selftests: Add macro for TSS selector, rename up code/data macros
Sean Christopherson
2024-04-29
1
-9
/
+9
|
*
KVM: selftests: Allocate x86's TSS at VM creation
Sean Christopherson
2024-04-29
1
-3
/
+2
|
*
KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
Sean Christopherson
2024-04-29
1
-25
/
+5
|
*
KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
Sean Christopherson
2024-04-29
1
-16
/
+11
|
*
KVM: selftests: Allocate x86's GDT during VM creation
Sean Christopherson
2024-04-29
1
-3
/
+1
|
*
KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
Sean Christopherson
2024-04-29
1
-1
/
+2
|
*
KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
Sean Christopherson
2024-04-29
1
-2
/
+6
|
*
KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
Sean Christopherson
2024-04-29
1
-2
/
+2
|
*
KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
Sean Christopherson
2024-04-29
1
-96
/
+95
|
*
KVM: selftests: Fix off-by-one initialization of GDT limit
Ackerley Tng
2024-04-29
1
-1
/
+1
|
*
KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
Sean Christopherson
2024-04-29
1
-11
/
+11
|
*
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
2024-04-29
5
-1
/
+9
|
*
KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()
Sean Christopherson
2024-04-29
1
-0
/
+3
|
*
KVM: selftests: Provide an API for getting a random bool from an RNG
Sean Christopherson
2024-04-29
1
-1
/
+1
|
*
KVM: selftests: Provide a global pseudo-RNG instance for all tests
Sean Christopherson
2024-04-29
2
-7
/
+10
|
*
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
2024-04-29
6
-13
/
+0
*
|
Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
2
-65
/
+96
|
\
\
|
*
|
KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslots
Sean Christopherson
2024-05-03
1
-0
/
+8
|
*
|
KVM: selftests: Use EPOLL in userfaultfd_util reader threads
Anish Moorthy
2024-04-09
1
-39
/
+35
|
*
|
KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging...
Anish Moorthy
2024-04-09
1
-27
/
+54
*
|
|
Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...
Paolo Bonzini
2024-05-12
5
-58
/
+349
|
\
\
\
|
*
|
|
KVM: selftests: Add helper for enabling LPIs on a redistributor
Oliver Upton
2024-04-25
2
-0
/
+26
|
*
|
|
KVM: selftests: Add a minimal library for interacting with an ITS
Oliver Upton
2024-04-25
2
-0
/
+266
|
*
|
|
KVM: selftests: Standardise layout of GIC frames
Oliver Upton
2024-04-25
4
-57
/
+45
|
*
|
|
KVM: selftests: Align with kernel's GIC definitions
Oliver Upton
2024-04-25
1
-1
/
+12
|
|
/
/
*
|
|
Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2024-05-07
1
-0
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
2024-04-26
1
-0
/
+12
|
|
/
*
|
selftests: kvm: split "launch" phase of SEV VM creation
Paolo Bonzini
2024-04-11
1
-6
/
+10
*
|
selftests: kvm: switch to using KVM_X86_*_VM
Paolo Bonzini
2024-04-11
3
-9
/
+36
|
/
*
Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-03-11
3
-9
/
+99
|
\
[next]