summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2025-08-11docs: kdoc: Move a regex line in dump_struct()Jonathan Corbet1-1/+1
2025-08-11docs: kdoc: consolidate the stripping of private struct/union membersJonathan Corbet1-18/+22
2025-07-24scripts: add origin commit identification based on specific patternsZhiyu Zhang1-1/+37
2025-07-17scripts: kdoc: make it backward-compatible with Python 3.7Mauro Carvalho Chehab1-1/+3
2025-07-17docs: kernel-doc: emit warnings for ancient versions of PythonMauro Carvalho Chehab1-0/+10
2025-07-15Merge branch 'kdoc-item2' into docs-mwJonathan Corbet4-244/+145
2025-07-15docs: kdoc: emit a warning for ancient versions of PythonJonathan Corbet1-0/+9
2025-07-15docs: kdoc: clean up check_sections()Jonathan Corbet1-20/+11
2025-07-15docs: kdoc: directly access the always-there KdocItem fieldsJonathan Corbet2-13/+8
2025-07-15docs: kdoc: straighten up dump_declaration()Jonathan Corbet1-10/+5
2025-07-15docs: kdoc: Regularize the use of the declaration nameJonathan Corbet2-30/+15
2025-07-15docs: kdoc: Coalesce parameter-list handlingJonathan Corbet3-67/+43
2025-07-15docs: kdoc: use self.entry.parameterlist directly in check_sections()Jonathan Corbet1-9/+5
2025-07-15docs: kdoc: remove the "struct_actual" machineryJonathan Corbet1-30/+2
2025-07-15docs: kdoc: Centralize handling of the item section listJonathan Corbet3-40/+25
2025-07-15docs: kdoc: drop "sectionlist"Jonathan Corbet2-24/+7
2025-07-08docs: kdoc: pretty up dump_enum()Jonathan Corbet1-14/+25
2025-07-08docs: kdoc: some tweaks to process_proto_function()Jonathan Corbet1-19/+24
2025-07-08docs: kdoc: rework type prototype parsingJonathan Corbet1-18/+25
2025-07-08docs: kdoc: remove the brcount floor in process_proto_type()Jonathan Corbet1-3/+1
2025-07-08docs: kdoc: micro-optimize KernReJonathan Corbet1-5/+2
2025-07-08docs: kdoc: don't reinvent string.strip()Jonathan Corbet1-22/+5
2025-07-02docs: kdoc: simplify the output-item passingJonathan Corbet2-3/+3
2025-07-02docs: kdoc; Add a rudimentary class to represent output itemsJonathan Corbet2-21/+35
2025-07-01docs: kdoc: pretty up dump_enum()Jonathan Corbet1-14/+25
2025-07-01docs: kdoc: some tweaks to process_proto_function()Jonathan Corbet1-19/+24
2025-07-01docs: kdoc: rework type prototype parsingJonathan Corbet1-18/+25
2025-07-01docs: kdoc: split the processing of the two remaining inline statesJonathan Corbet1-19/+18
2025-07-01docs: kdoc: remove the inline states-within-a-stateJonathan Corbet1-30/+13
2025-07-01docs: kdoc: remove the INLINE_END stateJonathan Corbet1-3/+1
2025-07-01docs: kdoc: rework process_export() slightlyJonathan Corbet1-16/+14
2025-07-01docs: kdoc: remove KernelEntry::functionJonathan Corbet1-1/+0
2025-07-01docs: kdoc: remove a bit of dead codeJonathan Corbet1-7/+0
2025-07-01docs: kdoc: Move content handling into KernelEntryJonathan Corbet1-32/+30
2025-07-01docs: kdoc: remove KernelEntry::in_doc_sectJonathan Corbet1-4/+0
2025-06-30docs: kdoc: remove the brcount floor in process_proto_type()Jonathan Corbet1-3/+1
2025-06-30docs: kdoc: micro-optimize KernReJonathan Corbet1-4/+2
2025-06-27docs: kdoc: don't reinvent string.strip()Jonathan Corbet1-22/+5
2025-06-27docs: kdoc: split the processing of the two remaining inline statesJonathan Corbet1-19/+18
2025-06-27docs: kdoc: remove the inline states-within-a-stateJonathan Corbet1-30/+13
2025-06-26docs: kdoc: remove the INLINE_END stateJonathan Corbet1-3/+1
2025-06-25docs: kdoc: rework process_export() slightlyJonathan Corbet1-16/+14
2025-06-25docs: kdoc: remove KernelEntry::functionJonathan Corbet1-1/+0
2025-06-25docs: kdoc: remove a bit of dead codeJonathan Corbet1-7/+0
2025-06-25docs: kdoc: Move content handling into KernelEntryJonathan Corbet1-32/+30
2025-06-25docs: kdoc: remove KernelEntry::in_doc_sectJonathan Corbet1-4/+0
2025-06-25scripts: test_doc_build.py: regroup and rename argumentsMauro Carvalho Chehab1-34/+61
2025-06-25scripts: sphinx-pre-install: fix release detection for FedoraMauro Carvalho Chehab1-1/+1
2025-06-25scripts: sphinx-pre-install: properly handle SPHINXBUILDMauro Carvalho Chehab1-0/+4
2025-06-25scripts: test_doc_build.py: make the script smarterMauro Carvalho Chehab1-49/+105