summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
Commit message (Expand)AuthorAgeFilesLines
* objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf2018-05-191-25/+12
* objtool: Detect RIP-relative switch table referencesJosh Poimboeuf2018-05-151-15/+18
* objtool: Support GCC 8 switch tablesJosh Poimboeuf2018-05-141-2/+22
* objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf2018-05-141-42/+51
* objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf2018-05-141-3/+7
* objtool: Add Clang supportJosh Poimboeuf2018-03-271-0/+11
* objtool: Fix 32-bit buildJosh Poimboeuf2018-03-071-20/+7
* objtool: Fix another switch table detection issueJosh Poimboeuf2018-02-281-1/+5
* objtool: Add module specific retpoline rulesPeter Zijlstra2018-02-211-0/+9
* objtool: Add retpoline validationPeter Zijlstra2018-02-211-1/+85
* objtool: Use existing global variables for optionsPeter Zijlstra2018-02-211-3/+2
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-5/+48
|\
| * objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf2018-02-151-3/+9
| * objtool: Fix switch-table detectionPeter Zijlstra2018-02-091-2/+39
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-041-42/+47
|\|
| * objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf2018-01-301-22/+31
| * objtool: Improve retpoline alternative handlingJosh Poimboeuf2018-01-301-20/+16
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-0/+1
|\ \ | |/ |/|
| * usercopy: Enhance and rename report_usercopy()Kees Cook2018-01-151-0/+1
* | objtool: Allow alternatives to be ignoredJosh Poimboeuf2018-01-121-6/+56
* | objtool: Detect jumps to retpoline thunksJosh Poimboeuf2018-01-121-0/+7
|/
* 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/+7
* 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/+6
* objtool: Implement stack validation 2.0Josh Poimboeuf2017-06-301-141/+535
* objtool: Move checking code to check.cJosh Poimboeuf2017-06-301-0/+1263