index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
scripts
/
lib
/
kdoc
/
kdoc_parser.py
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-30
docs: kdoc: remove the brcount floor in process_proto_type()
Jonathan Corbet
1
-3
/
+1
2025-06-27
docs: kdoc: don't reinvent string.strip()
Jonathan Corbet
1
-22
/
+5
2025-06-27
docs: kdoc: split the processing of the two remaining inline states
Jonathan Corbet
1
-19
/
+18
2025-06-27
docs: kdoc: remove the inline states-within-a-state
Jonathan Corbet
1
-30
/
+13
2025-06-26
docs: kdoc: remove the INLINE_END state
Jonathan Corbet
1
-3
/
+1
2025-06-25
docs: kdoc: rework process_export() slightly
Jonathan Corbet
1
-16
/
+14
2025-06-25
docs: kdoc: remove KernelEntry::function
Jonathan Corbet
1
-1
/
+0
2025-06-25
docs: kdoc: remove a bit of dead code
Jonathan Corbet
1
-7
/
+0
2025-06-25
docs: kdoc: Move content handling into KernelEntry
Jonathan Corbet
1
-32
/
+30
2025-06-25
docs: kdoc: remove KernelEntry::in_doc_sect
Jonathan Corbet
1
-4
/
+0
2025-06-25
docs: kdoc: finish disentangling the BODY and SPECIAL_SECTION states
Jonathan Corbet
1
-32
/
+48
2025-06-25
docs: kdoc: Add some comments to process_decl()
Jonathan Corbet
1
-14
/
+16
2025-06-25
docs: kdoc: coalesce the end-of-comment processing
Jonathan Corbet
1
-22
/
+14
2025-06-25
docs: kdoc: rework the handling of SPECIAL_SECTION
Jonathan Corbet
1
-28
/
+20
2025-06-25
docs: kdoc: coalesce the new-section handling
Jonathan Corbet
1
-36
/
+13
2025-06-25
docs: kdoc: split out the special-section state
Jonathan Corbet
1
-12
/
+12
2025-06-25
docs: kdoc: separate out the handling of the declaration phase
Jonathan Corbet
1
-15
/
+78
2025-06-25
docs: kdoc: consolidate the "begin section" logic
Jonathan Corbet
1
-15
/
+17
2025-06-25
docs: kdoc: Make body_with_blank_line parsing more flexible
Jonathan Corbet
1
-1
/
+1
2025-06-09
docs: kdoc: some final touches for process_name()
Jonathan Corbet
1
-13
/
+20
2025-06-09
docs: kdoc: move the declaration regexes out of process_name()
Jonathan Corbet
1
-13
/
+17
2025-06-09
docs: kdoc: remove some ineffective code
Jonathan Corbet
1
-5
/
+0
2025-06-09
docs: kdoc: remove the KernelEntry::descr pseudo member
Jonathan Corbet
1
-6
/
+8
2025-06-09
docs: kdoc: remove the KernelEntry::is_kernel_comment member
Jonathan Corbet
1
-8
/
+8
2025-06-09
docs: kdoc: simplify the kerneldoc recognition code
Jonathan Corbet
1
-16
/
+8
2025-06-09
docs: kdoc: remove the section_intro variable
Jonathan Corbet
1
-2
/
+1
2025-06-09
docs: kdoc: move the core dispatch into a state table
Jonathan Corbet
1
-13
/
+17
2025-06-09
docs: kdoc: simplify the PROTO continuation logic
Jonathan Corbet
1
-6
/
+1
2025-06-09
kernel-doc: Fix symbol matching for dropped suffixes
Matthew Wilcox (Oracle)
1
-0
/
+8
2025-04-28
scripts/lib/kdoc/kdoc_parser.py: move kernel entry to a class
Mauro Carvalho Chehab
1
-124
/
+149
2025-04-28
scripts/lib/kdoc: change mode to 0644
Mauro Carvalho Chehab
1
-0
/
+0
2025-04-21
scripts/lib/kdoc/kdoc_parser.py: move states to a separate class
Mauro Carvalho Chehab
1
-59
/
+64
2025-04-09
scripts: kernel-doc: fix parsing function-like typedefs (again)
Sean Anderson
1
-1
/
+1
2025-04-09
scripts/kernel-doc.py: Rename the kernel doc Re class to KernRe
Mauro Carvalho Chehab
1
-132
/
+132
2025-04-09
scripts/kernel_doc.py: better handle exported symbols
Mauro Carvalho Chehab
1
-7
/
+45
2025-04-09
scripts/kernel-doc.py: Properly handle Werror and exit codes
Mauro Carvalho Chehab
1
-9
/
+6
2025-04-09
scripts/lib/kdoc/kdoc_parser.py: remove a python 3.9 dependency
Mauro Carvalho Chehab
1
-1
/
+1
2025-04-09
scripts/kernel-doc.py: move modulename to man class
Mauro Carvalho Chehab
1
-8
/
+1
2025-04-09
scripts/lib/kdoc/kdoc_parser.py: fix Python compat with < v3.13
Mauro Carvalho Chehab
1
-2
/
+2
2025-04-09
scripts/kernel-doc.py: adjust some coding style issues
Mauro Carvalho Chehab
1
-23
/
+7
2025-04-09
scripts/kernel-doc.py: postpone warnings to the output plugin
Mauro Carvalho Chehab
1
-21
/
+20
2025-04-09
scripts/kernel-doc.py: fix handling of doc output check
Mauro Carvalho Chehab
1
-1
/
+2
2025-04-09
scripts/kernel-doc.py: fix line number output
Mauro Carvalho Chehab
1
-4
/
+17
2025-04-09
scripts/kernel-doc.py: move KernelDoc class to a separate file
Mauro Carvalho Chehab
1
-0
/
+1690
[prev]