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