summaryrefslogtreecommitdiffstats
path: root/scripts/lib
AgeCommit message (Expand)AuthorLines
2025-07-31Merge tag 'docs-6.17' of git://git.lwn.net/linuxLinus Torvalds-582/+500
2025-07-17scripts: kdoc: make it backward-compatible with Python 3.7Mauro Carvalho Chehab-1/+3
2025-07-15Merge branch 'kdoc-item2' into docs-mwJonathan Corbet-244/+145
2025-07-15docs: kdoc: emit a warning for ancient versions of PythonJonathan Corbet-0/+9
2025-07-15docs: kdoc: clean up check_sections()Jonathan Corbet-20/+11
2025-07-15docs: kdoc: directly access the always-there KdocItem fieldsJonathan Corbet-13/+8
2025-07-15docs: kdoc: straighten up dump_declaration()Jonathan Corbet-10/+5
2025-07-15docs: kdoc: Regularize the use of the declaration nameJonathan Corbet-30/+15
2025-07-15docs: kdoc: Coalesce parameter-list handlingJonathan Corbet-67/+43
2025-07-15docs: kdoc: use self.entry.parameterlist directly in check_sections()Jonathan Corbet-9/+5
2025-07-15docs: kdoc: remove the "struct_actual" machineryJonathan Corbet-30/+2
2025-07-15docs: kdoc: Centralize handling of the item section listJonathan Corbet-40/+25
2025-07-15docs: kdoc: drop "sectionlist"Jonathan Corbet-24/+7
2025-07-08scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURESPaolo Abeni-0/+1
2025-07-08docs: kdoc: pretty up dump_enum()Jonathan Corbet-14/+25
2025-07-08docs: kdoc: some tweaks to process_proto_function()Jonathan Corbet-19/+24
2025-07-08docs: kdoc: rework type prototype parsingJonathan Corbet-18/+25
2025-07-08docs: kdoc: remove the brcount floor in process_proto_type()Jonathan Corbet-3/+1
2025-07-08docs: kdoc: micro-optimize KernReJonathan Corbet-5/+2
2025-07-08docs: kdoc: don't reinvent string.strip()Jonathan Corbet-22/+5
2025-07-02docs: kdoc: simplify the output-item passingJonathan Corbet-3/+3
2025-07-02docs: kdoc; Add a rudimentary class to represent output itemsJonathan Corbet-21/+35
2025-07-01docs: kdoc: pretty up dump_enum()Jonathan Corbet-14/+25
2025-07-01docs: kdoc: some tweaks to process_proto_function()Jonathan Corbet-19/+24
2025-07-01docs: kdoc: rework type prototype parsingJonathan Corbet-18/+25
2025-07-01docs: kdoc: split the processing of the two remaining inline statesJonathan Corbet-19/+18
2025-07-01docs: kdoc: remove the inline states-within-a-stateJonathan Corbet-30/+13
2025-07-01docs: kdoc: remove the INLINE_END stateJonathan Corbet-3/+1
2025-07-01docs: kdoc: rework process_export() slightlyJonathan Corbet-16/+14
2025-07-01docs: kdoc: remove KernelEntry::functionJonathan Corbet-1/+0
2025-07-01docs: kdoc: remove a bit of dead codeJonathan Corbet-7/+0
2025-07-01docs: kdoc: Move content handling into KernelEntryJonathan Corbet-32/+30
2025-07-01docs: kdoc: remove KernelEntry::in_doc_sectJonathan Corbet-4/+0
2025-06-30docs: kdoc: remove the brcount floor in process_proto_type()Jonathan Corbet-3/+1
2025-06-30docs: kdoc: micro-optimize KernReJonathan Corbet-4/+2
2025-06-27docs: kdoc: don't reinvent string.strip()Jonathan Corbet-22/+5
2025-06-27docs: kdoc: split the processing of the two remaining inline statesJonathan Corbet-19/+18
2025-06-27docs: kdoc: remove the inline states-within-a-stateJonathan Corbet-30/+13
2025-06-26docs: kdoc: remove the INLINE_END stateJonathan Corbet-3/+1
2025-06-25docs: kdoc: rework process_export() slightlyJonathan Corbet-16/+14
2025-06-25docs: kdoc: remove KernelEntry::functionJonathan Corbet-1/+0
2025-06-25docs: kdoc: remove a bit of dead codeJonathan Corbet-7/+0
2025-06-25docs: kdoc: Move content handling into KernelEntryJonathan Corbet-32/+30
2025-06-25docs: kdoc: remove KernelEntry::in_doc_sectJonathan Corbet-4/+0
2025-06-25docs: kdoc: finish disentangling the BODY and SPECIAL_SECTION statesJonathan Corbet-32/+48
2025-06-25docs: kdoc: Add some comments to process_decl()Jonathan Corbet-14/+16
2025-06-25docs: kdoc: coalesce the end-of-comment processingJonathan Corbet-22/+14
2025-06-25docs: kdoc: rework the handling of SPECIAL_SECTIONJonathan Corbet-28/+20
2025-06-25docs: kdoc: coalesce the new-section handlingJonathan Corbet-36/+13
2025-06-25docs: kdoc: split out the special-section stateJonathan Corbet-12/+12