summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-21
* objtool: Fix function fallthrough detectionJosh Poimboeuf2019-05-13
* objtool: Don't use ignore flag for fake jumpsJosh Poimboeuf2019-05-13
* Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-06
|\
| * objtool: Add Direction Flag validationPeter Zijlstra2019-04-03
| * objtool: Add UACCESS validationPeter Zijlstra2019-04-03
| * objtool: Fix sibling call detectionPeter Zijlstra2019-04-03
| * objtool: Rewrite alt->skip_origPeter Zijlstra2019-04-03
| * objtool: Add --backtrace supportPeter Zijlstra2019-04-03
| * objtool: Rewrite add_ignores()Peter Zijlstra2019-04-03
| * objtool: Set insn->func for alternativesPeter Zijlstra2019-04-03
| * x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVEPeter Zijlstra2019-04-03
* | objtool: Add rewind_stack_do_exit() to the noreturn listJosh Poimboeuf2019-04-05
|/
* objtool: Move objtool_file struct off the stackJosh Poimboeuf2019-03-21
* objtool: Support per-function rodata sectionsAllan Xavier2018-09-08
* 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