index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: Allow Zfa extension for Guest/VM
Anup Patel
2024-01-19
1
-0
/
+2
*
RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VM
Anup Patel
2024-01-19
1
-0
/
+4
*
RISC-V: KVM: Allow Zihintntl extension for Guest/VM
Anup Patel
2024-01-19
1
-0
/
+2
*
RISC-V: KVM: Allow Zfh[min] extensions for Guest/VM
Anup Patel
2024-01-19
1
-0
/
+4
*
RISC-V: KVM: Allow vector crypto extensions for Guest/VM
Anup Patel
2024-01-19
1
-0
/
+20
*
RISC-V: KVM: Allow scalar crypto extensions for Guest/VM
Anup Patel
2024-01-19
1
-0
/
+20
*
RISC-V: KVM: Allow Zbc extension for Guest/VM
Anup Patel
2024-01-19
1
-0
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-01-17
10
-89
/
+465
|
\
|
*
Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-01-08
1
-1
/
+0
|
|
\
|
|
*
KVM: move KVM_CAP_DEVICE_CTRL to the generic check
Wei Wang
2023-11-30
1
-1
/
+0
|
*
|
KVM: introduce CONFIG_KVM_COMMON
Paolo Bonzini
2024-01-08
1
-1
/
+1
|
*
|
Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2024-01-02
10
-84
/
+476
|
|
\
\
|
|
*
|
RISC-V: KVM: Implement SBI STA extension
Andrew Jones
2023-12-30
2
-2
/
+95
|
|
*
|
RISC-V: KVM: Add support for SBI STA registers
Andrew Jones
2023-12-30
3
-14
/
+83
|
|
*
|
RISC-V: KVM: Add support for SBI extension registers
Andrew Jones
2023-12-30
2
-4
/
+96
|
|
*
|
RISC-V: KVM: Add SBI STA info to vcpu_arch
Andrew Jones
2023-12-30
2
-0
/
+12
|
|
*
|
RISC-V: KVM: Add steal-update vcpu request
Andrew Jones
2023-12-30
2
-0
/
+9
|
|
*
|
RISC-V: KVM: Add SBI STA extension skeleton
Andrew Jones
2023-12-30
3
-0
/
+52
|
|
*
|
RISC-V: KVM: Fix indentation in kvm_riscv_vcpu_set_reg_csr()
Anup Patel
2023-12-29
1
-1
/
+1
|
|
*
|
RISC-V: KVM: add vector registers and CSRs in KVM_GET_REG_LIST
Daniel Henrique Barboza
2023-12-29
1
-0
/
+55
|
|
*
|
RISC-V: KVM: add 'vlenb' Vector CSR
Daniel Henrique Barboza
2023-12-29
1
-0
/
+15
|
|
*
|
RISC-V: KVM: set 'vlenb' in kvm_riscv_vcpu_alloc_vector_context()
Daniel Henrique Barboza
2023-12-29
1
-0
/
+1
|
|
*
|
RISC-V: KVM: Make SBI uapi consistent with ISA uapi
Andrew Jones
2023-12-29
3
-41
/
+59
|
|
*
|
RISC-V: KVM: Don't add SBI multi regs in get-reg-list
Andrew Jones
2023-12-29
1
-34
/
+2
|
|
*
|
RISC-V: KVM: remove a redundant condition in kvm_arch_vcpu_ioctl_run()
Chao Du
2023-12-29
1
-2
/
+1
|
|
*
|
riscv: kvm: use ".L" local labels in assembly when applicable
Clément Léger
2023-12-29
1
-2
/
+2
|
|
*
|
riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
Clément Léger
2023-12-29
1
-16
/
+12
|
*
|
|
KVM: remove CONFIG_HAVE_KVM_IRQFD
Paolo Bonzini
2023-12-08
1
-1
/
+0
|
*
|
|
KVM: remove CONFIG_HAVE_KVM_EVENTFD
Paolo Bonzini
2023-12-08
1
-1
/
+0
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
2023-11-14
1
-1
/
+1
|
|
\
\
|
|
*
|
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
2023-11-13
1
-1
/
+1
*
|
|
|
Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-17
1
-11
/
+11
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
riscv: Use accessors to page table entries instead of direct dereference
Alexandre Ghiti
2023-12-20
1
-11
/
+11
|
|
/
/
*
/
/
RISCV: KVM: update external interrupt atomically for IMSIC swfile
Yong-Xuan Wang
2023-12-13
1
-0
/
+13
|
/
/
*
|
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-11-10
6
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
2023-11-09
6
-6
/
+6
*
|
RISC-V: KVM: Forward SBI DBCN extension to user-space
Anup Patel
2023-10-20
2
-0
/
+36
*
|
RISC-V: KVM: Allow some SBI extensions to be disabled by default
Anup Patel
2023-10-20
2
-29
/
+34
*
|
RISC-V: KVM: Allow Zicond extension for Guest/VM
Anup Patel
2023-10-12
1
-0
/
+2
*
|
RISCV: KVM: Add sstateen0 to ONE_REG
Mayuresh Chitale
2023-10-12
1
-2
/
+62
*
|
RISCV: KVM: Add sstateen0 context save/restore
Mayuresh Chitale
2023-10-12
1
-0
/
+12
*
|
RISCV: KVM: Add senvcfg context save/restore
Mayuresh Chitale
2023-10-12
1
-0
/
+16
*
|
RISC-V: KVM: Enable Smstateen accesses
Mayuresh Chitale
2023-10-12
2
-1
/
+20
*
|
RISC-V: KVM: Add kvm_vcpu_config
Mayuresh Chitale
2023-10-12
1
-13
/
+14
*
|
RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
Anup Patel
2023-09-21
1
-1
/
+4
*
|
RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
Anup Patel
2023-09-21
1
-1
/
+1
|
/
*
Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-08-31
8
-585
/
+1129
|
\
|
*
KVM: riscv: Add KVM_GET_REG_LIST API support
Haibo Xu
2023-08-09
2
-0
/
+384
|
*
RISC-V: KVM: Improve vector save/restore functions
Andrew Jones
2023-08-08
2
-31
/
+21
|
*
RISC-V: KVM: Improve vector save/restore errors
Andrew Jones
2023-08-08
1
-27
/
+33
[next]