index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kvm
Age
Commit message (
Expand
)
Author
2023-05-05
Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-04-28
Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-04-21
RISC-V: KVM: Virtualize per-HART AIA CSRs
Anup Patel
2023-04-21
RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_mask
Anup Patel
2023-04-21
RISC-V: KVM: Add ONE_REG interface for AIA CSRs
Anup Patel
2023-04-21
RISC-V: KVM: Implement subtype for CSR ONE_REG interface
Anup Patel
2023-04-21
RISC-V: KVM: Initial skeletal support for AIA
Anup Patel
2023-04-21
RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
Anup Patel
2023-04-21
RISC-V: KVM: Allow Zbb extension for Guest/VM
Anup Patel
2023-04-21
RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions
Anup Patel
2023-04-21
RISC-V: KVM: Alphabetize selects
Andrew Jones
2023-04-21
KVM: RISC-V: Retry fault if vma_lookup() results become invalid
David Matlack
2023-04-05
kvm: Remove "select SRCU"
Paul E. McKenney
2023-03-17
riscv/kvm: Fix VM hang in case of timer delta being zero.
Rajnesh Kanwal
2023-03-16
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
2023-03-14
RISC-V: KVM: Expose Zicboz to the guest
Andrew Jones
2023-03-14
RISC-V: KVM: Provide UAPI for Zicboz block size
Andrew Jones
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
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: Increment firmware pmu events
Atish Patra
2023-02-07
RISC-V: KVM: Support firmware events
Atish Patra
2023-02-07
RISC-V: KVM: Implement perf support without sampling
Atish Patra
2023-02-07
RISC-V: KVM: Implement trap & emulate for hpmcounters
Atish Patra
2023-02-07
RISC-V: KVM: Disable all hpmcounter access for VS/VU mode
Atish Patra
2023-02-07
RISC-V: KVM: Make PMU functionality depend on Sscofpmf
Atish Patra
2023-02-07
RISC-V: KVM: Add SBI PMU extension support
Atish Patra
2023-02-07
RISC-V: KVM: Add skeleton support for perf
Atish Patra
2023-02-07
RISC-V: KVM: Modify SBI extension handler to return SBI error code
Atish Patra
2023-02-07
RISC-V: KVM: Return correct code for hsm stop function
Atish Patra
2023-02-07
RISC-V: KVM: Define a probe function for SBI extension data structures
Atish Patra
2023-02-07
RISC-V: KVM: Redirect illegal instruction traps to guest
Andy Chiu
2023-02-07
RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()
Anup Patel
2023-02-07
KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizes
Alexandre Ghiti
2023-01-31
riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()
Andrew Jones
2022-12-29
KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
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: Tag init functions and data with __init, __ro_after_init
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 ONE_REG interface for mvendorid, marchid, and mimpid
Anup Patel
2022-12-07
RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Anup Patel
2022-12-07
RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()
Anup Patel
2022-12-07
RISC-V: KVM: Remove redundant includes of asm/csr.h
Anup Patel
2022-12-07
RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
Anup Patel
2022-12-07
RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()
Anup Patel
2022-12-07
RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()
Christophe JAILLET
2022-12-07
RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails
Anup Patel
[next]