summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar2017-11-021-2/+7
|\
| * objtool: Fix memory leak in decode_instructions()Kamalesh Babulal2017-10-201-2/+7
* | objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf2017-09-281-2/+5
|/
* objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2017-09-231-14/+29
* objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf2017-08-301-21/+60
* objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf2017-08-211-7/+7
* objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf2017-08-111-24/+30
* objtool: Fix validate_branch() return codesJosh Poimboeuf2017-08-111-3/+3
* objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf2017-07-281-1/+6
* objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf2017-07-281-2/+55
* objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2017-07-251-29/+7Star
* objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf2017-07-181-11/+180
* objtool: Add ORC unwind table generationJosh Poimboeuf2017-07-181-4/+54
* objtool: Fix sibling call detection logicJosh Poimboeuf2017-07-081-2/+11
* objtool: Silence warnings for functions which use IRETJosh Poimboeuf2017-06-301-8/+6Star
* objtool: Implement stack validation 2.0Josh Poimboeuf2017-06-301-141/+535
* objtool: Move checking code to check.cJosh Poimboeuf2017-06-301-0/+1263