Age | Commit message (Expand) | Author | Files | Lines |
2022-07-27 | kbuild: remove sed command from cmd_ar_builtin | Masahiro Yamada | 1 | -3/+2 |
2022-06-07 | kbuild: avoid regex RS for POSIX awk | Kevin Locke | 1 | -2/+2 |
2022-06-05 | kbuild: factor out the common objtool arguments | Masahiro Yamada | 1 | -26/+0 |
2022-06-01 | kbuild: rebuild multi-object modules when objtool is updated | Masahiro Yamada | 1 | -3/+8 |
2022-06-01 | kbuild: make *.mod rule robust against too long argument error | Masahiro Yamada | 1 | -2/+4 |
2022-06-01 | kbuild: make built-in.a rule robust against too long argument error | Masahiro Yamada | 1 | -1/+6 |
2022-06-01 | kbuild: check static EXPORT_SYMBOL* by script instead of modpost | Masahiro Yamada | 1 | -0/+4 |
2022-05-29 | kbuild: do not create *.prelink.o for Clang LTO or IBT | Masahiro Yamada | 1 | -43/+20 |
2022-05-29 | kbuild: replace $(linked-object) with CONFIG options | Masahiro Yamada | 1 | -2/+1 |
2022-05-26 | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -94/+39 |
2022-05-24 | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -9/+14 |
2022-05-24 | genksyms: adjust the output format to modpost | Masahiro Yamada | 1 | -6/+0 |
2022-05-24 | kbuild: stop merging *.symversions | Masahiro Yamada | 1 | -19/+2 |
2022-05-24 | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS | Masahiro Yamada | 1 | -23/+4 |
2022-05-24 | Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2022-05-11 | kbuild: record symbol versions in *.cmd files | Masahiro Yamada | 1 | -0/+7 |
2022-05-07 | kbuild: read *.mod to get objects passed to $(LD) or $(AR) | Masahiro Yamada | 1 | -7/+3 |
2022-05-07 | kbuild: make *.mod not depend on *.o | Masahiro Yamada | 1 | -3/+2 |
2022-05-07 | kbuild: get rid of duplication in *.mod files | Masahiro Yamada | 1 | -1/+2 |
2022-05-07 | kbuild: split the second line of *.mod into *.usyms | Masahiro Yamada | 1 | -8/+9 |
2022-05-07 | kbuild: reuse real-search to simplify cmd_mod | Masahiro Yamada | 1 | -1/+1 |
2022-05-07 | kbuild: refactor cmd_modversions_S | Masahiro Yamada | 1 | -11/+4 |
2022-05-07 | kbuild: refactor cmd_modversions_c | Masahiro Yamada | 1 | -14/+11 |
2022-04-22 | objtool: Remove --lto and --vmlinux in favor of --link | Josh Poimboeuf | 1 | -1/+3 |
2022-04-22 | objtool: Make noinstr hacks optional | Josh Poimboeuf | 1 | -0/+1 |
2022-04-22 | objtool: Make jump label hack optional | Josh Poimboeuf | 1 | -0/+1 |
2022-04-22 | objtool: Make static call annotation optional | Josh Poimboeuf | 1 | -0/+1 |
2022-04-22 | objtool: Make stack validation frame-pointer-specific | Josh Poimboeuf | 1 | -1/+0 |
2022-04-22 | objtool: Add CONFIG_OBJTOOL | Josh Poimboeuf | 1 | -2/+2 |
2022-04-22 | objtool: Make stack validation optional | Josh Poimboeuf | 1 | -0/+1 |
2022-04-22 | objtool: Ditch subcommands | Josh Poimboeuf | 1 | -1/+1 |
2022-04-22 | objtool: Reorganize cmdline options | Josh Poimboeuf | 1 | -5/+5 |
2022-04-19 | objtool: Enable unreachable warnings for CLANG LTO | Josh Poimboeuf | 1 | -1/+1 |
2022-04-06 | kbuild: do not remove empty *.symtypes explicitly | Masahiro Yamada | 1 | -6/+2 |
2022-04-06 | kbuild: factor out genksyms command from cmd_gensymtypes_{c,S} | Masahiro Yamada | 1 | -11/+8 |
2022-04-04 | x86/cpu: Remove CONFIG_X86_SMAP and "nosmap" | Borislav Petkov | 1 | -1/+1 |
2022-03-31 | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+1 |
2022-03-22 | kbuild: Fixup the IBT kbuild changes | Peter Zijlstra | 1 | -47/+19 |
2022-03-15 | x86/alternative: Use .ibt_endbr_seal to seal indirect calls | Peter Zijlstra | 1 | -9/+38 |
2022-02-15 | kbuild: replace $(if A,A,B) with $(or A,B) | Masahiro Yamada | 1 | -2/+1 |
2021-12-09 | x86: Add straight-line-speculation mitigation | Peter Zijlstra | 1 | -1/+2 |
2021-09-22 | kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modules | Masahiro Yamada | 1 | -11/+17 |
2021-09-22 | kbuild: detect objtool update without using .SECONDEXPANSION | Masahiro Yamada | 1 | -7/+5 |
2021-09-22 | kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macro | Masahiro Yamada | 1 | -6/+6 |
2021-09-22 | kbuild: store the objtool command in *.cmd files | Masahiro Yamada | 1 | -9/+5 |
2021-09-22 | kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modules | Masahiro Yamada | 1 | -6/+5 |
2021-09-22 | kbuild: move objtool_args back to scripts/Makefile.build | Masahiro Yamada | 1 | -0/+10 |
2021-09-03 | kbuild: remove stale *.symversions | Masahiro Yamada | 1 | -0/+2 |
2021-09-03 | kbuild: remove unused quiet_cmd_update_lto_symversions | Masahiro Yamada | 1 | -1/+0 |
2021-09-03 | kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG | Sami Tolvanen | 1 | -1/+26 |