summaryrefslogtreecommitdiffstats
path: root/scripts/link-vmlinux.sh
Commit message (Expand)AuthorAgeFilesLines
* kbuild: merge vmlinux_link() between ARCH=um and other architecturesMasahiro Yamada2021-09-031-33/+23
* kbuild: do not remove 'linux' link in scripts/link-vmlinux.shMasahiro Yamada2021-09-031-1/+0
* kbuild: merge vmlinux_link() between the ordinary link and Clang LTOMasahiro Yamada2021-09-031-16/+14
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-3/+1
|\
| * kbuild: clean up ${quiet} checks in shell scriptsMasahiro Yamada2021-05-271-3/+1
* | kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21Andrii Nakryiko2021-06-291-0/+4
* | kbuild: Quote OBJCOPY var to avoid a pahole call break the buildJavier Martinez Canillas2021-05-271-1/+1
|/
* kbuild: Don't remove link-vmlinux temporary files on exit/signalAndi Kleen2021-05-061-14/+0
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-0/+12
|\
| * kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes2021-04-251-0/+4
| * kbuild: add CONFIG_VMLINUX_MAP expert optionRasmus Villemoes2021-04-251-0/+8
* | bpf: Generate BTF_KIND_FLOAT when linking vmlinuxIlya Leoshkevich2021-04-131-1/+6
|/
* kbuild: lto: postpone objtoolSami Tolvanen2021-02-231-3/+25
* objtool: Split noinstr validation from --vmlinuxSami Tolvanen2021-02-231-1/+1
* objtool: Don't autodetect vmlinux.oSami Tolvanen2021-02-231-1/+1
* init: lto: ensure initcall orderingSami Tolvanen2021-01-141-0/+15
* kbuild: lto: fix module versioningSami Tolvanen2021-01-141-1/+22
* kbuild: add support for Clang LTOSami Tolvanen2021-01-141-8/+24
* Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-10/+10
|\
| * kbuild: split the build log of kallsymsMasahiro Yamada2020-10-091-10/+10
* | bpf: Check CONFIG_BPF option for resolve_btfidsJiri Olsa2020-09-231-3/+3
|/
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-0/+4
|\
| * kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada2020-08-101-0/+4
* | bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-131-2/+2
|\
| * scripts: Require pahole v1.16 when generating BTFLorenz Bauer2020-06-091-2/+2
* | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-2/+0
|\ \ | |/ |/|
| * modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada2020-06-061-2/+0
* | kbuild/objtool: Add objtool-vmlinux.o passPeter Zijlstra2020-04-221-0/+24
|/
* 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