index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kvm
Age
Commit message (
Expand
)
Author
2023-10-20
RISC-V: KVM: Forward SBI DBCN extension to user-space
Anup Patel
2023-10-20
RISC-V: KVM: Allow some SBI extensions to be disabled by default
Anup Patel
2023-10-12
RISC-V: KVM: Allow Zicond extension for Guest/VM
Anup Patel
2023-10-12
RISCV: KVM: Add sstateen0 to ONE_REG
Mayuresh Chitale
2023-10-12
RISCV: KVM: Add sstateen0 context save/restore
Mayuresh Chitale
2023-10-12
RISCV: KVM: Add senvcfg context save/restore
Mayuresh Chitale
2023-10-12
RISC-V: KVM: Enable Smstateen accesses
Mayuresh Chitale
2023-10-12
RISC-V: KVM: Add kvm_vcpu_config
Mayuresh Chitale
2023-09-21
RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
Anup Patel
2023-09-21
RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
Anup Patel
2023-08-31
Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-08-31
Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-08-17
KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
Sean Christopherson
2023-08-17
KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
David Matlack
2023-08-09
KVM: riscv: Add KVM_GET_REG_LIST API support
Haibo Xu
2023-08-08
RISC-V: KVM: Improve vector save/restore functions
Andrew Jones
2023-08-08
RISC-V: KVM: Improve vector save/restore errors
Andrew Jones
2023-08-08
RISC-V: KVM: avoid EBUSY when writing the same isa_ext val
Daniel Henrique Barboza
2023-08-08
RISC-V: KVM: avoid EBUSY when writing the same machine ID val
Daniel Henrique Barboza
2023-08-08
RISC-V: KVM: avoid EBUSY when writing same ISA val
Daniel Henrique Barboza
2023-08-08
RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once
Daniel Henrique Barboza
2023-08-08
RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG
Daniel Henrique Barboza
2023-08-08
RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)
Daniel Henrique Barboza
2023-08-08
RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable
Daniel Henrique Barboza
2023-08-08
RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
Daniel Henrique Barboza
2023-08-08
RISC-V: KVM: provide UAPI for host SATP mode
Daniel Henrique Barboza
2023-08-08
RISC-V: KVM: Sort ISA extensions alphabetically in ONE_REG interface
Anup Patel
2023-08-08
RISC-V: KVM: Allow Zicntr, Zicsr, Zifencei, and Zihpm for Guest/VM
Anup Patel
2023-08-08
RISC-V: KVM: Allow Zba and Zbs extensions for Guest/VM
Anup Patel
2023-08-08
RISC-V: KVM: Extend ONE_REG to enable/disable multiple ISA extensions
Anup Patel
2023-08-08
RISC-V: KVM: Factor-out ONE_REG related code to its own source file
Anup Patel
2023-07-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-06-20
RISC-V: KVM: Remove unneeded semicolon
Yang Li
2023-06-20
RISC-V: KVM: Allow Svnapot extension for Guest/VM
Anup Patel
2023-06-19
riscv: kvm: define vcpu_sbi_ext_pmu in header
Ben Dooks
2023-06-19
RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip
Anup Patel
2023-06-19
RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
Anup Patel
2023-06-18
RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
Anup Patel
2023-06-18
RISC-V: KVM: Add in-kernel emulation of AIA APLIC
Anup Patel
2023-06-18
RISC-V: KVM: Implement device interface for AIA irqchip
Anup Patel
2023-06-18
RISC-V: KVM: Skeletal in-kernel AIA irqchip support
Anup Patel
2023-06-18
RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
Anup Patel
2023-06-18
RISC-V: KVM: Add IMSIC related defines
Anup Patel
2023-06-18
RISC-V: KVM: Implement guest external interrupt line management
Anup Patel
2023-06-08
riscv: Add prctl controls for userspace vector management
Andy Chiu
2023-06-08
riscv: KVM: Add vector lazy save/restore support
Vincent Chen
2023-06-08
riscv: kvm: Add V extension to KVM ISA
Vincent Chen
2023-06-06
RISC-V: KVM: Probe for SBI extension status
Andrew Jones
2023-06-06
RISC-V: KVM: Convert extension_disabled[] to ext_status[]
Andrew Jones
2023-06-06
RISC-V: KVM: Rename dis_idx to ext_idx
Andrew Jones
[next]