summaryrefslogtreecommitdiffstats
path: root/tools/objtool/arch/x86/decode.c
Commit message (Expand)AuthorAgeFilesLines
* objtool: Convert insn type to enumJosh Poimboeuf2019-07-181-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* objtool: Add Direction Flag validationPeter Zijlstra2019-04-031-0/+8
* objtool: Add UACCESS validationPeter Zijlstra2019-04-031-3/+10
* objtool: Fix Clang enum conversion warningLukas Bulwahn2017-12-281-1/+1
* objtool: Move synced files to their original relative locationsJosh Poimboeuf2017-11-071-3/+3
* objtool: Support unoptimized frame pointer setupJosh Poimboeuf2017-09-281-3/+8
* objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2017-09-231-3/+3
* objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf2017-08-301-68/+26Star
* objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf2017-07-281-1/+25
* objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf2017-07-281-5/+12
* objtool: Implement stack validation 2.0Josh Poimboeuf2017-06-301-38/+362
* objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf2017-02-241-3/+0Star
* objtool: Fix IRET's opcodeJiri Slaby2017-01-191-1/+1
* objtool: Fix bytes check of lea's rex_prefixJiri Slaby2016-12-061-1/+1
* objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf2016-10-111-0/+9
* objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf2016-02-291-0/+172