summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-03-23docs: add a new file to write kernel-doc output to a YAML fileMauro Carvalho Chehab1-0/+155
2026-03-23docs: test_kdoc_parser: add support for dynamic test creationMauro Carvalho Chehab1-18/+350
2026-03-23docs: add a simple kdoc-test.yaml together with a validation toolMauro Carvalho Chehab2-0/+248
2026-03-23docs: add a schema to help creating unittests for kernel-docMauro Carvalho Chehab1-0/+156
2026-03-23docs: unittests: add a parser to test kernel-doc parser logicMauro Carvalho Chehab1-0/+202
2026-03-23docs: kdoc_item: fix a typo on sections_start_linesMauro Carvalho Chehab3-5/+5
2026-03-23docs: kdoc_item: add support to generate a KdocItem from a dictMauro Carvalho Chehab1-1/+34
2026-03-23docs: kdoc_item: fix initial value for parameterdesc_start_linesMauro Carvalho Chehab1-1/+1
2026-03-23docs: kdoc_files: move output symbols logic to kdoc_outputMauro Carvalho Chehab2-16/+23
2026-03-23docs: kdoc_files: use a class to group config parametersMauro Carvalho Chehab1-14/+31
2026-03-23docs: kdoc: add c_lex to generated documentationMauro Carvalho Chehab1-4/+5
2026-03-23docs: kdoc_re: better represent long regular expressionsMauro Carvalho Chehab1-2/+7
2026-03-23unittests: test_tokenizer: better handle mismatch errorMauro Carvalho Chehab1-3/+10
2026-03-23docs: xforms_lists: use CMatch for all identifiersMauro Carvalho Chehab1-80/+79
2026-03-23docs: kdoc_parser: avoid tokenizing structs everytimeMauro Carvalho Chehab2-7/+24
2026-03-23docs: kdoc: ensure that comments are dropped before calling split_struct_proto()Mauro Carvalho Chehab1-2/+4
2026-03-23docs: c_lex: setup a logger to report tokenizer issuesMauro Carvalho Chehab2-1/+19
2026-03-23docs: xforms_lists: better evaluate struct_group macrosMauro Carvalho Chehab1-4/+10
2026-03-23docs: xforms_lists: handle struct_group directlyMauro Carvalho Chehab1-47/+6
2026-03-23docs: kdoc_re: get rid of NestedMatch classMauro Carvalho Chehab1-201/+0
2026-03-23docs: kdoc: replace NestedMatch with CMatchMauro Carvalho Chehab2-16/+17
2026-03-23unittests: test_cmatch: add tests for sub()Mauro Carvalho Chehab1-2/+728
2026-03-23docs: c_lex: properly implement a sub() method for CMatchMauro Carvalho Chehab1-13/+259
2026-03-23tools: unittests: add tests for CMatchMauro Carvalho Chehab1-0/+95
2026-03-23docs: kdoc: create a CMatch to match nested C blocksMauro Carvalho Chehab1-10/+111
2026-03-23unittests: add a runner to execute all unittestsMauro Carvalho Chehab1-0/+17
2026-03-23unittests: test_tokenizer: check if the tokenizer worksMauro Carvalho Chehab1-2/+106
2026-03-23unittests: test_private: modify it to use CTokenizer directlyMauro Carvalho Chehab1-24/+51
2026-03-23docs: kdoc: use tokenizer to handle comments on structsMauro Carvalho Chehab1-9/+4
2026-03-23docs: add a C tokenizer to be used by kernel-docMauro Carvalho Chehab1-0/+292
2026-03-23docs: kdoc: properly handle empty enum argumentsMauro Carvalho Chehab1-2/+3
2026-03-23docs: kdoc: don't add broken comments inside prototypesMauro Carvalho Chehab1-0/+6
2026-03-23unittests: add a testbench to check public/private kdoc commentsMauro Carvalho Chehab1-0/+331
2026-03-23docs: python: add helpers to run unit testsMauro Carvalho Chehab1-0/+353
2026-03-22tools/docs/checktransupdate.py: fix all issues reported by pylintHaoyang LIU1-4/+4
2026-03-22tools/sched_ext: Add compat handling for sub-scheduler opsAndrea Righi1-0/+16
2026-03-22Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-4/+336
2026-03-22Merge tag 'objtool-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-24/+7
2026-03-22tools/nolibc: rename sys_foo() functions to _sys_foo()Thomas Weißschuh27-192/+192
2026-03-22selftests/nolibc: enable -WundefThomas Weißschuh1-1/+2
2026-03-22tools/nolibc: avoid -Wundef warning for __STDC_VERSION__Thomas Weißschuh1-1/+7
2026-03-22tools/nolibc: add err.hThomas Weißschuh3-0/+89
2026-03-22tools/nolibc: add support for program_invocation_{,short_}nameThomas Weißschuh3-0/+64
2026-03-21selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagationDaniel Borkmann1-0/+108
2026-03-21selftests/bpf: Test bpf_program__clone() attach_btf_id overrideMykyta Yatsenko2-0/+91
2026-03-21selftests/bpf: Use bpf_program__clone() in veristatMykyta Yatsenko1-60/+42
2026-03-21libbpf: Introduce bpf_program__clone()Mykyta Yatsenko3-0/+96
2026-03-21selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handlingDaniel Wade1-0/+94
2026-03-21selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividendJenny Guanni Qu1-0/+58
2026-03-21selftests/bpf: Add alignment flag for test_verifier 190 testcaseTiezhu Yang1-0/+1