summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.h
Commit message (Expand)AuthorAgeFilesLines
* objtool: Rename rela to relocMatt Helsley2020-06-011-1/+1
* objtool: Enable compilation of objtool for all architecturesMatt Helsley2020-05-201-4/+0
* objtool: Move struct objtool_file into arch-independent headerMatt Helsley2020-05-201-9/+1
* objtool: Uniquely identify alternative instruction groupsAlexandre Chartre2020-04-301-1/+2
* objtool: Implement noinstr validationPeter Zijlstra2020-04-221-0/+3
* objtool: Fix !CFI insn_state propagationPeter Zijlstra2020-04-221-9/+4
* objtool: Remove SAVE/RESTORE hintsPeter Zijlstra2020-04-221-1/+1
* objtool: Introduce HINT_RET_OFFSETPeter Zijlstra2020-04-221-1/+3
* objtool: Support multiple stack_op per instructionJulien Thierry2020-04-221-1/+1
* objtool: Resize insn_hashPeter Zijlstra2020-03-251-1/+1
* 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