summaryrefslogtreecommitdiffstats
path: root/scripts/link-vmlinux.sh
Commit message (Expand)AuthorAgeFilesLines
* bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-03-191-14/+10
* kbuild: Remove debug info from kallsyms linkingKees Cook2020-03-041-9/+19
* kbuild: fix mismatch between .version and include/generated/compile.hMasahiro Yamada2020-02-111-1/+1
* Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-02-011-0/+4
|\
| * kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada2020-01-071-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-2/+2
|\ \
| * | bpf, btf: Always output invariant hit in pahole DWARF to BTF transformChris Down2020-01-221-2/+2
| |/
* | x86/unwind/orc: Remove boot-time ORC unwind tables sortingShile Zhang2019-12-131-1/+4
* | scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang2019-12-131-5/+5
|/
* bpf: Force .BTF section start to zero when dumping from vmlinuxStanislav Fomichev2019-11-291-2/+3
* bpf: Support pre-2.25-binutils objcopy for vmlinux BTFStanislav Fomichev2019-11-271-1/+6
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-19/+21
|\
| * kbuild: Parameterize kallsyms generation and correct reportingKees Cook2019-08-211-19/+19
* | kbuild: replace BASH-specific ${@:2} with shift and ${@}Andrii Nakryiko2019-09-061-5/+11
* | btf: do not use CONFIG_OUTPUT_FORMATIlya Leoshkevich2019-08-211-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-131-19/+33
|\ \ | |/ |/|
| * btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko2019-08-131-9/+9
| * btf: expose BTF info through sysfsAndrii Nakryiko2019-08-131-19/+33
* | kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada2019-08-011-1/+1
|/
* Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-05-081-0/+3
|\
| * moduleparam: Save information about built-in modules in separate fileAlexey Gladkov2019-05-071-0/+3
* | kbuild: tolerate missing pahole when generating BTFAndrii Nakryiko2019-05-061-0/+5
* | kbuild: handle old pahole more gracefully when generating BTFAndrii Nakryiko2019-04-161-1/+1
* | kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko2019-04-031-1/+19
|/
* kbuild: source include/config/auto.conf instead of ${KCONFIG_CONFIG}Masahiro Yamada2019-03-141-8/+1
* kbuild: merge KBUILD_VMLINUX_{INIT,MAIN} into KBUILD_VMLINUX_OBJSMasahiro Yamada2019-01-281-18/+10
* kbuild: remove top-level built-in.aMasahiro Yamada2019-01-281-24/+6
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-2/+2
* kallsyms: remove symbol prefix supportMasahiro Yamada2018-05-171-4/+0
* kbuild: Use ls(1) instead of stat(1) to obtain file sizeMichael Forney2018-03-261-2/+2
* kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-261-10/+10
* kbuild: remove incremental linking optionNicholas Piggin2018-03-261-59/+32
* kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignmentCao jin2018-03-021-1/+1
* Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-171-10/+5
|\
| * kbuild: link-vmlinux.sh: simplify .version incrementMasahiro Yamada2017-10-091-10/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* kbuild: handle libs-y archives separately from built-in.o archivesNicholas Piggin2017-06-301-9/+36
* kbuild: thin archives use P option to arNicholas Piggin2017-06-301-1/+1
* kbuild: thin archives final link close --whole-archives optionNicholas Piggin2017-06-301-3/+3
* kbuild: minor improvement for thin archives buildNicholas Piggin2016-11-291-9/+9
* kbuild: kallsyms allow 3-pass generation if symbols size has changedNicholas Piggin2016-11-291-6/+13
* kbuild: allow architectures to use thin archives instead of ld -rStephen Rothwell2016-09-091-11/+60
* GCC plugin infrastructureEmese Revfy2016-06-071-1/+1
* ARM: 8552/1: kallsyms: remove special lower address limit for CONFIG_ARMArd Biesheuvel2016-04-071-4/+0
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-03-241-3/+4
|\
| * scripts/link-vmlinux.sh: force error on kallsyms failureArd Biesheuvel2016-02-081-3/+4
* | kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel2016-03-151-0/+4
* | x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel2016-03-151-1/+1
|/
* um: link with -lpthreadVegard Nossum2016-01-101-1/+1
* arch: um: fix error when linking vmlinux.Lorenzo Colitti2015-12-081-1/+1