summaryrefslogtreecommitdiffstats
path: root/scripts/link-vmlinux.sh
AgeCommit message (Expand)AuthorLines
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-9/+15
2025-03-27Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+3
2025-03-17kbuild: link-vmlinux.sh: Make output file name configurableArd Biesheuvel-7/+8
2025-03-15kbuild: do not generate .tmp_vmlinux*.map when CONFIG_VMLINUX_MAP=yMasahiro Yamada-2/+7
2025-02-18scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt-1/+3
2025-02-18kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPUBrian Gerst-4/+0
2024-12-10kbuild/btf: Propagate CONFIG_WERROR to resolve_btfidsThomas Weißschuh-1/+5
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-6/+10
2024-11-28kbuild: rename .tmp_vmlinux.kallsyms0.syms to .tmp_vmlinux0.symsSedat Dilek-6/+6
2024-11-04kbuild: add generic support for built-in boot DTBsMasahiro Yamada-0/+4
2024-10-31kbuild: Add generic hook for architectures to use before the final vmlinux linkNaveen N Rao-1/+6
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-13/+1
2024-09-13btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debugMasahiro Yamada-12/+0
2024-09-13btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.shMasahiro Yamada-1/+1
2024-09-07kbuild: remove recent dependency on "truncate" programTony Battersby-1/+1
2024-08-23Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+2
2024-08-15kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbolsSong Liu-4/+0
2024-08-12kbuild: avoid scripts/kallsyms parsing /dev/nullMasahiro Yamada-1/+2
2024-07-20kallsyms: get rid of code for absolute kallsymsJann Horn-4/+0
2024-07-16kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada-17/+24
2024-07-16kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada-2/+7
2024-07-16kbuild: refactor variables in scripts/link-vmlinux.shMasahiro Yamada-31/+34
2024-06-07kbuild: explicitly run mksysmap as sed script from link-vmlinux.shRichard Acayan-1/+1
2024-05-29kbuild: remove a stale comment about cleaning in link-vmlinux.shMasahiro Yamada-1/+0
2024-05-29kbuild: fix short log for AS in link-vmlinux.shMasahiro Yamada-1/+1
2024-05-29kbuild: change scripts/mksysmap into sed scriptMasahiro Yamada-1/+1
2024-05-29kbuild: avoid unneeded kallsyms step 3Masahiro Yamada-3/+3
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