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
2024-04-29
KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest code
Sean Christopherson
-4
/
+9
2024-04-29
KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()
Sean Christopherson
-11
/
+7
2024-04-29
KVM: selftests: Provide an API for getting a random bool from an RNG
Sean Christopherson
-1
/
+12
2024-04-29
KVM: selftests: Provide a global pseudo-RNG instance for all tests
Sean Christopherson
-29
/
+23
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
-120
/
+17
2024-04-29
KVM: selftests: Avoid assuming "sudo" exists in NX hugepage test
Brendan Jackman
-1
/
+12
2024-04-26
KVM: riscv: selftests: Add commandline option for SBI PMU test
Atish Patra
-9
/
+64
2024-04-26
KVM: riscv: selftests: Add a test for counter overflow
Atish Patra
-0
/
+113
2024-04-26
KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
-0
/
+181
2024-04-26
KVM: riscv: selftests: Add SBI PMU selftest
Atish Patra
-0
/
+370
2024-04-26
KVM: riscv: selftests: Add SBI PMU extension definitions
Atish Patra
-0
/
+66
2024-04-26
KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
Atish Patra
-0
/
+4
2024-04-26
KVM: riscv: selftests: Add helper functions for extension checks
Atish Patra
-1
/
+11
2024-04-26
KVM: riscv: selftests: Move sbi definitions to its own header file
Atish Patra
-40
/
+54
2024-04-25
KVM: selftests: Make monitor_mwait require MONITOR/MWAIT feature
Zide Chen
-0
/
+1
2024-04-25
KVM: selftests: Compare wall time from xen shinfo against KVM_GET_CLOCK
Vitaly Kuznetsov
-22
/
+28
2024-04-25
KVM: selftests: Remove second semicolon
Colin Ian King
-1
/
+1
2024-04-25
KVM: selftests: Add stress test for LPI injection
Oliver Upton
-0
/
+411
2024-04-25
KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.h
Oliver Upton
-2
/
+2
2024-04-25
KVM: selftests: Add helper for enabling LPIs on a redistributor
Oliver Upton
-0
/
+29
2024-04-25
KVM: selftests: Add a minimal library for interacting with an ITS
Oliver Upton
-1
/
+295
2024-04-25
KVM: selftests: Add quadword MMIO accessors
Oliver Upton
-0
/
+17
2024-04-25
KVM: selftests: Standardise layout of GIC frames
Oliver Upton
-85
/
+62
2024-04-25
KVM: selftests: Align with kernel's GIC definitions
Oliver Upton
-35
/
+568
2024-04-24
KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
Oliver Upton
-0
/
+49
2024-04-11
KVM: selftests: Add coverage of EPT-disabled to vmx_dirty_log_test
David Matlack
-14
/
+46
2024-04-11
selftests: kvm: add test for transferring FPU state into VMSA
Paolo Bonzini
-0
/
+89
2024-04-11
selftests: kvm: split "launch" phase of SEV VM creation
Paolo Bonzini
-8
/
+18
2024-04-11
selftests: kvm: switch to using KVM_X86_*_VM
Paolo Bonzini
-32
/
+40
2024-04-11
selftests: kvm: add tests for KVM_SEV_INIT2
Paolo Bonzini
-8
/
+159
2024-04-09
KVM: selftests: Use TAP in the steal_time test
Thomas Huth
-23
/
+24
2024-04-09
KVM: selftests: Use EPOLL in userfaultfd_util reader threads
Anish Moorthy
-40
/
+35
2024-04-09
KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging...
Anish Moorthy
-45
/
+132
2024-04-09
KVM: selftests: Report per-vcpu demand paging rate from demand paging test
Anish Moorthy
-4
/
+9
2024-04-08
KVM: selftests: fix supported_flags for riscv
Andrew Jones
-1
/
+1
2024-04-08
KVM: selftests: fix max_guest_memory_test with more that 256 vCPUs
Maxim Levitsky
-9
/
+6
2024-04-08
KVM: selftests: Verify post-RESET value of PERF_GLOBAL_CTRL in PMCs test
Sean Christopherson
-1
/
+19
2024-04-08
RISC-V: KVM: selftests: Add ebreak test support
Chao Du
-0
/
+83
2024-04-02
Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kvm-riscv/linux into ...
Paolo Bonzini
-2
/
+2
2024-04-02
Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
-1
/
+1
2024-03-26
KVM: selftests: Fix __GUEST_ASSERT() format warnings in ARM's arch timer test
Sean Christopherson
-1
/
+1
2024-03-25
KVM: selftests: Fix spelling mistake "trigged" -> "triggered"
Colin Ian King
-2
/
+2
2024-03-18
Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-0
/
+50
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-750
/
+2658
2024-03-15
selftests: kvm: remove meaningless assignments in Makefiles
Paolo Bonzini
-2
/
+2
2024-03-14
Merge tag 'perf-tools-for-v6.9-2024-03-13' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-2
/
+2
2024-03-14
Merge tag 'kvm-s390-next-6.9-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
-0
/
+2
2024-03-12
Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
-0
/
+31
2024-03-11
Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-9
/
+50
2024-03-11
Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-161
/
+995
[prev]
[next]