index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kvm
Age
Commit message (
Expand
)
Author
Lines
2026-04-06
RISC-V: KVM: Fix shift-out-of-bounds in make_xfence_request()
Jiakai Xu
-1
/
+2
2026-04-04
RISC-V: KVM: Reuse KVM_CAP_VM_GPA_BITS to select HGATP.MODE
Fangyu Yu
-2
/
+42
2026-04-04
RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstage
Fangyu Yu
-46
/
+16
2026-04-04
RISC-V: KVM: Support runtime configuration for per-VM's HGATP mode
Fangyu Yu
-53
/
+58
2026-04-03
RISC-V: KVM: Don't check hstateen0 when updating sstateen0 CSR
Anup Patel
-10
/
+4
2026-04-03
RISC-V: KVM: Factor-out VCPU config into separate sources
Anup Patel
-68
/
+120
2026-04-03
RISC-V: KVM: Add hideleg to struct kvm_vcpu_config
Anup Patel
-0
/
+3
2026-04-03
RISC-V: KVM: Factor-out ISA checks into separate sources
Anup Patel
-252
/
+268
2026-04-03
RISC-V: KVM: Introduce common kvm_riscv_isa_check_host()
Anup Patel
-27
/
+29
2026-04-02
KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
Jinyu Tang
-2
/
+24
2026-03-30
RISC-V: KVM: Split huge pages during fault handling for dirty logging
Wang Yechao
-0
/
+126
2026-03-30
RISC-V: KVM: Fix lost write protection on huge pages during dirty logging
Wang Yechao
-4
/
+3
2026-03-30
RISC-V: KVM: Fix integer overflow in kvm_pmu_validate_counter_mask()
Jiakai Xu
-2
/
+4
2026-03-30
RISC-V: KVM: Fix double-free of sdata in kvm_pmu_clear_snapshot_area()
Jiakai Xu
-0
/
+1
2026-03-30
riscv: kvm: add null pointer check for vector datap
Yufeng Wang
-0
/
+1
2026-03-27
RISC-V: KVM: Fix array out-of-bounds in pmu_ctr_read() and pmu_fw_ctr_read_hi()
Jiakai Xu
-0
/
+14
2026-03-27
riscv: kvm: fix vector context allocation leak
Osama Abdelkader
-1
/
+4
2026-03-27
RISC-V: KVM: fix PMU snapshot_set_shmem on 32-bit hosts
Osama Abdelkader
-3
/
+4
2026-03-26
RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
Jiakai Xu
-5
/
+11
2026-03-11
Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
-2
/
+2
2026-03-06
RISC-V: KVM: Check host Ssaia extension when creating AIA irqchip
Anup Patel
-0
/
+4
2026-03-06
RISC-V: KVM: Fix error code returned for Ssaia ONE_REG
Anup Patel
-0
/
+4
2026-03-06
RISC-V: KVM: Fix error code returned for Smstateen ONE_REG
Anup Patel
-10
/
+8
2026-03-06
KVM: riscv: Fix Spectre-v1 in PMU counter access
Lukas Gerlach
-3
/
+11
2026-03-06
KVM: riscv: Fix Spectre-v1 in floating-point register access
Lukas Gerlach
-4
/
+13
2026-03-06
KVM: riscv: Fix Spectre-v1 in AIA CSR access
Lukas Gerlach
-2
/
+9
2026-03-06
KVM: riscv: Fix Spectre-v1 in ONE_REG register access
Lukas Gerlach
-8
/
+28
2026-03-06
RISC-V: KVM: Skip THP support check during dirty logging
Wang Yechao
-1
/
+1
2026-03-06
RISC-V: KVM: Fix potential UAF in kvm_riscv_aia_imsic_has_attr()
Jiakai Xu
-1
/
+4
2026-03-06
RISC-V: KVM: Fix use-after-free in kvm_riscv_aia_aplic_has_attr()
Jiakai Xu
-3
/
+6
2026-03-06
RISC-V: KVM: fix off-by-one array access in SBI PMU
Radim Krčmář
-1
/
+1
2026-03-06
RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
Jiakai Xu
-0
/
+4
2026-03-06
RISC-V: KVM: Fix use-after-free in kvm_riscv_gstage_get_leaf()
Jiakai Xu
-0
/
+4
2026-03-06
KVM: riscv: Fix Spectre-v1 in APLIC interrupt handling
Lukas Gerlach
-11
/
+12
2026-02-28
KVM: always define KVM_CAP_SYNC_MMU
Paolo Bonzini
-1
/
+0
2026-02-28
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
Paolo Bonzini
-1
/
+0
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-7
/
+6
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-1
/
+1
2026-02-06
irqchip/riscv-imsic: Adjust the number of available guest irq files
Xu Lu
-1
/
+1
2026-02-06
RISC-V: KVM: Transparent huge page support
Jessica Liu
-0
/
+140
2026-02-06
RISC-V: KVM: Allow Zalasr extensions for Guest/VM
Xu Lu
-0
/
+2
2026-02-06
riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
Pincheng Wang
-0
/
+2
2026-02-06
RISC-V: KVM: Skip IMSIC update if vCPU IMSIC state is not initialized
Jiakai Xu
-0
/
+4
2026-02-06
RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_rw_attr()
Jiakai Xu
-1
/
+3
2026-02-06
RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr()
Jiakai Xu
-1
/
+4
2026-02-06
RISC-V: KVM: Remove unnecessary 'ret' assignment
Qiang Ma
-4
/
+1
2026-01-14
riscv: kvm: Fix vstimecmp update hazard on RV32
Naohiko Shimizu
-2
/
+4
2026-01-08
KVM: Add a simplified wrapper for registering perf callbacks
Sean Christopherson
-1
/
+1
[next]