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
/
link-vmlinux.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2023-04-30
1
-3
/
+3
|
\
|
*
scripts/kallsyms: exclude symbols generated by itself dynamically
Masahiro Yamada
2023-04-17
1
-3
/
+3
*
|
scripts/link-vmlinux.sh: fix error message presentation
Andrew Morton
2023-04-08
1
-1
/
+1
|
/
*
kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=y
Zhen Lei
2022-11-12
1
-0
/
+4
*
kbuild: rebuild .vmlinux.export.o when its prerequisite is updated
Masahiro Yamada
2022-10-03
1
-5
/
+0
*
kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o
Masahiro Yamada
2022-10-03
1
-7
/
+0
*
kallsyms: take the input file instead of reading stdin
Masahiro Yamada
2022-10-02
1
-1
/
+1
*
kbuild: reuse mksysmap output for kallsyms
Masahiro Yamada
2022-10-02
1
-6
/
+5
*
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
2022-10-02
1
-6
/
+4
*
kbuild: unify two modpost invocations
Masahiro Yamada
2022-09-29
1
-3
/
+0
*
kbuild: move vmlinux.o rule to the top Makefile
Masahiro Yamada
2022-09-29
1
-3
/
+0
*
kbuild: move .vmlinux.objs rule to Makefile.modpost
Masahiro Yamada
2022-09-29
1
-18
/
+0
*
kbuild: build init/built-in.a just once
Masahiro Yamada
2022-09-29
1
-13
/
+4
*
kbuild: factor out the common objtool arguments
Masahiro Yamada
2022-06-05
1
-71
/
+0
*
kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_o
Masahiro Yamada
2022-06-05
1
-40
/
+1
*
kbuild: clean .tmp_* pattern by make clean
Masahiro Yamada
2022-06-05
1
-3
/
+0
*
kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
Masahiro Yamada
2022-06-01
1
-2
/
+0
*
kbuild: do not try to parse *.cmd files for objects provided by compiler
Masahiro Yamada
2022-05-29
1
-1
/
+8
*
Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2022-05-26
1
-20
/
+20
|
\
|
*
kbuild: stop merging *.symversions
Masahiro Yamada
2022-05-24
1
-19
/
+0
|
*
kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
Masahiro Yamada
2022-05-24
1
-1
/
+9
|
*
kbuild: generate a list of objects in vmlinux
Masahiro Yamada
2022-05-11
1
-0
/
+11
*
|
Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-05-24
1
-23
/
+39
|
\
\
|
*
|
objtool: Remove --lto and --vmlinux in favor of --link
Josh Poimboeuf
2022-04-22
1
-5
/
+3
|
*
|
objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"
Josh Poimboeuf
2022-04-22
1
-1
/
+1
|
*
|
objtool: Make noinstr hacks optional
Josh Poimboeuf
2022-04-22
1
-0
/
+4
|
*
|
objtool: Make jump label hack optional
Josh Poimboeuf
2022-04-22
1
-0
/
+4
|
*
|
objtool: Make static call annotation optional
Josh Poimboeuf
2022-04-22
1
-1
/
+4
|
*
|
objtool: Make stack validation frame-pointer-specific
Josh Poimboeuf
2022-04-22
1
-4
/
+0
|
*
|
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
2022-04-22
1
-14
/
+18
|
*
|
objtool: Make stack validation optional
Josh Poimboeuf
2022-04-22
1
-0
/
+4
|
*
|
objtool: Ditch subcommands
Josh Poimboeuf
2022-04-22
1
-8
/
+5
|
*
|
objtool: Reorganize cmdline options
Josh Poimboeuf
2022-04-22
1
-11
/
+19
*
|
|
Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-23
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"
Borislav Petkov
2022-04-04
1
-3
/
+3
|
|
/
*
/
objtool: Enable unreachable warnings for CLANG LTO
Josh Poimboeuf
2022-04-19
1
-1
/
+1
|
/
*
kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.sh
Masahiro Yamada
2022-04-02
1
-1
/
+1
*
x86/alternative: Use .ibt_endbr_seal to seal indirect calls
Peter Zijlstra
2022-03-15
1
-2
/
+8
*
objtool: Rename --duplicate to --lto
Peter Zijlstra
2022-03-15
1
-1
/
+1
*
Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2022-01-19
1
-24
/
+25
|
\
|
*
kbuild: do not include include/config/auto.conf from shell scripts
Masahiro Yamada
2022-01-08
1
-23
/
+24
*
|
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-16
1
-3
/
+3
|
\
\
|
*
|
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
2022-01-13
1
-3
/
+3
|
|
/
*
/
x86: Add straight-line-speculation mitigation
Peter Zijlstra
2021-12-09
1
-0
/
+3
|
/
*
Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-11-08
1
-3
/
+3
|
\
|
*
scripts: update the comments of kallsyms support
Hui Su
2021-10-12
1
-3
/
+3
*
|
kbuild: Unify options for BTF generation for vmlinux and modules
Jiri Olsa
2021-11-01
1
-10
/
+1
|
/
*
kbuild: merge vmlinux_link() between ARCH=um and other architectures
Masahiro Yamada
2021-09-03
1
-33
/
+23
*
kbuild: do not remove 'linux' link in scripts/link-vmlinux.sh
Masahiro Yamada
2021-09-03
1
-1
/
+0
*
kbuild: merge vmlinux_link() between the ordinary link and Clang LTO
Masahiro Yamada
2021-09-03
1
-16
/
+14
[next]