summaryrefslogtreecommitdiffstats
path: root/scripts/link-vmlinux.sh
AgeCommit message (Expand)AuthorLines
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-2/+2
2020-06-09scripts: Require pahole v1.16 when generating BTFLorenz Bauer-2/+2
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+0
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada-2/+0
2020-04-22kbuild/objtool: Add objtool-vmlinux.o passPeter Zijlstra-0/+24
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song-14/+10
2020-03-04kbuild: Remove debug info from kallsyms linkingKees Cook-9/+19
2020-02-11kbuild: fix mismatch between .version and include/generated/compile.hMasahiro Yamada-1/+1
2020-02-01Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-0/+4
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-2/+2
2020-01-22bpf, btf: Always output invariant hit in pahole DWARF to BTF transformChris Down-2/+2
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada-0/+4
2019-12-13x86/unwind/orc: Remove boot-time ORC unwind tables sortingShile Zhang-1/+4
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang-5/+5
2019-11-29bpf: Force .BTF section start to zero when dumping from vmlinuxStanislav Fomichev-2/+3
2019-11-27bpf: Support pre-2.25-binutils objcopy for vmlinux BTFStanislav Fomichev-1/+6
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-19/+21
2019-09-06kbuild: replace BASH-specific ${@:2} with shift and ${@}Andrii Nakryiko-5/+11
2019-08-21btf: do not use CONFIG_OUTPUT_FORMATIlya Leoshkevich-2/+4
2019-08-21kbuild: Parameterize kallsyms generation and correct reportingKees Cook-19/+19
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-19/+33
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko-9/+9
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko-19/+33
2019-08-01kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada-1/+1
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-0/+3
2019-05-07moduleparam: Save information about built-in modules in separate fileAlexey Gladkov-0/+3
2019-05-06kbuild: tolerate missing pahole when generating BTFAndrii Nakryiko-0/+5
2019-04-16kbuild: handle old pahole more gracefully when generating BTFAndrii Nakryiko-1/+1
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko-1/+19
2019-03-14kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}Masahiro Yamada-8/+1
2019-01-28kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJSMasahiro Yamada-18/+10
2019-01-28kbuild: remove top-level built-in.aMasahiro Yamada-24/+6
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-2/+2
2018-05-17kallsyms: remove symbol prefix supportMasahiro Yamada-4/+0
2018-03-26kbuild: Use ls(1) instead of stat(1) to obtain file sizeMichael Forney-2/+2
2018-03-26kbuild: rename built-in.o to built-in.aNicholas Piggin-10/+10
2018-03-26kbuild: remove incremental linking optionNicholas Piggin-59/+32
2018-03-02kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignmentCao jin-1/+1
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-10/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-09kbuild: link-vmlinux.sh: simplify .version incrementMasahiro Yamada-10/+5
2017-06-30kbuild: handle libs-y archives separately from built-in.o archivesNicholas Piggin-9/+36
2017-06-30kbuild: thin archives use P option to arNicholas Piggin-1/+1
2017-06-30kbuild: thin archives final link close --whole-archives optionNicholas Piggin-3/+3
2016-11-29kbuild: minor improvement for thin archives buildNicholas Piggin-9/+9
2016-11-29kbuild: kallsyms allow 3-pass generation if symbols size has changedNicholas Piggin-6/+13
2016-09-09kbuild: allow architectures to use thin archives instead of ld -rStephen Rothwell-11/+60
2016-06-07GCC plugin infrastructureEmese Revfy-1/+1
2016-04-07ARM: 8552/1: kallsyms: remove special lower address limit for CONFIG_ARMArd Biesheuvel-4/+0
2016-03-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-3/+4