aboutsummaryrefslogtreecommitdiff
path: root/scripts/link-vmlinux.sh
AgeCommit message (Expand)AuthorFilesLines
2022-06-05kbuild: factor out the common objtool argumentsGravatar Masahiro Yamada 1-71/+0
2022-06-05kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_oGravatar Masahiro Yamada 1-40/+1
2022-06-05kbuild: clean .tmp_* pattern by make cleanGravatar Masahiro Yamada 1-3/+0
2022-06-01kbuild: remove redundant cleanups in scripts/link-vmlinux.shGravatar Masahiro Yamada 1-2/+0
2022-05-29kbuild: do not try to parse *.cmd files for objects provided by compilerGravatar Masahiro Yamada 1-1/+8
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-20/+20
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-23/+39
2022-05-24kbuild: stop merging *.symversionsGravatar Masahiro Yamada 1-19/+0
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSGravatar Masahiro Yamada 1-1/+9
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2022-05-11kbuild: generate a list of objects in vmlinuxGravatar Masahiro Yamada 1-0/+11
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkGravatar Josh Poimboeuf 1-5/+3
2022-04-22objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Gravatar Josh Poimboeuf 1-1/+1
2022-04-22objtool: Make noinstr hacks optionalGravatar Josh Poimboeuf 1-0/+4
2022-04-22objtool: Make jump label hack optionalGravatar Josh Poimboeuf 1-0/+4
2022-04-22objtool: Make static call annotation optionalGravatar Josh Poimboeuf 1-1/+4
2022-04-22objtool: Make stack validation frame-pointer-specificGravatar Josh Poimboeuf 1-4/+0
2022-04-22objtool: Add CONFIG_OBJTOOLGravatar Josh Poimboeuf 1-14/+18
2022-04-22objtool: Make stack validation optionalGravatar Josh Poimboeuf 1-0/+4
2022-04-22objtool: Ditch subcommandsGravatar Josh Poimboeuf 1-8/+5
2022-04-22objtool: Reorganize cmdline optionsGravatar Josh Poimboeuf 1-11/+19
2022-04-19objtool: Enable unreachable warnings for CLANG LTOGravatar Josh Poimboeuf 1-1/+1
2022-04-04x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Gravatar Borislav Petkov 1-3/+3
2022-04-02kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.shGravatar Masahiro Yamada 1-1/+1
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsGravatar Peter Zijlstra 1-2/+8
2022-03-15objtool: Rename --duplicate to --ltoGravatar Peter Zijlstra 1-1/+1
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-24/+25
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-3/+3
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initGravatar Yinan Liu 1-3/+3
2022-01-08kbuild: do not include include/config/auto.conf from shell scriptsGravatar Masahiro Yamada 1-23/+24
2021-12-09x86: Add straight-line-speculation mitigationGravatar Peter Zijlstra 1-0/+3
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+3
2021-11-01kbuild: Unify options for BTF generation for vmlinux and modulesGravatar Jiri Olsa 1-10/+1
2021-10-12scripts: update the comments of kallsyms supportGravatar Hui Su 1-3/+3
2021-09-03kbuild: merge vmlinux_link() between ARCH=um and other architecturesGravatar Masahiro Yamada 1-33/+23
2021-09-03kbuild: do not remove 'linux' link in scripts/link-vmlinux.shGravatar Masahiro Yamada 1-1/+0
2021-09-03kbuild: merge vmlinux_link() between the ordinary link and Clang LTOGravatar Masahiro Yamada 1-16/+14
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-3/+1
2021-06-29kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21Gravatar Andrii Nakryiko 1-0/+4
2021-05-27kbuild: Quote OBJCOPY var to avoid a pahole call break the buildGravatar Javier Martinez Canillas 1-1/+1
2021-05-27kbuild: clean up ${quiet} checks in shell scriptsGravatar Masahiro Yamada 1-3/+1
2021-05-06kbuild: Don't remove link-vmlinux temporary files on exit/signalGravatar Andi Kleen 1-14/+0
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+12
2021-04-25kbuild: apply fixdep logic to link-vmlinux.shGravatar Rasmus Villemoes 1-0/+4
2021-04-25kbuild: add CONFIG_VMLINUX_MAP expert optionGravatar Rasmus Villemoes 1-0/+8
2021-04-13bpf: Generate BTF_KIND_FLOAT when linking vmlinuxGravatar Ilya Leoshkevich 1-1/+6
2021-02-23kbuild: lto: postpone objtoolGravatar Sami Tolvanen 1-3/+25
2021-02-23objtool: Split noinstr validation from --vmlinuxGravatar Sami Tolvanen 1-1/+1
2021-02-23objtool: Don't autodetect vmlinux.oGravatar Sami Tolvanen 1-1/+1
2021-01-14init: lto: ensure initcall orderingGravatar Sami Tolvanen 1-0/+15