index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: Ignore __this_module in gen_autoksyms.sh
Sami Tolvanen
2022-06-26
1
-0
/
+3
*
modpost: fix section mismatch check for exported init/exit sections
Masahiro Yamada
2022-06-20
1
-1
/
+1
*
Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-06-19
1
-11
/
+34
|
\
|
*
faddr2line: Fix overlapping text section failures, the sequel
Josh Poimboeuf
2022-06-06
1
-11
/
+34
*
|
Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-06-12
4
-23
/
+28
|
\
\
|
*
|
scripts/gdb: change kernel config dumping method
Kuan-Ying Lee
2022-06-11
1
-3
/
+3
|
*
|
scripts/check-local-export: avoid 'wait $!' for process substitution
Masahiro Yamada
2022-06-10
1
-15
/
+21
|
*
|
scripts/nsdeps: adjust to the format change of *.mod files
Masahiro Yamada
2022-06-08
1
-3
/
+2
|
*
|
kbuild: avoid regex RS for POSIX awk
Kevin Locke
2022-06-08
1
-2
/
+2
|
|
/
*
/
cert host tools: Stop complaining about deprecated OpenSSL functions
Linus Torvalds
2022-06-08
1
-0
/
+7
|
/
*
Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-06-05
1
-1
/
+1
|
\
|
*
objtool: Add CONFIG_HAVE_UACCESS_VALIDATION
Josh Poimboeuf
2022-05-27
2
-2
/
+4
*
|
Merge tag 'kbuild-v5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2022-06-05
14
-341
/
+287
|
\
\
|
*
|
kbuild: Allow to select bash in a modified environment
Schspa Shi
2022-06-05
1
-1
/
+1
|
*
|
scripts: kconfig: nconf: make nconfig accept jk keybindings
Isak Ellmer
2022-06-05
1
-2
/
+6
|
*
|
modpost: use fnmatch() to simplify match()
Masahiro Yamada
2022-06-05
1
-61
/
+13
|
*
|
modpost: simplify mod->name allocation
Masahiro Yamada
2022-06-05
1
-13
/
+12
|
*
|
kbuild: factor out the common objtool arguments
Masahiro Yamada
2022-06-05
4
-97
/
+52
|
*
|
kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_o
Masahiro Yamada
2022-06-05
2
-40
/
+62
|
*
|
kbuild: clean .tmp_* pattern by make clean
Masahiro Yamada
2022-06-05
2
-6
/
+3
|
*
|
kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
Masahiro Yamada
2022-06-01
1
-2
/
+0
|
*
|
kbuild: rebuild multi-object modules when objtool is updated
Masahiro Yamada
2022-06-01
1
-3
/
+8
|
*
|
kbuild: add cmd_and_savecmd macro
Masahiro Yamada
2022-06-01
1
-2
/
+4
|
*
|
kbuild: make *.mod rule robust against too long argument error
Masahiro Yamada
2022-06-01
1
-2
/
+4
|
*
|
kbuild: make built-in.a rule robust against too long argument error
Masahiro Yamada
2022-06-01
1
-1
/
+6
|
*
|
kbuild: check static EXPORT_SYMBOL* by script instead of modpost
Masahiro Yamada
2022-06-01
3
-27
/
+70
|
*
|
kbuild: do not create *.prelink.o for Clang LTO or IBT
Masahiro Yamada
2022-05-29
6
-67
/
+28
|
*
|
kbuild: replace $(linked-object) with CONFIG options
Masahiro Yamada
2022-05-29
1
-2
/
+1
|
*
|
kbuild: do not try to parse *.cmd files for objects provided by compiler
Masahiro Yamada
2022-05-29
1
-1
/
+8
|
*
|
kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpost
Masahiro Yamada
2022-05-27
1
-1
/
+1
|
*
|
modpost: squash if...else-if in find_elf_symbol2()
Masahiro Yamada
2022-05-27
1
-7
/
+3
|
*
|
modpost: reuse ARRAY_SIZE() macro for section_mismatch()
Masahiro Yamada
2022-05-27
3
-6
/
+6
|
*
|
modpost: remove the unused argument of check_sec_ref()
Masahiro Yamada
2022-05-27
1
-3
/
+2
|
*
|
modpost: fix undefined behavior of is_arm_mapping_symbol()
Masahiro Yamada
2022-05-27
1
-1
/
+2
|
*
|
modpost: fix removing numeric suffixes
Alexander Lobakin
2022-05-27
1
-1
/
+1
|
*
|
scripts/kallsyms: update usage message of the kallsyms program
Yuntao Wang
2022-05-27
1
-1
/
+1
|
*
|
kbuild: Fix include path in scripts/Makefile.modpost
Jing Leng
2022-05-27
1
-2
/
+1
|
|
/
*
|
Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-06-03
2
-1
/
+6
|
\
\
|
*
|
LoongArch: Add build infrastructure
Huacai Chen
2022-06-03
1
-1
/
+1
|
*
|
LoongArch: Add ELF-related definitions
Huacai Chen
2022-06-03
1
-0
/
+5
*
|
|
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-06-03
1
-2
/
+2
|
\
\
\
|
*
\
\
Merge 5.18-rc5 into driver-core-next
Greg Kroah-Hartman
2022-05-02
3
-19
/
+29
|
|
\
\
\
|
*
|
|
|
scripts/get_abi: Fix wrong script file name in the help message
SeongJae Park
2022-04-24
1
-2
/
+2
*
|
|
|
|
Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-06-03
2
-4
/
+17
|
\
\
\
\
\
|
*
|
|
|
|
scripts/tags.sh: Invoke 'realpath' via 'xargs'
Cristian Ciocaltea
2022-05-19
1
-4
/
+7
|
*
|
|
|
|
Merge 5.18-rc5 into char-misc-next
Greg Kroah-Hartman
2022-05-02
3
-19
/
+29
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
bus: mhi: ep: Add uevent support for module autoloading
Manivannan Sadhasivam
2022-04-26
1
-0
/
+10
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...
Linus Torvalds
2022-06-03
2
-12
/
+181
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
scripts/spdxcheck: Exclude top-level README
Thomas Gleixner
2022-05-18
1
-0
/
+1
|
*
|
|
|
scripts/spdxcheck: Exclude MAINTAINERS/CREDITS
Thomas Gleixner
2022-05-18
1
-0
/
+4
[next]