index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-16
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
1
-2
/
+1
2023-03-10
Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-8
/
+52
2023-03-10
RISC-V: Don't check text_mutex during stop_machine
Conor Dooley
4
-6
/
+39
2023-03-10
riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode
Alexandre Ghiti
1
-1
/
+1
2023-03-09
Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+1
2023-03-07
RISC-V: fix taking the text_mutex twice during sifive errata patching
Conor Dooley
1
-1
/
+1
2023-03-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2023-03-07
RISC-V: Stop emitting attributes
Palmer Dabbelt
2
-0
/
+11
2023-03-05
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+4
2023-03-03
Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-17
/
+27
2023-03-02
riscv: fix livelock in uaccess
Al Viro
1
-1
/
+4
2023-03-02
riscv: Bump COMMAND_LINE_SIZE value to 1024
Alexandre Ghiti
1
-0
/
+8
2023-03-01
riscv, lib: Fix Zbb strncmp
Björn Töpel
1
-1
/
+3
2023-02-28
RISC-V: improve string-function assembly
Heiko Stuebner
3
-16
/
+16
2023-02-28
riscv, bpf: Fix patch_text implicit declaration
Randy Dunlap
1
-0
/
+1
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
20
-140
/
+987
2023-02-25
Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
44
-620
/
+1399
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-42
/
+0
2023-02-24
Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+26
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-14
/
+28
2023-02-24
Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+3
2023-02-22
RISC-V: add a spin_shadow_stack declaration
Conor Dooley
1
-0
/
+1
2023-02-22
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-34
/
+442
2023-02-22
riscv: mm: hugetlb: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Guo Ren
1
-0
/
+1
2023-02-22
riscv: Add header include guards to insn.h
Liao Chang
1
-0
/
+4
2023-02-22
Merge patch series "riscv: Dump faulting instructions in oops handler"
Palmer Dabbelt
1
-1
/
+24
2023-02-22
riscv: alternative: proceed one more instruction for auipc/jalr pair
Jisheng Zhang
1
-0
/
+1
2023-02-22
Merge patch series "riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN"
Palmer Dabbelt
2
-0
/
+10
2023-02-22
riscv: Avoid enabling interrupts in die()
Mattias Nissler
1
-2
/
+3
2023-02-22
riscv, mm: Perform BPF exhandler fixup on page fault
Björn Töpel
1
-4
/
+6
2023-02-22
RISC-V: take text_mutex during alternative patching
Conor Dooley
3
-2
/
+13
2023-02-22
riscv: hwcap: Don't alphabetize ISA extension IDs
Andrew Jones
1
-22
/
+20
2023-02-22
RISC-V: fix ordering of Zbb extension
Heiko Stuebner
1
-1
/
+1
2023-02-22
riscv: jump_label: Fixup unaligned arch_static_branch function
Andy Chiu
1
-0
/
+2
2023-02-22
RISC-V: Only provide the single-letter extensions in HWCAP
Palmer Dabbelt
2
-12
/
+6
2023-02-22
riscv: mm: fix regression due to update_mmu_cache change
Sergey Matyukevich
1
-1
/
+1
2023-02-22
riscv: Add instruction dump to RISC-V splats
Björn Töpel
1
-1
/
+24
2023-02-22
riscv: select ARCH_WANT_LD_ORPHAN_WARN for !XIP_KERNEL
Jisheng Zhang
1
-0
/
+1
2023-02-22
riscv: vmlinux.lds.S: explicitly catch .init.bss sections from EFI stub
Jisheng Zhang
1
-0
/
+3
2023-02-22
riscv: vmlinux.lds.S: explicitly catch .riscv.attributes sections
Jisheng Zhang
1
-0
/
+1
2023-02-22
riscv: vmlinux.lds.S: explicitly catch .rela.dyn symbols
Jisheng Zhang
1
-0
/
+4
2023-02-22
riscv: lds: define RUNTIME_DISCARD_EXIT
Jisheng Zhang
1
-0
/
+1
2023-02-21
Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-9
/
+2
2023-02-21
Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+0
2023-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-34
/
+442
2023-02-21
Merge tag 'soc-dt-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
25
-40
/
+2168
2023-02-21
Merge tag 'soc-defconfig-6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+21
2023-02-17
riscv, bpf: Add bpf trampoline support for RV64
Pu Lehui
1
-0
/
+317
2023-02-17
riscv, bpf: Add bpf_arch_text_poke support for RV64
Pu Lehui
2
-2
/
+91
2023-02-17
riscv, bpf: Factor out emit_call for kernel and bpf context
Pu Lehui
1
-17
/
+13
[next]