index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-28
Merge tag 'riscv-for-linus-5.16-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-10
/
+10
2025-06-24
Revert "riscv: Define TASK_SIZE_MAX for __access_ok()"
Nam Cao
1
-1
/
+0
2025-06-12
RISC-V: uaccess: Wrap the get_user_8 uaccess macro
Palmer Dabbelt
1
-1
/
+2
2025-06-12
Merge tag 'riscv-fixes-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/k...
Palmer Dabbelt
2
-7
/
+7
2025-06-12
RISC-V: vDSO: Correct inline assembly constraints in the getrandom syscall wr...
Xi Ruoyao
1
-1
/
+1
2025-06-12
riscv: vector: Fix context save/restore with xtheadvector
Han Gao
1
-6
/
+6
2025-06-12
mm: pgtable: fix pte_swp_exclusive
Magnus Lindholm
1
-1
/
+1
2025-06-11
riscv: fix runtime constant support for nommu kernels
Charles Mirabile
1
-1
/
+1
2025-06-07
Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
22
-99
/
+569
2025-06-06
Merge patch series "riscv: add SBI FWFT misaligned exception delegation support"
Palmer Dabbelt
2
-2
/
+72
2025-06-06
Merge patch series "riscv: misaligned: fix misaligned accesses handling in pu...
Palmer Dabbelt
2
-27
/
+23
2025-06-06
riscv: uaccess: Only restore the CSR_STATUS SUM bit
Cyril Bur
1
-1
/
+1
2025-06-06
Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Palmer Dabbelt
2
-5
/
+40
2025-06-06
RISC-V: vDSO: Wire up getrandom() vDSO implementation
Xi Ruoyao
1
-0
/
+30
2025-06-05
Merge tag 'riscv-mw1-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...
Palmer Dabbelt
17
-62
/
+278
2025-06-05
Merge patch series "riscv: Add Zicbop & prefetchw support"
Alexandre Ghiti
6
-7
/
+95
2025-06-05
riscv: uaccess: do not do misaligned accesses in get/put_user()
Clément Léger
1
-5
/
+18
2025-06-05
riscv: make unsafe user copy routines use existing assembly routines
Alexandre Ghiti
2
-26
/
+9
2025-06-05
riscv: Make regs_irqs_disabled() more clear
Tiezhu Yang
1
-1
/
+1
2025-06-05
Merge patch series "riscv: kexec_file: Support loading Image binary file"
Palmer Dabbelt
2
-0
/
+8
2025-06-05
Merge patch series "riscv: ftrace: atmoic patching and preempt improvements"
Alexandre Ghiti
3
-30
/
+59
2025-06-05
riscv: Add support for PUD THP
Alexandre Ghiti
3
-2
/
+102
2025-06-05
riscv: xchg: Prefetch the destination word for sc.w
Guo Ren
1
-1
/
+3
2025-06-05
riscv: Add ARCH_HAS_PREFETCH[W] support with Zicbop
Guo Ren
1
-0
/
+24
2025-06-05
riscv: Add support for Zicbop
Alexandre Ghiti
5
-6
/
+8
2025-06-05
riscv: Introduce Zicbop instructions
Alexandre Ghiti
1
-0
/
+60
2025-06-05
riscv: kexec_file: Support loading Image binary file
Song Shuai
2
-0
/
+3
2025-06-05
riscv: kexec_file: Split the loading of kernel and others
Song Shuai
1
-0
/
+5
2025-06-05
riscv: ftrace: support direct call using call_ops
Andy Chiu
1
-0
/
+6
2025-06-05
riscv: vector: Support calling schedule() for preemptible Vector
Andy Chiu
2
-3
/
+24
2025-06-05
riscv: ftrace: prepare ftrace for atomic code patching
Andy Chiu
1
-27
/
+22
2025-06-05
riscv: ftrace: support fastcc in Clang for WITH_ARGS
Andy Chiu
1
-0
/
+7
2025-06-05
riscv: misaligned: add a function to check misalign trap delegability
Clément Léger
1
-0
/
+6
2025-06-05
riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNED
Clément Léger
1
-1
/
+4
2025-06-05
riscv: misaligned: request misaligned exception from SBI
Clément Léger
1
-1
/
+2
2025-06-05
riscv: sbi: add FWFT extension interface
Clément Léger
1
-0
/
+17
2025-06-05
riscv: sbi: add new SBI error mappings
Clément Léger
1
-0
/
+10
2025-06-05
riscv: sbi: add Firmware Feature (FWFT) SBI extensions definitions
Clément Léger
1
-0
/
+33
2025-06-02
Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"
Palmer Dabbelt
1
-30
/
+0
2025-06-01
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-4
/
+19
2025-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-13
/
+16
2025-05-21
RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESET
Radim Krčmář
2
-0
/
+4
2025-05-21
KVM: RISC-V: remove unnecessary SBI reset state
Radim Krčmář
2
-9
/
+8
2025-05-21
KVM: RISC-V: refactor sbi reset request
Radim Krčmář
1
-0
/
+2
2025-05-21
KVM: RISC-V: refactor vector state reset
Radim Krčmář
1
-4
/
+2
2025-05-12
syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
1
-0
/
+7
2025-05-12
syscall.h: add syscall_set_arguments()
Dmitry V. Levin
1
-0
/
+12
2025-05-12
arch: remove mk_pmd()
Matthew Wilcox (Oracle)
1
-2
/
+0
2025-05-12
mm: introduce a common definition of mk_pte()
Matthew Wilcox (Oracle)
1
-2
/
+0
2025-05-08
Merge patch series "riscv: Add vendor extensions support for SiFive"
Palmer Dabbelt
3
-1
/
+37
[next]