index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
2025-04-09
scripts/kernel_doc.py: better handle exported symbols
Mauro Carvalho Chehab
2025-04-09
scripts/lib/kdoc/kdoc_files.py: allow filtering output per fname
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc: switch to use kernel-doc.py
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: Properly handle Werror and exit codes
Mauro Carvalho Chehab
2025-04-09
scripts/lib/kdoc/kdoc_parser.py: remove a python 3.9 dependency
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: properly handle KBUILD_BUILD_TIMESTAMP
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: move modulename to man class
Mauro Carvalho Chehab
2025-04-09
scripts/lib/kdoc/kdoc_parser.py: fix Python compat with < v3.13
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: adjust some coding style issues
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: Set an output format for --none
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: postpone warnings to the output plugin
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: properly handle out_section for ReST
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: fix handling of doc output check
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: fix line number output
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: implement support for -no-doc-sections
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: move file lists to the parser function
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: convert message output to an interactor
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: move output classes to a separate file
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: move KernelFiles class to a separate file
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: move KernelDoc class to a separate file
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: move regex methods to a separate file
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: properly handle struct_group macros
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: better handle empty sections
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: output warnings the same way as kerneldoc
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc.py: add a Python parser
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc: add a symlink to the Perl version of kernel-doc
Mauro Carvalho Chehab
2025-04-09
scripts/kernel-doc: rename it to scripts/kernel-doc.pl
Mauro Carvalho Chehab
2025-04-08
scripts: generate_rust_analyzer: Add ffi crate
Lukas Fischer
2025-04-06
Disable SLUB_TINY for build testing
Linus Torvalds
2025-04-05
Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2025-04-06
kbuild: rpm-pkg: build a debuginfo RPM
Uday Shankar
2025-04-06
kconfig: merge_config: use an empty file as initfile
Daniel Gomez
2025-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
Linus Torvalds
2025-04-03
Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...
Linus Torvalds
2025-04-02
Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-04-02
scripts/sorttable: Fix endianness handling in build-time mcount sort
Vasily Gorbik
2025-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-04-01
objtool: Silence more KCOV warnings, part 2
Josh Poimboeuf
2025-03-31
scripts: generate_rust_analyzer: fix pin-init name in kernel deps
Andrei Lalaev
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-03-29
Merge tag 'devicetree-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-03-27
Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2025-03-27
Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-03-27
scripts/make_fit: Print DT name before libfdt errors
J. Neuschäfer
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-03-26
ARM: 9441/1: rust: Enable Rust support for ARMv7
Christian Schrrefl
2025-03-25
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2025-03-25
Merge tag 'selinux-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
[prev]
[next]