index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: Always increment warnings counter
Niklas Söderlund
2022-06-13
1
-47
/
+35
*
scripts/kernel-doc: change the line number meta info
Mauro Carvalho Chehab
2022-03-28
1
-2
/
+2
*
docs: scripts/kernel-doc: Detect absence of FILE arg
Akira Yokosawa
2022-02-24
1
-8
/
+17
*
scripts: kernel-doc: Refresh the copyright lines
Tomasz Warniełło
2022-02-24
1
-0
/
+2
*
scripts: kernel-doc: Drop obsolete comments
Tomasz Warniełło
2022-02-24
1
-143
/
+0
*
scripts: kernel-doc: Replace the usage function
Tomasz Warniełło
2022-02-24
1
-10
/
+1
*
scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONS
Tomasz Warniełło
2022-02-24
1
-5
/
+18
*
scripts: kernel-doc: Translate the "Output selection modifiers" subsection of...
Tomasz Warniełło
2022-02-24
1
-8
/
+29
*
scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONS
Tomasz Warniełło
2022-02-24
1
-13
/
+29
*
scripts: kernel-doc: Translate the "Output format selection modifier" subsect...
Tomasz Warniełło
2022-02-24
1
-7
/
+15
*
scripts: kernel-doc: Translate the "Output format selection" subsection of OP...
Tomasz Warniełło
2022-02-24
1
-5
/
+26
*
scripts: kernel-doc: Translate the DESCRIPTION section
Tomasz Warniełło
2022-02-24
1
-6
/
+9
*
scripts: kernel-doc: Relink argument parsing error handling to pod2usage
Tomasz Warniełło
2022-02-24
1
-3
/
+17
*
scripts: kernel-doc: Add the basic POD sections
Tomasz Warniełło
2022-02-24
1
-0
/
+25
*
Merge tag 'docs-5.16' of git://git.lwn.net/linux
Linus Torvalds
2021-11-02
1
-0
/
+2
|
\
|
*
kernel-doc: support DECLARE_PHY_INTERFACE_MASK()
Randy Dunlap
2021-11-01
1
-0
/
+1
|
*
scripts: kernel-doc: Ignore __alloc_size() attribute
Kees Cook
2021-10-12
1
-0
/
+1
*
|
stddef: Introduce DECLARE_FLEX_ARRAY() helper
Kees Cook
2021-10-18
1
-0
/
+2
*
|
stddef: Introduce struct_group() helper macro
Kees Cook
2021-09-25
1
-0
/
+7
|
/
*
scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERROR
Laurent Pinchart
2021-08-12
1
-4
/
+4
*
scripts: kernel-doc: reduce repeated regex expressions into variables
Aditya Srivastava
2021-05-17
1
-37
/
+34
*
kernel-doc: Add support for __deprecated
Matthew Wilcox
2021-04-27
1
-0
/
+1
*
scripts: kernel-doc: improve parsing for kernel-doc comments syntax
Aditya Srivastava
2021-04-15
1
-4
/
+15
*
scripts: kernel-doc: add warning for comment not following kernel-doc syntax
Aditya Srivastava
2021-03-29
1
-4
/
+13
*
docs: kernel-doc: properly recognize parameter lines with colons
Jonathan Corbet
2021-03-26
1
-1
/
+7
*
kernel-doc: better handle '::' sequences
Mauro Carvalho Chehab
2021-03-25
1
-1
/
+1
*
scripts/kernel-doc: ignore identifier on anonymous enums
Mauro Carvalho Chehab
2021-03-08
1
-2
/
+7
*
scripts: kernel-doc: fix attribute capture in function parsing
Aditya Srivastava
2021-03-08
1
-0
/
+2
*
scripts: kernel-doc: fix typedef support for struct/union parsing
Aditya Srivastava
2021-03-06
1
-3
/
+14
*
scripts: kernel-doc: fix array element capture in pointer-to-func parsing
Aditya Srivastava
2021-02-22
1
-1
/
+1
*
scripts/kernel-doc: add internal hyperlink to DOC: sections
Michal Wajdeczko
2021-01-28
1
-0
/
+1
*
scripts: kernel-doc: validate kernel-doc markup with the actual names
Mauro Carvalho Chehab
2021-01-18
1
-16
/
+46
*
scripts: kernel-doc: fix parsing function-like typedefs
Mauro Carvalho Chehab
2020-12-03
1
-1
/
+1
*
scripts: kernel-doc: Restore anonymous enum parsing
Andy Shevchenko
2020-11-13
1
-1
/
+1
*
scripts: kernel-doc: use :c:union when needed
Mauro Carvalho Chehab
2020-10-28
1
-1
/
+5
*
scripts: kernel-doc: split typedef complex regex
Mauro Carvalho Chehab
2020-10-28
1
-5
/
+9
*
scripts: kernel-doc: fix typedef parsing
Mauro Carvalho Chehab
2020-10-28
1
-2
/
+3
*
scripts: kernel-doc: try to use c:function if possible
Mauro Carvalho Chehab
2020-10-15
1
-9
/
+14
*
scripts: kernel-doc: fix line number handling
Mauro Carvalho Chehab
2020-10-15
1
-2
/
+4
*
scripts: kernel-doc: allow passing desired Sphinx C domain dialect
Mauro Carvalho Chehab
2020-10-15
1
-8
/
+43
*
scripts: kernel-doc: don't mangle with parameter list
Mauro Carvalho Chehab
2020-10-15
1
-12
/
+14
*
scripts: kernel-doc: fix typedef identification
Mauro Carvalho Chehab
2020-10-15
1
-23
/
+41
*
scripts: kernel-doc: reimplement -nofunction argument
Mauro Carvalho Chehab
2020-10-15
1
-23
/
+21
*
scripts: kernel-doc: fix troubles with line counts
Mauro Carvalho Chehab
2020-10-15
1
-3
/
+4
*
scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.x
Mauro Carvalho Chehab
2020-10-15
1
-10
/
+24
*
scripts: kernel-doc: make it more compatible with Sphinx 3.x
Mauro Carvalho Chehab
2020-10-15
1
-6
/
+65
*
scripts: kernel-doc: add support for typedef enum
Mauro Carvalho Chehab
2020-10-15
1
-4
/
+11
*
kernel-doc: add support for ____cacheline_aligned attribute
Jonathan Cameron
2020-09-16
1
-1
/
+2
*
kernel-doc: include line numbers for function prototypes
Mauro Carvalho Chehab
2020-09-10
1
-0
/
+2
*
scripts/kernel-doc: optionally treat warnings as errors
Pierre-Louis Bossart
2020-07-31
1
-1
/
+22
[next]