summaryrefslogtreecommitdiff
path: root/tools/objtool/include/objtool/check.h
AgeCommit message (Expand)Author
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf
2023-02-23objtool: Remove instruction::listPeter Zijlstra
2023-02-23objtool: Union instruction::{call_dest,jump_table}Peter Zijlstra
2023-02-23objtool: Remove instruction::relocPeter Zijlstra
2023-02-23objtool: Shrink instruction::{type,visited}Peter Zijlstra
2023-02-23objtool: Make instruction::alts a single-linked listPeter Zijlstra
2023-02-23objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra
2022-10-17objtool: Rework instruction -> symbol mappingPeter Zijlstra
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra
2022-03-15objtool: Read the NOENDBR annotationPeter Zijlstra
2021-10-28objtool: Shrink struct instructionPeter Zijlstra
2021-09-15objtool: Introduce CFI hashPeter Zijlstra
2021-04-02objtool: Cache instruction relocsPeter Zijlstra
2021-04-02objtool: Keep track of retpoline call sitesPeter Zijlstra
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf
2021-01-14objtool: Add 'alt_group' structJosh Poimboeuf
2021-01-14objtool: Refactor ORC section generationJosh Poimboeuf
2021-01-13objtool: Rework header include pathsVasily Gorbik