summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)Author
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-28Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-21RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel
2023-04-21RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel
2023-04-21RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel
2023-04-21RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask definesAnup Patel
2023-04-21RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel
2023-04-21RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel
2023-04-21RISC-V: KVM: Alphabetize selectsAndrew Jones
2023-04-21KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney
2023-03-17riscv/kvm: Fix VM hang in case of timer delta being zero.Rajnesh Kanwal
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth
2023-03-14RISC-V: KVM: Expose Zicboz to the guestAndrew Jones
2023-03-14RISC-V: KVM: Provide UAPI for Zicboz block sizeAndrew Jones
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-02-07RISC-V: KVM: Increment firmware pmu eventsAtish Patra
2023-02-07RISC-V: KVM: Support firmware eventsAtish Patra
2023-02-07RISC-V: KVM: Implement perf support without samplingAtish Patra
2023-02-07RISC-V: KVM: Implement trap & emulate for hpmcountersAtish Patra
2023-02-07RISC-V: KVM: Disable all hpmcounter access for VS/VU modeAtish Patra
2023-02-07RISC-V: KVM: Make PMU functionality depend on SscofpmfAtish Patra
2023-02-07RISC-V: KVM: Add SBI PMU extension supportAtish Patra
2023-02-07RISC-V: KVM: Add skeleton support for perfAtish Patra
2023-02-07RISC-V: KVM: Modify SBI extension handler to return SBI error codeAtish Patra
2023-02-07RISC-V: KVM: Return correct code for hsm stop functionAtish Patra
2023-02-07RISC-V: KVM: Define a probe function for SBI extension data structuresAtish Patra
2023-02-07RISC-V: KVM: Redirect illegal instruction traps to guestAndy Chiu
2023-02-07RISC-V: KVM: Fix privilege mode setting in kvm_riscv_vcpu_trap_redirect()Anup Patel
2023-02-07KVM: RISC-V: Fix wrong usage of PGDIR_SIZE to check page sizesAlexandre Ghiti
2023-01-31riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()Andrew Jones
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson
2022-12-29KVM: RISC-V: Tag init functions and data with __init, __ro_after_initSean Christopherson
2022-12-29KVM: RISC-V: Do arch init directly in riscv_kvm_init()Sean Christopherson
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson
2022-12-07RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel
2022-12-07RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel
2022-12-07RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()Anup Patel
2022-12-07RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel
2022-12-07RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.hAnup Patel
2022-12-07RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel
2022-12-07RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()Christophe JAILLET
2022-12-07RISC-V: KVM: Exit run-loop immediately if xfer_to_guest failsAnup Patel