aboutsummaryrefslogtreecommitdiff
path: root/scripts/link-vmlinux.sh
AgeCommit message (Expand)AuthorFilesLines
2024-02-15kbuild: Fix changing ELF file type for output of gen_btf for big endianGravatar Nathan Chancellor 1-2/+7
2023-04-30Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-3/+3
2023-04-17scripts/kallsyms: exclude symbols generated by itself dynamicallyGravatar Masahiro Yamada 1-3/+3
2023-04-08scripts/link-vmlinux.sh: fix error message presentationGravatar Andrew Morton 1-1/+1
2022-11-12kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yGravatar Zhen Lei 1-0/+4
2022-10-03kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedGravatar Masahiro Yamada 1-5/+0
2022-10-03kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oGravatar Masahiro Yamada 1-7/+0
2022-10-02kallsyms: take the input file instead of reading stdinGravatar Masahiro Yamada 1-1/+1
2022-10-02kbuild: reuse mksysmap output for kallsymsGravatar Masahiro Yamada 1-6/+5
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headGravatar Masahiro Yamada 1-6/+4
2022-09-29kbuild: unify two modpost invocationsGravatar Masahiro Yamada 1-3/+0
2022-09-29kbuild: move vmlinux.o rule to the top MakefileGravatar Masahiro Yamada 1-3/+0
2022-09-29kbuild: move .vmlinux.objs rule to Makefile.modpostGravatar Masahiro Yamada 1-18/+0
2022-09-29kbuild: build init/built-in.a just onceGravatar Masahiro Yamada 1-13/+4
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