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