summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
Commit message (Expand)AuthorAge
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-14
|\
| * objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf2018-02-15
| * objtool: Fix switch-table detectionPeter Zijlstra2018-02-09
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-04
|\ \ | |/
| * objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf2018-01-30
| * objtool: Improve retpoline alternative handlingJosh Poimboeuf2018-01-30
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-03
|\ \ | |/ |/|
| * usercopy: Enhance and rename report_usercopy()Kees Cook2018-01-15
* | objtool: Allow alternatives to be ignoredJosh Poimboeuf2018-01-12
* | objtool: Detect jumps to retpoline thunksJosh Poimboeuf2018-01-12
|/
* Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar2017-11-02
|\
| * objtool: Fix memory leak in decode_instructions()Kamalesh Babulal2017-10-20
* | objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf2017-09-28
|/
* objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2017-09-23
* objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf2017-08-30
* objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf2017-08-21
* objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf2017-08-11
* objtool: Fix validate_branch() return codesJosh Poimboeuf2017-08-11
* objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf2017-07-28
* objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf2017-07-28
* objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2017-07-25
* objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf2017-07-18
* objtool: Add ORC unwind table generationJosh Poimboeuf2017-07-18
* objtool: Fix sibling call detection logicJosh Poimboeuf2017-07-08
* objtool: Silence warnings for functions which use IRETJosh Poimboeuf2017-06-30
* objtool: Implement stack validation 2.0Josh Poimboeuf2017-06-30
* objtool: Move checking code to check.cJosh Poimboeuf2017-06-30