summaryrefslogtreecommitdiff
path: root/tools/objtool/arch.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-30objtool/x86: Fix SRSO messPeter Zijlstra1-0/+1
2022-07-25x86,objtool: Create .return_sitesPeter Zijlstra1-0/+1
2022-07-25objtool: Add straight-line-speculation validationPeter Zijlstra1-0/+1
2022-07-25objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra1-0/+1
2022-07-25objtool: Introduce CFI hashPeter Zijlstra1-1/+1
2022-07-25objtool: Keep track of retpoline call sitesPeter Zijlstra1-0/+2
2022-07-25objtool: Handle per arch retpoline namingPeter Zijlstra1-0/+2
2022-07-25objtool: Refactor ORC section generationJosh Poimboeuf1-4/+0
2020-09-10objtool: Decode unwind hint register depending on architectureJulien Thierry1-0/+2
2020-09-02objtool: Define 'struct orc_entry' only when neededJulien Thierry1-0/+2
2020-06-18Merge branch 'objtool/urgent' into objtool/corePeter Zijlstra1-0/+2
2020-06-18objtool: Fix noinstr vs KCOVPeter Zijlstra1-0/+2
2020-06-01objtool: Rename rela to relocMatt Helsley1-1/+1
2020-05-20objtool: Enable compilation of objtool for all architecturesMatt Helsley1-1/+3
2020-04-30objtool: Move the IRET hack into the arch decoderMiroslav Benes1-1/+0
2020-04-30objtool: Remove INSN_STACKPeter Zijlstra1-1/+0
2020-04-23objtool: Constify arch_decode_instruction()Ingo Molnar1-1/+1
2020-04-22objtool: Rename struct cfi_statePeter Zijlstra1-1/+1
2020-04-22objtool: Better handle IRETPeter Zijlstra1-0/+1
2020-04-22objtool: Support multiple stack_op per instructionJulien Thierry1-1/+3
2020-04-22objtool: Add abstraction for destination offsetsRaphael Gault1-0/+6
2019-07-18objtool: Support conditional retpolinesJosh Poimboeuf1-0/+1
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf1-17/+18
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-03objtool: Add Direction Flag validationPeter Zijlstra1-1/+3
2019-04-03objtool: Add UACCESS validationPeter Zijlstra1-1/+5
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf1-2/+3
2017-06-30objtool: Implement stack validation 2.0Josh Poimboeuf1-13/+51
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf1-3/+2
2016-02-29objtool: Add tool to perform compile-time stack metadata validationJosh Poimboeuf1-0/+44