aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-06-06KVM: selftests: Fix RISC-V compilationAndrew Jones1-0/+1
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini1-0/+1
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson1-0/+1
2024-04-26KVM: riscv: selftests: Add a test for PMU snapshot functionalityAtish Patra1-0/+12
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+6
2024-03-06KVM: riscv: selftests: Change vcpu_has_ext to a common functionHaibo Xu1-0/+10
2024-03-06KVM: riscv: selftests: Add guest helper to get vcpu idHaibo Xu1-0/+8
2024-03-06KVM: riscv: selftests: Add exception handling supportHaibo Xu2-0/+170
2024-02-28KVM: selftests: Move setting a vCPU's entry point to a dedicated APISean Christopherson1-3/+6
2024-01-29KVM: selftests: riscv: Remove redundant newlinesAndrew Jones1-1/+1
2023-12-30RISC-V: KVM: selftests: Add guest_sbi_probe_extensionAndrew Jones1-0/+19
2023-12-30RISC-V: KVM: selftests: Move sbi_ecall to processor.cAndrew Jones2-26/+26
2023-12-29KVM: riscv: selftests: Add RISCV_SBI_EXT_REGAndrew Jones1-2/+2
2023-08-02KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson1-11/+0
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini1-12/+17
2022-11-16KVM: selftests: Add ucall pool based implementationPeter Gonda1-1/+1
2022-11-16KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson1-4/+0
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson1-1/+1
2022-11-16KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson1-16/+3
2022-11-16KVM: selftests: Consolidate common code for populating ucall structSean Christopherson1-18/+5
2022-11-10KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller1-3/+5
2022-11-10KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()Ricardo Koller1-12/+15
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2-54/+53
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson1-42/+42
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson1-1/+1
2022-06-11KVM: selftests: Return created vcpu from vm_vcpu_add_default()Sean Christopherson1-8/+12
2022-06-11KVM: selftests: Add "arch" to common utils that have arch implementationsSean Christopherson1-6/+6
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson2-2/+0
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson1-1/+1
2022-06-08selftests: kvm: replace ternary operator with min()Guo Zhengkui1-1/+1
2022-05-20KVM: selftests: riscv: Remove unneeded semicolonJiapeng Chong1-1/+1
2022-05-20KVM: selftests: riscv: Improve unexpected guest trap handlingAnup Patel2-14/+26
2022-04-09KVM: selftests: riscv: Fix alignment of the guest_hang() functionAnup Patel1-1/+1
2022-01-06KVM: selftests: Add initial support for RISC-V 64-bitAnup Patel2-0/+449