summaryrefslogtreecommitdiff
path: root/tools/objtool/builtin-check.c
AgeCommit message (Expand)Author
2023-05-16objtool: Add verbose option for disassembling affected functionsJosh Poimboeuf
2023-02-01objtool: Make struct check_options staticThomas Weißschuh
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy
2022-11-01objtool: Add --cfi to generate the .cfi_sites sectionPeter Zijlstra
2022-11-01objtool: Add option to generate prefix symbolsPeter Zijlstra
2022-10-17objtool: Add --hacks=skylakePeter Zijlstra
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf
2022-04-22objtool: Add option to print section addressesJosh Poimboeuf
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf
2022-03-15objtool: Validate IBT assumptionsPeter Zijlstra
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra
2022-03-15objtool: Add --dry-runPeter Zijlstra
2021-12-08objtool: Add straight-line-speculation validationPeter Zijlstra
2021-03-06objtool: Parse options from OBJTOOL_ARGSPeter Zijlstra
2021-03-06objtool: Collate parse_options() usersPeter Zijlstra
2021-03-06objtool: Add --backupPeter Zijlstra
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-23objtool: Split noinstr validation from --vmlinuxSami Tolvanen
2021-02-23objtool: Don't autodetect vmlinux.oSami Tolvanen
2021-02-23objtool: Add a pass for generating __mcount_locPeter Zijlstra
2021-01-13objtool: Rework header include pathsVasily Gorbik
2020-09-01objtool: Move ORC logic out of check()Julien Thierry
2020-09-01objtool: Move object file loading out of check()Julien Thierry
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley
2020-04-22objtool: Implement noinstr validationPeter Zijlstra
2020-03-25objtool: Add a statistics modePeter Zijlstra
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-04-03objtool: Add UACCESS validationPeter Zijlstra
2019-04-03objtool: Add --backtrace supportPeter Zijlstra
2018-02-21objtool: Add module specific retpoline rulesPeter Zijlstra
2018-02-21objtool: Add retpoline validationPeter Zijlstra
2018-02-21objtool: Use existing global variables for optionsPeter Zijlstra
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf
2017-06-30objtool: Move checking code to check.cJosh Poimboeuf
2017-06-16objtool: Add fortify_panic as __noreturn functionKees Cook
2017-04-19objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it nowArnaldo Carvalho de Melo
2017-03-07objtool: Fix another GCC jump table detection issueJosh Poimboeuf
2017-03-01objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf
2016-10-27objtool: Fix rare switch jump table pattern detectionJosh Poimboeuf