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
2021-08-15
scripts/tracing: fix the bug that can't parse raw_trace_func
Hui Su
1
-3
/
+3
2021-07-28
kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
Matthias Maennich
1
-3
/
+11
2021-05-22
kconfig: nconf: stop endless search loops
Mihai Moldovan
1
-1
/
+1
2021-03-17
scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section names
Joe Lawrence
2
-1
/
+14
2021-03-07
scripts: set proper OpenSSL include dir also for sign-file
Rolf Eike Beer
1
-0
/
+1
2021-03-07
scripts: use pkg-config to locate libcrypto
Rolf Eike Beer
1
-2
/
+6
2021-03-03
scripts/recordmcount.pl: support big endian for ARCH sh
Rong Chen
1
-1
/
+5
2021-02-23
tracing: Avoid calling cc-option -mrecord-mcount for every Makefile
Vasily Gorbik
1
-6
/
+3
2021-02-23
tracing: Fix SKIP_STACK_VALIDATION=1 build due to bad merge with -mrecord-mcount
Greg Thelen
1
-1
/
+1
2021-02-23
trace: Use -mcount-record for dynamic ftrace
Andi Kleen
1
-0
/
+6
2021-01-12
depmod: handle the case of /sbin/depmod without /sbin in PATH
Linus Torvalds
1
-0
/
+2
2020-12-29
checkpatch: fix unescaped left brace
Dwaipayan Ray
1
-1
/
+1
2020-11-10
scripts/setlocalversion: make git describe output more reliable
Rasmus Villemoes
1
-5
/
+16
2020-09-12
checkpatch: fix the usage of capture group ( ... )
Mrinal Pandey
1
-2
/
+2
2020-07-31
scripts/decode_stacktrace: strip basepath from all paths
Pi-Hsun Shih
1
-2
/
+2
2020-06-29
kbuild: improve cc-option to clean up all temporary files
Masahiro Yamada
1
-5
/
+6
2020-06-29
mksysmap: Fix the mismatch of '.L' symbols in System.map
ashimida
1
-1
/
+1
2020-05-20
scripts/decodecode: fix trapping instruction formatting
Ivan Delalande
1
-1
/
+1
2020-05-10
scripts/config: allow colons in option strings for sed
Jeremie Francois (on alpha)
1
-1
/
+4
2020-04-02
scripts/dtc: Remove redundant YYLOC global declaration
Dirk Mueller
2
-2
/
+0
2020-04-02
kbuild: Disable -Wpointer-to-enum-cast
Nathan Chancellor
1
-0
/
+1
2020-02-28
kconfig: fix broken dependency in randconfig-generated .config
Masahiro Yamada
1
-1
/
+1
2020-01-29
ARM: 8950/1: ftrace/recordmcount: filter relocation types
Alex Sverdlin
1
-0
/
+17
2020-01-12
kconfig: don't crash on NULL expressions in expr_eq()
Thomas Hebb
1
-0
/
+7
2020-01-04
scripts/kallsyms: fix definitely-lost memory leak
Masahiro Yamada
1
-0
/
+2
2019-12-21
modpost: skip ELF local symbols during section mismatch check
Paul Walmsley
1
-0
/
+12
2019-12-05
scripts/gdb: fix debugging modules compiled with hot/cold partitioning
Ilya Leoshkevich
1
-1
/
+2
2019-11-06
scripts/setlocalversion: Improve -dirty check with git-status --no-optional-l...
Brian Norris
1
-2
/
+10
2019-10-29
namespace: fix namespace.pl script to support relative paths
Jacob Keller
1
-6
/
+7
2019-09-16
scripts/decode_stacktrace: match basepath using shell prefix operator, not regex
Nicolas Boichat
1
-1
/
+1
2019-08-25
kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modules
Masahiro Yamada
1
-1
/
+1
2019-08-04
kallsyms: exclude kasan local symbols on s390
Vasily Gorbik
1
-0
/
+3
2019-08-04
recordmcount: Fix spurious mcount entries on powerpc
Naveen N. Rao
1
-1
/
+2
2019-07-10
scripts/checkstack.pl: Fix arm64 wrong or unknown architecture
George G. Davis
1
-1
/
+1
2019-06-11
fs: stream_open - opener for stream-like files so that read and write can run...
Kirill Smelkov
1
-0
/
+363
2019-05-16
kconfig/[mn]conf: handle backspace (^H) key
Changbin Du
3
-3
/
+5
2019-05-16
kbuild: simplify ld-option implementation
Masahiro Yamada
1
-3
/
+1
2019-04-27
modpost: file2alias: check prototype of handler
Masahiro Yamada
1
-4
/
+3
2019-04-27
modpost: file2alias: go back to simple devtable lookup
Masahiro Yamada
1
-91
/
+45
2019-04-03
kbuild: setlocalversion: print error to STDERR
Wolfram Sang
1
-1
/
+1
2019-02-20
scripts/decode_stacktrace: only strip base path when a prefix of the path
Marc Zyngier
1
-1
/
+1
2019-02-20
modpost: validate symbol names also in find_elf_symbol
Sami Tolvanen
1
-24
/
+26
2019-01-26
kconfig: fix memory leak when EOF is encountered in quotation
Masahiro Yamada
1
-0
/
+2
2019-01-26
kconfig: fix file name and line number of warn_ignored_character()
Masahiro Yamada
1
-1
/
+1
2019-01-13
checkstack.pl: fix for aarch64
Qian Cai
1
-2
/
+2
2018-12-13
unifdef: use memcpy instead of strncpy
Linus Torvalds
1
-2
/
+2
2018-12-13
Kbuild: suppress packed-not-aligned warning for default setting only
Xiongfeng Wang
1
-0
/
+3
2018-11-27
kbuild: Add __cc-option macro
Matthias Kaehlcke
1
-2
/
+7
2018-11-27
kbuild: fix linker feature test macros when cross compiling with Clang
Nick Desaulniers
1
-2
/
+3
2018-11-27
kbuild: Add support to generate LLVM assembly files
VinÃcius Tinti
1
-0
/
+8
[next]