summaryrefslogtreecommitdiff
path: root/tools/objtool/include/objtool/check.h
AgeCommit message (Expand)Author
2026-05-04objtool/klp: Fix position-dependent checksums for non-relocated jumps/callsJosh Poimboeuf
2026-05-04objtool: Add insn_sym() helperJosh Poimboeuf
2026-05-04objtool/klp: Add "objtool klp checksum" subcommandJosh Poimboeuf
2026-05-04objtool: Consolidate file decoding into decode_file()Josh Poimboeuf
2026-01-13objtool: Allow multiple pv_ops arraysJuergen Gross
2025-11-21objtool: Provide access to feature and flags of group alternativesAlexandre Chartre
2025-11-21objtool: Identify the different types of alternativesAlexandre Chartre
2025-11-21objtool: Add option to trace function validationAlexandre Chartre
2025-11-21objtool: Disassemble instruction on warning or backtraceAlexandre Chartre
2025-11-21objtool: Print symbol during disassemblyAlexandre Chartre
2025-11-21objtool: Disassemble code with libopcodes instead of running objdumpAlexandre Chartre
2025-10-14objtool/klp: Add --checksum option to generate per-function checksumsJosh Poimboeuf
2025-10-14objtool: Fix weak symbol hole detection for .cold functionsJosh Poimboeuf
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf
2024-12-02objtool: Allow arch code to discover jump table sizeArd Biesheuvel
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