summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-06-06RISC-V: KVM: Probe for SBI extension statusAndrew Jones1-12/+39
2023-06-06RISC-V: KVM: Convert extension_disabled[] to ext_status[]Andrew Jones1-3/+6
2023-06-06RISC-V: KVM: Rename dis_idx to ext_idxAndrew Jones1-17/+17
2023-06-06RISC-V: KVM: Redirect AMO load/store misaligned traps to guestwchen1-0/+2
2023-06-06RISC-V: KVM: use bitmap_zero() APIYe Xingchen1-1/+1
2023-05-05Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-05-05Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini11-79/+822
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2023-04-29RISC-V: Align SBI probe implementation with specAndrew Jones1-1/+1
2023-04-29Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+11
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2023-04-21RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel1-0/+322
2023-04-21RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel1-19/+34
2023-04-21RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel1-0/+8
2023-04-21RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel1-21/+67
2023-04-21RISC-V: KVM: Initial skeletal support for AIAAnup Patel6-6/+133
2023-04-21RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask definesAnup Patel2-4/+3
2023-04-21RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel1-0/+2
2023-04-21RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel3-18/+235
2023-04-21RISC-V: KVM: Alphabetize selectsAndrew Jones1-5/+5
2023-04-21KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack1-9/+16
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-03-17riscv/kvm: Fix VM hang in case of timer delta being zero.Rajnesh Kanwal1-4/+2
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth1-2/+1
2023-03-15RISC-V: KVM: Expose Zicboz to the guestAndrew Jones1-0/+4
2023-03-15RISC-V: KVM: Provide UAPI for Zicboz block sizeAndrew Jones1-0/+7
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