summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-03-22docs: kdoc_item: fix a typo on sections_start_linesMauro Carvalho Chehab
2026-03-22docs: kdoc_item: add support to generate a KdocItem from a dictMauro Carvalho Chehab
2026-03-22docs: kdoc_item: fix initial value for parameterdesc_start_linesMauro Carvalho Chehab
2026-03-22docs: kdoc_files: move output symbols logic to kdoc_outputMauro Carvalho Chehab
2026-03-22docs: kdoc_files: use a class to group config parametersMauro Carvalho Chehab
2026-03-22docs: kdoc: add c_lex to generated documentationMauro Carvalho Chehab
2026-03-22docs: kdoc_re: better represent long regular expressionsMauro Carvalho Chehab
2026-03-22unittests: test_tokenizer: better handle mismatch errorMauro Carvalho Chehab
2026-03-22docs: xforms_lists: use CMatch for all identifiersMauro Carvalho Chehab
2026-03-22docs: kdoc_parser: avoid tokenizing structs everytimeMauro Carvalho Chehab
2026-03-22docs: kdoc: ensure that comments are dropped before calling split_struct_proto()Mauro Carvalho Chehab
2026-03-22docs: c_lex: setup a logger to report tokenizer issuesMauro Carvalho Chehab
2026-03-22docs: xforms_lists: better evaluate struct_group macrosMauro Carvalho Chehab
2026-03-22docs: xforms_lists: handle struct_group directlyMauro Carvalho Chehab
2026-03-22docs: kdoc_re: get rid of NestedMatch classMauro Carvalho Chehab
2026-03-22docs: kdoc: replace NestedMatch with CMatchMauro Carvalho Chehab
2026-03-22unittests: test_cmatch: add tests for sub()Mauro Carvalho Chehab
2026-03-22docs: c_lex: properly implement a sub() method for CMatchMauro Carvalho Chehab
2026-03-22tools: unittests: add tests for CMatchMauro Carvalho Chehab
2026-03-22docs: kdoc: create a CMatch to match nested C blocksMauro Carvalho Chehab
2026-03-22unittests: add a runner to execute all unittestsMauro Carvalho Chehab
2026-03-22unittests: test_tokenizer: check if the tokenizer worksMauro Carvalho Chehab
2026-03-22unittests: test_private: modify it to use CTokenizer directlyMauro Carvalho Chehab
2026-03-22docs: kdoc: use tokenizer to handle comments on structsMauro Carvalho Chehab
2026-03-22docs: add a C tokenizer to be used by kernel-docMauro Carvalho Chehab
2026-03-22docs: kdoc: properly handle empty enum argumentsMauro Carvalho Chehab
2026-03-22docs: kdoc: don't add broken comments inside prototypesMauro Carvalho Chehab
2026-03-22unittests: add a testbench to check public/private kdoc commentsMauro Carvalho Chehab
2026-03-22docs: python: add helpers to run unit testsMauro Carvalho Chehab
2026-03-22tools/docs/checktransupdate.py: fix all issues reported by pylintHaoyang LIU
2026-03-22tools/sched_ext: Add compat handling for sub-scheduler opsAndrea Righi
2026-03-22Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-03-22Merge tag 'objtool-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-03-22tools/nolibc: rename sys_foo() functions to _sys_foo()Thomas Weißschuh
2026-03-22selftests/nolibc: enable -WundefThomas Weißschuh
2026-03-22tools/nolibc: avoid -Wundef warning for __STDC_VERSION__Thomas Weißschuh
2026-03-22tools/nolibc: add err.hThomas Weißschuh
2026-03-22tools/nolibc: add support for program_invocation_{,short_}nameThomas Weißschuh
2026-03-21selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagationDaniel Borkmann
2026-03-21selftests/bpf: Test bpf_program__clone() attach_btf_id overrideMykyta Yatsenko
2026-03-21selftests/bpf: Use bpf_program__clone() in veristatMykyta Yatsenko
2026-03-21libbpf: Introduce bpf_program__clone()Mykyta Yatsenko
2026-03-21selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handlingDaniel Wade
2026-03-21selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividendJenny Guanni Qu
2026-03-21selftests/bpf: Add alignment flag for test_verifier 190 testcaseTiezhu Yang
2026-03-21bpf: Consolidate sleepable checks in check_func_call()Puranjay Mohan
2026-03-21bpf: Consolidate sleepable checks in check_helper_call()Puranjay Mohan
2026-03-21selftests/bpf: Add tests for bpf_throw lock leak from subprogsIhor Solodrai
2026-03-21bpf: Fix exception exit lock checking for subprogsIhor Solodrai
2026-03-21tools/sched_ext: Update stale scx_ops_error() comment in fcg_cgroup_move()Ke Zhao