aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/link-vmlinux.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-24/+25
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+3
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initYinan Liu1-3/+3
2022-01-08kbuild: do not include include/config/auto.conf from shell scriptsMasahiro Yamada1-23/+24
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra1-0/+3
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+3
2021-11-01kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa1-10/+1
2021-10-12scripts: update the comments of kallsyms supportHui Su1-3/+3
2021-09-03kbuild: merge vmlinux_link() between ARCH=um and other architecturesMasahiro Yamada1-33/+23
2021-09-03kbuild: do not remove 'linux' link in scripts/link-vmlinux.shMasahiro Yamada1-1/+0
2021-09-03kbuild: merge vmlinux_link() between the ordinary link and Clang LTOMasahiro Yamada1-16/+14
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+1
2021-06-29kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21Andrii Nakryiko1-0/+4
2021-05-27kbuild: Quote OBJCOPY var to avoid a pahole call break the buildJavier Martinez Canillas1-1/+1
2021-05-27kbuild: clean up ${quiet} checks in shell scriptsMasahiro Yamada1-3/+1
2021-05-06kbuild: Don't remove link-vmlinux temporary files on exit/signalAndi Kleen1-14/+0
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+12
2021-04-25kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes1-0/+4
2021-04-25kbuild: add CONFIG_VMLINUX_MAP expert optionRasmus Villemoes1-0/+8
2021-04-13bpf: Generate BTF_KIND_FLOAT when linking vmlinuxIlya Leoshkevich1-1/+6
2021-02-23kbuild: lto: postpone objtoolSami Tolvanen1-3/+25
2021-02-23objtool: Split noinstr validation from --vmlinuxSami Tolvanen1-1/+1
2021-02-23objtool: Don't autodetect vmlinux.oSami Tolvanen1-1/+1
2021-01-14init: lto: ensure initcall orderingSami Tolvanen1-0/+15
2021-01-14kbuild: lto: fix module versioningSami Tolvanen1-1/+22
2021-01-14kbuild: add support for Clang LTOSami Tolvanen1-8/+24
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-10/+10
2020-10-09kbuild: split the build log of kallsymsMasahiro Yamada1-10/+10
2020-09-23bpf: Check CONFIG_BPF option for resolve_btfidsJiri Olsa1-3/+3
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+4
2020-08-10kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada1-0/+4
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa1-0/+6
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+2
2020-06-09scripts: Require pahole v1.16 when generating BTFLorenz Bauer1-2/+2
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+0
2020-06-06modpost: generate vmlinux.symvers and reuse it for the second modpostMasahiro Yamada1-2/+0
2020-04-22kbuild/objtool: Add objtool-vmlinux.o passPeter Zijlstra1-0/+24
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song1-14/+10
2020-03-04kbuild: Remove debug info from kallsyms linkingKees Cook1-9/+19
2020-02-11kbuild: fix mismatch between .version and include/generated/compile.hMasahiro Yamada1-1/+1
2020-02-01Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+4
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-01-22bpf, btf: Always output invariant hit in pahole DWARF to BTF transformChris Down1-2/+2
2020-01-07kbuild: create modules.builtin without Makefile.modbuiltin or tristate.confMasahiro Yamada1-0/+4
2019-12-13x86/unwind/orc: Remove boot-time ORC unwind tables sortingShile Zhang1-1/+4
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang1-5/+5
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