index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+8
2025-04-30
kbuild: Properly disable -Wunterminated-string-initialization for clang
Nathan Chancellor
1
-1
/
+8
2025-04-30
gcc-plugins: remove SANCOV gcc plugin
Arnd Bergmann
4
-147
/
+0
2025-04-30
Kbuild: remove structleak gcc plugin
Arnd Bergmann
2
-271
/
+0
2025-04-30
kbuild: require gcc-8 and binutils-2.30
Arnd Bergmann
3
-50
/
+3
2025-04-28
scripts/lib/kdoc/kdoc_parser.py: move kernel entry to a class
Mauro Carvalho Chehab
1
-124
/
+149
2025-04-28
scripts/lib/kdoc: change mode to 0644
Mauro Carvalho Chehab
3
-0
/
+0
2025-04-28
gcc-plugins: Remove ARM_SSP_PER_TASK plugin
Kees Cook
3
-117
/
+0
2025-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Alexei Starovoitov
1
-1
/
+1
2025-04-28
Merge 6.15-rc4 into char-misc-next
Greg Kroah-Hartman
5
-7
/
+23
2025-04-25
git-resolve: add SPDX and copyright line
Sasha Levin
1
-0
/
+2
2025-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-7
/
+23
2025-04-24
scripts/kernel-doc.py: don't create *.pyc files
Mauro Carvalho Chehab
2
-2
/
+2
2025-04-23
Fix mis-uses of 'cc-option' for warning disablement
Linus Torvalds
1
-1
/
+1
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-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
31
-206
/
+750
2025-04-21
lib/vsprintf: Add support for generic FourCCs by extending %p4cc
Hector Martin
1
-1
/
+1
2025-04-19
Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-5
/
+11
2025-04-17
scripts: Add git-resolve tool for full SHA-1 resolution
Sasha Levin
1
-0
/
+199
2025-04-15
rust: kbuild: use `pound` to support GNU Make < 4.3
Miguel Ojeda
1
-1
/
+1
2025-04-15
kbuild, bpf: Enable --btf_features=attributes
Ihor Solodrai
1
-0
/
+2
2025-04-14
rust: kasan/kbuild: fix missing flags on first build
Miguel Ojeda
1
-1
/
+1
2025-04-14
genksyms: Handle typeof_unqual keyword and __seg_{fs,gs} qualifiers
Uros Bizjak
2
-1
/
+11
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
1
-1
/
+1
2025-04-09
scripts: kernel-doc: fix parsing function-like typedefs (again)
Sean Anderson
2
-2
/
+2
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
4
-79
/
+124
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: switch to use kernel-doc.py
Mauro Carvalho Chehab
1
-1
/
+1
2025-04-09
scripts/kernel-doc.py: Properly handle Werror and exit codes
Mauro Carvalho Chehab
4
-18
/
+35
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
4
-22
/
+11
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
5
-42
/
+57
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
3
-5
/
+15
2025-04-09
scripts/kernel-doc.py: move file lists to the parser function
Mauro Carvalho Chehab
2
-24
/
+20
2025-04-09
scripts/kernel-doc.py: convert message output to an interactor
Mauro Carvalho Chehab
3
-91
/
+104
2025-04-09
scripts/kernel-doc.py: move output classes to a separate file
Mauro Carvalho Chehab
2
-724
/
+739
2025-04-09
scripts/kernel-doc.py: move KernelFiles class to a separate file
Mauro Carvalho Chehab
2
-219
/
+271
2025-04-09
scripts/kernel-doc.py: move KernelDoc class to a separate file
Mauro Carvalho Chehab
2
-1632
/
+1692
2025-04-09
scripts/kernel-doc.py: move regex methods to a separate file
Mauro Carvalho Chehab
2
-218
/
+277
2025-04-09
scripts/kernel-doc.py: properly handle struct_group macros
Mauro Carvalho Chehab
1
-7
/
+213
[prev]
[next]