index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Age
Commit message (
Expand
)
Author
Lines
2023-12-29
KVM: riscv: selftests: Use register subtypes
Andrew Jones
-40
/
+73
2023-12-29
KVM: riscv: selftests: Add RISCV_SBI_EXT_REG
Andrew Jones
-19
/
+25
2023-12-29
KVM: riscv: selftests: Drop SBI multi registers
Andrew Jones
-2
/
+0
2023-12-29
KVM: riscv: selftests: Generate ISA extension reg_list using macros
Anup Patel
-255
/
+76
2023-12-22
Merge tag 'kvm-riscv-fixes-6.7-1' of https://github.com/kvm-riscv/linux into ...
Paolo Bonzini
-4
/
+6
2023-12-22
Merge tag 'kvmarm-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
-10
/
+16
2023-12-13
KVM: selftests: Fix dynamic generation of configuration names
Paolo Bonzini
-4
/
+5
2023-12-13
KVM: riscv: selftests: Fix get-reg-list print_reg defaults
Andrew Jones
-4
/
+6
2023-12-12
KVM: selftests: Ensure sysreg-defs.h is generated at the expected path
Oliver Upton
-10
/
+16
2023-12-12
KVM: selftests: aarch64: Update tools copy of arm_pmuv3.h
James Clark
-3
/
+2
2023-12-08
Merge tag 'kvm-x86-selftests-6.7-rcN' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
-167
/
+73
2023-12-08
KVM: selftests: fix supported_flags for aarch64
Paolo Bonzini
-1
/
+3
2023-12-08
KVM: selftests: add -MP to CFLAGS
David Woodhouse
-1
/
+1
2023-12-08
KVM: selftests: Actually print out magic token in NX hugepages skip message
angquan yu
-1
/
+1
2023-12-07
KVM: selftests: Fix vmxon_pa == vmcs12_pa == -1ull nVMX testcase for !eVMCS
Vitaly Kuznetsov
-6
/
+10
2023-12-07
KVM: selftests: Make Hyper-V tests explicitly require KVM Hyper-V support
Vitaly Kuznetsov
-2
/
+14
2023-12-01
KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()
Sean Christopherson
-4
/
+5
2023-12-01
KVM: selftests: Fix broken assert messages in Hyper-V features test
Sean Christopherson
-4
/
+4
2023-12-01
KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts
Sean Christopherson
-12
/
+12
2023-12-01
KVM: selftests: Fix MWAIT error message when guest assertion fails
Sean Christopherson
-2
/
+4
2023-11-29
KVM: selftests: Remove x86's so called "MMIO warning" test
Sean Christopherson
-122
/
+0
2023-11-29
KVM: selftests: Add logic to detect if ioctl() failed because VM was killed
Sean Christopherson
-6
/
+35
2023-11-29
KVM: selftests: Drop the single-underscore ioctl() helpers
Sean Christopherson
-17
/
+13
2023-11-29
KVM: selftests: add -MP to CFLAGS
David Woodhouse
-1
/
+1
2023-11-28
KVM: selftests: Actually print out magic token in NX hugepages skip message
angquan yu
-1
/
+1
2023-11-27
KVM: selftests: arm64: Support P52V48 4K and 16K guest_modes
Ryan Roberts
-9
/
+36
2023-11-27
KVM: selftests: arm64: Determine max ipa size per-page size
Ryan Roberts
-36
/
+50
2023-11-22
perf build: Ensure sysreg-defs Makefile respects output dir
Oliver Upton
-2
/
+3
2023-11-21
selftests/kvm: fix compilation on non-x86_64 platforms
Paolo Bonzini
-8
/
+6
2023-11-14
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
-119
/
+1266
2023-11-14
KVM: selftests: Add a memory region subtest to validate invalid flags
Sean Christopherson
-8
/
+50
2023-11-14
KVM: selftests: Test KVM exit behavior for private memory/access
Ackerley Tng
-0
/
+121
2023-11-14
KVM: selftests: Add basic selftest for guest_memfd()
Chao Peng
-0
/
+208
2023-11-14
KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
Chao Peng
-2
/
+114
2023-11-14
KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
Chao Peng
-0
/
+36
2023-11-14
KVM: selftests: Add x86-only selftest for private memory conversions
Vishal Annapurve
-0
/
+483
2023-11-14
KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
Sean Christopherson
-0
/
+11
2023-11-14
KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Sean Christopherson
-35
/
+73
2023-11-14
KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
Vishal Annapurve
-0
/
+15
2023-11-14
KVM: selftests: Add helpers to convert guest memory b/w private and shared
Vishal Annapurve
-0
/
+76
2023-11-14
KVM: selftests: Add support for creating private memslots
Sean Christopherson
-31
/
+73
2023-11-14
KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
Sean Christopherson
-10
/
+11
2023-11-14
KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
Sean Christopherson
-33
/
+0
2023-11-08
selftests: kvm/s390x: use vm_create_barebones()
Paolo Bonzini
-8
/
+3
2023-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-107
/
+1383
2023-11-01
Merge tag 'linux_kselftest-next-6.7-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-4
/
+4
2023-10-31
Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
-18
/
+1191
2023-10-31
Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-0
/
+48
2023-10-31
Merge tag 'kvm-riscv-6.7-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
-89
/
+144
2023-10-30
Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/next
Oliver Upton
-0
/
+672
[prev]
[next]