aboutsummaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-06objtool: Fix GCC 8 cold subfunction detection for aliased functionsGravatar Josh Poimboeuf 1-0/+22
2018-05-19objtool: Detect RIP-relative switch table references, part 2Gravatar Josh Poimboeuf 1-25/+12
2018-05-15objtool: Detect RIP-relative switch table referencesGravatar Josh Poimboeuf 1-15/+18
2018-05-14objtool: Support GCC 8 switch tablesGravatar Josh Poimboeuf 1-2/+22
2018-05-14objtool: Support GCC 8's cold subfunctionsGravatar Josh Poimboeuf 1-42/+51
2018-05-14objtool: Fix "noreturn" detection for recursive sibling callsGravatar Josh Poimboeuf 1-3/+7
2018-03-27objtool: Add Clang supportGravatar Josh Poimboeuf 1-0/+11
2018-03-07objtool: Fix 32-bit buildGravatar Josh Poimboeuf 1-20/+7
2018-02-28objtool: Fix another switch table detection issueGravatar Josh Poimboeuf 1-1/+5
2018-02-21objtool: Add module specific retpoline rulesGravatar Peter Zijlstra 1-0/+9
2018-02-21objtool: Add retpoline validationGravatar Peter Zijlstra 1-1/+85
2018-02-21objtool: Use existing global variables for optionsGravatar Peter Zijlstra 1-3/+2
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+48
2018-02-15objtool: Fix segfault in ignore_unreachable_insn()Gravatar Josh Poimboeuf 1-3/+9
2018-02-09objtool: Fix switch-table detectionGravatar Peter Zijlstra 1-2/+39
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-42/+47
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-01-30objtool: Add support for alternatives at the end of a sectionGravatar Josh Poimboeuf 1-22/+31
2018-01-30objtool: Improve retpoline alternative handlingGravatar Josh Poimboeuf 1-20/+16
2018-01-15usercopy: Enhance and rename report_usercopy()Gravatar Kees Cook 1-0/+1
2018-01-12objtool: Allow alternatives to be ignoredGravatar Josh Poimboeuf 1-6/+56
2018-01-12objtool: Detect jumps to retpoline thunksGravatar Josh Poimboeuf 1-0/+7
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmGravatar Ingo Molnar 1-2/+7
2017-10-20objtool: Fix memory leak in decode_instructions()Gravatar Kamalesh Babulal 1-2/+7
2017-09-28objtool: Don't report end of section error after an empty unwind hintGravatar Josh Poimboeuf 1-2/+5
2017-09-23objtool: Handle another GCC stack pointer adjustment bugGravatar Josh Poimboeuf 1-14/+29
2017-08-30objtool: Handle GCC stack pointer adjustment bugGravatar Josh Poimboeuf 1-21/+60
2017-08-21objtool: Fix objtool fallthrough detection with function paddingGravatar Josh Poimboeuf 1-7/+7
2017-08-11objtool: Track DRAP separately from callee-saved registersGravatar Josh Poimboeuf 1-24/+30
2017-08-11objtool: Fix validate_branch() return codesGravatar Josh Poimboeuf 1-3/+3
2017-07-28objtool: Skip unreachable warnings for 'alt' instructionsGravatar Josh Poimboeuf 1-1/+6
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsGravatar Josh Poimboeuf 1-2/+55
2017-07-25objtool: Fix gcov check for older versions of GCCGravatar Josh Poimboeuf 1-29/+7
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsGravatar Josh Poimboeuf 1-11/+180
2017-07-18objtool: Add ORC unwind table generationGravatar Josh Poimboeuf 1-4/+54
2017-07-08objtool: Fix sibling call detection logicGravatar Josh Poimboeuf 1-2/+11
2017-06-30objtool: Silence warnings for functions which use IRETGravatar Josh Poimboeuf 1-8/+6
2017-06-30objtool: Implement stack validation 2.0Gravatar Josh Poimboeuf 1-141/+535
2017-06-30objtool: Move checking code to check.cGravatar Josh Poimboeuf 1-0/+1263