index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
sign-file: Fix incorrect return values check
Yusong Gao
2023-12-20
1
-6
/
+6
*
kconfig: fix memory leak from range properties
Masahiro Yamada
2023-12-13
1
-8
/
+6
*
randstruct: Fix gcc-plugin performance mode to stay in group
Kees Cook
2023-11-28
1
-3
/
+8
*
modpost: add missing else to the "of" check
Mauricio Faria de Oliveira
2023-10-10
1
-1
/
+1
*
kconfig: fix possible buffer overflow
Konstantin Meskhidze
2023-09-23
1
-0
/
+3
*
modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}
Masahiro Yamada
2023-08-11
1
-0
/
+12
*
modpost: fix section mismatch message for R_ARM_ABS32
Masahiro Yamada
2023-08-11
1
-3
/
+9
*
scripts/tags.sh: Resolve gtags empty index generation
Ahmed S. Darwish
2023-08-11
1
-1
/
+8
*
recordmcount: Fix memory leaks in the uwrite function
Hao Zeng
2023-05-30
1
-1
/
+5
*
ASN.1: Fix check for strdup() success
Ekaterina Orlova
2023-04-26
1
-1
/
+1
*
kbuild: generate modules.order only in directories visited by obj-y/m
Masahiro Yamada
2023-03-17
1
-1
/
+2
*
kbuild: fix false-positive need-builtin calculation
Masahiro Yamada
2023-03-17
1
-1
/
+2
*
scripts/faddr2line: Fix regression in name resolution on ppc64le
Srikar Dronamraju
2022-12-08
1
-3
/
+4
*
cert host tools: Stop complaining about deprecated OpenSSL functions
Linus Torvalds
2022-11-25
2
-0
/
+14
*
selinux: use "grep -E" instead of "egrep"
Greg Kroah-Hartman
2022-10-26
1
-1
/
+1
*
Makefile.extrawarn: Move -Wcast-function-type-strict to W=1
Sami Tolvanen
2022-10-26
1
-0
/
+1
*
mksysmap: Fix the mismatch of 'L0' symbols in System.map
Youling Tang
2022-09-28
1
-1
/
+1
*
kbuild: Fix include path in scripts/Makefile.modpost
Jing Leng
2022-09-05
1
-2
/
+1
*
gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a file
Andrew Donnellan
2022-08-25
1
-1
/
+1
*
scripts/faddr2line: Fix vmlinux detection on arm64
Josh Poimboeuf
2022-08-25
1
-1
/
+3
*
modpost: fix section mismatch check for exported init/exit sections
Masahiro Yamada
2022-07-02
1
-1
/
+1
*
faddr2line: Fix overlapping text section failures, the sequel
Josh Poimboeuf
2022-06-25
1
-11
/
+34
*
modpost: fix undefined behavior of is_arm_mapping_symbol()
Masahiro Yamada
2022-06-14
1
-1
/
+2
*
modpost: fix removing numeric suffixes
Alexander Lobakin
2022-06-14
1
-1
/
+1
*
scripts/faddr2line: Fix overlapping text section failures
Josh Poimboeuf
2022-06-14
1
-53
/
+97
*
gcc-plugins: latent_entropy: use /dev/urandom
Jason A. Donenfeld
2022-04-20
1
-17
/
+27
*
kconfig: let 'shell' return enough output for deep path names
Brenda Streiff
2022-02-23
1
-1
/
+1
*
Makefile.extrawarn: Move -Wunaligned-access to W=1
Nathan Chancellor
2022-02-23
1
-0
/
+1
*
scripts/dtc: dtx_diff: remove broken example from help text
Matthias Schiffer
2022-01-27
1
-6
/
+2
*
recordmcount.pl: fix typo in s390 mcount regex
Heiko Carstens
2022-01-05
1
-1
/
+1
*
recordmcount.pl: look for jgnop instruction as well as bcrl on s390
Jerome Marchand
2021-12-22
1
-1
/
+1
*
leaking_addresses: Always print a trailing newline
Kees Cook
2021-11-26
1
-1
/
+2
*
gcc-plugins/structleak: add makefile var for disabling structleak
Brendan Higgins
2021-10-27
1
-0
/
+4
*
nds32/ftrace: Fix Error: invalid operands (*UND* and *UND* sections) for `^'
Steven Rostedt
2021-10-20
1
-1
/
+1
*
scripts/tracing: fix the bug that can't parse raw_trace_func
Hui Su
2021-08-12
1
-3
/
+3
*
kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
Matthias Maennich
2021-07-28
1
-3
/
+11
*
scripts: switch explicitly to Python 3
Andy Shevchenko
2021-05-22
2
-2
/
+2
*
tweewide: Fix most Shebang lines
Finn Behrens
2021-05-22
4
-4
/
+4
*
riscv: Workaround mcount name prior to clang-13
Nathan Chancellor
2021-05-22
1
-1
/
+1
*
scripts/recordmcount.pl: Fix RISC-V regex for clang
Nathan Chancellor
2021-05-22
1
-1
/
+1
*
kconfig: nconf: stop endless search loops
Mihai Moldovan
2021-05-22
1
-1
/
+1
*
vmlinux.lds.h: Create section for protection against instrumentation
Nicolas Boichat
2021-03-24
1
-1
/
+1
*
scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section names
Joe Lawrence
2021-03-17
2
-1
/
+14
*
scripts/recordmcount.pl: support big endian for ARCH sh
Rong Chen
2021-03-04
1
-1
/
+5
*
scripts: set proper OpenSSL include dir also for sign-file
Rolf Eike Beer
2021-03-04
1
-0
/
+1
*
scripts: use pkg-config to locate libcrypto
Rolf Eike Beer
2021-03-04
1
-2
/
+6
*
depmod: handle the case of /sbin/depmod without /sbin in PATH
Linus Torvalds
2021-01-12
1
-0
/
+2
*
kconfig: fix return value of do_error_if()
Masahiro Yamada
2020-12-30
1
-1
/
+1
*
checkpatch: fix unescaped left brace
Dwaipayan Ray
2020-12-30
1
-1
/
+1
*
scripts/setlocalversion: make git describe output more reliable
Rasmus Villemoes
2020-11-05
1
-5
/
+16
[next]