index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
kvm_host.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-28
RISC-V: KVM: Delegate illegal instruction fault to VS mode
Xu Lu
1
-0
/
+1
2025-07-28
RISC-V: KVM: Factor-out MMU related declarations into separate headers
Anup Patel
1
-98
/
+2
2025-07-28
RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
Anup Patel
1
-0
/
+2
2025-07-28
RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSH
Anup Patel
1
-2
/
+2
2025-07-28
RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()
Anup Patel
1
-2
/
+1
2025-07-23
RISC-V: KVM: add SBI extension reset callback
Clément Léger
1
-1
/
+0
2025-07-11
RISC-V: KVM: Move HGEI[E|P] CSR access to IMSIC virtualization
Anup Patel
1
-0
/
+3
2025-05-21
RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET
Radim Krčmář
1
-0
/
+3
2025-05-21
KVM: RISC-V: remove unnecessary SBI reset state
Radim Krčmář
1
-6
/
+8
2025-02-26
KVM: Drop kvm_arch_sync_events() now that all implementations are nops
Sean Christopherson
1
-2
/
+0
2024-12-30
RISC-V: KVM: Add new exit statstics for redirected traps
Atish Patra
1
-0
/
+5
2024-10-28
riscv: KVM: add basic support for host vs guest profiling
Quan Zhou
1
-0
/
+10
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+0
2024-07-12
Merge patch series "riscv: Apply Zawrs when available"
Palmer Dabbelt
1
-0
/
+1
2024-07-12
KVM: riscv: Support guest wrs.nto
Andrew Jones
1
-0
/
+1
2024-06-11
KVM: Delete the now unused kvm_arch_sched_in()
Sean Christopherson
1
-1
/
+0
2024-04-22
RISCV: KVM: Introduce vcpu->reset_cntx_lock
Yong-Xuan Wang
1
-0
/
+1
2024-04-22
RISCV: KVM: Introduce mp_state_lock to avoid lock inversion
Yong-Xuan Wang
1
-2
/
+6
2024-04-08
RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
Chao Du
1
-0
/
+12
2024-01-02
Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
1
-0
/
+10
2023-12-30
RISC-V: KVM: Add SBI STA info to vcpu_arch
Andrew Jones
1
-0
/
+7
2023-12-30
RISC-V: KVM: Add steal-update vcpu request
Andrew Jones
1
-0
/
+3
2023-11-13
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
1
-2
/
+0
2023-10-12
RISCV: KVM: Add sstateen0 context save/restore
Mayuresh Chitale
1
-0
/
+8
2023-10-12
RISCV: KVM: Add senvcfg context save/restore
Mayuresh Chitale
1
-0
/
+2
2023-10-12
RISC-V: KVM: Enable Smstateen accesses
Mayuresh Chitale
1
-0
/
+1
2023-10-12
RISC-V: KVM: Add kvm_vcpu_config
Mayuresh Chitale
1
-0
/
+7
2023-08-09
KVM: riscv: Add KVM_GET_REG_LIST API support
Haibo Xu
1
-0
/
+3
2023-08-08
RISC-V: KVM: Factor-out ONE_REG related code to its own source file
Anup Patel
1
-0
/
+6
2023-07-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+4
2023-06-18
RISC-V: KVM: Skeletal in-kernel AIA irqchip support
Anup Patel
1
-0
/
+4
2023-06-08
riscv: KVM: Add vector lazy save/restore support
Vincent Chen
1
-0
/
+2
2023-04-21
RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_mask
Anup Patel
1
-3
/
+4
2023-04-21
RISC-V: KVM: Initial skeletal support for AIA
Anup Patel
1
-0
/
+7
2023-02-15
Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
1
-0
/
+4
2023-02-07
RISC-V: KVM: Add skeleton support for perf
Atish Patra
1
-0
/
+4
2022-12-29
KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
1
-3
/
+3
2022-12-29
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
1
-1
/
+0
2022-12-07
RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Anup Patel
1
-0
/
+5
2022-12-07
RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
Anup Patel
1
-8
/
+2
2022-12-07
RISC-V: KVM: Remove redundant includes of asm/csr.h
Anup Patel
1
-1
/
+0
2022-10-02
RISC-V: KVM: Record number of signal exits as a vCPU stat
Jisheng Zhang
1
-0
/
+1
2022-07-29
RISC-V: KVM: Add G-stage ioremap() and iounmap() functions
Anup Patel
1
-0
/
+5
2022-07-29
RISC-V: KVM: Add extensible CSR emulation framework
Anup Patel
1
-0
/
+5
2022-07-29
RISC-V: KVM: Factor-out instruction emulation into separate sources
Anup Patel
1
-10
/
+1
2022-07-29
RISC-V: KVM: Improve ISA extension by using a bitmap
Atish Patra
1
-1
/
+2
2022-05-20
RISC-V: KVM: Cleanup stale TLB entries when host CPU changes
Anup Patel
1
-0
/
+5
2022-05-20
RISC-V: KVM: Add remote HFENCE functions based on VCPU requests
Anup Patel
1
-0
/
+59
2022-05-20
RISC-V: KVM: Reduce KVM_MAX_VCPUS value
Anup Patel
1
-2
/
+1
2022-05-20
RISC-V: KVM: Introduce range based local HFENCE functions
Anup Patel
1
-5
/
+20
[next]