summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2025-06-30docs: kdoc: remove the brcount floor in process_proto_type()Jonathan Corbet
2025-06-30docs: kdoc: micro-optimize KernReJonathan Corbet
2025-06-27docs: kdoc: don't reinvent string.strip()Jonathan Corbet
2025-06-27docs: kdoc: split the processing of the two remaining inline statesJonathan Corbet
2025-06-27docs: kdoc: remove the inline states-within-a-stateJonathan Corbet
2025-06-26docs: kdoc: remove the INLINE_END stateJonathan Corbet
2025-06-25docs: kdoc: rework process_export() slightlyJonathan Corbet
2025-06-25docs: kdoc: remove KernelEntry::functionJonathan Corbet
2025-06-25docs: kdoc: remove a bit of dead codeJonathan Corbet
2025-06-25docs: kdoc: Move content handling into KernelEntryJonathan Corbet
2025-06-25docs: kdoc: remove KernelEntry::in_doc_sectJonathan Corbet
2025-06-25scripts: test_doc_build.py: regroup and rename argumentsMauro Carvalho Chehab
2025-06-25scripts: sphinx-pre-install: fix release detection for FedoraMauro Carvalho Chehab
2025-06-25scripts: sphinx-pre-install: properly handle SPHINXBUILDMauro Carvalho Chehab
2025-06-25scripts: test_doc_build.py: make the script smarterMauro Carvalho Chehab
2025-06-25scripts: test_doc_build.py: improve cmd.log logicMauro Carvalho Chehab
2025-06-25scripts: test_doc_build.py: improve dependency listMauro Carvalho Chehab
2025-06-25scripts: test_doc_build.py: better adjust to python versionMauro Carvalho Chehab
2025-06-25scripts: test_doc_build.py: better control its outputMauro Carvalho Chehab
2025-06-25scripts: test_doc_build.py: make capture assynchronousMauro Carvalho Chehab
2025-06-25scripts: scripts/test_doc_build.py: add script to test doc buildMauro Carvalho Chehab
2025-06-25docs: kdoc: finish disentangling the BODY and SPECIAL_SECTION statesJonathan Corbet
2025-06-25docs: kdoc: Add some comments to process_decl()Jonathan Corbet
2025-06-25docs: kdoc: coalesce the end-of-comment processingJonathan Corbet
2025-06-25docs: kdoc: rework the handling of SPECIAL_SECTIONJonathan Corbet
2025-06-25docs: kdoc: coalesce the new-section handlingJonathan Corbet
2025-06-25docs: kdoc: split out the special-section stateJonathan Corbet
2025-06-25docs: kdoc: separate out the handling of the declaration phaseJonathan Corbet
2025-06-25docs: kdoc: consolidate the "begin section" logicJonathan Corbet
2025-06-25docs: kdoc: Make body_with_blank_line parsing more flexibleJonathan Corbet
2025-06-09ver_linux: Remove checks for reiserfsprogs.Collin Funk
2025-06-09docs: kdoc: some final touches for process_name()Jonathan Corbet
2025-06-09docs: kdoc: move the declaration regexes out of process_name()Jonathan Corbet
2025-06-09docs: kdoc: remove some ineffective codeJonathan Corbet
2025-06-09docs: kdoc: remove the KernelEntry::descr pseudo memberJonathan Corbet
2025-06-09docs: kdoc: remove the KernelEntry::is_kernel_comment memberJonathan Corbet
2025-06-09docs: kdoc: simplify the kerneldoc recognition codeJonathan Corbet
2025-06-09docs: kdoc: remove the section_intro variableJonathan Corbet
2025-06-09docs: kdoc: move the core dispatch into a state tableJonathan Corbet
2025-06-09docs: kdoc: simplify the PROTO continuation logicJonathan Corbet
2025-06-09kernel-doc: Fix symbol matching for dropped suffixesMatthew Wilcox (Oracle)
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2025-06-07genksyms: Fix enum consts from a reference affecting new valuesPetr Pavlu
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-06scripts/misc-check: check unnecessary #include <linux/export.h> when W=1Masahiro Yamada
2025-06-06scripts/misc-check: check missing #include <linux/export.h> when W=1Masahiro Yamada
2025-06-06scripts/misc-check: add double-quotes to satisfy shellcheckMasahiro Yamada
2025-06-06kbuild: move W=1 check for scripts/misc-check to top-level MakefileMasahiro Yamada
2025-06-06scripts/tags.sh: allow to use alternative ctags implementationMasatake YAMATO
2025-06-06kconfig: introduce menu type enumMasahiro Yamada