summaryrefslogtreecommitdiff
path: root/tools/objtool/arch/x86/decode.c
AgeCommit message (Expand)Author
2021-02-10objtool,x86: Additionally decode: mov %rsp, (%reg)Peter Zijlstra
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf
2021-01-13objtool: Rework header include pathsVasily Gorbik
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra
2020-06-01objtool: Rename rela to relocMatt Helsley
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra
2020-04-22objtool: Better handle IRETPeter Zijlstra
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault
2019-08-31objtool: Move x86 insn decoder to a common locationJosh Poimboeuf
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf
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
2017-12-28objtool: Fix Clang enum conversion warningLukas Bulwahn
2017-11-07objtool: Move synced files to their original relative locationsJosh Poimboeuf
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf
2017-07-28objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf
2017-01-19objtool: Fix IRET's opcodeJiri Slaby
2016-12-06objtool: Fix bytes check of lea's rex_prefixJiri Slaby
2016-10-11objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf