index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
Anup Patel
2022-12-07
1
-0
/
+27
*
RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Anup Patel
2022-12-07
2
-6
/
+11
*
RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()
Anup Patel
2022-12-07
1
-14
/
+22
*
RISC-V: KVM: Remove redundant includes of asm/csr.h
Anup Patel
2022-12-07
4
-4
/
+0
*
RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
Anup Patel
2022-12-07
1
-1
/
+0
*
RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()
Anup Patel
2022-12-07
1
-4
/
+7
*
RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()
Christophe JAILLET
2022-12-07
1
-3
/
+1
*
RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails
Anup Patel
2022-12-07
1
-2
/
+3
*
RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()
Bo Liu
2022-12-07
1
-1
/
+1
*
RISC-V: KVM: Add exit logic to main.c
XiakaiPan
2022-12-07
1
-0
/
+6
*
RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for Sstc
Anup Patel
2022-10-21
2
-2
/
+18
*
Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2022-10-03
5
-161
/
+96
|
\
|
*
RISC-V: KVM: Use generic guest entry infrastructure
Jisheng Zhang
2022-10-02
2
-12
/
+7
|
*
RISC-V: KVM: Record number of signal exits as a vCPU stat
Jisheng Zhang
2022-10-02
1
-0
/
+2
|
*
RISC-V: KVM: add __init annotation to riscv_kvm_init()
Xiu Jianfeng
2022-10-02
1
-1
/
+1
|
*
RISC-V: KVM: Expose Zicbom to the guest
Andrew Jones
2022-10-02
1
-2
/
+7
|
*
RISC-V: KVM: Provide UAPI for Zicbom block size
Andrew Jones
2022-10-02
1
-0
/
+8
|
*
RISC-V: KVM: Make ISA ext mappings explicit
Andrew Jones
2022-10-02
1
-11
/
+14
|
*
RISC-V: KVM: Allow Guest use Zihintpause extension
Mayuresh Chitale
2022-10-02
1
-0
/
+2
|
*
RISC-V: KVM: Allow Guest use Svinval extension
Anup Patel
2022-10-02
1
-0
/
+2
|
*
RISC-V: KVM: Use Svinval for local TLB maintenance when available
Anup Patel
2022-10-02
1
-12
/
+48
|
*
riscv: KVM: Apply insn-def to hlv encodings
Andrew Jones
2022-10-02
1
-31
/
+8
|
*
riscv: KVM: Apply insn-def to hfence encodings
Andrew Jones
2022-10-02
1
-112
/
+17
*
|
Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEAD
Paolo Bonzini
2022-09-30
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
KVM: remove KVM_REQ_UNHALT
Paolo Bonzini
2022-09-26
1
-1
/
+0
*
|
Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...
Paolo Bonzini
2022-09-02
2
-15
/
+1
|
\
\
|
|
/
|
/
|
|
*
riscv: kvm: move extern sbi_ext declarations to a header
Conor Dooley
2022-08-19
1
-11
/
+1
|
*
riscv: kvm: vcpu_timer: fix unused variable warnings
Conor Dooley
2022-08-19
1
-4
/
+0
*
|
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
2022-08-19
1
-2
/
+2
|
/
*
RISC-V: KVM: Support sstc extension
Atish Patra
2022-08-12
2
-7
/
+145
*
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
2022-08-01
1
-5
/
+4
|
\
|
*
KVM: Allow for different capacities in kvm_mmu_memory_cache structs
David Matlack
2022-06-24
1
-4
/
+1
*
|
RISC-V: KVM: Add support for Svpbmt inside Guest/VM
Anup Patel
2022-07-29
1
-0
/
+16
*
|
RISC-V: KVM: Use PAGE_KERNEL_IO in kvm_riscv_gstage_ioremap()
Anup Patel
2022-07-29
1
-1
/
+1
*
|
RISC-V: KVM: Add G-stage ioremap() and iounmap() functions
Anup Patel
2022-07-29
1
-4
/
+14
*
|
RISC-V: KVM: Add extensible CSR emulation framework
Anup Patel
2022-07-29
2
-16
/
+190
*
|
RISC-V: KVM: Add extensible system instruction emulation framework
Anup Patel
2022-07-29
1
-9
/
+73
*
|
RISC-V: KVM: Factor-out instruction emulation into separate sources
Anup Patel
2022-07-29
3
-483
/
+528
*
|
RISC-V: KVM: move preempt_disable() call in kvm_arch_vcpu_ioctl_run
Nikolay Borisov
2022-07-29
1
-3
/
+2
*
|
RISC-V: KVM: Make kvm_riscv_guest_timer_init a void function
Nikolay Borisov
2022-07-29
2
-4
/
+4
*
|
RISC-V: KVM: Fix variable spelling mistake
Zhang Jiaming
2022-07-29
2
-7
/
+7
*
|
RISC-V: KVM: Improve ISA extension by using a bitmap
Atish Patra
2022-07-29
2
-66
/
+109
*
|
RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()
Anup Patel
2022-07-11
1
-0
/
+2
*
|
riscv: Fix missing PAGE_PFN_MASK
Alexandre Ghiti
2022-07-11
1
-1
/
+1
|
/
*
RISC-V: KVM: fix typos in comments
Julia Lawall
2022-06-09
1
-1
/
+1
*
RISC-V: KVM: Introduce ISA extension register
Atish Patra
2022-05-20
1
-0
/
+99
*
RISC-V: KVM: Cleanup stale TLB entries when host CPU changes
Anup Patel
2022-05-20
2
-0
/
+34
*
RISC-V: KVM: Add remote HFENCE functions based on VCPU requests
Anup Patel
2022-05-20
6
-53
/
+310
*
RISC-V: KVM: Introduce range based local HFENCE functions
Anup Patel
2022-05-20
5
-78
/
+217
*
RISC-V: KVM: Treat SBI HFENCE calls as NOPs
Anup Patel
2022-05-20
1
-1
/
+5
[next]