summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm
Commit message (Expand)AuthorAgeFilesLines
* riscv/kvm: Fix VM hang in case of timer delta being zero.Rajnesh Kanwal2023-03-171-4/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-2516-132/+857
|\
| * Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-1514-103/+846
| |\
| | * RISC-V: KVM: Increment firmware pmu eventsAtish Patra2023-02-072-0/+11
| | * RISC-V: KVM: Support firmware eventsAtish Patra2023-02-071-33/+108
| | * RISC-V: KVM: Implement perf support without samplingAtish Patra2023-02-071-4/+356
| | * RISC-V: KVM: Implement trap & emulate for hpmcountersAtish Patra2023-02-072-2/+61
| | * RISC-V: KVM: Disable all hpmcounter access for VS/VU modeAtish Patra2023-02-071-1/+2
| | * RISC-V: KVM: Make PMU functionality depend on SscofpmfAtish Patra2023-02-071-0/+8
| | * RISC-V: KVM: Add SBI PMU extension supportAtish Patra2023-02-073-1/+98
| | * RISC-V: KVM: Add skeleton support for perfAtish Patra2023-02-073-0/+149
| | * RISC-V: KVM: Modify SBI extension handler to return SBI error codeAtish Patra2023-02-075-95/+73
| | * RISC-V: KVM: Return correct code for hsm stop functionAtish Patra2023-02-071-1/+1
| | * RISC-V: KVM: Define a probe function for SBI extension data structuresAtish Patra2023-02-071-2/+6
| | * RISC-V: KVM: Redirect illegal instruction traps to guestAndy Chiu2023-02-071-0/+6
| | * RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()Anup Patel2023-02-071-0/+3
| | * KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizesAlexandre Ghiti2023-02-071-4/+4
| * | KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-291-0/+1
| * | KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-6/+1
| * | KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-9/+0
| * | KVM: RISC-V: Tag init functions and data with __init, __ro_after_initSean Christopherson2022-12-292-8/+8
| * | KVM: RISC-V: Do arch init directly in riscv_kvm_init()Sean Christopherson2022-12-291-9/+9
| * | KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-5/+0
| |/
* / riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()Andrew Jones2023-01-311-2/+1
|/
* RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel2022-12-071-0/+27
* RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel2022-12-072-6/+11
* RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()Anup Patel2022-12-071-14/+22
* RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel2022-12-074-4/+0
* RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.hAnup Patel2022-12-071-1/+0
* RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel2022-12-071-4/+7
* RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()Christophe JAILLET2022-12-071-3/+1
* RISC-V: KVM: Exit run-loop immediately if xfer_to_guest failsAnup Patel2022-12-071-2/+3
* RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()Bo Liu2022-12-071-1/+1
* RISC-V: KVM: Add exit logic to main.cXiakaiPan2022-12-071-0/+6
* RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel2022-10-212-2/+18
* Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-10-035-161/+96
|\
| * RISC-V: KVM: Use generic guest entry infrastructureJisheng Zhang2022-10-022-12/+7
| * RISC-V: KVM: Record number of signal exits as a vCPU statJisheng Zhang2022-10-021-0/+2
| * RISC-V: KVM: add __init annotation to riscv_kvm_init()Xiu Jianfeng2022-10-021-1/+1
| * RISC-V: KVM: Expose Zicbom to the guestAndrew Jones2022-10-021-2/+7
| * RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones2022-10-021-0/+8
| * RISC-V: KVM: Make ISA ext mappings explicitAndrew Jones2022-10-021-11/+14
| * RISC-V: KVM: Allow Guest use Zihintpause extensionMayuresh Chitale2022-10-021-0/+2
| * RISC-V: KVM: Allow Guest use Svinval extensionAnup Patel2022-10-021-0/+2
| * RISC-V: KVM: Use Svinval for local TLB maintenance when availableAnup Patel2022-10-021-12/+48
| * riscv: KVM: Apply insn-def to hlv encodingsAndrew Jones2022-10-021-31/+8
| * riscv: KVM: Apply insn-def to hfence encodingsAndrew Jones2022-10-021-112/+17
* | Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini2022-09-301-1/+0
|\ \ | |/ |/|
| * KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-261-1/+0
* | Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2022-09-012-15/+1
|\ \ | |/ |/|