summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds16-132/+857
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini14-103/+846
2023-02-07RISC-V: KVM: Increment firmware pmu eventsAtish Patra2-0/+11
2023-02-07RISC-V: KVM: Support firmware eventsAtish Patra1-33/+108
2023-02-07RISC-V: KVM: Implement perf support without samplingAtish Patra1-4/+356
2023-02-07RISC-V: KVM: Implement trap & emulate for hpmcountersAtish Patra2-2/+61
2023-02-07RISC-V: KVM: Disable all hpmcounter access for VS/VU modeAtish Patra1-1/+2
2023-02-07RISC-V: KVM: Make PMU functionality depend on SscofpmfAtish Patra1-0/+8
2023-02-07RISC-V: KVM: Add SBI PMU extension supportAtish Patra3-1/+98
2023-02-07RISC-V: KVM: Add skeleton support for perfAtish Patra3-0/+149
2023-02-07RISC-V: KVM: Modify SBI extension handler to return SBI error codeAtish Patra5-95/+73
2023-02-07RISC-V: KVM: Return correct code for hsm stop functionAtish Patra1-1/+1
2023-02-07RISC-V: KVM: Define a probe function for SBI extension data structuresAtish Patra1-2/+6
2023-02-07RISC-V: KVM: Redirect illegal instruction traps to guestAndy Chiu1-0/+6
2023-02-07RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()Anup Patel1-0/+3
2023-02-07KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizesAlexandre Ghiti1-4/+4
2023-02-01riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()Andrew Jones1-2/+1
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson1-0/+1
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson1-6/+1
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson1-9/+0
2022-12-29KVM: RISC-V: Tag init functions and data with __init, __ro_after_initSean Christopherson2-8/+8
2022-12-29KVM: RISC-V: Do arch init directly in riscv_kvm_init()Sean Christopherson1-9/+9
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson1-5/+0
2022-12-07RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel1-0/+27
2022-12-07RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel2-6/+11
2022-12-07RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()Anup Patel1-14/+22
2022-12-07RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel4-4/+0
2022-12-07RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.hAnup Patel1-1/+0
2022-12-07RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel1-4/+7
2022-12-07RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()Christophe JAILLET1-3/+1
2022-12-07RISC-V: KVM: Exit run-loop immediately if xfer_to_guest failsAnup Patel1-2/+3
2022-12-07RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()Bo Liu1-1/+1
2022-12-07RISC-V: KVM: Add exit logic to main.cXiakaiPan1-0/+6
2022-10-21RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel2-2/+18
2022-10-03Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini5-161/+96
2022-10-02RISC-V: KVM: Use generic guest entry infrastructureJisheng Zhang2-12/+7
2022-10-02RISC-V: KVM: Record number of signal exits as a vCPU statJisheng Zhang1-0/+2
2022-10-02RISC-V: KVM: add __init annotation to riscv_kvm_init()Xiu Jianfeng1-1/+1
2022-10-02RISC-V: KVM: Expose Zicbom to the guestAndrew Jones1-2/+7
2022-10-02RISC-V: KVM: Provide UAPI for Zicbom block sizeAndrew Jones1-0/+8
2022-10-02RISC-V: KVM: Make ISA ext mappings explicitAndrew Jones1-11/+14
2022-10-02RISC-V: KVM: Allow Guest use Zihintpause extensionMayuresh Chitale1-0/+2
2022-10-02RISC-V: KVM: Allow Guest use Svinval extensionAnup Patel1-0/+2
2022-10-02RISC-V: KVM: Use Svinval for local TLB maintenance when availableAnup Patel1-12/+48
2022-10-02riscv: KVM: Apply insn-def to hlv encodingsAndrew Jones1-31/+8
2022-10-02riscv: KVM: Apply insn-def to hfence encodingsAndrew Jones1-112/+17
2022-09-30Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini1-1/+0
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini1-1/+0
2022-09-02Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2-15/+1
2022-08-19riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley1-11/+1