aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kvm
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-113/+932
2026-08-13RISC-V: KVM: fix vcpu vector context handling for kernel-mode vectorAndy Chiu3-2/+36
2026-08-12KVM: RISC-V: Add CPU PM notifier for non-retention idle statesYong-Xuan Wang2-18/+130
2026-08-08KVM: RISC-V: Clear former VCPU cache on virtualization disableYong-Xuan Wang2-0/+13
2026-08-08RISC-V: KVM: Fix PMU event info array size overflowGuidong Han1-5/+9
2026-08-08RISC-V: KVM: Avoid one-word masks for SBI v0.1 all-hartsPengpeng Hou1-22/+30
2026-08-08RISC-V: KVM: Guard HFENCE range loops against overflowPengpeng Hou1-12/+59
2026-08-07riscv: Standardize extension capitalizationCharlie Jenkins5-27/+27
2026-08-07RISC-V: KVM: Reject overlapping AIA IMSIC address fieldsPengpeng Hou1-0/+6
2026-08-07RISC-V: KVM: Allow memslots ending at the GPA limitPengpeng Hou1-1/+1
2026-08-07RISC-V: KVM: Improve dirty log clearing by skipping zero bits in maskWang Yechao2-1/+60
2026-08-01KVM: riscv: Fix infinite loop in NACL hfence entry allocationZongmin Zhou1-1/+1
2026-08-01RISC-V: KVM: Account VM-scoped allocations to the VM cgroupYuhang.chen6-9/+10
2026-08-01RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requestsWang Yechao1-7/+27
2026-08-01RISC-V: KVM: Separate req and fallback_req masks in make_xfence_requestWang Yechao1-8/+12
2026-08-01RISC-V: KVM: Add the eager_page_split module parameterWang Yechao1-3/+10
2026-08-01RISC-V: KVM: Split huge pages during KVM_CLEAR_DIRTY_LOGWang Yechao1-0/+3
2026-08-01RISC-V: KVM: Remove redundant TLB flush operationsWang Yechao1-5/+6
2026-08-01RISC-V: KVM: Split huge pages when dirty logging is enabledWang Yechao2-7/+92
2026-08-01RISC-V: KVM: Add the split page cache for ioctl contextWang Yechao1-0/+3
2026-07-30RISC-V: KVM: Add more arch-specific tracepointsYuhang.Chen4-4/+98
2026-07-30RISC-V: KVM: Mark the reset callback of FWFT extension always dirties CSRInochi Amaoto1-0/+2
2026-07-30RISC-V: KVM: Reset the SBI extension when disable itInochi Amaoto1-0/+7
2026-07-30RISC-V: KVM: Add SBI FWFT validation supportInochi Amaoto1-0/+25
2026-07-30RISC-V: KVM: Add SBI extension validate callbackInochi Amaoto2-0/+25
2026-07-29RISC-V: KVM: Use try_cmpxchg for IMSIC MRIF RMWYicong Yang1-9/+5
2026-07-29RISC-V: KVM: Widen G-stage fault address to gpa_tBingyu.Xian2-4/+5
2026-07-29RISC-V: KVM: Use unsigned int for vma_pageshiftBingyu.Xian1-1/+1
2026-07-29RISC-V: KVM: Add support for control-flow integrity FWFT featuresInochi Amaoto1-0/+105
2026-07-29RISC-V: KVM: Handle software-check exits for VCPUInochi Amaoto1-0/+11
2026-07-29RISC-V: KVM: Add ssp context save/restoreInochi Amaoto2-2/+73
2026-07-29RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VMInochi Amaoto1-0/+2
2026-07-29RISC-V: KVM: Add support for Svadu FWFT featuresInochi Amaoto1-0/+73
2026-07-15KVM: riscv: Fix Spectre-v1 in vector register accessZongmin Zhou1-2/+12
2026-07-15RISC-V: KVM: Serialize virtual interrupt pending state updatesXie Bo3-29/+82
2026-07-14RISC-V: KVM: Inject instruction access fault on unmapped guest fetchQingwei Hu1-0/+19
2026-07-13RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REGAnup Patel1-32/+6
2026-07-13riscv: kvm: Skip TLB flush when G-stage PTE becomes valid with SvvptcDylan.Wu1-1/+5
2026-07-13KVM: riscv: PMU: Bound counter mask scan to BITS_PER_LONGShengwen Cheng1-2/+2
2026-07-13KVM: riscv: SBI FWFT: Apply LOCK flag only on successful setSeungJu Cheon1-2/+4
2026-07-13RISC-V: KVM: Avoid redundant page-table allocations in ioremap topupFangyu Yu1-1/+2
2026-06-14riscv: kvm: Use endian-specific __lelong for NACL shared memorySean Chang1-1/+1
2026-06-07RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_unmap_rangeWu Fei1-8/+12
2026-06-07RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_wp_rangeWu Fei1-8/+8
2026-06-07KVM: riscv: Check hugetlb block mappings against memslot boundsJinyu Tang1-10/+46
2026-06-05KVM: RISC-V: SBI FWFT: Fix stale feature exposure after runtime extension changesYong-Xuan Wang1-0/+10
2026-06-05KVM: RISC-V: SBI FWFT: Add optional init() callback for hardware probingYong-Xuan Wang1-4/+29
2026-06-05KVM: RISC-V: SBI FWFT: Mark vCPU CSRs dirty after setting feature valueYong-Xuan Wang1-0/+1
2026-06-05RISC-V: KVM: Enhance the logging check for mmu mappingInochi Amaoto1-5/+4
2026-06-04RISC-V: KVM: Fix timer state restoreQiang Ma1-1/+1