index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kvm
/
main.c
Age
Commit message (
Expand
)
Author
6 days
RISC-V: KVM: Factor-out g-stage page table management
Anup Patel
6 days
RISC-V: KVM: Factor-out MMU related declarations into separate headers
Anup Patel
2025-03-19
RISC-V: KVM: Teardown riscv specific bits after kvm_exit
Atish Patra
2024-10-28
RISC-V: KVM: Add common nested acceleration support
Anup Patel
2024-10-28
riscv: KVM: add basic support for host vs guest profiling
Quan Zhou
2024-09-04
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
2024-04-08
RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Chao Du
2023-11-09
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
2023-06-18
RISC-V: KVM: Implement guest external interrupt line management
Anup Patel
2023-05-05
Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-29
RISC-V: Align SBI probe implementation with spec
Andrew Jones
2023-04-21
RISC-V: KVM: Initial skeletal support for AIA
Anup Patel
2023-02-15
Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-02-07
RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
Atish Patra
2022-12-29
KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
2022-12-29
KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
2022-12-29
KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Sean Christopherson
2022-12-29
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
2022-12-07
RISC-V: KVM: Add exit logic to main.c
XiakaiPan
2022-10-02
RISC-V: KVM: add __init annotation to riscv_kvm_init()
Xiu Jianfeng
2022-05-20
RISC-V: KVM: Add Sv57x4 mode support for G-stage
Anup Patel
2022-05-20
RISC-V: KVM: Use G-stage name for hypervisor page table
Anup Patel
2022-01-06
KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR
Vincent Chen
2021-10-04
RISC-V: KVM: Implement stage2 page table programming
Anup Patel
2021-10-04
RISC-V: KVM: Implement VMID allocator
Anup Patel
2021-10-04
RISC-V: Add initial skeletal KVM support
Anup Patel