| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-30 | docs: kdoc_diff: add a helper tool to help checking kdoc regressions | Mauro Carvalho Chehab | 1 | -0/+508 |
| 2026-03-30 | doc tools: better handle KBUILD_VERBOSE | Mauro Carvalho Chehab | 1 | -1/+6 |
| 2026-03-22 | docs: kernel-doc: add support to store output on a YAML file | Mauro Carvalho Chehab | 1 | -8/+40 |
| 2026-03-22 | tools/docs/checktransupdate.py: fix all issues reported by pylint | Haoyang LIU | 1 | -4/+4 |
| 2026-03-09 | docs: kdoc_output: pick a better default for modulename | Mauro Carvalho Chehab | 1 | -1/+0 |
| 2026-03-09 | docs: kdoc_output: fix naming for DOC markups | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2026-03-09 | docs: sphinx-build-wrapper: don't allow "/" on file names | Mauro Carvalho Chehab | 1 | -1/+3 |
| 2026-03-09 | docs: sphinx-build-wrapper: better handle troff .TH markups | Mauro Carvalho Chehab | 1 | -4/+4 |
| 2026-03-09 | tools/docs/checktransupdate.py: add support for scanning directory | Haoyang LIU | 1 | -1/+13 |
| 2026-02-02 | tools: sphinx-build-wrapper: improve its help message | Mauro Carvalho Chehab | 1 | -3/+25 |
| 2026-02-02 | docs: sphinx-build-wrapper: allow -v override -q | Mauro Carvalho Chehab | 1 | -3/+11 |
| 2026-01-23 | tools/docs: sphinx-build-wrapper: only generate rust docs when requested | Thomas Weißschuh | 1 | -2/+5 |
| 2026-01-23 | tools/docs: sphinx-build-wrapper: compute sphinxdirs_list earlier | Thomas Weißschuh | 1 | -13/+13 |
| 2026-01-23 | tools/docs: sphinx-build-wrapper: make 'rustdoc' a local variable | Thomas Weißschuh | 1 | -9/+8 |
| 2026-01-23 | tools/docs: sphinx-build-wrapper: generate rust docs only once | Thomas Weißschuh | 1 | -17/+17 |
| 2026-01-20 | docs: sphinx-build-wrapper: stop setting kerneldoc_bin for Sphinx | Jonathan Corbet | 1 | -1/+0 |
| 2026-01-20 | docs: kdoc: improve description of MsgFormatter | Mauro Carvalho Chehab | 1 | -1/+4 |
| 2026-01-20 | docs: kdoc: move the return values to the helper message | Mauro Carvalho Chehab | 1 | -12/+15 |
| 2026-01-20 | docs: kdoc: move kernel-doc to tools/docs | Jonathan Corbet | 3 | -2/+362 |
| 2026-01-06 | docs: find-unused-docs.sh: fixup directory usage | Randy Dunlap | 1 | -1/+1 |
| 2025-11-29 | docs: makefile: move rustdoc check to the build wrapper | Mauro Carvalho Chehab | 1 | -9/+32 |
| 2025-11-21 | get_feat.pl: remove it, as it got replaced by get_feat.py | Mauro Carvalho Chehab | 1 | -641/+0 |
| 2025-11-21 | tools/docs/get_feat.py: convert get_feat.pl to Python | Mauro Carvalho Chehab | 1 | -0/+225 |
| 2025-11-18 | docs: bring some order to our Python module hierarchy | Jonathan Corbet | 5 | -15/+14 |
| 2025-11-18 | docs: Move the python libraries to tools/lib/python | Jonathan Corbet | 10 | -907/+21 |
| 2025-11-10 | tools/docs/get_abi.py: fix get_abi library directory | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2025-11-03 | Merge branch 'tools-final2' into docs-mw | Jonathan Corbet | 9 | -1/+2092 |
| 2025-10-29 | tools/docs/sphinx-build-wrapper: Emit $SPHINXOPTS later in args list | Akira Yokosawa | 1 | -1/+1 |
| 2025-10-28 | docs: move find-unused-docs.sh to tools/docs | Jonathan Corbet | 1 | -0/+62 |
| 2025-10-28 | docs: move test_doc_build.py to tools/docs | Jonathan Corbet | 1 | -0/+513 |
| 2025-10-28 | docs: move get_abi.py to tools/docs | Jonathan Corbet | 1 | -0/+214 |
| 2025-10-28 | docs: move scripts/documentation-file-ref-check to tools/docs | Jonathan Corbet | 2 | -1/+246 |
| 2025-10-28 | docs: move checktransupdate.py to tools/docs | Jonathan Corbet | 1 | -0/+307 |
| 2025-10-28 | docs: Move the "features" tools to tools/docs | Jonathan Corbet | 3 | -0/+750 |
| 2025-10-17 | Merge branch 'build-script' into docs-mw | Jonathan Corbet | 5 | -0/+2759 |
| 2025-10-17 | tools: docs: parse_data_structs.py: accept more reftypes | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2025-10-17 | tools: docs: parse_data_structs.py: add namespace support | Mauro Carvalho Chehab | 1 | -11/+32 |
| 2025-10-17 | tools: docs: parse_data_structs.py: get rid of process_exceptions() | Mauro Carvalho Chehab | 2 | -58/+52 |
| 2025-10-17 | tools: docs: parse_data_structs: make process_exceptions two stages | Mauro Carvalho Chehab | 1 | -54/+71 |
| 2025-10-17 | docs: kernel_include.py: fix line numbers for TOC | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2025-10-17 | tools: docs: parse_data_structs.py: output a line number | Mauro Carvalho Chehab | 1 | -14/+15 |
| 2025-10-17 | tools: docs: parse_data_structs.py: drop contents header | Mauro Carvalho Chehab | 1 | -7/+1 |
| 2025-10-08 | tools/docs: sphinx-build-wrapper: -q is a boolean, not an integer | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2025-10-01 | tools/docs: sphinx-build-wrapper: pdflatex is needed only for pdf | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2025-09-25 | tools/docs/sphinx-build-wrapper: allow skipping sphinx-build step | Mauro Carvalho Chehab | 1 | -6/+12 |
| 2025-09-25 | tools/docs: sphinx-build-wrapper: fix compat with recent Tumbleweed | Mauro Carvalho Chehab | 1 | -3/+22 |
| 2025-09-21 | docs: conf.py: get rid of load_config.py | Mauro Carvalho Chehab | 1 | -7/+2 |
| 2025-09-21 | tools/docs: sphinx-build-wrapper: handle sphinx-build errors | Mauro Carvalho Chehab | 1 | -2/+7 |
| 2025-09-18 | tools/docs: sphinx-build-wrapper: add support to run inside venv | Mauro Carvalho Chehab | 1 | -3/+30 |
| 2025-09-18 | tools/docs: sphinx-* break documentation bulds on openSUSE | Mauro Carvalho Chehab | 3 | -6/+28 |
| 2025-09-18 | tools/docs: sphinx-build-wrapper: move rust doc builder to wrapper | Mauro Carvalho Chehab | 1 | -26/+33 |
| 2025-09-18 | docs: add support to build manpages from kerneldoc output | Mauro Carvalho Chehab | 1 | -5/+76 |
| 2025-09-18 | tools/docs: sphinx-build-wrapper: Fix output for duplicated names | Mauro Carvalho Chehab | 1 | -11/+9 |
| 2025-09-18 | tools/docs,scripts: sphinx-*: prevent sphinx-build crashes | Mauro Carvalho Chehab | 2 | -1/+24 |
| 2025-09-18 | tools/docs: sphinx-build-wrapper: allow building PDF files in parallel | Mauro Carvalho Chehab | 1 | -52/+146 |
| 2025-09-18 | tools/docs: sphinx-build-wrapper: add an argument for LaTeX interactive mode | Mauro Carvalho Chehab | 1 | -3/+11 |
| 2025-09-18 | tools/docs: sphinx-build-wrapper: add a wrapper for sphinx-build | Mauro Carvalho Chehab | 1 | -0/+599 |
| 2025-09-18 | tools/docs: python_version: move version check from sphinx-pre-install | Mauro Carvalho Chehab | 2 | -134/+171 |
| 2025-09-18 | tools/docs: sphinx-pre-install: allow check for alternatives and bail out | Mauro Carvalho Chehab | 1 | -10/+38 |
| 2025-09-18 | tools/docs: sphinx-pre-install: drop a debug print | Mauro Carvalho Chehab | 1 | -1/+0 |
| 2025-09-18 | scripts: sphinx-pre-install: move it to tools/docs | Mauro Carvalho Chehab | 1 | -0/+1621 |
| 2025-09-18 | check-variable-fonts.py: add a helper to display instructions | Mauro Carvalho Chehab | 2 | -5/+20 |
| 2025-09-18 | tools/docs: check-variable-fonts.py: split into a lib and an exec file | Mauro Carvalho Chehab | 2 | -0/+185 |
| 2025-09-09 | docs: add tools/docs/gen-redirects.py | Vegard Nossum | 1 | -0/+54 |
| 2025-09-09 | docs: add tools/docs/gen-renames.py | Vegard Nossum | 1 | -0/+130 |
| 2025-08-29 | tools: docs: parse_data_structs.py: add methods to return output | Mauro Carvalho Chehab | 2 | -5/+62 |
| 2025-08-29 | tools: docs: parse-headers.py: move it from sphinx dir | Mauro Carvalho Chehab | 4 | -0/+525 |