index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
RISC-V: KVM: Add Sv57x4 mode support for G-stage
Anup Patel
2022-05-20
2
-1
/
+13
*
RISC-V: KVM: Use G-stage name for hypervisor page table
Anup Patel
2022-05-20
6
-136
/
+136
*
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
2022-04-29
1
-2
/
+3
|
\
|
*
KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
Paolo Bonzini
2022-04-29
1
-2
/
+3
*
|
KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused
Sean Christopherson
2022-04-21
2
-10
/
+10
*
|
KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copy
Sean Christopherson
2022-04-21
2
-10
/
+10
*
|
RISC-V: KVM: Restrict the extensions that can be disabled
Atish Patra
2022-04-20
1
-7
/
+12
*
|
RISC-V: KVM: Remove 's' & 'u' as valid ISA extension
Atish Patra
2022-04-20
1
-3
/
+1
|
/
*
RISC-V: KVM: include missing hwcap.h into vcpu_fp
Heiko Stuebner
2022-04-09
1
-0
/
+1
*
RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()
Anup Patel
2022-04-09
1
-2
/
+0
*
RISC-V: KVM: Implement SBI HSM suspend call
Anup Patel
2022-03-11
1
-0
/
+14
*
RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() function
Anup Patel
2022-03-11
1
-6
/
+16
*
RISC-V: Add SBI HSM suspend related defines
Anup Patel
2022-03-11
1
-2
/
+2
*
RISC-V: KVM: Implement SBI v0.3 SRST extension
Anup Patel
2022-03-11
2
-0
/
+46
*
RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() function
Anup Patel
2022-03-11
2
-16
/
+19
*
RISC-V: KVM: Refine __kvm_riscv_switch_to() implementation
Vincent Chen
2022-03-11
1
-26
/
+34
*
RISC-V: KVM: remove unneeded semicolon
Yang Li
2022-03-11
1
-1
/
+1
*
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2022-02-05
4
-20
/
+10
|
\
|
*
RISC-V: Do not use cpumask data structure for hartid bitmap
Atish Patra
2022-01-20
4
-20
/
+10
*
|
RISC-V: KVM: Fix SBI implementation version
Anup Patel
2022-02-02
1
-1
/
+2
*
|
RISC-V: KVM: make CY, TM, and IR counters accessible in VU mode
Mayuresh Chitale
2022-02-02
1
-0
/
+4
*
|
kvm/riscv: rework guest entry logic
Mark Rutland
2022-02-02
1
-17
/
+27
|
/
*
KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR
Vincent Chen
2022-01-06
1
-0
/
+8
*
RISC-V: KVM: Add VM capability to allow userspace get GPA bits
Anup Patel
2022-01-06
2
-0
/
+8
*
RISC-V: KVM: Forward SBI experimental and vendor extensions
Anup Patel
2022-01-06
2
-0
/
+31
*
RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() static
Jisheng Zhang
2022-01-06
1
-1
/
+1
*
RISC-V: KVM: Add SBI HSM extension in KVM
Atish Patra
2022-01-06
4
-0
/
+133
*
RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2
Atish Patra
2022-01-06
3
-0
/
+143
*
RISC-V: KVM: Add SBI v0.2 base extension
Atish Patra
2022-01-06
3
-1
/
+75
[next]