summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.h
Commit message (Expand)AuthorAgeFilesLines
* objtool: Improve UACCESS coveragePeter Zijlstra2019-07-251-1/+2
* objtool: Convert insn type to enumJosh Poimboeuf2019-07-181-1/+1
* objtool: Support repeated uses of the same C jump tableJann Horn2019-07-181-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* objtool: Add Direction Flag validationPeter Zijlstra2019-04-031-1/+1
* objtool: Add UACCESS validationPeter Zijlstra2019-04-031-1/+2
* objtool: Rewrite add_ignores()Peter Zijlstra2019-04-031-1/+0
* objtool: Support per-function rodata sectionsAllan Xavier2018-09-081-2/+2
* x86/unwind/orc: Detect the end of the stackJosh Poimboeuf2018-06-211-1/+1
* objtool: Add retpoline validationPeter Zijlstra2018-02-211-0/+1
* objtool: Use existing global variables for optionsPeter Zijlstra2018-02-211-1/+1
* objtool: Fix switch-table detectionPeter Zijlstra2018-02-091-0/+1
* objtool: Allow alternatives to be ignoredJosh Poimboeuf2018-01-121-1/+1
* objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf2017-08-301-0/+1
* objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf2017-08-111-1/+1
* objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2017-07-251-1/+1
* objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf2017-07-181-2/+2
* objtool: Add ORC unwind table generationJosh Poimboeuf2017-07-181-1/+14
* objtool: Implement stack validation 2.0Josh Poimboeuf2017-06-301-2/+17
* objtool: Move checking code to check.cJosh Poimboeuf2017-06-301-0/+51