summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-03-21selftests/sched_ext: Return non-zero exit code on test failurezhidao su
2026-03-21Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-03-20tc-testing: add a test case for ETS offloadDavide Caratti
2026-03-20selftests/vsock: fix vsock_test path shadowing in nested VMsBobby Eshleman
2026-03-20selftests/vsock: fix vmtest.sh for read-only nested VM runnersBobby Eshleman
2026-03-20vfio: selftests: Support DMR and GNR-D DSA devicesYi Lai
2026-03-20vfio: selftests: Build tests on aarch64Ted Logan
2026-03-20selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilationThomas Weißschuh
2026-03-20selftests/nolibc: add a variable for nolibc-test source filesThomas Weißschuh
2026-03-20tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAsThomas Weißschuh
2026-03-20selftests/nolibc: Use printf variable field widths and precisionsDavid Laight
2026-03-20tools/nolibc/printf: Add support for octal outputDavid Laight
2026-03-20tools/nolibc/printf: Add support for zero padding and field precisionDavid Laight
2026-03-20tools/nolibc/printf: Add support for left aligning fieldsDavid Laight
2026-03-20tools/nolibc/printf: Special case 0 and add support for %#xDavid Laight
2026-03-20tools/nolibc/printf: Add support for conversion flags space and plusDavid Laight
2026-03-20tools/nolibc/printf: Prepend sign to converted numberDavid Laight
2026-03-20tools/nolibc/printf: Handle "%s" with the numeric formatsDavid Laight
2026-03-20tools/nolibc/printf: Add support for length modifiers tzqL and formats iXDavid Laight
2026-03-20tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...David Laight
2026-03-20tools/nolibc/printf: Use goto and reduce indentationDavid Laight
2026-03-20tools/nolibc/printf: Simplify __nolibc_printf()David Laight
2026-03-20tools/nolibc/printf: Output pad characters in 16 byte chunksDavid Laight
2026-03-20tools/nolibc: Rename the 'errnum' parameter to strerror()David Laight
2026-03-20tools/nolibc: Implement strerror() in terms of strerror_r()David Laight
2026-03-20selftests/nolibc: Rename w to written in expect_vfprintf()David Laight
2026-03-20tools/nolibc: Add _NOLIBC_OPTIMIZER_HIDE_VAR() to compiler.hDavid Laight
2026-03-20selftests/nolibc: Let EXPECT_VFPRINTF() tests be skippedDavid Laight
2026-03-20selftests/nolibc: Check that snprintf() doesn't write beyond the buffer endDavid Laight
2026-03-20selftests/nolibc: Use length of 'expected' string to check snprintf() outputDavid Laight
2026-03-20selftests/nolibc: check vsnprintf() output buffer before the lengthDavid Laight
2026-03-20selftests/nolibc: Return correct value when printf test failsDavid Laight
2026-03-20tools/nolibc/printf: Move snprintf length check to callbackDavid Laight
2026-03-20tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'David Laight
2026-03-20tools/nolibc: Optimise and common up the number to ascii functionsDavid Laight
2026-03-20selftests/nolibc: Fix build with host headers and libcDavid Laight
2026-03-20selftests/nolibc: fix test_file_stream() on musl libcThomas Weißschuh
2026-03-20selftests: Add tests for creating pidns init via setnsPavel Tikhomirov
2026-03-20rtla: Fix segfault on multiple SIGINTsTomas Glozar
2026-03-19selftests: drv-net: gro: add a test for GRO depthJakub Kicinski
2026-03-19selftests: drv-net: gro: add test for packet orderingJakub Kicinski
2026-03-19selftests: drv-net: gro: test GRO statsJakub Kicinski
2026-03-19selftests: drv-net: gro: use SO_TXTIME to schedule packets togetherJakub Kicinski
2026-03-19selftests: drv-net: give HW stats sync time extra 25% of marginJakub Kicinski
2026-03-19selftests: net: move gro to lib for HW vs SW reuseJakub Kicinski
2026-03-19perf evlist: Improve default event for s390Ian Rogers
2026-03-19perf callchain: Refactor callchain option parsingIan Rogers
2026-03-19perf evsel: Constify option arguments to config functionsIan Rogers
2026-03-19perf target: Constify simple check functionsIan Rogers
2026-03-19perf evsel: Improve falling back from cyclesIan Rogers