summaryrefslogtreecommitdiffstats
path: root/scripts/link-vmlinux.sh
AgeCommit message (Expand)AuthorLines
2024-02-15kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor-2/+7
2023-04-30Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-3/+3
2023-04-17scripts/kallsyms: exclude symbols generated by itself dynamicallyMasahiro Yamada-3/+3
2023-04-08scripts/link-vmlinux.sh: fix error message presentationAndrew Morton-1/+1
2022-11-12kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yZhen Lei-0/+4
2022-10-03kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada-5/+0
2022-10-03kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada-7/+0
2022-10-02kallsyms: take the input file instead of reading stdinMasahiro Yamada-1/+1
2022-10-02kbuild: reuse mksysmap output for kallsymsMasahiro Yamada-6/+5
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada-6/+4
2022-09-29kbuild: unify two modpost invocationsMasahiro Yamada-3/+0
2022-09-29kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada-3/+0
2022-09-29kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada-18/+0
2022-09-29kbuild: build init/built-in.a just onceMasahiro Yamada-13/+4
2022-06-05kbuild: factor out the common objtool argumentsMasahiro Yamada-71/+0
2022-06-05kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_oMasahiro Yamada-40/+1
2022-06-05kbuild: clean .tmp_* pattern by make cleanMasahiro Yamada-3/+0
2022-06-01kbuild: remove redundant cleanups in scripts/link-vmlinux.shMasahiro Yamada-2/+0
2022-05-29kbuild: do not try to parse *.cmd files for objects provided by compilerMasahiro Yamada-1/+8
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-20/+20
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-23/+39
2022-05-24kbuild: stop merging *.symversionsMasahiro Yamada-19/+0
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada-1/+9
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2022-05-11kbuild: generate a list of objects in vmlinuxMasahiro Yamada-0/+11
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf-5/+3
2022-04-22objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf-1/+1
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf-0/+4
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf-0/+4
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf-1/+4
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf-4/+0
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf-14/+18
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf-0/+4
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf-8/+5
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf-11/+19
2022-04-19objtool: Enable unreachable warnings for CLANG LTOJosh Poimboeuf-1/+1
2022-04-04x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov-3/+3
2022-04-02kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.shMasahiro Yamada-1/+1
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra-2/+8
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra-1/+1
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-24/+25
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-3/+3
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initYinan Liu-3/+3
2022-01-08kbuild: do not include include/config/auto.conf from shell scriptsMasahiro Yamada-23/+24
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra-0/+3
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-3/+3
2021-11-01kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa-10/+1
2021-10-12scripts: update the comments of kallsyms supportHui Su-3/+3
2021-09-03kbuild: merge vmlinux_link() between ARCH=um and other architecturesMasahiro Yamada-33/+23
2021-09-03kbuild: do not remove 'linux' link in scripts/link-vmlinux.shMasahiro Yamada-1/+0