summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)Author
2020-04-24objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf
2019-08-11objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf
2019-08-11objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf
2019-06-22objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf
2019-05-21objtool: Fix function fallthrough detectionJosh Poimboeuf
2019-03-27objtool: Move objtool_file struct off the stackJosh Poimboeuf
2018-06-05objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf
2018-06-05objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf
2018-06-05objtool: Detect RIP-relative switch table referencesJosh Poimboeuf
2018-06-05objtool: Support GCC 8 switch tablesJosh Poimboeuf
2018-06-05objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf
2018-06-05objtool: sync up with the 4.14.47 version of objtoolGreg Kroah-Hartman
2018-06-05objtool: Move checking code to check.cJosh Poimboeuf