index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
lib
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-31
Merge tag 'docs-6.17' of git://git.lwn.net/linux
Linus Torvalds
5
-582
/
+500
2025-07-17
scripts: kdoc: make it backward-compatible with Python 3.7
Mauro Carvalho Chehab
1
-1
/
+3
2025-07-15
Merge branch 'kdoc-item2' into docs-mw
Jonathan Corbet
4
-244
/
+145
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: directly access the always-there KdocItem fields
Jonathan Corbet
2
-13
/
+8
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
2
-30
/
+15
2025-07-15
docs: kdoc: Coalesce parameter-list handling
Jonathan Corbet
3
-67
/
+43
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
3
-40
/
+25
2025-07-15
docs: kdoc: drop "sectionlist"
Jonathan Corbet
2
-24
/
+7
2025-07-08
scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES
Paolo Abeni
1
-0
/
+1
2025-07-08
docs: kdoc: pretty up dump_enum()
Jonathan Corbet
1
-14
/
+25
2025-07-08
docs: kdoc: some tweaks to process_proto_function()
Jonathan Corbet
1
-19
/
+24
2025-07-08
docs: kdoc: rework type prototype parsing
Jonathan Corbet
1
-18
/
+25
2025-07-08
docs: kdoc: remove the brcount floor in process_proto_type()
Jonathan Corbet
1
-3
/
+1
2025-07-08
docs: kdoc: micro-optimize KernRe
Jonathan Corbet
1
-5
/
+2
2025-07-08
docs: kdoc: don't reinvent string.strip()
Jonathan Corbet
1
-22
/
+5
2025-07-02
docs: kdoc: simplify the output-item passing
Jonathan Corbet
2
-3
/
+3
2025-07-02
docs: kdoc; Add a rudimentary class to represent output items
Jonathan Corbet
2
-21
/
+35
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
2025-07-01
docs: kdoc: split the processing of the two remaining inline states
Jonathan Corbet
1
-19
/
+18
2025-07-01
docs: kdoc: remove the inline states-within-a-state
Jonathan Corbet
1
-30
/
+13
2025-07-01
docs: kdoc: remove the INLINE_END state
Jonathan Corbet
1
-3
/
+1
2025-07-01
docs: kdoc: rework process_export() slightly
Jonathan Corbet
1
-16
/
+14
2025-07-01
docs: kdoc: remove KernelEntry::function
Jonathan Corbet
1
-1
/
+0
2025-07-01
docs: kdoc: remove a bit of dead code
Jonathan Corbet
1
-7
/
+0
2025-07-01
docs: kdoc: Move content handling into KernelEntry
Jonathan Corbet
1
-32
/
+30
2025-07-01
docs: kdoc: remove KernelEntry::in_doc_sect
Jonathan Corbet
1
-4
/
+0
2025-06-30
docs: kdoc: remove the brcount floor in process_proto_type()
Jonathan Corbet
1
-3
/
+1
2025-06-30
docs: kdoc: micro-optimize KernRe
Jonathan Corbet
1
-4
/
+2
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
[next]