开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2026-03-22
tools/nolibc: avoid -Wundef warning for __STDC_VERSION__
Thomas Weißschuh
2026-03-22
tools/nolibc: add err.h
Thomas Weißschuh
2026-03-22
tools/nolibc: add support for program_invocation_{,short_}name
Thomas Weißschuh
2026-03-20
selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilation
Thomas Weißschuh
2026-03-20
selftests/nolibc: add a variable for nolibc-test source files
Thomas Weißschuh
2026-03-20
tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAs
Thomas Weißschuh
2026-03-20
selftests/nolibc: Use printf variable field widths and precisions
David Laight
2026-03-20
tools/nolibc/printf: Add support for octal output
David Laight
2026-03-20
tools/nolibc/printf: Add support for zero padding and field precision
David Laight
2026-03-20
tools/nolibc/printf: Add support for left aligning fields
David Laight
2026-03-20
tools/nolibc/printf: Special case 0 and add support for %#x
David Laight
2026-03-20
tools/nolibc/printf: Add support for conversion flags space and plus
David Laight
2026-03-20
tools/nolibc/printf: Prepend sign to converted number
David Laight
2026-03-20
tools/nolibc/printf: Handle "%s" with the numeric formats
David Laight
2026-03-20
tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
David Laight
2026-03-20
tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...
David Laight
2026-03-20
tools/nolibc/printf: Use goto and reduce indentation
David Laight
2026-03-20
tools/nolibc/printf: Simplify __nolibc_printf()
David Laight
2026-03-20
tools/nolibc/printf: Output pad characters in 16 byte chunks
David Laight
2026-03-20
tools/nolibc: Rename the 'errnum' parameter to strerror()
David Laight
2026-03-20
tools/nolibc: Implement strerror() in terms of strerror_r()
David Laight
2026-03-20
selftests/nolibc: Rename w to written in expect_vfprintf()
David Laight
2026-03-20
tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.h
David Laight
2026-03-20
selftests/nolibc: Let EXPECT_VFPRINTF() tests be skipped
David Laight
2026-03-20
selftests/nolibc: Check that snprintf() doesn't write beyond the buffer end
David Laight
2026-03-20
selftests/nolibc: Use length of 'expected' string to check snprintf() output
David Laight
2026-03-20
selftests/nolibc: check vsnprintf() output buffer before the length
David Laight
2026-03-20
selftests/nolibc: Return correct value when printf test fails
David Laight
2026-03-20
tools/nolibc/printf: Move snprintf length check to callback
David Laight
2026-03-20
tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'
David Laight
2026-03-20
tools/nolibc: Optimise and common up the number to ascii functions
David Laight
2026-03-20
selftests/nolibc: Fix build with host headers and libc
David Laight
2026-03-20
selftests/nolibc: fix test_file_stream() on musl libc
Thomas Weißschuh
2026-02-25
tools/nolibc: rename my_syscallX() to __nolibc_syscallX()
Thomas Weißschuh
2026-02-22
Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2026-02-21
Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-02-21
Merge tag 'sched_ext-for-7.0-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-02-20
tools/sched_ext: fix getopt not re-parsed on restart
David Carlier
2026-02-20
tools/sched_ext: scx_userland: fix data races on shared counters
David Carlier
2026-02-19
Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2026-02-19
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2026-02-18
Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-02-18
selftests/net: packetdrill: add ipv4-mapped-ipv6 tests
Eric Dumazet
2026-02-18
selftests/bpf: Remove hexdump dependency
Matthieu Baerts (NGI0)
2026-02-18
Merge tag 'kbuild-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-02-18
libbpf: Remove extern declaration of bpf_stream_vprintk()
Ihor Solodrai
2026-02-18
selftests/bpf: Use vmlinux.h in test_xdp_meta
Ihor Solodrai
2026-02-18
Merge tag 'turbostat-2026.02.14-AMD-RAPL-fix' of git://git.kernel.org/pub/scm...
Linus Torvalds
2026-02-18
tools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systems
David Carlier
[next]