summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-03-23selftests: rds: add tools/testing/selftests/net/rds/configAllison Henderson
2026-03-23selftests: bonding: add test for stacked bond header_parse recursionJiayuan Chen
2026-03-23selftests: forwarding: local_termination: fix PTP UDP cksumsDaniel Golle
2026-03-23selftests: rss_drv: Add RSS indirection table resize testsBjörn Töpel
2026-03-23selftest: net: Add GC test for temporary routes with exceptions.Kuniyuki Iwashima
2026-03-23selftests/bpf: Improve connect_force_port test reliabilityVarun R Mallya
2026-03-23tools/sched_ext: Add scx_bpf_sub_dispatch() compat wrapperCheng-Yang Chou
2026-03-23selftests: check pidfd_info->coredump_code correctnessEmanuele Rocca
2026-03-23kselftest/coredump: reintroduce null pointer dereferenceEmanuele Rocca
2026-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov
2026-03-22selftests/sched_ext: Add tests for SCX_ENQ_IMMED and scx_bpf_dsq_reenq()zhidao su
2026-03-22Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich
2026-03-22tools headers: Synchronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo
2026-03-22tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2026-03-22tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2026-03-22tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo
2026-03-22docs: kernel-doc: add support to store output on a YAML fileMauro Carvalho Chehab
2026-03-22docs: add a new file to write kernel-doc output to a YAML fileMauro Carvalho Chehab
2026-03-22docs: test_kdoc_parser: add support for dynamic test creationMauro Carvalho Chehab
2026-03-22docs: add a simple kdoc-test.yaml together with a validation toolMauro Carvalho Chehab
2026-03-22docs: add a schema to help creating unittests for kernel-docMauro Carvalho Chehab
2026-03-22docs: unittests: add a parser to test kernel-doc parser logicMauro Carvalho Chehab
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