summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-03-22unittests: test_tokenizer: check if the tokenizer worksMauro Carvalho Chehab-2/+106
2026-03-22unittests: test_private: modify it to use CTokenizer directlyMauro Carvalho Chehab-24/+51
2026-03-22docs: kdoc: use tokenizer to handle comments on structsMauro Carvalho Chehab-9/+4
2026-03-22docs: add a C tokenizer to be used by kernel-docMauro Carvalho Chehab-0/+292
2026-03-22docs: kdoc: properly handle empty enum argumentsMauro Carvalho Chehab-2/+3
2026-03-22docs: kdoc: don't add broken comments inside prototypesMauro Carvalho Chehab-0/+6
2026-03-22unittests: add a testbench to check public/private kdoc commentsMauro Carvalho Chehab-0/+331
2026-03-22docs: python: add helpers to run unit testsMauro Carvalho Chehab-0/+353
2026-03-22tools/docs/checktransupdate.py: fix all issues reported by pylintHaoyang LIU-4/+4
2026-03-22tools/sched_ext: Add compat handling for sub-scheduler opsAndrea Righi-0/+16
2026-03-22Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-4/+336
2026-03-22Merge tag 'objtool-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-24/+7
2026-03-22tools/nolibc: rename sys_foo() functions to _sys_foo()Thomas Weißschuh-192/+192
2026-03-22selftests/nolibc: enable -WundefThomas Weißschuh-1/+2
2026-03-22tools/nolibc: avoid -Wundef warning for __STDC_VERSION__Thomas Weißschuh-1/+7
2026-03-22tools/nolibc: add err.hThomas Weißschuh-0/+89
2026-03-22tools/nolibc: add support for program_invocation_{,short_}nameThomas Weißschuh-0/+64
2026-03-21selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagationDaniel Borkmann-0/+108
2026-03-21selftests/bpf: Test bpf_program__clone() attach_btf_id overrideMykyta Yatsenko-0/+91
2026-03-21selftests/bpf: Use bpf_program__clone() in veristatMykyta Yatsenko-60/+42
2026-03-21libbpf: Introduce bpf_program__clone()Mykyta Yatsenko-0/+96
2026-03-21selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handlingDaniel Wade-0/+94
2026-03-21selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividendJenny Guanni Qu-0/+58
2026-03-21selftests/bpf: Add alignment flag for test_verifier 190 testcaseTiezhu Yang-0/+1
2026-03-21bpf: Consolidate sleepable checks in check_func_call()Puranjay Mohan-5/+5
2026-03-21bpf: Consolidate sleepable checks in check_helper_call()Puranjay Mohan-3/+3
2026-03-21selftests/bpf: Add tests for bpf_throw lock leak from subprogsIhor Solodrai-0/+47
2026-03-21bpf: Fix exception exit lock checking for subprogsIhor Solodrai-3/+6
2026-03-21tools/sched_ext: Update stale scx_ops_error() comment in fcg_cgroup_move()Ke Zhao-1/+1
2026-03-21selftests/sched_ext: Return non-zero exit code on test failurezhidao su-1/+1
2026-03-21Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+5
2026-03-20tc-testing: add a test case for ETS offloadDavide Caratti-0/+27
2026-03-20selftests/vsock: fix vsock_test path shadowing in nested VMsBobby Eshleman-2/+3
2026-03-20selftests/vsock: fix vmtest.sh for read-only nested VM runnersBobby Eshleman-2/+19
2026-03-20vfio: selftests: Support DMR and GNR-D DSA devicesYi Lai-2/+13
2026-03-20vfio: selftests: Build tests on aarch64Ted Logan-1/+1
2026-03-20selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilationThomas Weißschuh-1/+7
2026-03-20selftests/nolibc: add a variable for nolibc-test source filesThomas Weißschuh-6/+8
2026-03-20tools/nolibc: MIPS: fix clobbers of 'lo' and 'hi' registers on different ISAsThomas Weißschuh-3/+12
2026-03-20selftests/nolibc: Use printf variable field widths and precisionsDavid Laight-21/+5
2026-03-20tools/nolibc/printf: Add support for octal outputDavid Laight-18/+41
2026-03-20tools/nolibc/printf: Add support for zero padding and field precisionDavid Laight-18/+81
2026-03-20tools/nolibc/printf: Add support for left aligning fieldsDavid Laight-2/+8
2026-03-20tools/nolibc/printf: Special case 0 and add support for %#xDavid Laight-11/+30
2026-03-20tools/nolibc/printf: Add support for conversion flags space and plusDavid Laight-1/+5
2026-03-20tools/nolibc/printf: Prepend sign to converted numberDavid Laight-9/+27
2026-03-20tools/nolibc/printf: Handle "%s" with the numeric formatsDavid Laight-10/+11
2026-03-20tools/nolibc/printf: Add support for length modifiers tzqL and formats iXDavid Laight-14/+27
2026-03-20tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...David Laight-48/+106
2026-03-20tools/nolibc/printf: Use goto and reduce indentationDavid Laight-78/+93