summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/riscv/processor.c
AgeCommit message (Expand)Author
2024-01-29KVM: selftests: riscv: Remove redundant newlinesAndrew Jones
2023-12-30RISC-V: KVM: selftests: Add guest_sbi_probe_extensionAndrew Jones
2023-12-30RISC-V: KVM: selftests: Move sbi_ecall to processor.cAndrew Jones
2023-12-29KVM: riscv: selftests: Add RISCV_SBI_EXT_REGAndrew Jones
2022-11-10KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller
2022-11-10KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()Ricardo Koller
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson
2022-06-11KVM: selftests: Return created vcpu from vm_vcpu_add_default()Sean Christopherson
2022-06-11KVM: selftests: Add "arch" to common utils that have arch implementationsSean Christopherson
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson
2022-05-20KVM: selftests: riscv: Remove unneeded semicolonJiapeng Chong
2022-05-20KVM: selftests: riscv: Improve unexpected guest trap handlingAnup Patel
2022-04-09KVM: selftests: riscv: Fix alignment of the guest_hang() functionAnup Patel
2022-01-06KVM: selftests: Add initial support for RISC-V 64-bitAnup Patel