aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/link-vmlinux.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-9/+15
2025-03-27Merge tag 'trace-sorttable-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+3
2025-03-17kbuild: link-vmlinux.sh: Make output file name configurableArd Biesheuvel1-7/+8
2025-03-15kbuild: do not generate .tmp_vmlinux*.map when CONFIG_VMLINUX_MAP=yMasahiro Yamada1-2/+7
2025-02-18scripts/sorttable: Zero out weak functions in mcount_loc tableSteven Rostedt1-1/+3
2025-02-18kallsyms: Remove KALLSYMS_ABSOLUTE_PERCPUBrian Gerst1-4/+0
2024-12-10kbuild/btf: Propagate CONFIG_WERROR to resolve_btfidsThomas Weißschuh1-1/+5
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-6/+10
2024-11-28kbuild: rename .tmp_vmlinux.kallsyms0.syms to .tmp_vmlinux0.symsSedat Dilek1-6/+6
2024-11-04kbuild: add generic support for built-in boot DTBsMasahiro Yamada1-0/+4
2024-10-31kbuild: Add generic hook for architectures to use before the final vmlinux linkNaveen N Rao1-1/+6
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-13/+1
2024-09-13btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debugMasahiro Yamada1-12/+0
2024-09-13btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.shMasahiro Yamada1-1/+1
2024-09-07kbuild: remove recent dependency on "truncate" programTony Battersby1-1/+1
2024-08-23Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus 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-16kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada1-17/+24
2024-07-16kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada1-2/+7
2024-07-16kbuild: 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/masahiroy/linux-kbuildLinus 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-12kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yZhen Lei1-0/+4
2022-10-03kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada1-5/+0
2022-10-03kbuild: 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-29kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada1-3/+0
2022-09-29kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada1-18/+0
2022-09-29kbuild: 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/masahiroy/linux-kbuildLinus Torvalds1-20/+20
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+39
2022-05-24kbuild: stop merging *.symversionsMasahiro Yamada1-19/+0