summaryrefslogtreecommitdiffstats
path: root/scripts/link-vmlinux.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-09-241-1/+1
|\
| * kbuild: remove recent dependency on "truncate" programTony Battersby2024-09-071-1/+1
* | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-09-211-13/+1
|\ \ | |/ |/|
| * btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debugMasahiro Yamada2024-09-131-12/+0
| * btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.shMasahiro Yamada2024-09-131-1/+1
* | Merge tag 'kbuild-fixes-v6.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-08-231-1/+2
|\ \ | |/ |/|
| * kbuild: avoid scripts/kallsyms parsing /dev/nullMasahiro Yamada2024-08-121-1/+2
* | kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbolsSong Liu2024-08-151-4/+0
|/
* kallsyms: get rid of code for absolute kallsymsJann Horn2024-07-201-4/+0
* kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada2024-07-161-17/+24
* kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada2024-07-161-2/+7
* kbuild: refactor variables in scripts/link-vmlinux.shMasahiro Yamada2024-07-161-31/+34
* kbuild: explicitly run mksysmap as sed script from link-vmlinux.shRichard Acayan2024-06-071-1/+1
* kbuild: remove a stale comment about cleaning in link-vmlinux.shMasahiro Yamada2024-05-291-1/+0
* kbuild: fix short log for AS in link-vmlinux.shMasahiro Yamada2024-05-291-1/+1
* kbuild: change scripts/mksysmap into sed scriptMasahiro Yamada2024-05-291-1/+1
* kbuild: avoid unneeded kallsyms step 3Masahiro Yamada2024-05-291-3/+3
* kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor2024-02-151-2/+7
* Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-04-301-3/+3
|\
| * scripts/kallsyms: exclude symbols generated by itself dynamicallyMasahiro Yamada2023-04-171-3/+3
* | scripts/link-vmlinux.sh: fix error message presentationAndrew Morton2023-04-081-1/+1
|/
* kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yZhen Lei2022-11-121-0/+4
* kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada2022-10-031-5/+0
* kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada2022-10-031-7/+0
* kallsyms: take the input file instead of reading stdinMasahiro Yamada2022-10-021-1/+1
* kbuild: reuse mksysmap output for kallsymsMasahiro Yamada2022-10-021-6/+5
* kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-6/+4
* kbuild: unify two modpost invocationsMasahiro Yamada2022-09-291-3/+0
* kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada2022-09-291-3/+0
* kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada2022-09-291-18/+0
* kbuild: build init/built-in.a just onceMasahiro Yamada2022-09-291-13/+4
* kbuild: factor out the common objtool argumentsMasahiro Yamada2022-06-051-71/+0
* kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_oMasahiro Yamada2022-06-051-40/+1
* kbuild: clean .tmp_* pattern by make cleanMasahiro Yamada2022-06-051-3/+0
* kbuild: remove redundant cleanups in scripts/link-vmlinux.shMasahiro Yamada2022-06-011-2/+0
* kbuild: do not try to parse *.cmd files for objects provided by compilerMasahiro Yamada2022-05-291-1/+8
* Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-261-20/+20
|\
| * kbuild: stop merging *.symversionsMasahiro Yamada2022-05-241-19/+0
| * kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada2022-05-241-1/+9
| * kbuild: generate a list of objects in vmlinuxMasahiro Yamada2022-05-111-0/+11
* | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-23/+39
|\ \
| * | objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf2022-04-221-5/+3
| * | objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf2022-04-221-1/+1
| * | objtool: Make noinstr hacks optionalJosh Poimboeuf2022-04-221-0/+4
| * | objtool: Make jump label hack optionalJosh Poimboeuf2022-04-221-0/+4
| * | objtool: Make static call annotation optionalJosh Poimboeuf2022-04-221-1/+4
| * | objtool: Make stack validation frame-pointer-specificJosh Poimboeuf2022-04-221-4/+0
| * | objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-14/+18
| * | objtool: Make stack validation optionalJosh Poimboeuf2022-04-221-0/+4
| * | objtool: Ditch subcommandsJosh Poimboeuf2022-04-221-8/+5