summaryrefslogtreecommitdiff
path: root/arch/riscv/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-30/+2836
2023-06-20RISC-V: KVM: Remove unneeded semicolonYang Li2-8/+8
2023-06-20RISC-V: KVM: Allow Svnapot extension for Guest/VMAnup Patel1-0/+2
2023-06-19riscv: kvm: define vcpu_sbi_ext_pmu in headerBen Dooks1-3/+1
2023-06-19RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchipAnup Patel2-2/+197
2023-06-19RISC-V: KVM: Add in-kernel virtualization of AIA IMSICAnup Patel2-0/+915
2023-06-18RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchipAnup Patel2-0/+68
2023-06-18RISC-V: KVM: Add in-kernel emulation of AIA APLICAnup Patel2-0/+577
2023-06-18RISC-V: KVM: Implement device interface for AIA irqchipAnup Patel3-0/+635
2023-06-18RISC-V: KVM: Skeletal in-kernel AIA irqchip supportAnup Patel3-0/+130
2023-06-18RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zeroAnup Patel1-1/+9
2023-06-18RISC-V: KVM: Add IMSIC related definesAnup Patel1-2/+1
2023-06-18RISC-V: KVM: Implement guest external interrupt line managementAnup Patel3-1/+248
2023-06-08riscv: Add prctl controls for userspace vector managementAndy Chiu1-0/+2
2023-06-08riscv: KVM: Add vector lazy save/restore supportVincent Chen3-0/+209
2023-06-08riscv: kvm: Add V extension to KVM ISAVincent Chen1-0/+1
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