summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-1/+1
|\
| * RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-291-1/+1
* | Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-05-0511-79/+822
|\ \
| * | RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel2023-04-211-0/+322
| * | RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel2023-04-211-19/+34
| * | RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel2023-04-211-0/+8
| * | RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel2023-04-211-21/+67
| * | RISC-V: KVM: Initial skeletal support for AIAAnup Patel2023-04-216-6/+133
| * | RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask definesAnup Patel2023-04-212-4/+3
| * | RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel2023-04-211-0/+2
| * | RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel2023-04-213-18/+235
| * | RISC-V: KVM: Alphabetize selectsAndrew Jones2023-04-211-5/+5
| * | KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack2023-04-211-9/+16
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-2/+1
|\ \ \ | |_|/ |/| |
| * | KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-2/+1
* | | Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-0/+11
|\ \ \
| * | | RISC-V: KVM: Expose Zicboz to the guestAndrew Jones2023-03-141-0/+4
| * | | RISC-V: KVM: Provide UAPI for Zicboz block sizeAndrew Jones2023-03-141-0/+7
| |/ /
* | | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-1/+0
|\ \ \ | |_|/ |/| |
| * | kvm: Remove "select SRCU"Paul E. McKenney2023-04-051-1/+0
| |/
* / 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