index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kernel-doc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-09
scripts/kernel-doc: switch to use kernel-doc.py
Mauro Carvalho Chehab
1
-1
/
+1
2025-04-09
scripts/kernel-doc: add a symlink to the Perl version of kernel-doc
Mauro Carvalho Chehab
1
-0
/
+1
2025-04-09
scripts/kernel-doc: rename it to scripts/kernel-doc.pl
Mauro Carvalho Chehab
1
-2439
/
+0
2025-03-04
scripts/kernel-doc: drop dead code for Wcontents_before_sections
Mauro Carvalho Chehab
1
-11
/
+0
2025-03-04
scripts/kernel-doc: don't add not needed new lines
Mauro Carvalho Chehab
1
-0
/
+4
2025-02-13
scripts/kernel-doc: drop Sphinx version check
Mauro Carvalho Chehab
1
-113
/
+16
2025-02-13
scripts/kernel-doc: remove an obscure logic from kernel-doc
Mauro Carvalho Chehab
1
-18
/
+1
2024-12-30
scripts/kernel-doc: fix identifier parsing regex
Vegard Nossum
1
-1
/
+1
2024-12-11
scripts/kernel-doc: Get -export option working again
Akira Yokosawa
1
-1
/
+1
2024-10-17
kernel-doc: allow object-like macros in ReST output
Randy Dunlap
1
-13
/
+30
2024-10-14
scripts/kernel-doc: Do not track section counter across processed files
Chen-Yu Tsai
1
-3
/
+1
2024-10-14
scripts/kernel-doc: Fix build time warnings
André Almeida
1
-1
/
+1
2024-07-03
mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
Kees Cook
1
-0
/
+1
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2024-05-14
Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+1
2024-05-07
kernel-doc: Added "*" in $type_constants2 to fix 'make htmldocs' warning.
Utkarsh Tripathi
1
-1
/
+1
2024-04-25
scripts/kernel-doc: drop "_noprof" on function prototypes
Randy Dunlap
1
-0
/
+1
2024-04-24
kernel-doc: fix struct_group_tagged() parsing
Kees Cook
1
-1
/
+2
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-03-29
docs: Fix bitfield handling in kernel-doc
Donald Hunter
1
-1
/
+1
2024-03-28
compiler_types: add Endianness-dependent __counted_by_{le,be}
Alexander Lobakin
1
-0
/
+1
2024-03-13
Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2024-02-29
kernel-doc: Add unary operator * to $type_param_ref
Akira Yokosawa
1
-1
/
+1
2024-02-21
kernel-doc: handle #if in enums as well
Johannes Berg
1
-1
/
+1
2024-02-21
scripts/kernel-doc: simplify signature printing
Vegard Nossum
1
-22
/
+14
2024-02-21
scripts/kernel-doc: separate out function signature
Vegard Nossum
1
-21
/
+28
2024-02-21
scripts/kernel-doc: simplify function printing
Vegard Nossum
1
-6
/
+4
2024-02-21
scripts/kernel-doc: add modeline for vim users
Vegard Nossum
1
-0
/
+1
2024-02-14
scripts/kernel-doc: reindent
Vegard Nossum
1
-1264
/
+1258
2024-02-05
kernel-doc: Support arrays of pointers struct fields
Sakari Ailus
1
-0
/
+9
2024-01-30
kernel-doc: drop looking for "MACDOC"
Randy Dunlap
1
-1
/
+1
2024-01-30
scripts/kernel-doc: Do not process backslash lines in comments
Anna-Maria Behnsen
1
-1
/
+1
2024-01-11
Merge tag 'docs-6.8' of git://git.lwn.net/linux
Linus Torvalds
1
-3
/
+12
2024-01-03
kernel-doc: handle a void function without producing a warning
Randy Dunlap
1
-0
/
+1
2023-12-19
kernel-doc: Align quick help and the code
Andy Shevchenko
1
-2
/
+2
2023-12-18
docs: ignore __counted_by attribute in structure definitions
Jonathan Corbet
1
-0
/
+1
2023-12-15
scripts: kernel-doc: Clarify missing struct member description
Kees Cook
1
-1
/
+1
2023-12-15
scripts/kernel-doc: restore warning for Excess struct/union
Randy Dunlap
1
-0
/
+7
2023-12-02
cache: enforce cache groups
Coco Li
1
-0
/
+5
2023-10-30
scripts/kernel-doc: Fix the regex for matching -Werror flag
Yujie Liu
1
-1
/
+1
2023-10-22
scripts/kernel-doc: match -Werror flag strictly
Yujie Liu
1
-1
/
+1
2023-08-18
scripts: kernel-doc: fix macro handling in enums
Pavan Kumar Linga
1
-0
/
+1
2023-08-18
scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN]
Pavan Kumar Linga
1
-0
/
+4
2023-07-06
Merge tag 'docs-6.5-2' of git://git.lwn.net/linux
Linus Torvalds
1
-0
/
+3
2023-07-04
scripts: kernel-doc: support private / public marking for enums
Jakub Kicinski
1
-0
/
+3
2023-07-01
Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-5
/
+23
2023-06-10
kernel-doc: don't let V=1 change outcome
Johannes Berg
1
-5
/
+23
2023-06-05
docs: scripts: kernel-doc: accept bitwise negation like ~@var
Mark Rutland
1
-1
/
+1
2023-02-26
Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-2
/
+2
2023-01-31
scripts: kernel-doc: Remove workaround for @param... syntax
Jonathan Neuschäfer
1
-11
/
+0
[next]