aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/builtin-check.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-21objtool: Add module specific retpoline rulesPeter Zijlstra1-1/+2
2018-02-21objtool: Add retpoline validationPeter Zijlstra1-1/+2
2018-02-21objtool: Use existing global variables for optionsPeter Zijlstra1-1/+1
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf1-3/+4
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf1-1/+1
2017-06-30objtool: Move checking code to check.cJosh Poimboeuf1-1268/+13
2017-06-16objtool: Add fortify_panic as __noreturn functionKees Cook1-1/+2
2017-04-19objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it nowArnaldo Carvalho de Melo1-2/+1
2017-03-07objtool: Fix another GCC jump table detection issueJosh Poimboeuf1-3/+12
2017-03-01objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf1-3/+3
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf1-4/+56
2016-10-27objtool: Fix rare switch jump table pattern detectionJosh Poimboeuf1-1/+1
2016-10-16objtool: Skip all "unreachable instruction" warnings for gcov kernelsJosh Poimboeuf1-31/+26
2016-10-16objtool: Improve rare switch jump table pattern detectionJosh Poimboeuf1-2/+9
2016-09-23objtool: Add do_task_dead() to global noreturn listJosh Poimboeuf1-0/+1
2016-07-29objtool: Support new GCC 6 switch jump table patternJosh Poimboeuf1-52/+88
2016-07-25Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2016-07-15objtool: Initialize variable to silence old compilerArnaldo Carvalho de Melo1-1/+1
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo1-0/+1
2016-07-10objtool: Fix STACK_FRAME_NON_STANDARD macro checking for function symbolsJosh Poimboeuf1-2/+6
2016-04-16objtool: Detect falling through to the next functionJosh Poimboeuf1-14/+32
2016-04-15objtool: Add workaround for GCC switch jump table bugJosh Poimboeuf1-12/+41
2016-03-09objtool: Only print one warning per functionJosh Poimboeuf1-23/+25
2016-03-09objtool: Add several performance improvementsJosh Poimboeuf1-6/+12
2016-03-09objtool: Fix false positive warnings for functions with multiple switch statementsJosh Poimboeuf1-45/+100
2016-03-09objtool: Rename some variables and functionsJosh Poimboeuf1-39/+41
2016-03-09objtool: Remove superflous INIT_LIST_HEADJosh Poimboeuf1-2/+0
2016-03-09objtool: Add helper macros for traversing instructionsJosh Poimboeuf1-73/+55
2016-03-09objtool: Fix false positive warnings related to sibling callsJosh Poimboeuf1-1/+6
2016-03-09objtool: Detect infinite recursionJosh Poimboeuf1-12/+33
2016-03-09objtool: Prevent infinite recursion in noreturn detectionJosh Poimboeuf1-4/+20
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf1-0/+1072