aboutsummaryrefslogtreecommitdiff
path: root/scripts/link-vmlinux.sh
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-10/+10
2020-10-09kbuild: split the build log of kallsymsGravatar Masahiro Yamada 1-10/+10
2020-09-23bpf: Check CONFIG_BPF option for resolve_btfidsGravatar Jiri Olsa 1-3/+3
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+4
2020-08-10kbuild: do not export LDFLAGS_vmlinuxGravatar Masahiro Yamada 1-0/+4
2020-07-13bpf: Resolve BTF IDs in vmlinux imageGravatar Jiri Olsa 1-0/+6
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-2/+2
2020-06-09scripts: Require pahole v1.16 when generating BTFGravatar Lorenz Bauer 1-2/+2
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+0
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostGravatar Masahiro Yamada 1-2/+0
2020-04-22kbuild/objtool: Add objtool-vmlinux.o passGravatar Peter Zijlstra 1-0/+24
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFGravatar Fangrui Song 1-14/+10
2020-03-04kbuild: Remove debug info from kallsyms linkingGravatar Kees Cook 1-9/+19
2020-02-11kbuild: fix mismatch between .version and include/generated/compile.hGravatar Masahiro Yamada 1-1/+1
2020-02-01Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+4
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-2/+2
2020-01-22bpf, btf: Always output invariant hit in pahole DWARF to BTF transformGravatar Chris Down 1-2/+2
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confGravatar Masahiro Yamada 1-0/+4
2019-12-13x86/unwind/orc: Remove boot-time ORC unwind tables sortingGravatar Shile Zhang 1-1/+4
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Gravatar Shile Zhang 1-5/+5
2019-11-29bpf: Force .BTF section start to zero when dumping from vmlinuxGravatar Stanislav Fomichev 1-2/+3
2019-11-27bpf: Support pre-2.25-binutils objcopy for vmlinux BTFGravatar Stanislav Fomichev 1-1/+6
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-19/+21
2019-09-06kbuild: replace BASH-specific ${@:2} with shift and ${@}Gravatar Andrii Nakryiko 1-5/+11
2019-08-21btf: do not use CONFIG_OUTPUT_FORMATGravatar Ilya Leoshkevich 1-2/+4
2019-08-21kbuild: Parameterize kallsyms generation and correct reportingGravatar Kees Cook 1-19/+19
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-19/+33
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxGravatar Andrii Nakryiko 1-9/+9
2019-08-13btf: expose BTF info through sysfsGravatar Andrii Nakryiko 1-19/+33
2019-08-01kbuild: modpost: do not parse unnecessary rules for vmlinux modpostGravatar Masahiro Yamada 1-1/+1
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+3
2019-05-07moduleparam: Save information about built-in modules in separate fileGravatar Alexey Gladkov 1-0/+3
2019-05-06kbuild: tolerate missing pahole when generating BTFGravatar Andrii Nakryiko 1-0/+5
2019-04-16kbuild: handle old pahole more gracefully when generating BTFGravatar Andrii Nakryiko 1-1/+1
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxGravatar Andrii Nakryiko 1-1/+19
2019-03-14kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}Gravatar Masahiro Yamada 1-8/+1
2019-01-28kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJSGravatar Masahiro Yamada 1-18/+10
2019-01-28kbuild: remove top-level built-in.aGravatar Masahiro Yamada 1-24/+6
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-2/+2
2018-05-17kallsyms: remove symbol prefix supportGravatar Masahiro Yamada 1-4/+0
2018-03-26kbuild: Use ls(1) instead of stat(1) to obtain file sizeGravatar Michael Forney 1-2/+2
2018-03-26kbuild: rename built-in.o to built-in.aGravatar Nicholas Piggin 1-10/+10
2018-03-26kbuild: remove incremental linking optionGravatar Nicholas Piggin 1-59/+32
2018-03-02kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignmentGravatar Cao jin 1-1/+1
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-10/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-09kbuild: link-vmlinux.sh: simplify .version incrementGravatar Masahiro Yamada 1-10/+5
2017-06-30kbuild: handle libs-y archives separately from built-in.o archivesGravatar Nicholas Piggin 1-9/+36
2017-06-30kbuild: thin archives use P option to arGravatar Nicholas Piggin 1-1/+1
2017-06-30kbuild: thin archives final link close --whole-archives optionGravatar Nicholas Piggin 1-3/+3