aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/builtin-check.c
AgeCommit message (Expand)Author
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
2016-10-16objtool: Skip all "unreachable instruction" warnings for gcov kernelsJosh Poimboeuf
2016-10-16objtool: Improve rare switch jump table pattern detectionJosh Poimboeuf
2016-09-23objtool: Add do_task_dead() to global noreturn listJosh Poimboeuf
2016-07-29objtool: Support new GCC 6 switch jump table patternJosh Poimboeuf
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-07-15objtool: Initialize variable to silence old compilerArnaldo Carvalho de Melo
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo
2016-07-10objtool: Fix STACK_FRAME_NON_STANDARD macro checking for function symbolsJosh Poimboeuf
2016-04-16objtool: Detect falling through to the next functionJosh Poimboeuf
2016-04-15objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf
2016-03-09objtool: Only print one warning per functionJosh Poimboeuf
2016-03-09objtool: Add several performance improvementsJosh Poimboeuf
2016-03-09objtool: Fix false positive warnings for functions with multiple switch state...Josh Poimboeuf
2016-03-09objtool: Rename some variables and functionsJosh Poimboeuf
2016-03-09objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf
2016-03-09objtool: Add helper macros for traversing instructionsJosh Poimboeuf
2016-03-09objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf
2016-03-09objtool: Detect infinite recursionJosh Poimboeuf
2016-03-09objtool: Prevent infinite recursion in noreturn detectionJosh Poimboeuf
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf