summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-03-21bpf: Consolidate sleepable checks in check_func_call()Puranjay Mohan2-5/+5
2026-03-21bpf: Consolidate sleepable checks in check_helper_call()Puranjay Mohan2-3/+3
2026-03-21selftests/bpf: Add tests for bpf_throw lock leak from subprogsIhor Solodrai1-0/+47
2026-03-21bpf: Fix exception exit lock checking for subprogsIhor Solodrai1-3/+6
2026-03-21tools/sched_ext: Update stale scx_ops_error() comment in fcg_cgroup_move()Ke Zhao1-1/+1
2026-03-21selftests/sched_ext: Return non-zero exit code on test failurezhidao su1-1/+1
2026-03-21Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+5
2026-03-21tc-testing: add a test case for ETS offloadDavide Caratti3-0/+27
2026-03-21selftests/vsock: fix vsock_test path shadowing in nested VMsBobby Eshleman1-2/+3
2026-03-21selftests/vsock: fix vmtest.sh for read-only nested VM runnersBobby Eshleman1-2/+19
2026-03-20vfio: selftests: Support DMR and GNR-D DSA devicesYi Lai1-2/+13
2026-03-20vfio: selftests: Build tests on aarch64Ted Logan1-1/+1
2026-03-20selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilationThomas Weißschuh2-1/+7
2026-03-20selftests/nolibc: add a variable for nolibc-test source filesThomas Weißschuh3-6/+8
2026-03-20tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAsThomas Weißschuh1-3/+12
2026-03-20selftests/nolibc: Use printf variable field widths and precisionsDavid Laight1-21/+5
2026-03-20tools/nolibc/printf: Add support for octal outputDavid Laight2-18/+41
2026-03-20tools/nolibc/printf: Add support for zero padding and field precisionDavid Laight2-18/+81
2026-03-20tools/nolibc/printf: Add support for left aligning fieldsDavid Laight2-2/+8
2026-03-20tools/nolibc/printf: Special case 0 and add support for %#xDavid Laight2-11/+30
2026-03-20tools/nolibc/printf: Add support for conversion flags space and plusDavid Laight1-1/+5
2026-03-20tools/nolibc/printf: Prepend sign to converted numberDavid Laight1-9/+27
2026-03-20tools/nolibc/printf: Handle "%s" with the numeric formatsDavid Laight1-10/+11
2026-03-20tools/nolibc/printf: Add support for length modifiers tzqL and formats iXDavid Laight2-14/+27
2026-03-20tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...David Laight1-48/+106
2026-03-20tools/nolibc/printf: Use goto and reduce indentationDavid Laight1-78/+93
2026-03-20tools/nolibc/printf: Simplify __nolibc_printf()David Laight1-51/+53
2026-03-20tools/nolibc/printf: Output pad characters in 16 byte chunksDavid Laight1-5/+9
2026-03-20tools/nolibc: Rename the 'errnum' parameter to strerror()David Laight1-2/+2
2026-03-20tools/nolibc: Implement strerror() in terms of strerror_r()David Laight2-21/+21
2026-03-20selftests/nolibc: Rename w to written in expect_vfprintf()David Laight1-4/+4
2026-03-20tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.hDavid Laight1-0/+3
2026-03-20selftests/nolibc: Let EXPECT_VFPRINTF() tests be skippedDavid Laight1-17/+17
2026-03-20selftests/nolibc: Check that snprintf() doesn't write beyond the buffer endDavid Laight1-0/+13
2026-03-20selftests/nolibc: Use length of 'expected' string to check snprintf() outputDavid Laight1-26/+41
2026-03-20selftests/nolibc: check vsnprintf() output buffer before the lengthDavid Laight1-7/+9
2026-03-20selftests/nolibc: Return correct value when printf test failsDavid Laight1-1/+1
2026-03-20tools/nolibc/printf: Move snprintf length check to callbackDavid Laight1-27/+67
2026-03-20tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'David Laight1-19/+19
2026-03-20tools/nolibc: Optimise and common up the number to ascii functionsDavid Laight1-87/+82
2026-03-20selftests/nolibc: Fix build with host headers and libcDavid Laight1-1/+15
2026-03-20selftests/nolibc: fix test_file_stream() on musl libcThomas Weißschuh1-1/+9
2026-03-20selftests: Add tests for creating pidns init via setnsPavel Tikhomirov3-1/+240
2026-03-20rtla: Fix segfault on multiple SIGINTsTomas Glozar1-1/+15
2026-03-20selftests: drv-net: gro: add a test for GRO depthJakub Kicinski1-20/+181
2026-03-20selftests: drv-net: gro: add test for packet orderingJakub Kicinski2-6/+61
2026-03-20selftests: drv-net: gro: test GRO statsJakub Kicinski3-2/+433
2026-03-20selftests: drv-net: gro: use SO_TXTIME to schedule packets togetherJakub Kicinski1-3/+54
2026-03-20selftests: drv-net: give HW stats sync time extra 25% of marginJakub Kicinski1-2/+2
2026-03-20selftests: net: move gro to lib for HW vs SW reuseJakub Kicinski6-4/+4