summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-25objtool: Support per-function rodata sectionsAllan Xavier1-6/+32
2019-06-15objtool: 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-04-12objtool: Add Clang supportJosh Poimboeuf1-0/+11
2018-03-15objtool: Fix 32-bit buildJosh Poimboeuf1-20/+7
2018-03-15objtool: Fix another switch table detection issueJosh Poimboeuf1-1/+5
2018-03-15objtool: Add module specific retpoline rulesPeter Zijlstra1-0/+9
2018-03-15objtool: Add retpoline validationPeter Zijlstra1-1/+85
2018-03-15objtool: Use existing global variables for optionsPeter Zijlstra1-3/+2
2018-02-22objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf1-3/+9
2018-02-16objtool: Fix switch-table detectionPeter Zijlstra1-2/+39
2018-02-07objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf1-22/+31
2018-02-07objtool: Improve retpoline alternative handlingJosh Poimboeuf1-20/+16
2018-01-17objtool: Allow alternatives to be ignoredJosh Poimboeuf1-6/+56
2018-01-17objtool: Detect jumps to retpoline thunksJosh Poimboeuf1-0/+7
2017-12-25objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf1-2/+5
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal1-2/+7
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf1-14/+29
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf1-21/+60
2017-08-21objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf1-7/+7
2017-08-11objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf1-24/+30
2017-08-11objtool: Fix validate_branch() return codesJosh Poimboeuf1-3/+3
2017-07-28objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf1-1/+6
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf1-2/+55
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf1-29/+7
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf1-11/+180
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf1-4/+54
2017-07-08objtool: Fix sibling call detection logicJosh Poimboeuf1-2/+11
2017-06-30objtool: Silence warnings for functions which use IRETJosh Poimboeuf1-8/+6
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf1-141/+535
2017-06-30objtool: Move checking code to check.cJosh Poimboeuf1-0/+1263