index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
lib
/
kdoc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
scripts: kernel-doc: prevent a KeyError when checking output
Mauro Carvalho Chehab
1
-0
/
+4
2025-04-29
scripts/lib/kdoc/kdoc_parser.py: move kernel entry to a class
Mauro Carvalho Chehab
1
-124
/
+149
2025-04-29
scripts/lib/kdoc: change mode to 0644
Mauro Carvalho Chehab
3
-0
/
+0
2025-04-21
scripts:kdoc_files.py: use glob for export_file seek
Mauro Carvalho Chehab
1
-1
/
+3
2025-04-21
scripts/lib/kdoc/kdoc_parser.py: move states to a separate class
Mauro Carvalho Chehab
1
-59
/
+64
2025-04-21
scripts/lib/kdoc/kdoc_files.py: don't try to join None
Mauro Carvalho Chehab
1
-2
/
+5
2025-04-09
scripts: kernel-doc: fix parsing function-like typedefs (again)
Sean Anderson
1
-1
/
+1
2025-04-09
scripts/kernel-doc.py: Rename the kernel doc Re class to KernRe
Mauro Carvalho Chehab
3
-159
/
+159
2025-04-09
scripts/kernel_doc.py: better handle exported symbols
Mauro Carvalho Chehab
3
-78
/
+123
2025-04-09
scripts/lib/kdoc/kdoc_files.py: allow filtering output per fname
Mauro Carvalho Chehab
1
-12
/
+12
2025-04-09
scripts/kernel-doc.py: Properly handle Werror and exit codes
Mauro Carvalho Chehab
3
-16
/
+19
2025-04-09
scripts/lib/kdoc/kdoc_parser.py: remove a python 3.9 dependency
Mauro Carvalho Chehab
1
-1
/
+1
2025-04-09
scripts/kernel-doc.py: properly handle KBUILD_BUILD_TIMESTAMP
Mauro Carvalho Chehab
2
-16
/
+21
2025-04-09
scripts/kernel-doc.py: move modulename to man class
Mauro Carvalho Chehab
3
-19
/
+8
2025-04-09
scripts/lib/kdoc/kdoc_parser.py: fix Python compat with < v3.13
Mauro Carvalho Chehab
2
-6
/
+6
2025-04-09
scripts/kernel-doc.py: adjust some coding style issues
Mauro Carvalho Chehab
4
-37
/
+50
2025-04-09
scripts/kernel-doc.py: Set an output format for --none
Mauro Carvalho Chehab
1
-0
/
+4
2025-04-09
scripts/kernel-doc.py: postpone warnings to the output plugin
Mauro Carvalho Chehab
2
-26
/
+39
2025-04-09
scripts/kernel-doc.py: properly handle out_section for ReST
Mauro Carvalho Chehab
1
-4
/
+4
2025-04-09
scripts/kernel-doc.py: fix handling of doc output check
Mauro Carvalho Chehab
2
-18
/
+14
2025-04-09
scripts/kernel-doc.py: fix line number output
Mauro Carvalho Chehab
2
-10
/
+24
2025-04-09
scripts/kernel-doc.py: implement support for -no-doc-sections
Mauro Carvalho Chehab
2
-3
/
+9
2025-04-09
scripts/kernel-doc.py: move file lists to the parser function
Mauro Carvalho Chehab
1
-20
/
+17
2025-04-09
scripts/kernel-doc.py: convert message output to an interactor
Mauro Carvalho Chehab
2
-88
/
+98
2025-04-09
scripts/kernel-doc.py: move output classes to a separate file
Mauro Carvalho Chehab
1
-0
/
+736
2025-04-09
scripts/kernel-doc.py: move KernelFiles class to a separate file
Mauro Carvalho Chehab
1
-0
/
+270
2025-04-09
scripts/kernel-doc.py: move KernelDoc class to a separate file
Mauro Carvalho Chehab
1
-0
/
+1690
2025-04-09
scripts/kernel-doc.py: move regex methods to a separate file
Mauro Carvalho Chehab
1
-0
/
+272