index
:
kernel/git/ardb/linux.git
acomp-zswap-cleanup
aesni-ccm-v6.1
aesni-fixes
arm-badr-cleanup
arm-efi-head
arm-efi-zboot
arm-fdt-mapping-mt
arm-kaslr-latest
arm-textofs
arm32-crypto-in-softirq-v5.4
arm64-blake2s
arm64-crc32-pmull
arm64-efi-va48
arm64-fast-refcount-v4
arm64-fpsimd-on-stack-for-libcrypto
arm64-fpsimd-on-stack-v3
arm64-fpsimd-on-stack-v4
arm64-fpsimd-on-stack-v5
arm64-fpsimd-on-stack2
arm64-gcm
arm64-head-refactor-v4
arm64-kmode-fpsimd-alloc-on-demand
arm64-pa-simplify-v2
arm64-pa-simplify-v3
arm64-per-task-stack-protector
arm64-remap-linear-data-alias
arm64-remap-linear-data-alias-v2
arm64-restrict-pi-bss
arm64-restrict-pi-bss-v2
arm64-restrict-pi-bss-v3
arm64-ro-page-tables
arm64-ro-page-tables-pkvm
arm64-ro-page-tables-pkvm-v5.17
arm64-va-simplify
arm64-vmalloc-special
arm64-wxn-mdwe
arm64-wxn-v6
arm64-wxn-v7
crypto-aes-cfb-library
efi-bti
efi-fpsimd-remove-fallback-v2
efi-lf2-backport-x86
efi-preemptible-rt
efi-preemptible-rt-v2
efi-preemptible-rt-v3
efi-preemptible-rt-v4
efi-psci
efi-remove-mixed-mode
efi-rng-seed
efi-x86-zboot
efivarfs-list-corruption-fix-for-v6.6
for-kernelci
la57-cpucap
la57-cpucap-v2
la57-cpucap-v3
la57-cpucap-v4
la57-cpucap-v4a
la57-cpucap-v5
la57-cpucap-v5b
la57-cpucap-v6
la57-early-cap
lockless-random
lockless-random-v2
mmc-proxy
objtool-jump-table-annotations-v3
purgatory-cleanup
riscv-crypto
riscv-scalar-aes
simplify-kallsyms
simplify-kallsyms-v2
synquacer-5.18-wxn
the-long-arm64-sigreturn-cfi-adventure
x86-ccm-aesni-v5.4
x86-deprecate-mixed-mode
x86-efi-no-sev-enable
x86-efi-peheader-backport-for-v5.15
x86-efi-runtime-cleanup
x86-efi-runtime-cleanup-v2
x86-efi-zboot
x86-pic
x86-pie
x86-pie-v2
x86-pie-v3
x86-pie-v3+i386
x86-pie-v4-wip
x86-remove-absolute-percpu
x86-startup-cleanup
x86-startup-cleanup-v4
x86-startup-confine-v2
x86-startup-confine-v3
x86-startup-confine-v4
x86-startup-confine-v4a
x86-startup-confine-v5
x86-startup-confine-v6
x86-startup-confine-v7
Unnamed repository; edit this file 'description' to name the repository.
Ard Biesheuvel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kernel-doc.py
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-11
docs: kernel-doc: avoid script crash on ancient Python
Mauro Carvalho Chehab
1
-10
/
+24
2025-07-17
docs: kernel-doc: emit warnings for ancient versions of Python
Mauro Carvalho Chehab
1
-0
/
+10
2025-04-09
scripts/kernel_doc.py: better handle exported symbols
Mauro Carvalho Chehab
1
-1
/
+1
2025-04-09
scripts/kernel-doc.py: Properly handle Werror and exit codes
Mauro Carvalho Chehab
1
-2
/
+16
2025-04-09
scripts/kernel-doc.py: move modulename to man class
Mauro Carvalho Chehab
1
-3
/
+3
2025-04-09
scripts/kernel-doc.py: adjust some coding style issues
Mauro Carvalho Chehab
1
-5
/
+7
2025-04-09
scripts/kernel-doc.py: implement support for -no-doc-sections
Mauro Carvalho Chehab
1
-2
/
+6
2025-04-09
scripts/kernel-doc.py: move file lists to the parser function
Mauro Carvalho Chehab
1
-4
/
+3
2025-04-09
scripts/kernel-doc.py: convert message output to an interactor
Mauro Carvalho Chehab
1
-3
/
+6
2025-04-09
scripts/kernel-doc.py: move output classes to a separate file
Mauro Carvalho Chehab
1
-724
/
+3
2025-04-09
scripts/kernel-doc.py: move KernelFiles class to a separate file
Mauro Carvalho Chehab
1
-219
/
+1
2025-04-09
scripts/kernel-doc.py: move KernelDoc class to a separate file
Mauro Carvalho Chehab
1
-1632
/
+2
2025-04-09
scripts/kernel-doc.py: move regex methods to a separate file
Mauro Carvalho Chehab
1
-218
/
+5
2025-04-09
scripts/kernel-doc.py: properly handle struct_group macros
Mauro Carvalho Chehab
1
-7
/
+213
2025-04-09
scripts/kernel-doc.py: better handle empty sections
Mauro Carvalho Chehab
1
-3
/
+28
2025-04-09
scripts/kernel-doc.py: output warnings the same way as kerneldoc
Mauro Carvalho Chehab
1
-4
/
+16
2025-04-09
scripts/kernel-doc.py: add a Python parser
Mauro Carvalho Chehab
1
-0
/
+2832