summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-20objtool: Ignore empty alternativesJulien Thierry1-0/+6
2020-05-20objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf1-1/+1
2020-05-02objtool: Fix CONFIG_UBSAN_TRAP unreachable warningsJosh Poimboeuf1-2/+15
2020-04-24objtool: Fix switch table detection in .text.unlikelyJosh Poimboeuf1-4/+1
2019-08-11objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf1-0/+1
2019-08-11objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf1-0/+1
2019-06-22objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf1-3/+5
2019-05-21objtool: Fix function fallthrough detectionJosh Poimboeuf1-1/+2
2019-03-27objtool: Move objtool_file struct off the stackJosh Poimboeuf1-1/+2
2018-06-05objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf1-3/+7
2018-06-05objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf1-25/+12
2018-06-05objtool: Detect RIP-relative switch table referencesJosh Poimboeuf1-15/+18
2018-06-05objtool: Support GCC 8 switch tablesJosh Poimboeuf1-2/+22
2018-06-05objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf1-42/+51
2018-06-05objtool: sync up with the 4.14.47 version of objtoolGreg Kroah-Hartman1-219/+1078
2018-06-05objtool: Move checking code to check.cJosh Poimboeuf1-0/+1327