aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
Commit message (Expand)AuthorAge
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-13
|\
| * x86/unwind/orc: Detect the end of the stackJosh Poimboeuf2018-06-21
* | objtool: Add machine_real_restart() to the noreturn listJosh Poimboeuf2018-06-19
|/
* objtool: Fix GCC 8 cold subfunction detection for aliased functionsJosh Poimboeuf2018-06-06
* objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf2018-05-19
* objtool: Detect RIP-relative switch table referencesJosh Poimboeuf2018-05-15
* objtool: Support GCC 8 switch tablesJosh Poimboeuf2018-05-14
* objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf2018-05-14
* objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf2018-05-14
* objtool: Add Clang supportJosh Poimboeuf2018-03-27
* objtool: Fix 32-bit buildJosh Poimboeuf2018-03-07
* objtool: Fix another switch table detection issueJosh Poimboeuf2018-02-28
* objtool: Add module specific retpoline rulesPeter Zijlstra2018-02-21
* objtool: Add retpoline validationPeter Zijlstra2018-02-21
* objtool: Use existing global variables for optionsPeter Zijlstra2018-02-21
* 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-14
| * 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-11
* | objtool: Detect jumps to retpoline thunksJosh Poimboeuf2018-01-11
|/
* 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