summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-03-23selftests: rds: add tools/testing/selftests/net/rds/configAllison Henderson-0/+5
2026-03-23selftests: bonding: add test for stacked bond header_parse recursionJiayuan Chen-0/+74
2026-03-23selftests: forwarding: local_termination: fix PTP UDP cksumsDaniel Golle-6/+6
2026-03-23selftests: rss_drv: Add RSS indirection table resize testsBjörn Töpel-4/+229
2026-03-23selftest: net: Add GC test for temporary routes with exceptions.Kuniyuki Iwashima-3/+58
2026-03-23selftests/bpf: Improve connect_force_port test reliabilityVarun R Mallya-12/+34
2026-03-23tools/sched_ext: Add scx_bpf_sub_dispatch() compat wrapperCheng-Yang Chou-1/+13
2026-03-23selftests: check pidfd_info->coredump_code correctnessEmanuele Rocca-2/+66
2026-03-23kselftest/coredump: reintroduce null pointer dereferenceEmanuele Rocca-1/+1
2026-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov-689/+1491
2026-03-22selftests/sched_ext: Add tests for SCX_ENQ_IMMED and scx_bpf_dsq_reenq()zhidao su-0/+601
2026-03-22Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich-30/+360
2026-03-22tools headers: Synchronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo-1/+3
2026-03-22tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo-0/+1
2026-03-22tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo-0/+8
2026-03-22tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo-1/+4
2026-03-22docs: kernel-doc: add support to store output on a YAML fileMauro Carvalho Chehab-15/+107
2026-03-22docs: add a new file to write kernel-doc output to a YAML fileMauro Carvalho Chehab-0/+155
2026-03-22docs: test_kdoc_parser: add support for dynamic test creationMauro Carvalho Chehab-18/+350
2026-03-22docs: add a simple kdoc-test.yaml together with a validation toolMauro Carvalho Chehab-0/+248
2026-03-22docs: add a schema to help creating unittests for kernel-docMauro Carvalho Chehab-0/+156
2026-03-22docs: unittests: add a parser to test kernel-doc parser logicMauro Carvalho Chehab-0/+202
2026-03-22docs: kdoc_item: fix a typo on sections_start_linesMauro Carvalho Chehab-5/+5
2026-03-22docs: kdoc_item: add support to generate a KdocItem from a dictMauro Carvalho Chehab-1/+34
2026-03-22docs: kdoc_item: fix initial value for parameterdesc_start_linesMauro Carvalho Chehab-1/+1
2026-03-22docs: kdoc_files: move output symbols logic to kdoc_outputMauro Carvalho Chehab-16/+23
2026-03-22docs: kdoc_files: use a class to group config parametersMauro Carvalho Chehab-14/+31
2026-03-22docs: kdoc: add c_lex to generated documentationMauro Carvalho Chehab-4/+5
2026-03-22docs: kdoc_re: better represent long regular expressionsMauro Carvalho Chehab-2/+7
2026-03-22unittests: test_tokenizer: better handle mismatch errorMauro Carvalho Chehab-3/+10
2026-03-22docs: xforms_lists: use CMatch for all identifiersMauro Carvalho Chehab-80/+79
2026-03-22docs: kdoc_parser: avoid tokenizing structs everytimeMauro Carvalho Chehab-7/+24
2026-03-22docs: kdoc: ensure that comments are dropped before calling split_struct_proto()Mauro Carvalho Chehab-2/+4
2026-03-22docs: c_lex: setup a logger to report tokenizer issuesMauro Carvalho Chehab-1/+19
2026-03-22docs: xforms_lists: better evaluate struct_group macrosMauro Carvalho Chehab-4/+10
2026-03-22docs: xforms_lists: handle struct_group directlyMauro Carvalho Chehab-47/+6
2026-03-22docs: kdoc_re: get rid of NestedMatch classMauro Carvalho Chehab-201/+0
2026-03-22docs: kdoc: replace NestedMatch with CMatchMauro Carvalho Chehab-16/+17
2026-03-22unittests: test_cmatch: add tests for sub()Mauro Carvalho Chehab-2/+728
2026-03-22docs: c_lex: properly implement a sub() method for CMatchMauro Carvalho Chehab-13/+259
2026-03-22tools: unittests: add tests for CMatchMauro Carvalho Chehab-0/+95
2026-03-22docs: kdoc: create a CMatch to match nested C blocksMauro Carvalho Chehab-10/+111
2026-03-22unittests: add a runner to execute all unittestsMauro Carvalho Chehab-0/+17
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