index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
21
-113
/
+932
2026-08-13
RISC-V: KVM: fix vcpu vector context handling for kernel-mode vector
Andy Chiu
3
-2
/
+36
2026-08-12
KVM: RISC-V: Add CPU PM notifier for non-retention idle states
Yong-Xuan Wang
2
-18
/
+130
2026-08-08
KVM: RISC-V: Clear former VCPU cache on virtualization disable
Yong-Xuan Wang
2
-0
/
+13
2026-08-08
RISC-V: KVM: Fix PMU event info array size overflow
Guidong Han
1
-5
/
+9
2026-08-08
RISC-V: KVM: Avoid one-word masks for SBI v0.1 all-harts
Pengpeng Hou
1
-22
/
+30
2026-08-08
RISC-V: KVM: Guard HFENCE range loops against overflow
Pengpeng Hou
1
-12
/
+59
2026-08-07
riscv: Standardize extension capitalization
Charlie Jenkins
5
-27
/
+27
2026-08-07
RISC-V: KVM: Reject overlapping AIA IMSIC address fields
Pengpeng Hou
1
-0
/
+6
2026-08-07
RISC-V: KVM: Allow memslots ending at the GPA limit
Pengpeng Hou
1
-1
/
+1
2026-08-07
RISC-V: KVM: Improve dirty log clearing by skipping zero bits in mask
Wang Yechao
2
-1
/
+60
2026-08-01
KVM: riscv: Fix infinite loop in NACL hfence entry allocation
Zongmin Zhou
1
-1
/
+1
2026-08-01
RISC-V: KVM: Account VM-scoped allocations to the VM cgroup
Yuhang.chen
6
-9
/
+10
2026-08-01
RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requests
Wang Yechao
1
-7
/
+27
2026-08-01
RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request
Wang Yechao
1
-8
/
+12
2026-08-01
RISC-V: KVM: Add the eager_page_split module parameter
Wang Yechao
1
-3
/
+10
2026-08-01
RISC-V: KVM: Split huge pages during KVM_CLEAR_DIRTY_LOG
Wang Yechao
1
-0
/
+3
2026-08-01
RISC-V: KVM: Remove redundant TLB flush operations
Wang Yechao
1
-5
/
+6
2026-08-01
RISC-V: KVM: Split huge pages when dirty logging is enabled
Wang Yechao
2
-7
/
+92
2026-08-01
RISC-V: KVM: Add the split page cache for ioctl context
Wang Yechao
1
-0
/
+3
2026-07-30
RISC-V: KVM: Add more arch-specific tracepoints
Yuhang.Chen
4
-4
/
+98
2026-07-30
RISC-V: KVM: Mark the reset callback of FWFT extension always dirties CSR
Inochi Amaoto
1
-0
/
+2
2026-07-30
RISC-V: KVM: Reset the SBI extension when disable it
Inochi Amaoto
1
-0
/
+7
2026-07-30
RISC-V: KVM: Add SBI FWFT validation support
Inochi Amaoto
1
-0
/
+25
2026-07-30
RISC-V: KVM: Add SBI extension validate callback
Inochi Amaoto
2
-0
/
+25
2026-07-29
RISC-V: KVM: Use try_cmpxchg for IMSIC MRIF RMW
Yicong Yang
1
-9
/
+5
2026-07-29
RISC-V: KVM: Widen G-stage fault address to gpa_t
Bingyu.Xian
2
-4
/
+5
2026-07-29
RISC-V: KVM: Use unsigned int for vma_pageshift
Bingyu.Xian
1
-1
/
+1
2026-07-29
RISC-V: KVM: Add support for control-flow integrity FWFT features
Inochi Amaoto
1
-0
/
+105
2026-07-29
RISC-V: KVM: Handle software-check exits for VCPU
Inochi Amaoto
1
-0
/
+11
2026-07-29
RISC-V: KVM: Add ssp context save/restore
Inochi Amaoto
2
-2
/
+73
2026-07-29
RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
Inochi Amaoto
1
-0
/
+2
2026-07-29
RISC-V: KVM: Add support for Svadu FWFT features
Inochi Amaoto
1
-0
/
+73
2026-07-15
KVM: riscv: Fix Spectre-v1 in vector register access
Zongmin Zhou
1
-2
/
+12
2026-07-15
RISC-V: KVM: Serialize virtual interrupt pending state updates
Xie Bo
3
-29
/
+82
2026-07-14
RISC-V: KVM: Inject instruction access fault on unmapped guest fetch
Qingwei Hu
1
-0
/
+19
2026-07-13
RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
Anup Patel
1
-32
/
+6
2026-07-13
riscv: kvm: Skip TLB flush when G-stage PTE becomes valid with Svvptc
Dylan.Wu
1
-1
/
+5
2026-07-13
KVM: riscv: PMU: Bound counter mask scan to BITS_PER_LONG
Shengwen Cheng
1
-2
/
+2
2026-07-13
KVM: riscv: SBI FWFT: Apply LOCK flag only on successful set
SeungJu Cheon
1
-2
/
+4
2026-07-13
RISC-V: KVM: Avoid redundant page-table allocations in ioremap topup
Fangyu Yu
1
-1
/
+2
2026-06-14
riscv: kvm: Use endian-specific __lelong for NACL shared memory
Sean Chang
1
-1
/
+1
2026-06-07
RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_unmap_range
Wu Fei
1
-8
/
+12
2026-06-07
RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_wp_range
Wu Fei
1
-8
/
+8
2026-06-07
KVM: riscv: Check hugetlb block mappings against memslot bounds
Jinyu Tang
1
-10
/
+46
2026-06-05
KVM: RISC-V: SBI FWFT: Fix stale feature exposure after runtime extension changes
Yong-Xuan Wang
1
-0
/
+10
2026-06-05
KVM: RISC-V: SBI FWFT: Add optional init() callback for hardware probing
Yong-Xuan Wang
1
-4
/
+29
2026-06-05
KVM: RISC-V: SBI FWFT: Mark vCPU CSRs dirty after setting feature value
Yong-Xuan Wang
1
-0
/
+1
2026-06-05
RISC-V: KVM: Enhance the logging check for mmu mapping
Inochi Amaoto
1
-5
/
+4
2026-06-04
RISC-V: KVM: Fix timer state restore
Qiang Ma
1
-1
/
+1
[next]