aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/link-vmlinux.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-29bpf: Force .BTF section start to zero when dumping from vmlinuxStanislav Fomichev1-2/+3
2019-11-27bpf: Support pre-2.25-binutils objcopy for vmlinux BTFStanislav Fomichev1-1/+6
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-19/+21
2019-09-06kbuild: replace BASH-specific ${@:2} with shift and ${@}Andrii Nakryiko1-5/+11
2019-08-21btf: do not use CONFIG_OUTPUT_FORMATIlya Leoshkevich1-2/+4
2019-08-21kbuild: Parameterize kallsyms generation and correct reportingKees Cook1-19/+19
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-19/+33
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko1-9/+9
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko1-19/+33
2019-08-01kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada1-1/+1
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+3
2019-05-07moduleparam: Save information about built-in modules in separate fileAlexey Gladkov1-0/+3
2019-05-06kbuild: tolerate missing pahole when generating BTFAndrii Nakryiko1-0/+5
2019-04-16kbuild: handle old pahole more gracefully when generating BTFAndrii Nakryiko1-1/+1
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko1-1/+19
2019-03-14kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}Masahiro Yamada1-8/+1
2019-01-28kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJSMasahiro Yamada1-18/+10
2019-01-28kbuild: remove top-level built-in.aMasahiro Yamada1-24/+6
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-2/+2
2018-05-17kallsyms: remove symbol prefix supportMasahiro Yamada1-4/+0
2018-03-26kbuild: Use ls(1) instead of stat(1) to obtain file sizeMichael Forney1-2/+2
2018-03-26kbuild: rename built-in.o to built-in.aNicholas Piggin1-10/+10
2018-03-26kbuild: remove incremental linking optionNicholas Piggin1-59/+32
2018-03-02kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignmentCao jin1-1/+1
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-10/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09kbuild: link-vmlinux.sh: simplify .version incrementMasahiro Yamada1-10/+5
2017-06-30kbuild: handle libs-y archives separately from built-in.o archivesNicholas Piggin1-9/+36
2017-06-30kbuild: thin archives use P option to arNicholas Piggin1-1/+1
2017-06-30kbuild: thin archives final link close --whole-archives optionNicholas Piggin1-3/+3
2016-11-29kbuild: minor improvement for thin archives buildNicholas Piggin1-9/+9
2016-11-29kbuild: kallsyms allow 3-pass generation if symbols size has changedNicholas Piggin1-6/+13
2016-09-09kbuild: allow architectures to use thin archives instead of ld -rStephen Rothwell1-11/+60
2016-06-07GCC plugin infrastructureEmese Revfy1-1/+1
2016-04-07ARM: 8552/1: kallsyms: remove special lower address limit for CONFIG_ARMArd Biesheuvel1-4/+0
2016-03-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-3/+4
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel1-0/+4
2016-03-15x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel1-1/+1
2016-02-08scripts/link-vmlinux.sh: force error on kallsyms failureArd Biesheuvel1-3/+4
2016-01-10um: link with -lpthreadVegard Nossum1-1/+1
2015-12-08arch: um: fix error when linking vmlinux.Lorenzo Colitti1-1/+1
2015-05-21scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP KernelMaxime Coquelin1-1/+1
2015-05-07scripts: fix link-vmlinux.sh bash-ismSylvain BERTRAND1-2/+14
2014-08-20kbuild: Make scripts executableMichal Marek1-0/+0
2014-03-17kallsyms: fix percpu vars on x86-64 with relocation.Rusty Russell1-0/+4
2013-12-10scripts/link-vmlinux.sh: only filter kernel symbols for armMing Lei1-1/+3
2013-11-02scripts/kallsyms: filter symbols not in kernel address spaceMing Lei1-0/+2
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-3/+2
2013-02-25kbuild: Fix reading of .config in link-vmlinux.shMichal Marek1-1/+8
2013-02-22scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIGMichael Grzeschik1-1/+1