index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
*
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
*
RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file
Atish Patra
2022-01-06
3
-131
/
+144
*
RISC-V: KVM: Mark the existing SBI implementation as v0.1
Atish Patra
2022-01-06
1
-32
/
+115
*
KVM: RISC-V: Use common KVM implementation of MMU memory caches
Sean Christopherson
2022-01-06
2
-55
/
+16
*
KVM: RISC-V: Use Makefile.kvm for common files
David Woodhouse
2021-12-09
1
-5
/
+1
*
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
2021-12-08
1
-1
/
+1
*
KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
2021-12-08
1
-2
/
+0
*
KVM: RISC-V: Use "new" memslot instead of userspace memory region
Sean Christopherson
2021-12-08
1
-9
/
+13
*
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
2021-12-08
1
-3
/
+4
*
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
2021-12-08
2
-2
/
+2
*
KVM: Move wiping of the kvm->vcpus array to common code
Marc Zyngier
2021-12-08
1
-9
/
+1
*
KVM: RISC-V: Unmap stage2 mapping when deleting/moving a memslot
Sean Christopherson
2021-11-22
1
-0
/
+6
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-11-18
2
-2
/
+2
|
\
|
*
KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
Vitaly Kuznetsov
2021-11-18
1
-1
/
+1
|
*
riscv: kvm: fix non-kernel-doc comment block
Randy Dunlap
2021-11-18
1
-1
/
+1
*
|
Documentation: update vcpu-requests.rst reference
Mauro Carvalho Chehab
2021-11-17
1
-1
/
+1
|
/
*
RISC-V: KVM: fix boolreturn.cocci warnings
Bixuan Cui
2021-11-01
1
-9
/
+9
*
RISC-V: KVM: remove unneeded semicolon
ran jianping
2021-11-01
4
-8
/
+8
*
RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functions
Anup Patel
2021-10-31
1
-2
/
+2
*
RISC-V: KVM: Factor-out FP virtualization into separate sources
Anup Patel
2021-10-31
3
-172
/
+168
*
riscv: do not select non-existing config ANON_INODES
Lukas Bulwahn
2021-10-22
1
-1
/
+0
*
RISC-V: KVM: Add SBI v0.1 support
Atish Patra
2021-10-04
4
-0
/
+199
*
RISC-V: KVM: Implement ONE REG interface for FP registers
Atish Patra
2021-10-04
1
-0
/
+104
*
RISC-V: KVM: FP lazy save/restore
Atish Patra
2021-10-04
2
-0
/
+265
[next]