index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
lib
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
KVM: riscv: selftests: Align the trap information wiht pt_regs
Atish Patra
2
-69
/
+72
2024-12-19
KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
Sean Christopherson
1
-33
/
+33
2024-06-06
KVM: selftests: Fix RISC-V compilation
Andrew Jones
1
-0
/
+1
2024-05-12
Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...
Paolo Bonzini
1
-0
/
+1
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
1
-0
/
+1
2024-04-26
KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
1
-0
/
+12
2024-03-11
Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-3
/
+6
2024-03-06
KVM: riscv: selftests: Change vcpu_has_ext to a common function
Haibo Xu
1
-0
/
+10
2024-03-06
KVM: riscv: selftests: Add guest helper to get vcpu id
Haibo Xu
1
-0
/
+8
2024-03-06
KVM: riscv: selftests: Add exception handling support
Haibo Xu
2
-0
/
+170
2024-02-28
KVM: selftests: Move setting a vCPU's entry point to a dedicated API
Sean Christopherson
1
-3
/
+6
2024-01-29
KVM: selftests: riscv: Remove redundant newlines
Andrew Jones
1
-1
/
+1
2023-12-30
RISC-V: KVM: selftests: Add guest_sbi_probe_extension
Andrew Jones
1
-0
/
+19
2023-12-30
RISC-V: KVM: selftests: Move sbi_ecall to processor.c
Andrew Jones
2
-26
/
+26
2023-12-29
KVM: riscv: selftests: Add RISCV_SBI_EXT_REG
Andrew Jones
1
-2
/
+2
2023-08-03
KVM: selftests: Add arch ucall.h and inline simple arch hooks
Sean Christopherson
1
-11
/
+0
2022-12-09
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
1
-12
/
+17
2022-11-17
KVM: selftests: Add ucall pool based implementation
Peter Gonda
1
-1
/
+1
2022-11-17
KVM: selftests: Drop now-unnecessary ucall_uninit()
Sean Christopherson
1
-4
/
+0
2022-11-17
KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Sean Christopherson
1
-1
/
+1
2022-11-17
KVM: selftests: Consolidate boilerplate code in get_ucall()
Sean Christopherson
1
-16
/
+3
2022-11-17
KVM: selftests: Consolidate common code for populating ucall struct
Sean Christopherson
1
-18
/
+5
2022-11-10
KVM: selftests: Use the right memslot for code, page-tables, and data allocat...
Ricardo Koller
1
-3
/
+5
2022-11-10
KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
Ricardo Koller
1
-12
/
+15
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2
-54
/
+53
2022-06-11
KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
Sean Christopherson
1
-42
/
+42
2022-06-11
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Return created vcpu from vm_vcpu_add_default()
Sean Christopherson
1
-8
/
+12
2022-06-11
KVM: selftests: Add "arch" to common utils that have arch implementations
Sean Christopherson
1
-6
/
+6
2022-06-11
KVM: selftests: Get rid of kvm_util_internal.h
Sean Christopherson
2
-2
/
+0
2022-06-11
KVM: selftests: Add another underscore to inner ioctl() helpers
Sean Christopherson
1
-1
/
+1
2022-06-08
selftests: kvm: replace ternary operator with min()
Guo Zhengkui
1
-1
/
+1
2022-05-20
KVM: selftests: riscv: Remove unneeded semicolon
Jiapeng Chong
1
-1
/
+1
2022-05-20
KVM: selftests: riscv: Improve unexpected guest trap handling
Anup Patel
2
-14
/
+26
2022-04-09
KVM: selftests: riscv: Fix alignment of the guest_hang() function
Anup Patel
1
-1
/
+1
2022-01-06
KVM: selftests: Add initial support for RISC-V 64-bit
Anup Patel
2
-0
/
+449