summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.h
AgeCommit message (Expand)Author
2020-09-10objtool: Refactor jump table code to support other architecturesRaphael Gault
2020-09-10objtool: Make relocation in alternative handling arch dependentJulien Thierry
2020-09-01objtool: Define 'struct orc_entry' only when neededJulien Thierry
2020-09-01x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf
2020-06-01objtool: Rename rela to relocMatt Helsley
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley
2020-05-20objtool: Move struct objtool_file into arch-independent headerMatt Helsley
2020-04-30objtool: Uniquely identify alternative instruction groupsAlexandre Chartre
2020-04-22objtool: Implement noinstr validationPeter Zijlstra
2020-04-22objtool: Fix !CFI insn_state propagationPeter Zijlstra
2020-04-22objtool: Remove SAVE/RESTORE hintsPeter Zijlstra
2020-04-22objtool: Introduce HINT_RET_OFFSETPeter Zijlstra
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry
2020-03-25objtool: Resize insn_hashPeter Zijlstra
2019-07-25objtool: Improve UACCESS coveragePeter Zijlstra
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf
2019-07-18objtool: Support repeated uses of the same C jump tableJann Horn
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra
2019-04-03objtool: Add UACCESS validationPeter Zijlstra
2019-04-03objtool: Rewrite add_ignores()Peter Zijlstra
2018-09-08objtool: Support per-function rodata sectionsAllan Xavier
2018-06-21x86/unwind/orc: Detect the end of the stackJosh Poimboeuf
2018-02-21objtool: Add retpoline validationPeter Zijlstra
2018-02-21objtool: Use existing global variables for optionsPeter Zijlstra
2018-02-09objtool: Fix switch-table detectionPeter Zijlstra
2018-01-12objtool: Allow alternatives to be ignoredJosh Poimboeuf
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf
2017-08-11objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf
2017-07-25objtool: Fix gcov check for older versions of GCCJosh Poimboeuf
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf
2017-07-18objtool: Add ORC unwind table generationJosh Poimboeuf
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf
2017-06-30objtool: Move checking code to check.cJosh Poimboeuf