index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Lines
2025-05-12
kbuild: Disable -Wdefault-const-init-unsafe
Nathan Chancellor
-0
/
+12
2025-05-12
kbuild: rpm-pkg: Add (elfutils-devel or libdw-devel) to BuildRequires
WangYuli
-0
/
+1
2025-05-12
kbuild: deb-pkg: Add libdw-dev:native to Build-Depends-Arch
WangYuli
-1
/
+1
2025-05-11
scripts/gdb: update documentation for lx_per_cpu
Illia Ostapyshyn
-2
/
+2
2025-05-11
scripts/gdb: fix kgdb probing on single-core systems
Illia Ostapyshyn
-1
/
+1
2025-05-11
treewide: fix typo "previlege"
WangYuli
-0
/
+2
2025-05-11
checkpatch: qualify do-while-0 advice
Jim Cromie
-6
/
+27
2025-05-11
checkpatch: dont warn about unused macro arg on empty body
Jim Cromie
-1
/
+1
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
-2
/
+2
2025-05-12
rust: clarify the language unstable features in use
Miguel Ojeda
-0
/
+9
2025-05-09
scripts/bpf_doc.py: implement json output format
Ihor Solodrai
-20
/
+99
2025-05-08
randstruct: gcc-plugin: Remove bogus void member
Kees Cook
-17
/
+1
2025-05-08
integer-wrap: Force full rebuild when .scl file changes
Kees Cook
-0
/
+6
2025-05-08
gcc-plugins: Force full rebuild when plugins change
Kees Cook
-1
/
+23
2025-05-08
kbuild: Switch from -Wvla to -Wvla-larger-than=1
Kees Cook
-2
/
+7
2025-05-08
scripts: Do not strip .rela.dyn section
Alexandre Ghiti
-1
/
+1
2025-05-07
KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2
Mostafa Saleh
-1
/
+4
2025-05-06
checkpatch: remove %p4cn
Aditya Garg
-1
/
+1
2025-05-06
BackMerge tag 'v6.15-rc5' into drm-next
Dave Airlie
-8
/
+31
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+8
2025-04-30
kbuild: Properly disable -Wunterminated-string-initialization for clang
Nathan Chancellor
-1
/
+8
2025-04-30
gcc-plugins: remove SANCOV gcc plugin
Arnd Bergmann
-147
/
+0
2025-04-30
Kbuild: remove structleak gcc plugin
Arnd Bergmann
-271
/
+0
2025-04-30
kbuild: require gcc-8 and binutils-2.30
Arnd Bergmann
-50
/
+3
2025-04-28
scripts/lib/kdoc/kdoc_parser.py: move kernel entry to a class
Mauro Carvalho Chehab
-124
/
+149
2025-04-28
scripts/lib/kdoc: change mode to 0644
Mauro Carvalho Chehab
-0
/
+0
2025-04-28
gcc-plugins: Remove ARM_SSP_PER_TASK plugin
Kees Cook
-117
/
+0
2025-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Alexei Starovoitov
-1
/
+1
2025-04-28
Merge 6.15-rc4 into char-misc-next
Greg Kroah-Hartman
-7
/
+23
2025-04-25
git-resolve: add SPDX and copyright line
Sasha Levin
-0
/
+2
2025-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-7
/
+23
2025-04-24
scripts/kernel-doc.py: don't create *.pyc files
Mauro Carvalho Chehab
-2
/
+2
2025-04-23
Fix mis-uses of 'cc-option' for warning disablement
Linus Torvalds
-1
/
+1
2025-04-21
scripts:kdoc_files.py: use glob for export_file seek
Mauro Carvalho Chehab
-1
/
+3
2025-04-21
scripts/lib/kdoc/kdoc_parser.py: move states to a separate class
Mauro Carvalho Chehab
-59
/
+64
2025-04-21
scripts/lib/kdoc/kdoc_files.py: don't try to join None
Mauro Carvalho Chehab
-2
/
+5
2025-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
-206
/
+750
2025-04-21
lib/vsprintf: Add support for generic FourCCs by extending %p4cc
Hector Martin
-1
/
+1
2025-04-19
Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-5
/
+11
2025-04-17
scripts: Add git-resolve tool for full SHA-1 resolution
Sasha Levin
-0
/
+199
2025-04-15
rust: kbuild: use `pound` to support GNU Make < 4.3
Miguel Ojeda
-1
/
+1
2025-04-15
kbuild, bpf: Enable --btf_features=attributes
Ihor Solodrai
-0
/
+2
2025-04-14
rust: kasan/kbuild: fix missing flags on first build
Miguel Ojeda
-1
/
+1
2025-04-14
genksyms: Handle typeof_unqual keyword and __seg_{fs,gs} qualifiers
Uros Bizjak
-1
/
+11
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
-1
/
+1
2025-04-09
scripts: kernel-doc: fix parsing function-like typedefs (again)
Sean Anderson
-2
/
+2
2025-04-09
scripts/kernel-doc.py: Rename the kernel doc Re class to KernRe
Mauro Carvalho Chehab
-159
/
+159
2025-04-09
scripts/kernel_doc.py: better handle exported symbols
Mauro Carvalho Chehab
-79
/
+124
2025-04-09
scripts/lib/kdoc/kdoc_files.py: allow filtering output per fname
Mauro Carvalho Chehab
-12
/
+12
2025-04-09
scripts/kernel-doc: switch to use kernel-doc.py
Mauro Carvalho Chehab
-1
/
+1
[prev]
[next]