index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-22
scripts: switch explicitly to Python 3
Andy Shevchenko
2
-2
/
+2
2021-05-22
tweewide: Fix most Shebang lines
Finn Behrens
8
-8
/
+8
2021-05-22
riscv: Workaround mcount name prior to clang-13
Nathan Chancellor
1
-1
/
+1
2021-05-22
scripts/recordmcount.pl: Fix RISC-V regex for clang
Nathan Chancellor
1
-1
/
+1
2021-05-19
kconfig: nconf: stop endless search loops
Mihai Moldovan
1
-1
/
+1
2021-03-09
ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount
Chen Jun
1
-1
/
+1
2021-02-26
scripts/recordmcount.pl: support big endian for ARCH sh
Rong Chen
1
-1
/
+5
2021-02-26
scripts: set proper OpenSSL include dir also for sign-file
Rolf Eike Beer
1
-0
/
+1
2021-02-26
scripts: use pkg-config to locate libcrypto
Rolf Eike Beer
1
-2
/
+6
2021-02-17
vmlinux.lds.h: Create section for protection against instrumentation
Thomas Gleixner
1
-1
/
+1
2021-01-12
depmod: handle the case of /sbin/depmod without /sbin in PATH
Linus Torvalds
1
-0
/
+2
2020-12-30
kconfig: fix return value of do_error_if()
Masahiro Yamada
1
-1
/
+1
2020-12-30
checkpatch: fix unescaped left brace
Dwaipayan Ray
1
-1
/
+1
2020-12-30
kbuild: avoid split lines in .mod files
Masahiro Yamada
1
-8
/
+4
2020-11-01
scripts/setlocalversion: make git describe output more reliable
Rasmus Villemoes
1
-5
/
+16
2020-10-07
scripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting
Uwe Kleine-König
1
-1
/
+1
2020-09-09
checkpatch: fix the usage of capture group ( ... )
Mrinal Pandey
1
-2
/
+2
2020-09-03
kbuild: fix broken builds because of GZIP,BZIP2,LZOP variables
Denis Efremov
3
-8
/
+8
2020-09-03
kbuild: add variables for compression tools
Denis Efremov
4
-14
/
+14
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
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
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-17
bpf: Support llvm-objcopy for vmlinux BTF
Fangrui Song
1
-14
/
+10
2020-05-27
kbuild: Remove debug info from kallsyms linking
Kees Cook
1
-9
/
+19
2020-05-27
scripts/gdb: repair rb_first() and rb_last()
Aymeric Agon-Rambosson
1
-2
/
+2
2020-05-27
gcc-common.h: Update for GCC 10
Frédéric Pierret (fepitre)
2
-0
/
+5
2020-05-14
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-05-02
kbuild: fix DT binding schema rule again to avoid needless rebuilds
Masahiro Yamada
1
-1
/
+1
2020-04-29
kconfig: qconf: Fix a few alignment issues
Mauro Carvalho Chehab
1
-6
/
+7
2020-04-08
kconfig: introduce m32-flag and m64-flag
Masahiro Yamada
1
-0
/
+7
2020-04-01
scripts/dtc: Remove redundant YYLOC global declaration
Dirk Mueller
1
-1
/
+0
2020-03-25
modpost: move the namespace field in Module.symvers last
Jessica Yu
2
-13
/
+13
2020-03-25
kbuild: Disable -Wpointer-to-enum-cast
Nathan Chancellor
1
-0
/
+1
2020-03-25
parse-maintainers: Mark as executable
Jonathan Neuschäfer
1
-0
/
+0
2020-03-05
kbuild: move headers_check rule to usr/include/Makefile
Masahiro Yamada
1
-18
/
+0
2020-03-05
kbuild: remove header compile test
Masahiro Yamada
2
-23
/
+0
2020-03-05
kbuild: fix DT binding schema rule to detect command line changes
Masahiro Yamada
1
-2
/
+2
2020-02-24
bpf, btf: Always output invariant hit in pahole DWARF to BTF transform
Chris Down
1
-2
/
+2
2020-02-24
kbuild: use -S instead of -E for precise cc-option test in Kconfig
Masahiro Yamada
1
-1
/
+1
2020-02-24
kbuild: remove *.tmp file when filechk fails
Masahiro Yamada
1
-8
/
+7
2020-02-24
kconfig: fix broken dependency in randconfig-generated .config
Masahiro Yamada
1
-1
/
+1
[next]