summaryrefslogtreecommitdiffstats
path: root/tools/objtool/arch/x86/decode.c
AgeCommit message (Expand)AuthorLines
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra-120/+0
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra-1/+1
2021-10-05objtool: Make .altinstructions section entry size consistentJoe Lawrence-1/+1
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra-1/+33
2021-09-15objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra-0/+20
2021-09-15objtool: Introduce CFI hashPeter Zijlstra-11/+9
2021-06-24objtool: Don't make .altinstructions writableJosh Poimboeuf-1/+1
2021-06-11objtool: Only rewrite unconditional retpoline thunk callsPeter Zijlstra-0/+4
2021-05-12objtool/x86: Fix elf_add_alternative() endiannessVasily Gorbik-1/+2
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-119/+163
2021-04-02objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra-0/+117
2021-04-02objtool: Handle per arch retpoline namingPeter Zijlstra-0/+5
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar-5/+8
2021-03-15objtool/x86: Use asm/nops.hPeter Zijlstra-5/+8
2021-03-15tools/objtool: Convert to insn_decode()Borislav Petkov-5/+4
2021-03-06objtool,x86: More ModRM sugarPeter Zijlstra-11/+17
2021-03-06objtool,x86: Rewrite ADD/SUB/ANDPeter Zijlstra-19/+51
2021-03-06objtool,x86: Support %riz encodingsPeter Zijlstra-19/+48
2021-03-06objtool,x86: Simplify register decodePeter Zijlstra-40/+39
2021-03-06objtool,x86: Rewrite LEAVEPeter Zijlstra-3/+11
2021-03-06objtool,x86: Rewrite LEA decodePeter Zijlstra-58/+28
2021-02-10objtool,x86: Additionally decode: mov %rsp, (%reg)Peter Zijlstra-8/+34
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf-2/+2
2021-01-13objtool: Rework header include pathsVasily Gorbik-4/+4
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry-0/+37
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra-0/+18
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra-0/+18
2020-06-01objtool: Rename rela to relocMatt Helsley-1/+1
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre-0/+8
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes-10/+18
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra-23/+0
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra-104/+147
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar-3/+3
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra-1/+1
2020-04-22objtool: Better handle IRETPeter Zijlstra-2/+12
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry-1/+12
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault-0/+11
2019-08-31objtool: Move x86 insn decoder to a common locationJosh Poimboeuf-2/+2
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-13/+1
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra-0/+8
2019-04-03objtool: Add UACCESS validationPeter Zijlstra-3/+10
2017-12-28objtool: Fix Clang enum conversion warningLukas Bulwahn-1/+1
2017-11-07objtool: Move synced files to their original relative locationsJosh Poimboeuf-3/+3
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf-3/+8
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf-3/+3
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf-68/+26
2017-07-28objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf-1/+25
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf-5/+12
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf-38/+362