index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-26
kconfig: qconf: fix signal connection to invalid slots
Masahiro Yamada
1
-4
/
+4
2020-08-26
kconfig: qconf: do not limit the pop-up menu to the first row
Masahiro Yamada
1
-34
/
+34
2020-08-21
recordmcount: Fix build failure on non arm64
Christophe Leroy
1
-0
/
+2
2020-08-19
scripts/selinux/mdp: fix initial SID handling
Stephen Smalley
1
-5
/
+18
2020-08-19
recordmcount: only record relocation of type R_AARCH64_CALL26 on arm64.
Gregory Herrero
1
-0
/
+6
2020-08-11
scripts: add dummy report mode to add_namespace.cocci
Matthias Maennich
2
-2
/
+8
2020-07-29
scripts/gdb: fix lx-symbols 'gdb.error' while loading modules
Stefano Garzarella
1
-1
/
+1
2020-07-29
scripts/decode_stacktrace: strip basepath from all paths
Pi-Hsun Shih
1
-2
/
+2
2020-06-30
recordmcount: support >64k sections
Sami Tolvanen
1
-6
/
+92
2020-06-30
kbuild: improve cc-option to clean up all temporary files
Masahiro Yamada
1
-5
/
+6
2020-06-24
modpost: fix -i (--ignore-errors) MAKEFLAGS detection
Masahiro Yamada
1
-1
/
+6
2020-06-24
scripts: headers_install: Exit with error on config leak
Siddharth Gupta
1
-5
/
+6
2020-06-24
mksysmap: Fix the mismatch of '.L' symbols in System.map
ashimida
1
-1
/
+1
2020-06-22
scripts: sphinx-pre-install: address some issues with Gentoo
Mauro Carvalho Chehab
1
-3
/
+4
2020-05-31
checkpatch/coding-style: deprecate 80-column warning
Joe Perches
1
-5
/
+9
2020-05-07
scripts/gdb: repair rb_first() and rb_last()
Aymeric Agon-Rambosson
1
-2
/
+2
2020-05-07
scripts/decodecode: fix trapping instruction formatting
Ivan Delalande
1
-1
/
+1
2020-05-04
Merge tag 'gcc-plugins-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-3
/
+7
2020-05-04
gcc-10 warnings: fix low-hanging fruit
Linus Torvalds
1
-1
/
+1
2020-04-24
Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+5
2020-04-23
kbuild: fix DT binding schema rule again to avoid needless rebuilds
Masahiro Yamada
1
-1
/
+1
2020-04-23
scripts/config: allow colons in option strings for sed
Jeremie Francois (on alpha)
1
-1
/
+4
2020-04-21
checkpatch: fix a typo in the regex for $allocFunctions
Christophe JAILLET
1
-1
/
+1
2020-04-17
Merge tag 'docs-fixes' of git://git.lwn.net/linux
Linus Torvalds
2
-2
/
+2
2020-04-17
kbuild: check libyaml installation for 'make dt_binding_check'
Masahiro Yamada
1
-1
/
+1
2020-04-15
scripts: documentation-file-ref-check: Add line break before exit
Tiezhu Yang
1
-1
/
+1
2020-04-15
scripts/kernel-doc: Add missing close-paren in c:function directives
Peter Maydell
1
-1
/
+1
2020-04-13
gcc-common.h: Update for GCC 10
Frédéric Pierret (fepitre)
2
-0
/
+5
2020-04-13
gcc-plugins/stackleak: Avoid assignment for unused macro argument
Kees Cook
1
-3
/
+2
2020-04-09
kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig
Masahiro Yamada
4
-0
/
+123
2020-04-09
kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y
Masahiro Yamada
1
-17
/
+0
2020-04-09
kbuild: remove -I$(srctree)/tools/include from scripts/Makefile
Masahiro Yamada
1
-4
/
+0
2020-04-09
kbuild: mkcompile_h: Include $LD version in /proc/version
Kees Cook
1
-1
/
+5
2020-04-09
kconfig: qconf: Fix a few alignment issues
Mauro Carvalho Chehab
1
-6
/
+7
2020-04-09
kconfig: qconf: remove some old bogus TODOs
Mauro Carvalho Chehab
1
-2
/
+1
2020-04-09
kconfig: qconf: fix support for the split view mode
Mauro Carvalho Chehab
2
-7
/
+28
2020-04-09
kconfig: qconf: fix the content of the main widget
Mauro Carvalho Chehab
1
-6
/
+17
2020-04-09
kconfig: qconf: Change title for the item window
Mauro Carvalho Chehab
1
-1
/
+9
2020-04-09
kconfig: qconf: clean deprecated warnings
Mauro Carvalho Chehab
1
-4
/
+4
2020-04-09
gcc-plugins: drop support for GCC <= 4.7
Masahiro Yamada
7
-103
/
+14
2020-04-09
kbuild: Enable -Wtautological-compare
Nathan Chancellor
1
-0
/
+1
2020-04-07
ubsan: split "bounds" checker from other options
Kees Cook
1
-1
/
+6
2020-04-07
ubsan: add trap instrumentation option
Kees Cook
1
-2
/
+7
2020-04-07
checkpatch: avoid warning about uninitialized_var()
Joe Perches
1
-5
/
+9
2020-04-07
checkpatch: check proper licensing of Devicetree bindings
Lubomir Rintel
1
-0
/
+11
2020-04-07
checkpatch: improve Gerrit Change-Id: test
Joe Perches
1
-3
/
+10
2020-04-07
checkpatch: add command-line option for TAB size
Antonio Borneo
1
-10
/
+16
2020-04-07
checkpatch: fix multiple const * types
Antonio Borneo
1
-2
/
+2
2020-04-07
checkpatch: fix minor typo and mixed space+tab in indentation
Antonio Borneo
1
-4
/
+4
2020-04-07
checkpatch: prefer fallthrough; over fallthrough comments
Joe Perches
1
-0
/
+36
[next]