aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib
AgeCommit message (Expand)AuthorFilesLines
2025-07-31Merge tag 'docs-6.17' of git://git.lwn.net/linuxLinus Torvalds5-582/+500
2025-07-17scripts: kdoc: make it backward-compatible with Python 3.7Mauro Carvalho Chehab1-1/+3
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-08scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURESPaolo Abeni1-0/+1
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-25docs: kdoc: finish disentangling the BODY and SPECIAL_SECTION statesJonathan Corbet1-32/+48
2025-06-25docs: kdoc: Add some comments to process_decl()Jonathan Corbet1-14/+16
2025-06-25docs: kdoc: coalesce the end-of-comment processingJonathan Corbet1-22/+14
2025-06-25docs: kdoc: rework the handling of SPECIAL_SECTIONJonathan Corbet1-28/+20
2025-06-25docs: kdoc: coalesce the new-section handlingJonathan Corbet1-36/+13
2025-06-25docs: kdoc: split out the special-section stateJonathan Corbet1-12/+12
2025-06-25docs: kdoc: separate out the handling of the declaration phaseJonathan Corbet1-15/+78
2025-06-25docs: kdoc: consolidate the "begin section" logicJonathan Corbet1-15/+17
2025-06-25docs: kdoc: Make body_with_blank_line parsing more flexibleJonathan Corbet1-1/+1
2025-06-09docs: kdoc: some final touches for process_name()Jonathan Corbet1-13/+20
2025-06-09docs: kdoc: move the declaration regexes out of process_name()Jonathan Corbet1-13/+17
2025-06-09docs: kdoc: remove some ineffective codeJonathan Corbet1-5/+0
2025-06-09docs: kdoc: remove the KernelEntry::descr pseudo memberJonathan Corbet1-6/+8
2025-06-09docs: kdoc: remove the KernelEntry::is_kernel_comment memberJonathan Corbet1-8/+8
2025-06-09docs: kdoc: simplify the kerneldoc recognition codeJonathan Corbet1-16/+8
2025-06-09docs: kdoc: remove the section_intro variableJonathan Corbet1-2/+1
2025-06-09docs: kdoc: move the core dispatch into a state tableJonathan Corbet1-13/+17
2025-06-09docs: kdoc: simplify the PROTO continuation logicJonathan Corbet1-6/+1
2025-06-09kernel-doc: Fix symbol matching for dropped suffixesMatthew Wilcox (Oracle)1-0/+8
2025-05-21scripts: kernel-doc: prevent a KeyError when checking outputMauro Carvalho Chehab1-0/+4
2025-04-28scripts/lib/kdoc/kdoc_parser.py: move kernel entry to a classMauro Carvalho Chehab1-124/+149
2025-04-28scripts/lib/kdoc: change mode to 0644Mauro Carvalho Chehab3-0/+0
2025-04-21scripts:kdoc_files.py: use glob for export_file seekMauro Carvalho Chehab1-1/+3
2025-04-21scripts/lib/kdoc/kdoc_parser.py: move states to a separate classMauro Carvalho Chehab1-59/+64
2025-04-21scripts/lib/kdoc/kdoc_files.py: don't try to join NoneMauro Carvalho Chehab1-2/+5
2025-04-09scripts: kernel-doc: fix parsing function-like typedefs (again)Sean Anderson1-1/+1
2025-04-09scripts/kernel-doc.py: Rename the kernel doc Re class to KernReMauro Carvalho Chehab3-159/+159
2025-04-09scripts/kernel_doc.py: better handle exported symbolsMauro Carvalho Chehab3-78/+123
2025-04-09scripts/lib/kdoc/kdoc_files.py: allow filtering output per fnameMauro Carvalho Chehab1-12/+12
2025-04-09scripts/kernel-doc.py: Properly handle Werror and exit codesMauro Carvalho Chehab3-16/+19
2025-04-09scripts/lib/kdoc/kdoc_parser.py: remove a python 3.9 dependencyMauro Carvalho Chehab1-1/+1
2025-04-09scripts/kernel-doc.py: properly handle KBUILD_BUILD_TIMESTAMPMauro Carvalho Chehab2-16/+21
2025-04-09scripts/kernel-doc.py: move modulename to man classMauro Carvalho Chehab3-19/+8
2025-04-09scripts/lib/kdoc/kdoc_parser.py: fix Python compat with < v3.13Mauro Carvalho Chehab2-6/+6
2025-04-09scripts/kernel-doc.py: adjust some coding style issuesMauro Carvalho Chehab4-37/+50
2025-04-09scripts/kernel-doc.py: Set an output format for --noneMauro Carvalho Chehab1-0/+4
2025-04-09scripts/kernel-doc.py: postpone warnings to the output pluginMauro Carvalho Chehab2-26/+39
2025-04-09scripts/kernel-doc.py: properly handle out_section for ReSTMauro Carvalho Chehab1-4/+4
2025-04-09scripts/kernel-doc.py: fix handling of doc output checkMauro Carvalho Chehab2-18/+14
2025-04-09scripts/kernel-doc.py: fix line number outputMauro Carvalho Chehab2-10/+24
2025-04-09scripts/kernel-doc.py: implement support for -no-doc-sectionsMauro Carvalho Chehab2-3/+9
2025-04-09scripts/kernel-doc.py: move file lists to the parser functionMauro Carvalho Chehab1-20/+17
2025-04-09scripts/kernel-doc.py: convert message output to an interactorMauro Carvalho Chehab2-88/+98
2025-04-09scripts/kernel-doc.py: move output classes to a separate fileMauro Carvalho Chehab1-0/+736
2025-04-09scripts/kernel-doc.py: move KernelFiles class to a separate fileMauro Carvalho Chehab1-0/+270
2025-04-09scripts/kernel-doc.py: move KernelDoc class to a separate fileMauro Carvalho Chehab1-0/+1690
2025-04-09scripts/kernel-doc.py: move regex methods to a separate fileMauro Carvalho Chehab1-0/+272
2025-02-13docs: ABI: move README contents to the topMauro Carvalho Chehab1-1/+1
2025-02-10scripts/get_abi.py: add support for undefined ABIsMauro Carvalho Chehab3-3/+625
2025-02-10scripts/lib/abi/abi_parser.py: make it backward-compatible with Python 3.6Mauro Carvalho Chehab1-6/+10
2025-02-10scripts/lib/abi/abi_parser.py: Rename title name for ABI filesMauro Carvalho Chehab1-1/+1
2025-02-10docs: sphinx/automarkup: add cross-references for ABIMauro Carvalho Chehab1-0/+11
2025-02-10docs: sphinx/kernel_abi: parse ABI files only onceMauro Carvalho Chehab1-9/+13
2025-02-10scripts/get_abi.pl: add support to parse ABI README fileMauro Carvalho Chehab1-5/+20
2025-02-10scripts/get_abi.pl: Add filtering capabilities to rest outputMauro Carvalho Chehab1-6/+15
2025-02-10docs: sphinx/kernel_abi: reduce buffer usage for ABI messagesMauro Carvalho Chehab1-6/+4
2025-02-10docs: sphinx/kernel_abi: use AbiParser directlyMauro Carvalho Chehab1-1/+1
2025-02-10scripts/lib/abi/abi_parser.py: use an interactor for ReST outputMauro Carvalho Chehab1-22/+26
2025-02-10scripts/lib/abi/abi_parser.py: optimize parse_abi() functionMauro Carvalho Chehab1-15/+34
2025-02-10scripts/get_abi.py: add support for symbol searchMauro Carvalho Chehab1-0/+52
2025-02-10scripts/get_abi.py: add a Python tool to generate ReST outputMauro Carvalho Chehab2-0/+540