index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
lib
/
riscv
Age
Commit message (
Expand
)
Author
2025-05-21
KVM: riscv: selftests: Align the trap information wiht pt_regs
Atish Patra
2024-12-18
KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
Sean Christopherson
2024-06-06
KVM: selftests: Fix RISC-V compilation
Andrew Jones
2024-05-12
Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...
Paolo Bonzini
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
2024-04-26
KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
2024-03-11
Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-03-06
KVM: riscv: selftests: Change vcpu_has_ext to a common function
Haibo Xu
2024-03-06
KVM: riscv: selftests: Add guest helper to get vcpu id
Haibo Xu
2024-03-06
KVM: riscv: selftests: Add exception handling support
Haibo Xu
2024-02-28
KVM: selftests: Move setting a vCPU's entry point to a dedicated API
Sean Christopherson
2024-01-29
KVM: selftests: riscv: Remove redundant newlines
Andrew Jones
2023-12-30
RISC-V: KVM: selftests: Add guest_sbi_probe_extension
Andrew Jones
2023-12-30
RISC-V: KVM: selftests: Move sbi_ecall to processor.c
Andrew Jones
2023-12-29
KVM: riscv: selftests: Add RISCV_SBI_EXT_REG
Andrew Jones
2023-08-02
KVM: selftests: Add arch ucall.h and inline simple arch hooks
Sean Christopherson
2022-12-09
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
2022-11-16
KVM: selftests: Add ucall pool based implementation
Peter Gonda
2022-11-16
KVM: selftests: Drop now-unnecessary ucall_uninit()
Sean Christopherson
2022-11-16
KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Sean Christopherson
2022-11-16
KVM: selftests: Consolidate boilerplate code in get_ucall()
Sean Christopherson
2022-11-16
KVM: selftests: Consolidate common code for populating ucall struct
Sean Christopherson
2022-11-10
KVM: selftests: Use the right memslot for code, page-tables, and data allocat...
Ricardo Koller
2022-11-10
KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
Ricardo Koller
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
Sean Christopherson
2022-06-11
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
2022-06-11
KVM: selftests: Return created vcpu from vm_vcpu_add_default()
Sean Christopherson
2022-06-11
KVM: selftests: Add "arch" to common utils that have arch implementations
Sean Christopherson
2022-06-11
KVM: selftests: Get rid of kvm_util_internal.h
Sean Christopherson
2022-06-11
KVM: selftests: Add another underscore to inner ioctl() helpers
Sean Christopherson
2022-06-08
selftests: kvm: replace ternary operator with min()
Guo Zhengkui
2022-05-20
KVM: selftests: riscv: Remove unneeded semicolon
Jiapeng Chong
2022-05-20
KVM: selftests: riscv: Improve unexpected guest trap handling
Anup Patel
2022-04-09
KVM: selftests: riscv: Fix alignment of the guest_hang() function
Anup Patel
2022-01-06
KVM: selftests: Add initial support for RISC-V 64-bit
Anup Patel