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-09-18
docs: kdoc: a few more dump_typedef() tweaks
Jonathan Corbet
1
-9
/
+11
2025-09-18
docs: kdoc: remove redundant comment stripping in dump_typedef()
Jonathan Corbet
1
-3
/
+0
2025-09-18
docs: kdoc: remove some dead code in dump_typedef()
Jonathan Corbet
1
-5
/
+0
2025-09-18
docs: kdoc: final dump_function() cleanups
Jonathan Corbet
1
-17
/
+13
2025-09-18
docs: kdoc: consolidate some of the macro-processing logic
Jonathan Corbet
1
-23
/
+20
2025-09-18
docs: kdoc: Simplify the dump_function() prototype regexes
Jonathan Corbet
1
-10
/
+10
2025-09-18
docs: kdoc: remove a useless empty capture group
Jonathan Corbet
1
-2
/
+2
2025-09-18
docs: kdoc: remove a couple of spurious regex characters
Jonathan Corbet
1
-1
/
+1
2025-09-18
doc: kdoc: unify transform handling
Jonathan Corbet
1
-31
/
+34
2025-09-18
docs: kdoc: move the function transform patterns out of dump_function()
Jonathan Corbet
1
-43
/
+35
2025-09-18
docs: kdoc: remove a single-use variable
Jonathan Corbet
1
-3
/
+1
2025-09-18
docs: kdoc: tighten up the push_parameter() no-type case
Jonathan Corbet
1
-24
/
+20
2025-09-18
docs: kdoc: trim __cacheline_group_* with the other annotations
Jonathan Corbet
1
-6
/
+1
2025-08-18
docs: kdoc: remove redundant comment stripping
Jonathan Corbet
1
-3
/
+0
2025-08-18
docs: kdoc: tighten up the pointer-to-function case
Jonathan Corbet
1
-9
/
+8
2025-08-18
docs: kdoc: tighten up the array-of-pointers case
Jonathan Corbet
1
-11
/
+9
2025-08-18
docs: kdoc: add a couple more comments in create_parameter_list()
Jonathan Corbet
1
-1
/
+7
2025-08-18
docs: kdoc: clean up the create_parameter_list() "first arg" logic
Jonathan Corbet
1
-11
/
+11
2025-08-18
docs: kdoc: tidy up space removal in create_parameter_list()
Jonathan Corbet
1
-3
/
+5
2025-08-18
docs: kdoc: remove dead code
Jonathan Corbet
1
-16
/
+6
2025-08-11
Merge branch 'dump-struct' into docs-mw
Jonathan Corbet
1
-241
/
+258
2025-08-11
docs: kdoc: a few final dump_struct() touches
Jonathan Corbet
1
-5
/
+6
2025-08-11
docs: kdoc: extract output formatting from dump_struct()
Jonathan Corbet
1
-35
/
+37
2025-08-11
docs: kdoc: further rewrite_struct_members() cleanup
Jonathan Corbet
1
-45
/
+41
2025-08-11
docs: kdoc: Some rewrite_struct_members() commenting
Jonathan Corbet
1
-13
/
+19
2025-08-11
docs: kdoc: remove an extraneous strip() call
Jonathan Corbet
1
-1
/
+0
2025-08-11
docs: kdoc: rework the rewrite_struct_members() main loop
Jonathan Corbet
1
-5
/
+3
2025-08-11
docs: kdoc: split struct-member rewriting out of dump_struct()
Jonathan Corbet
1
-31
/
+34
2025-08-11
docs: kdoc: split top-level prototype parsing out of dump_struct()
Jonathan Corbet
1
-23
/
+20
2025-08-11
docs: kdoc: move the prefix transforms out of dump_struct()
Jonathan Corbet
1
-83
/
+96
2025-08-11
docs: kdoc: backslashectomy in kdoc_parser
Jonathan Corbet
1
-9
/
+9
2025-08-11
docs: kdoc: Move a regex line in dump_struct()
Jonathan Corbet
1
-1
/
+1
2025-08-11
docs: kdoc: consolidate the stripping of private struct/union members
Jonathan Corbet
1
-18
/
+22
2025-07-31
Merge tag 'docs-6.17' of git://git.lwn.net/linux
Linus Torvalds
1
-467
/
+390
2025-07-17
scripts: kdoc: make it backward-compatible with Python 3.7
Mauro Carvalho Chehab
1
-1
/
+3
2025-07-15
docs: kdoc: emit a warning for ancient versions of Python
Jonathan Corbet
1
-0
/
+9
2025-07-15
docs: kdoc: clean up check_sections()
Jonathan Corbet
1
-20
/
+11
2025-07-15
docs: kdoc: straighten up dump_declaration()
Jonathan Corbet
1
-10
/
+5
2025-07-15
docs: kdoc: Regularize the use of the declaration name
Jonathan Corbet
1
-6
/
+0
2025-07-15
docs: kdoc: Coalesce parameter-list handling
Jonathan Corbet
1
-20
/
+3
2025-07-15
docs: kdoc: use self.entry.parameterlist directly in check_sections()
Jonathan Corbet
1
-9
/
+5
2025-07-15
docs: kdoc: remove the "struct_actual" machinery
Jonathan Corbet
1
-30
/
+2
2025-07-15
docs: kdoc: Centralize handling of the item section list
Jonathan Corbet
1
-17
/
+3
2025-07-15
docs: kdoc: drop "sectionlist"
Jonathan Corbet
1
-12
/
+1
2025-07-08
scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES
Paolo Abeni
1
-0
/
+1
2025-07-02
docs: kdoc: simplify the output-item passing
Jonathan Corbet
1
-1
/
+1
2025-07-02
docs: kdoc; Add a rudimentary class to represent output items
Jonathan Corbet
1
-21
/
+9
2025-07-01
docs: kdoc: pretty up dump_enum()
Jonathan Corbet
1
-14
/
+25
2025-07-01
docs: kdoc: some tweaks to process_proto_function()
Jonathan Corbet
1
-19
/
+24
2025-07-01
docs: kdoc: rework type prototype parsing
Jonathan Corbet
1
-18
/
+25
[next]