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
path:
root
/
tools
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-03
Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+14
2022-04-01
perf python: Convert tracepoint.py example to python3
Tanu M
1
-2
/
+2
2022-04-01
perf evlist: Directly return instead of using local ret variable
Haowen Bai
1
-2
/
+1
2022-04-01
perf cpumap: More cpu map reuse by merge.
Ian Rogers
1
-10
/
+5
2022-04-01
perf cpumap: Add is_subset function
Ian Rogers
2
-0
/
+21
2022-04-01
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
19
-53
/
+62
2022-04-01
perf tools: Stop depending on .git files for building PERF-VERSION-FILE
John Garry
1
-12
/
+2
2022-04-01
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-04-01
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-5
/
+40
2022-04-01
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+9
2022-04-01
tools kvm headers arm64: Update KVM headers from the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+10
2022-04-01
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+21
2022-04-01
tools headers UAPI: Sync asm-generic/mman-common.h with the kernel
Arnaldo Carvalho de Melo
1
-0
/
+2
2022-04-01
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-04-01
perf tools: Update copy of libbpf's hashmap.c
Arnaldo Carvalho de Melo
1
-2
/
+1
2022-04-01
perf stat: Avoid SEGV if core.cpus isn't set
Ian Rogers
1
-1
/
+4
2022-04-01
tools/vm/page_owner_sort.c: remove -c option
Yinan Zhang
1
-5
/
+1
2022-03-31
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-3
/
+4
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
20
-31
/
+43
2022-03-31
Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
7
-39
/
+20
2022-03-31
kbuild: Make $(LLVM) more flexible
Nathan Chancellor
2
-9
/
+21
2022-03-31
wireguard: selftests: simplify RNG seeding
Jason A. Donenfeld
1
-19
/
+7
2022-03-30
Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-91
/
+4
2022-03-29
Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-24
/
+1
2022-03-29
selftests/bpf: Fix clang compilation errors
Yonghong Song
2
-4
/
+2
[next]