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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
tools/nolibc/stdlib: avoid a 64-bit shift in u64toh_r()
Willy Tarreau
1
-6
/
+10
2022-04-21
tools/nolibc/sys: make open() take a vararg on the 3rd argument
Willy Tarreau
1
-3
/
+15
2022-04-21
tools/nolibc/stdio: add perror() to report the errno value
Willy Tarreau
1
-0
/
+6
2022-04-21
tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILURE
Willy Tarreau
1
-0
/
+3
2022-04-21
tools/nolibc/stdio: add a minimal [vf]printf() implementation
Willy Tarreau
1
-0
/
+128
2022-04-21
tools/nolibc/stdio: add fwrite() to stdio
Willy Tarreau
1
-7
/
+28
2022-04-21
tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functions
Willy Tarreau
1
-6
/
+89
2022-04-21
tools/nolibc/stdio: add a minimal set of stdio functions
Willy Tarreau
2
-0
/
+58
2022-04-21
tools/nolibc/stdlib: add utoh() and u64toh()
Willy Tarreau
1
-0
/
+80
2022-04-21
tools/nolibc/stdlib: add i64toa() and u64toa()
Willy Tarreau
1
-0
/
+72
2022-04-21
tools/nolibc/stdlib: replace the ltoa() function with more efficient ones
Willy Tarreau
1
-21
/
+88
2022-04-21
tools/nolibc/stdlib: move ltoa() to stdlib.h
Willy Tarreau
2
-22
/
+32
2022-04-21
tools/nolibc/types: move makedev to types.h and make it a macro
Willy Tarreau
2
-9
/
+5
2022-04-21
tools/nolibc/types: make FD_SETSIZE configurable
Willy Tarreau
1
-2
/
+4
2022-04-21
tools/nolibc/types: move the FD_* functions to macros in types.h
Willy Tarreau
2
-14
/
+30
2022-04-21
tools/nolibc/ctype: add the missing is* functions
Willy Tarreau
1
-1
/
+78
2022-04-21
tools/nolibc/ctype: split the is* functions to ctype.h
Willy Tarreau
2
-6
/
+23
2022-04-21
tools/nolibc/string: split the string functions into string.h
Willy Tarreau
2
-95
/
+108
2022-04-21
tools/nolibc/stdlib: extract the stdlib-specific functions to their own file
Willy Tarreau
2
-66
/
+86
2022-04-21
tools/nolibc/sys: split the syscall definitions into their own file
Willy Tarreau
2
-962
/
+1192
2022-04-21
tools/nolibc/arch: split arch-specific code into individual files
Willy Tarreau
8
-1186
/
+1266
2022-04-21
tools/nolibc/types: split syscall-specific definitions into their own files
Willy Tarreau
2
-108
/
+135
2022-04-21
tools/nolibc/std: move the standard type definitions to std.h
Willy Tarreau
2
-37
/
+54
2022-04-12
tools/nolibc: guard the main file against multiple inclusion
Willy Tarreau
1
-0
/
+4
2022-04-12
tools/nolibc: use pselect6 on RISCV
Willy Tarreau
1
-0
/
+3
2022-04-04
Linux 5.18-rc1
Linus Torvalds
1
-2
/
+2
2022-04-03
Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
15
-167
/
+44
2022-04-03
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2
-136
/
+14
2022-04-03
Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-187
/
+200
2022-04-03
Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-69
/
+1
2022-04-03
Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
5
-142
/
+16
2022-04-03
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-11
/
+12
2022-04-03
Revert "clk: Drop the rate range on clk_put()"
Stephen Boyd
2
-136
/
+14
2022-04-02
Merge tag 'perf-tools-for-v5.18-2022-04-02' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
31
-88
/
+180
2022-04-02
Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-17
/
+2
2022-04-02
Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
7
-45
/
+72
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
49
-414
/
+617
2022-04-02
modpost: restore the warning message for missing symbol versions
Masahiro Yamada
1
-1
/
+1
2022-04-02
Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+12
2022-04-02
Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-8
/
+0
2022-04-02
Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
7
-152
/
+186
2022-04-02
Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"
Jens Axboe
1
-12
/
+12
2022-04-02
watch_queue: Free the page array when watch_queue is dismantled
Eric Dumazet
1
-0
/
+1
2022-04-02
tracing: mark user_events as BROKEN
Steven Rostedt (Google)
3
-0
/
+6
2022-04-02
tracing: Move user_events.h temporarily out of include/uapi
Steven Rostedt (Google)
2
-0
/
+5
2022-04-02
ftrace: Make ftrace_graph_is_dead() a static branch
Christophe Leroy
2
-15
/
+18
2022-04-02
tracing: Set user_events to BROKEN
Steven Rostedt (Google)
1
-0
/
+1
2022-04-02
tracing/user_events: Remove eBPF interfaces
Beau Belgrave
3
-136
/
+4
2022-04-02
tracing/user_events: Hold event_mutex during dyn_event_add
Beau Belgrave
1
-2
/
+6
2022-04-02
proc: bootconfig: Add null pointer check
Lv Ruyi
1
-0
/
+2
[next]