index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kernel-doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripts/kernel-doc: Add missing close-paren in c:function directives
Peter Maydell
2020-04-15
1
-1
/
+1
*
scripts/kernel-doc: Add support for named variable macro arguments
Jonathan Neuschäfer
2019-11-07
1
-0
/
+16
*
kernel-doc: add support for ____cacheline_aligned_in_smp attribute
André Almeida
2019-10-01
1
-1
/
+2
*
kernel-doc: fix processing nested structs with attributes
André Almeida
2019-10-01
1
-4
/
+4
*
kernel-doc: Allow anonymous enum
Andy Shevchenko
2019-08-12
1
-1
/
+1
*
kernel-doc: ignore __printf attribute
Randy Dunlap
2019-08-06
1
-0
/
+1
*
kernel-doc: Don't try to mark up function names
Jonathan Corbet
2019-06-26
1
-1
/
+1
*
kernel-doc: always name missing kerneldoc sections
Jonathan Corbet
2019-05-27
1
-7
/
+9
*
kernel-doc: suppress 'not described' warnings for embedded struct fields
Jonathan Corbet
2019-01-16
1
-1
/
+1
*
scripts/kernel-doc: Fix struct and struct field attribute processing
Sakari Ailus
2018-11-25
1
-3
/
+4
*
kernel-doc: extend $type_param to match members referenced by pointer
Mike Rapoport
2018-11-07
1
-1
/
+1
*
kernel-doc: kill trailing whitespace
Mike Rapoport
2018-11-07
1
-2
/
+2
*
kernel-doc: fix declaration type determination
Randy Dunlap
2018-10-18
1
-4
/
+4
*
scripts/kernel-doc: Escape all literal braces in regexes
Ben Hutchings
2018-08-06
1
-10
/
+10
*
PATCH scripts/kernel-doc
valdis.kletnieks@vt.edu
2018-07-23
1
-2
/
+2
*
docs: kernel-doc: fix parsing of arrays
Mauro Carvalho Chehab
2018-03-29
1
-1
/
+1
*
kernel-doc: Remove __sched markings
Matthew Wilcox
2018-03-21
1
-0
/
+1
*
Merge branch 'kerneldoc2' into docs-next
Jonathan Corbet
2018-02-20
1
-301
/
+365
|
\
|
*
docs: Add an SPDX header to kernel-doc
Jonathan Corbet
2018-02-20
1
-0
/
+1
|
*
docs: kernel-doc: Don't mangle literal code blocks in comments
Jonathan Corbet
2018-02-15
1
-5
/
+64
|
*
docs: kernel-doc: Finish moving STATE_* code out of process_file()
Jonathan Corbet
2018-02-15
1
-62
/
+77
|
*
docs: kernel-doc: Move STATE_PROTO processing into its own function
Jonathan Corbet
2018-02-15
1
-18
/
+28
|
*
docs: kernel-doc: Move STATE_BODY processing to a separate function
Jonathan Corbet
2018-02-15
1
-92
/
+101
|
*
docs: kernel-doc: Move STATE_NAME processing into its own function
Jonathan Corbet
2018-02-15
1
-65
/
+72
|
*
docs: kernel-doc: Move STATE_NORMAL processing into its own function
Jonathan Corbet
2018-02-15
1
-5
/
+16
|
*
docs: kernel-doc: Rename and split STATE_FIELD
Jonathan Corbet
2018-02-15
1
-11
/
+11
|
*
docs: kernel-doc: Get rid of xml_escape() and friends
Jonathan Corbet
2018-02-15
1
-56
/
+9
*
|
scripts: kernel-doc: support in-line comments on nested structs/unions
Mauro Carvalho Chehab
2018-02-18
1
-1
/
+1
*
|
scripts: kernel_doc: fixup reporting of function identifiers
Mike Rapoport
2018-02-18
1
-1
/
+1
|
/
*
scripts: kernel_doc: better handle show warnings logic
Mauro Carvalho Chehab
2018-01-01
1
-15
/
+41
*
scripts: kernel-doc: apply filtering rules to warnings
Mauro Carvalho Chehab
2017-12-21
1
-7
/
+23
*
scripts: kernel-doc: improve nested logic to handle multiple identifiers
Mauro Carvalho Chehab
2017-12-21
1
-25
/
+44
*
scripts: kernel-doc: handle nested struct function arguments
Mauro Carvalho Chehab
2017-12-21
1
-12
/
+26
*
scripts: kernel-doc: print the declaration name on warnings
Mauro Carvalho Chehab
2017-12-21
1
-22
/
+16
*
scripts: kernel-doc: get rid of $nested parameter
Mauro Carvalho Chehab
2017-12-21
1
-15
/
+4
*
scripts: kernel-doc: parse next structs/unions
Mauro Carvalho Chehab
2017-12-21
1
-53
/
+68
*
scripts: kernel-doc: replace tabs by spaces
Mauro Carvalho Chehab
2017-12-21
1
-5
/
+5
*
scripts: kernel-doc: change default to ReST format
Mauro Carvalho Chehab
2017-12-21
1
-3
/
+3
*
scripts: kernel-doc: improve argument handling
Mauro Carvalho Chehab
2017-12-21
1
-16
/
+20
*
scripts: kernel-doc: get rid of unused output formats
Mauro Carvalho Chehab
2017-12-21
1
-1179
/
+4
*
docs: get rid of kernel-doc-nano-HOWTO.txt
Mauro Carvalho Chehab
2017-12-21
1
-1
/
+1
*
kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()
Mauro Carvalho Chehab
2017-12-11
1
-2
/
+6
*
scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none
Will Deacon
2017-12-02
1
-1
/
+1
*
Merge tag 'docs-4.15-2' of git://git.lwn.net/linux
Linus Torvalds
2017-11-23
1
-1
/
+24
|
\
|
*
Add optional check for bad kernel-doc comments
Matthew Wilcox
2017-11-20
1
-1
/
+24
*
|
kmemcheck: rip it out
Levin, Alexander (Sasha Levin)
2017-11-15
1
-2
/
+0
|
/
*
scripts/kernel-doc: warn on excess enum value descriptions
Johannes Berg
2017-09-26
1
-4
/
+13
*
kernel-doc parser mishandles declarations split into lines
Markus Heiser
2017-08-30
1
-0
/
+4
*
Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-07-07
1
-1
/
+2
|
\
|
*
scripts: Switch to more portable Perl shebang
Kamil Rytarowski
2017-05-14
1
-1
/
+2
[next]