index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-19
Merge branch 'kvm-pi-raw-spinlock' into HEAD
Paolo Bonzini
3
-61
/
+54
2022-01-06
KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR
Vincent Chen
1
-0
/
+8
2022-01-06
RISC-V: KVM: Add VM capability to allow userspace get GPA bits
Anup Patel
3
-0
/
+9
2022-01-06
RISC-V: KVM: Forward SBI experimental and vendor extensions
Anup Patel
2
-0
/
+31
2022-01-06
RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() static
Jisheng Zhang
1
-1
/
+1
2022-01-06
RISC-V: KVM: Add SBI HSM extension in KVM
Atish Patra
5
-0
/
+134
2022-01-06
RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2
Atish Patra
3
-0
/
+143
2022-01-06
RISC-V: KVM: Add SBI v0.2 base extension
Atish Patra
5
-1
/
+85
2022-01-06
RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file
Atish Patra
4
-131
/
+146
2022-01-06
RISC-V: KVM: Mark the existing SBI implementation as v0.1
Atish Patra
2
-32
/
+144
2022-01-06
KVM: RISC-V: Use common KVM implementation of MMU memory caches
Sean Christopherson
4
-65
/
+18
2021-12-27
Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+0
2021-12-17
Merge tag 'riscv-for-linus-5.16-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-60
/
+54
2021-12-16
riscv: dts: sifive unmatched: Link the tmp451 with its power supply
Vincent Pelletier
1
-0
/
+1
2021-12-16
riscv: dts: sifive unmatched: Fix regulator for board rev3
Vincent Pelletier
1
-60
/
+24
2021-12-16
riscv: dts: sifive unmatched: Expose the PMIC sub-functions
Vincent Pelletier
1
-0
/
+12
2021-12-16
riscv: dts: sifive unmatched: Expose the board ID eeprom
Vincent Pelletier
1
-0
/
+10
2021-12-16
riscv: dts: sifive unmatched: Name gpio lines
Vincent Pelletier
1
-0
/
+4
2021-12-13
efi: Move efifb_setup_from_dmi() prototype from arch headers
Javier Martinez Canillas
1
-1
/
+0
2021-12-09
KVM: RISC-V: Use Makefile.kvm for common files
David Woodhouse
1
-5
/
+1
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
1
-1
/
+1
2021-12-08
KVM: Drop obsolete kvm_arch_vcpu_block_finish()
Sean Christopherson
1
-1
/
+0
2021-12-08
KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
1
-2
/
+0
2021-12-08
KVM: RISC-V: Use "new" memslot instead of userspace memory region
Sean Christopherson
1
-9
/
+13
2021-12-08
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
1
-3
/
+4
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
2
-2
/
+2
2021-12-08
KVM: Move wiping of the kvm->vcpus array to common code
Marc Zyngier
1
-9
/
+1
2021-11-24
riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot
Bin Meng
1
-0
/
+2
2021-11-24
riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot
Bin Meng
1
-0
/
+1
2021-11-22
RISC-V: KVM: Fix incorrect KVM_MAX_VCPUS value
Anup Patel
1
-5
/
+3
2021-11-22
KVM: RISC-V: Unmap stage2 mapping when deleting/moving a memslot
Sean Christopherson
1
-0
/
+6
2021-11-19
Merge tag 'riscv-for-linus-5.16-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-0
/
+6
2021-11-18
riscv: fix building external modules
Andreas Schwab
1
-0
/
+2
2021-11-18
RISC-V: Enable KVM in RV64 and RV32 defconfigs as a module
Anup Patel
2
-0
/
+4
2021-11-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+2
2021-11-18
KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
Vitaly Kuznetsov
1
-1
/
+1
2021-11-18
riscv: kvm: fix non-kernel-doc comment block
Randy Dunlap
1
-1
/
+1
2021-11-17
Documentation: update vcpu-requests.rst reference
Mauro Carvalho Chehab
1
-1
/
+1
2021-11-13
Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
21
-137
/
+292
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-2
/
+4
2021-11-10
Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+0
2021-11-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+4
2021-11-09
include/linux/delay.h: replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-0
/
+4
2021-11-08
Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2
-6
/
+4
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
1
-3
/
+2
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
1
-2
/
+3
2021-11-05
riscv, bpf: Fix RV32 broken build, and silence RV64 warning
Björn Töpel
2
-2
/
+4
2021-11-02
Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+2
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
22
-0
/
+4523
[next]