summaryrefslogtreecommitdiffstats
path: root/scripts/link-vmlinux.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-261-20/+20
|\
| * kbuild: stop merging *.symversionsMasahiro Yamada2022-05-241-19/+0
| * kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada2022-05-241-1/+9
| * kbuild: generate a list of objects in vmlinuxMasahiro Yamada2022-05-111-0/+11
* | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-23/+39
|\ \
| * | objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf2022-04-221-5/+3
| * | objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf2022-04-221-1/+1
| * | objtool: Make noinstr hacks optionalJosh Poimboeuf2022-04-221-0/+4
| * | objtool: Make jump label hack optionalJosh Poimboeuf2022-04-221-0/+4
| * | objtool: Make static call annotation optionalJosh Poimboeuf2022-04-221-1/+4
| * | objtool: Make stack validation frame-pointer-specificJosh Poimboeuf2022-04-221-4/+0
| * | objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-14/+18
| * | objtool: Make stack validation optionalJosh Poimboeuf2022-04-221-0/+4
| * | objtool: Ditch subcommandsJosh Poimboeuf2022-04-221-8/+5
| * | objtool: Reorganize cmdline optionsJosh Poimboeuf2022-04-221-11/+19
* | | Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-241-3/+3
|\ \ \ | |/ / |/| |
| * | x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov2022-04-041-3/+3
| |/
* / objtool: Enable unreachable warnings for CLANG LTOJosh Poimboeuf2022-04-191-1/+1
|/
* kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.shMasahiro Yamada2022-04-011-1/+1
* x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra2022-03-151-2/+8
* objtool: Rename --duplicate to --ltoPeter Zijlstra2022-03-151-1/+1
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-24/+25
|\
| * kbuild: do not include include/config/auto.conf from shell scriptsMasahiro Yamada2022-01-081-23/+24
* | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-161-3/+3
|\ \
| * | scripts: ftrace - move the sort-processing in ftrace_initYinan Liu2022-01-131-3/+3
| |/
* / x86: Add straight-line-speculation mitigationPeter Zijlstra2021-12-091-0/+3
|/
* Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-081-3/+3
|\
| * scripts: update the comments of kallsyms supportHui Su2021-10-121-3/+3
* | kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa2021-11-021-10/+1
|/
* 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-261-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-051-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-241-0/+4
| * kbuild: add CONFIG_VMLINUX_MAP expert optionRasmus Villemoes2021-04-241-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
|/