summaryrefslogtreecommitdiff
path: root/scripts/link-vmlinux.sh
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-13/+1
2024-09-14btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debugMasahiro Yamada1-12/+0
2024-09-14btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.shMasahiro Yamada1-1/+1
2024-08-23Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2024-08-15kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbolsSong Liu1-4/+0
2024-08-12kbuild: avoid scripts/kallsyms parsing /dev/nullMasahiro Yamada1-1/+2
2024-07-20kallsyms: get rid of code for absolute kallsymsJann Horn1-4/+0
2024-07-15kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada1-17/+24
2024-07-15kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada1-2/+7
2024-07-15kbuild: refactor variables in scripts/link-vmlinux.shMasahiro Yamada1-31/+34
2024-06-07kbuild: explicitly run mksysmap as sed script from link-vmlinux.shRichard Acayan1-1/+1
2024-05-29kbuild: remove a stale comment about cleaning in link-vmlinux.shMasahiro Yamada1-1/+0
2024-05-29kbuild: fix short log for AS in link-vmlinux.shMasahiro Yamada1-1/+1
2024-05-29kbuild: change scripts/mksysmap into sed scriptMasahiro Yamada1-1/+1
2024-05-29kbuild: avoid unneeded kallsyms step 3Masahiro Yamada1-3/+3
2024-02-15kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor1-2/+7
2023-04-30Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-3/+3
2023-04-17scripts/kallsyms: exclude symbols generated by itself dynamicallyMasahiro Yamada1-3/+3
2023-04-08scripts/link-vmlinux.sh: fix error message presentationAndrew Morton1-1/+1
2022-11-13kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yZhen Lei1-0/+4
2022-10-02kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada1-5/+0
2022-10-02kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada1-7/+0
2022-10-02kallsyms: take the input file instead of reading stdinMasahiro Yamada1-1/+1
2022-10-02kbuild: reuse mksysmap output for kallsymsMasahiro Yamada1-6/+5
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-6/+4
2022-09-29kbuild: unify two modpost invocationsMasahiro Yamada1-3/+0
2022-09-28kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada1-3/+0
2022-09-28kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada1-18/+0
2022-09-28kbuild: build init/built-in.a just onceMasahiro Yamada1-13/+4
2022-06-05kbuild: factor out the common objtool argumentsMasahiro Yamada1-71/+0
2022-06-05kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_oMasahiro Yamada1-40/+1
2022-06-05kbuild: clean .tmp_* pattern by make cleanMasahiro Yamada1-3/+0
2022-06-01kbuild: remove redundant cleanups in scripts/link-vmlinux.shMasahiro Yamada1-2/+0
2022-05-29kbuild: do not try to parse *.cmd files for objects provided by compilerMasahiro Yamada1-1/+8
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-20/+20
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-23/+39
2022-05-24kbuild: stop merging *.symversionsMasahiro Yamada1-19/+0
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada1-1/+9
2022-05-24Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2022-05-11kbuild: generate a list of objects in vmlinuxMasahiro Yamada1-0/+11
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf1-5/+3
2022-04-22objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf1-1/+1
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf1-0/+4
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf1-0/+4
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf1-1/+4
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf1-4/+0
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-14/+18
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf1-0/+4
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf1-8/+5
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf1-11/+19