index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-22
tools/nolibc: avoid -Wundef warning for __STDC_VERSION__
Thomas Weißschuh
1
-1
/
+7
2026-03-22
tools/nolibc: add err.h
Thomas Weißschuh
3
-0
/
+89
2026-03-22
tools/nolibc: add support for program_invocation_{,short_}name
Thomas Weißschuh
3
-0
/
+64
2026-03-21
selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagation
Daniel Borkmann
1
-0
/
+108
2026-03-21
selftests/bpf: Test bpf_program__clone() attach_btf_id override
Mykyta Yatsenko
2
-0
/
+91
2026-03-21
selftests/bpf: Use bpf_program__clone() in veristat
Mykyta Yatsenko
1
-60
/
+42
2026-03-21
libbpf: Introduce bpf_program__clone()
Mykyta Yatsenko
3
-0
/
+96
2026-03-21
selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handling
Daniel Wade
1
-0
/
+94
2026-03-21
selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividend
Jenny Guanni Qu
1
-0
/
+58
2026-03-21
selftests/bpf: Add alignment flag for test_verifier 190 testcase
Tiezhu Yang
1
-0
/
+1
2026-03-21
bpf: Consolidate sleepable checks in check_func_call()
Puranjay Mohan
2
-5
/
+5
2026-03-21
bpf: Consolidate sleepable checks in check_helper_call()
Puranjay Mohan
2
-3
/
+3
2026-03-21
selftests/bpf: Add tests for bpf_throw lock leak from subprogs
Ihor Solodrai
1
-0
/
+47
2026-03-21
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
1
-3
/
+6
2026-03-21
tools/sched_ext: Update stale scx_ops_error() comment in fcg_cgroup_move()
Ke Zhao
1
-1
/
+1
2026-03-21
selftests/sched_ext: Return non-zero exit code on test failure
zhidao su
1
-1
/
+1
2026-03-21
Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-2
/
+5
2026-03-20
tc-testing: add a test case for ETS offload
Davide Caratti
3
-0
/
+27
2026-03-20
selftests/vsock: fix vsock_test path shadowing in nested VMs
Bobby Eshleman
1
-2
/
+3
2026-03-20
selftests/vsock: fix vmtest.sh for read-only nested VM runners
Bobby Eshleman
1
-2
/
+19
2026-03-20
vfio: selftests: Support DMR and GNR-D DSA devices
Yi Lai
1
-2
/
+13
2026-03-20
vfio: selftests: Build tests on aarch64
Ted Logan
1
-1
/
+1
2026-03-20
selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilation
Thomas Weißschuh
2
-1
/
+7
2026-03-20
selftests/nolibc: add a variable for nolibc-test source files
Thomas Weißschuh
3
-6
/
+8
2026-03-20
tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAs
Thomas Weißschuh
1
-3
/
+12
2026-03-20
selftests/nolibc: Use printf variable field widths and precisions
David Laight
1
-21
/
+5
2026-03-20
tools/nolibc/printf: Add support for octal output
David Laight
2
-18
/
+41
2026-03-20
tools/nolibc/printf: Add support for zero padding and field precision
David Laight
2
-18
/
+81
2026-03-20
tools/nolibc/printf: Add support for left aligning fields
David Laight
2
-2
/
+8
2026-03-20
tools/nolibc/printf: Special case 0 and add support for %#x
David Laight
2
-11
/
+30
2026-03-20
tools/nolibc/printf: Add support for conversion flags space and plus
David Laight
1
-1
/
+5
2026-03-20
tools/nolibc/printf: Prepend sign to converted number
David Laight
1
-9
/
+27
2026-03-20
tools/nolibc/printf: Handle "%s" with the numeric formats
David Laight
1
-10
/
+11
2026-03-20
tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
David Laight
2
-14
/
+27
2026-03-20
tools/nolibc/printf: Use bit-masks to hold requested flag, length and conversion chars
David Laight
1
-48
/
+106
2026-03-20
tools/nolibc/printf: Use goto and reduce indentation
David Laight
1
-78
/
+93
2026-03-20
tools/nolibc/printf: Simplify __nolibc_printf()
David Laight
1
-51
/
+53
2026-03-20
tools/nolibc/printf: Output pad characters in 16 byte chunks
David Laight
1
-5
/
+9
2026-03-20
tools/nolibc: Rename the 'errnum' parameter to strerror()
David Laight
1
-2
/
+2
2026-03-20
tools/nolibc: Implement strerror() in terms of strerror_r()
David Laight
2
-21
/
+21
2026-03-20
selftests/nolibc: Rename w to written in expect_vfprintf()
David Laight
1
-4
/
+4
2026-03-20
tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.h
David Laight
1
-0
/
+3
2026-03-20
selftests/nolibc: Let EXPECT_VFPRINTF() tests be skipped
David Laight
1
-17
/
+17
2026-03-20
selftests/nolibc: Check that snprintf() doesn't write beyond the buffer end
David Laight
1
-0
/
+13
2026-03-20
selftests/nolibc: Use length of 'expected' string to check snprintf() output
David Laight
1
-26
/
+41
2026-03-20
selftests/nolibc: check vsnprintf() output buffer before the length
David Laight
1
-7
/
+9
2026-03-20
selftests/nolibc: Return correct value when printf test fails
David Laight
1
-1
/
+1
2026-03-20
tools/nolibc/printf: Move snprintf length check to callback
David Laight
1
-27
/
+67
2026-03-20
tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'
David Laight
1
-19
/
+19
2026-03-20
tools/nolibc: Optimise and common up the number to ascii functions
David Laight
1
-87
/
+82
[prev]
[next]