index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-21
RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
Anup Patel
1
-1
/
+4
2023-09-21
RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
Anup Patel
1
-1
/
+1
2023-08-31
Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
8
-585
/
+1129
2023-08-31
Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2023-08-17
KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
Sean Christopherson
1
-1
/
+1
2023-08-17
KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
David Matlack
1
-6
/
+0
2023-08-09
KVM: riscv: Add KVM_GET_REG_LIST API support
Haibo Xu
2
-0
/
+384
2023-08-08
RISC-V: KVM: Improve vector save/restore functions
Andrew Jones
2
-31
/
+21
2023-08-08
RISC-V: KVM: Improve vector save/restore errors
Andrew Jones
1
-27
/
+33
2023-08-08
RISC-V: KVM: avoid EBUSY when writing the same isa_ext val
Daniel Henrique Barboza
1
-0
/
+3
2023-08-08
RISC-V: KVM: avoid EBUSY when writing the same machine ID val
Daniel Henrique Barboza
1
-0
/
+6
2023-08-08
RISC-V: KVM: avoid EBUSY when writing same ISA val
Daniel Henrique Barboza
1
-0
/
+7
2023-08-08
RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once
Daniel Henrique Barboza
1
-2
/
+2
2023-08-08
RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG
Daniel Henrique Barboza
1
-1
/
+2
2023-08-08
RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)
Daniel Henrique Barboza
1
-2
/
+10
2023-08-08
RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable
Daniel Henrique Barboza
1
-3
/
+3
2023-08-08
RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
Daniel Henrique Barboza
5
-37
/
+39
2023-08-08
RISC-V: KVM: provide UAPI for host SATP mode
Daniel Henrique Barboza
1
-0
/
+7
2023-08-08
RISC-V: KVM: Sort ISA extensions alphabetically in ONE_REG interface
Anup Patel
1
-6
/
+7
2023-08-08
RISC-V: KVM: Allow Zicntr, Zicsr, Zifencei, and Zihpm for Guest/VM
Anup Patel
1
-0
/
+8
2023-08-08
RISC-V: KVM: Allow Zba and Zbs extensions for Guest/VM
Anup Patel
1
-0
/
+4
2023-08-08
RISC-V: KVM: Extend ONE_REG to enable/disable multiple ISA extensions
Anup Patel
1
-29
/
+124
2023-08-08
RISC-V: KVM: Factor-out ONE_REG related code to its own source file
Anup Patel
3
-528
/
+550
2023-07-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
12
-30
/
+2836
2023-06-20
RISC-V: KVM: Remove unneeded semicolon
Yang Li
2
-8
/
+8
2023-06-20
RISC-V: KVM: Allow Svnapot extension for Guest/VM
Anup Patel
1
-0
/
+2
2023-06-19
riscv: kvm: define vcpu_sbi_ext_pmu in header
Ben Dooks
1
-3
/
+1
2023-06-19
RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip
Anup Patel
2
-2
/
+197
2023-06-19
RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
Anup Patel
2
-0
/
+915
2023-06-18
RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
Anup Patel
2
-0
/
+68
2023-06-18
RISC-V: KVM: Add in-kernel emulation of AIA APLIC
Anup Patel
2
-0
/
+577
2023-06-18
RISC-V: KVM: Implement device interface for AIA irqchip
Anup Patel
3
-0
/
+635
2023-06-18
RISC-V: KVM: Skeletal in-kernel AIA irqchip support
Anup Patel
3
-0
/
+130
2023-06-18
RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
Anup Patel
1
-1
/
+9
2023-06-18
RISC-V: KVM: Add IMSIC related defines
Anup Patel
1
-2
/
+1
2023-06-18
RISC-V: KVM: Implement guest external interrupt line management
Anup Patel
3
-1
/
+248
2023-06-08
riscv: Add prctl controls for userspace vector management
Andy Chiu
1
-0
/
+2
2023-06-08
riscv: KVM: Add vector lazy save/restore support
Vincent Chen
3
-0
/
+209
2023-06-08
riscv: kvm: Add V extension to KVM ISA
Vincent Chen
1
-0
/
+1
2023-06-06
RISC-V: KVM: Probe for SBI extension status
Andrew Jones
1
-12
/
+39
2023-06-06
RISC-V: KVM: Convert extension_disabled[] to ext_status[]
Andrew Jones
1
-3
/
+6
2023-06-06
RISC-V: KVM: Rename dis_idx to ext_idx
Andrew Jones
1
-17
/
+17
2023-06-06
RISC-V: KVM: Redirect AMO load/store misaligned traps to guest
wchen
1
-0
/
+2
2023-06-06
RISC-V: KVM: use bitmap_zero() API
Ye Xingchen
1
-1
/
+1
2023-05-05
Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2023-05-05
Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
11
-79
/
+822
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+1
2023-04-29
RISC-V: Align SBI probe implementation with spec
Andrew Jones
1
-1
/
+1
2023-04-29
Merge tag 'riscv-for-linus-6.4-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+11
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
[next]