summaryrefslogtreecommitdiff
path: root/tools/objtool/arch/x86/decode.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-30objtool/x86: Fix SRSO messPeter Zijlstra1-4/+7
2023-08-26x86/cpu: Rename original retbleed methodsPeter Zijlstra1-1/+1
2023-08-26x86/cpu: Clean up SRSO return thunk messPeter Zijlstra1-1/+1
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-1/+4
2022-07-25x86,objtool: Create .return_sitesPeter Zijlstra1-0/+5
2022-07-25objtool: Add straight-line-speculation validationPeter Zijlstra1-4/+9
2022-07-25objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-120/+0
2022-07-25objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra1-0/+20
2022-07-25objtool: Introduce CFI hashPeter Zijlstra1-11/+9
2022-07-25objtool: Make .altinstructions section entry size consistentJoe Lawrence1-1/+1
2022-07-25objtool: Don't make .altinstructions writableJosh Poimboeuf1-1/+1
2022-07-25objtool: Only rewrite unconditional retpoline thunk callsPeter Zijlstra1-0/+4
2022-07-25objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra1-0/+117
2022-07-25objtool: Handle per arch retpoline namingPeter Zijlstra1-0/+5
2022-07-25objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf1-2/+2
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry1-0/+37
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra1-0/+18
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra1-0/+18
2020-06-01objtool: Rename rela to relocMatt Helsley1-1/+1
2020-04-30objtool: Add support for intra-function callsAlexandre Chartre1-0/+8
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes1-10/+18
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra1-23/+0
2020-04-30objtool: Rework allocating stack_ops on decodePeter Zijlstra1-104/+147
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar1-3/+3
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra1-1/+1
2020-04-22objtool: Better handle IRETPeter Zijlstra1-2/+12
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry1-1/+12
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault1-0/+11
2019-09-01objtool: Move x86 insn decoder to a common locationJosh Poimboeuf1-2/+2
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra1-0/+8
2019-04-03objtool: Add UACCESS validationPeter Zijlstra1-3/+10
2017-12-28objtool: Fix Clang enum conversion warningLukas Bulwahn1-1/+1
2017-11-07objtool: Move synced files to their original relative locationsJosh Poimboeuf1-3/+3
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf1-3/+8
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf1-3/+3
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf1-68/+26
2017-07-28objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf1-1/+25
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf1-5/+12
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf1-38/+362
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf1-3/+0
2017-01-19objtool: Fix IRET's opcodeJiri Slaby1-1/+1
2016-12-06objtool: Fix bytes check of lea's rex_prefixJiri Slaby1-1/+1
2016-10-11objtool: Support '-mtune=atom' stack frame setup instructionJosh Poimboeuf1-0/+9
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf1-0/+172