index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-18
docs: kdoc: a few more dump_typedef() tweaks
Jonathan Corbet
1
-9
/
+11
2025-09-18
docs: kdoc: remove redundant comment stripping in dump_typedef()
Jonathan Corbet
1
-3
/
+0
2025-09-18
docs: kdoc: remove some dead code in dump_typedef()
Jonathan Corbet
1
-5
/
+0
2025-09-18
docs: kdoc: final dump_function() cleanups
Jonathan Corbet
1
-17
/
+13
2025-09-18
docs: kdoc: consolidate some of the macro-processing logic
Jonathan Corbet
1
-23
/
+20
2025-09-18
docs: kdoc: Simplify the dump_function() prototype regexes
Jonathan Corbet
1
-10
/
+10
2025-09-18
docs: kdoc: remove a useless empty capture group
Jonathan Corbet
1
-2
/
+2
2025-09-18
docs: kdoc: remove a couple of spurious regex characters
Jonathan Corbet
1
-1
/
+1
2025-09-18
doc: kdoc: unify transform handling
Jonathan Corbet
1
-31
/
+34
2025-09-18
docs: kdoc: move the function transform patterns out of dump_function()
Jonathan Corbet
1
-43
/
+35
2025-09-18
docs: kdoc: remove a single-use variable
Jonathan Corbet
1
-3
/
+1
2025-09-18
docs: kdoc: tighten up the push_parameter() no-type case
Jonathan Corbet
1
-24
/
+20
2025-09-18
docs: kdoc: trim __cacheline_group_* with the other annotations
Jonathan Corbet
1
-6
/
+1
2025-08-29
scripts: sphinx-build-wrapper: get rid of uapi/media Makefile
Mauro Carvalho Chehab
1
-0
/
+719
2025-08-21
scripts/sphinx-pre-install: fix Archlinux PDF dependencies
Mauro Carvalho Chehab
1
-0
/
+5
2025-08-21
scripts: sphinx-pre-install: fix PDF dependencies for gentoo
Mauro Carvalho Chehab
1
-1
/
+1
2025-08-21
scripts: sphinx-pre-install: fix pdf dependencies for Mageia 9
Mauro Carvalho Chehab
1
-0
/
+2
2025-08-21
scripts: sphinx-pre-install: fix dependencies for OpenMandriva
Mauro Carvalho Chehab
1
-2
/
+10
2025-08-21
scripts: sphinx-pre-install: fix PDF dependencies for openSuse
Mauro Carvalho Chehab
1
-3
/
+3
2025-08-21
scripts: sphinx-pre-install: add missing gentoo pdf dependencies
Mauro Carvalho Chehab
1
-1
/
+8
2025-08-21
scripts: sphinx-pre-install: fix PDF build issues on Ubuntu
Mauro Carvalho Chehab
1
-3
/
+9
2025-08-18
docs: Remove remainders of reiserfs
David Sterba
1
-1
/
+1
2025-08-18
docs: kdoc: remove redundant comment stripping
Jonathan Corbet
1
-3
/
+0
2025-08-18
docs: kdoc: tighten up the pointer-to-function case
Jonathan Corbet
1
-9
/
+8
2025-08-18
docs: kdoc: tighten up the array-of-pointers case
Jonathan Corbet
1
-11
/
+9
2025-08-18
docs: kdoc: add a couple more comments in create_parameter_list()
Jonathan Corbet
1
-1
/
+7
2025-08-18
docs: kdoc: clean up the create_parameter_list() "first arg" logic
Jonathan Corbet
1
-11
/
+11
2025-08-18
docs: kdoc: tidy up space removal in create_parameter_list()
Jonathan Corbet
1
-3
/
+5
2025-08-18
docs: kdoc: remove dead code
Jonathan Corbet
1
-16
/
+6
2025-08-13
Merge branch 'pre-install' into docs-mw
Jonathan Corbet
1
-1052
/
+1589
2025-08-13
scripts: sphinx-pre-install: some adjustments related to venv
Mauro Carvalho Chehab
1
-0
/
+16
2025-08-13
scripts: sphinx-pre-install: add a warning for Debian-based distros
Mauro Carvalho Chehab
1
-1
/
+6
2025-08-13
scripts: sphinx-pre-install: add support for RHEL8-based distros
Mauro Carvalho Chehab
1
-9
/
+16
2025-08-13
scripts: sphinx-pre-install: update mandatory system deps
Mauro Carvalho Chehab
1
-1
/
+1
2025-08-13
scripts: sphinx-pre-install.pl: get rid of the old script
Mauro Carvalho Chehab
1
-1056
/
+0
2025-08-13
docs: Makefile: switch to the new scripts/sphinx-pre-install.py
Mauro Carvalho Chehab
1
-0
/
+0
2025-08-13
scripts: sphinx-pre-install: rework install command logic
Mauro Carvalho Chehab
1
-97
/
+82
2025-08-13
scripts: sphinx-pre-install: fix several codingstyle issues
Mauro Carvalho Chehab
1
-26
/
+26
2025-08-13
scripts: sphinx-pre-install: add docstring documentation
Mauro Carvalho Chehab
1
-8
/
+102
2025-08-13
scripts: sphinx-pre-install: add documentation for the ancillary classes.
Mauro Carvalho Chehab
1
-22
/
+140
2025-08-13
scripts: sphinx-pre-install: move get_system_release()
Mauro Carvalho Chehab
1
-56
/
+59
2025-08-13
scripts: sphinx-pre-install: add more generic checkers on a class
Mauro Carvalho Chehab
1
-66
/
+76
2025-08-13
scripts: sphinx-pre-install: move ancillary checkers to a separate class
Mauro Carvalho Chehab
1
-79
/
+81
2025-08-13
scripts: sphinx-pre-install: move missing logic to a separate class
Mauro Carvalho Chehab
1
-113
/
+138
2025-08-13
scripts: sphinx-pre-install: better handle RHEL-based distros
Mauro Carvalho Chehab
1
-19
/
+12
2025-08-13
scripts: sphinx-pre-install: convert is_optional to a class
Mauro Carvalho Chehab
1
-62
/
+130
2025-08-13
scripts: sphinx-pre-install: better handle Python min version
Mauro Carvalho Chehab
1
-5
/
+15
2025-08-13
scripts: sphinx-pre-install: adjust a warning message
Mauro Carvalho Chehab
1
-2
/
+2
2025-08-13
scripts: sphinx-pre-install: move package instructions to a new func
Mauro Carvalho Chehab
1
-18
/
+26
2025-08-13
scripts: sphinx-pre-install: fix OpenMandriva support
Mauro Carvalho Chehab
1
-0
/
+5
[next]