index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
14 days
Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2026-04-06
RISC-V: KVM: Fix shift-out-of-bounds in make_xfence_request()
Jiakai Xu
1
-1
/
+2
2026-04-04
riscv: fix various typos in comments and code
Sean Chang
2
-2
/
+2
2026-04-04
RISC-V: KVM: Reuse KVM_CAP_VM_GPA_BITS to select HGATP.MODE
Fangyu Yu
1
-2
/
+42
2026-04-04
RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstage
Fangyu Yu
2
-46
/
+16
2026-04-04
RISC-V: KVM: Support runtime configuration for per-VM's HGATP mode
Fangyu Yu
5
-53
/
+58
2026-04-03
RISC-V: KVM: Don't check hstateen0 when updating sstateen0 CSR
Anup Patel
1
-10
/
+4
2026-04-03
RISC-V: KVM: Factor-out VCPU config into separate sources
Anup Patel
4
-68
/
+120
2026-04-03
RISC-V: KVM: Add hideleg to struct kvm_vcpu_config
Anup Patel
1
-0
/
+3
2026-04-03
RISC-V: KVM: Factor-out ISA checks into separate sources
Anup Patel
8
-252
/
+268
2026-04-03
RISC-V: KVM: Introduce common kvm_riscv_isa_check_host()
Anup Patel
6
-27
/
+29
2026-04-02
KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
Jinyu Tang
2
-2
/
+24
2026-03-30
RISC-V: KVM: Split huge pages during fault handling for dirty logging
Wang Yechao
1
-0
/
+126
2026-03-30
RISC-V: KVM: Fix lost write protection on huge pages during dirty logging
Wang Yechao
1
-4
/
+3
2026-03-30
RISC-V: KVM: Fix integer overflow in kvm_pmu_validate_counter_mask()
Jiakai Xu
1
-2
/
+4
2026-03-30
RISC-V: KVM: Fix double-free of sdata in kvm_pmu_clear_snapshot_area()
Jiakai Xu
1
-0
/
+1
2026-03-30
riscv: kvm: add null pointer check for vector datap
Yufeng Wang
1
-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
1
-0
/
+14
2026-03-27
riscv: kvm: fix vector context allocation leak
Osama Abdelkader
1
-1
/
+4
2026-03-27
RISC-V: KVM: fix PMU snapshot_set_shmem on 32-bit hosts
Osama Abdelkader
1
-3
/
+4
2026-03-26
RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
Jiakai Xu
1
-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
/
+2
2026-03-06
RISC-V: KVM: Check host Ssaia extension when creating AIA irqchip
Anup Patel
1
-0
/
+4
2026-03-06
RISC-V: KVM: Fix error code returned for Ssaia ONE_REG
Anup Patel
1
-0
/
+4
2026-03-06
RISC-V: KVM: Fix error code returned for Smstateen ONE_REG
Anup Patel
1
-10
/
+8
2026-03-06
KVM: riscv: Fix Spectre-v1 in PMU counter access
Lukas Gerlach
1
-3
/
+11
2026-03-06
KVM: riscv: Fix Spectre-v1 in floating-point register access
Lukas Gerlach
1
-4
/
+13
2026-03-06
KVM: riscv: Fix Spectre-v1 in AIA CSR access
Lukas Gerlach
1
-2
/
+9
2026-03-06
KVM: riscv: Fix Spectre-v1 in ONE_REG register access
Lukas Gerlach
1
-8
/
+28
2026-03-06
RISC-V: KVM: Skip THP support check during dirty logging
Wang Yechao
1
-1
/
+1
2026-03-06
RISC-V: KVM: Fix potential UAF in kvm_riscv_aia_imsic_has_attr()
Jiakai Xu
1
-1
/
+4
2026-03-06
RISC-V: KVM: Fix use-after-free in kvm_riscv_aia_aplic_has_attr()
Jiakai Xu
1
-3
/
+6
2026-03-06
RISC-V: KVM: fix off-by-one array access in SBI PMU
Radim Krčmář
1
-1
/
+1
2026-03-06
RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
Jiakai Xu
1
-0
/
+4
2026-03-06
RISC-V: KVM: Fix use-after-free in kvm_riscv_gstage_get_leaf()
Jiakai Xu
1
-0
/
+4
2026-03-06
KVM: riscv: Fix Spectre-v1 in APLIC interrupt handling
Lukas Gerlach
1
-11
/
+12
2026-02-28
KVM: always define KVM_CAP_SYNC_MMU
Paolo Bonzini
1
-1
/
+0
2026-02-28
KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIER
Paolo Bonzini
1
-1
/
+0
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-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
/
+1
2026-02-06
irqchip/riscv-imsic: Adjust the number of available guest irq files
Xu Lu
1
-1
/
+1
2026-02-06
RISC-V: KVM: Transparent huge page support
Jessica Liu
1
-0
/
+140
2026-02-06
RISC-V: KVM: Allow Zalasr extensions for Guest/VM
Xu Lu
1
-0
/
+2
2026-02-06
riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VM
Pincheng Wang
1
-0
/
+2
2026-02-06
RISC-V: KVM: Skip IMSIC update if vCPU IMSIC state is not initialized
Jiakai Xu
1
-0
/
+4
2026-02-06
RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_rw_attr()
Jiakai Xu
1
-1
/
+3
2026-02-06
RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr()
Jiakai Xu
1
-1
/
+4
2026-02-06
RISC-V: KVM: Remove unnecessary 'ret' assignment
Qiang Ma
1
-4
/
+1
[next]