summaryrefslogtreecommitdiffstats
path: root/tools/objtool/include
AgeCommit message (Expand)AuthorLines
2025-12-03objtool: Add more robust signal error handling, detect and warn about stack o...Josh Poimboeuf-0/+2
2025-11-24objtool: Add wide output for disassemblyAlexandre Chartre-0/+1
2025-11-24objtool: Add Function to get the name of a CPU featureAlexandre Chartre-0/+2
2025-11-21objtool: Provide access to feature and flags of group alternativesAlexandre Chartre-1/+2
2025-11-21objtool: Add the --disas=<function-pattern> actionAlexandre Chartre-0/+3
2025-11-21objtool: Improve tracing of alternative instructionsAlexandre Chartre-1/+64
2025-11-21objtool: Add functions to better name alternativesAlexandre Chartre-0/+12
2025-11-21objtool: Identify the different types of alternativesAlexandre Chartre-0/+12
2025-11-21objtool: Improve register reporting during function validationAlexandre Chartre-0/+2
2025-11-21objtool: Trace instruction state changes during function validationAlexandre Chartre-0/+10
2025-11-21objtool: Add option to trace function validationAlexandre Chartre-1/+86
2025-11-21objtool: Disassemble instruction on warning or backtraceAlexandre Chartre-5/+26
2025-11-21objtool: Print symbol during disassemblyAlexandre Chartre-0/+9
2025-11-21objtool: Disassemble code with libopcodes instead of running objdumpAlexandre Chartre-0/+43
2025-11-21objtool: Create disassembly contextAlexandre Chartre-2/+14
2025-11-21objtool: Move disassembly functions to a separated fileAlexandre Chartre-0/+2
2025-11-21objtool: Fix .cold function detection for duplicate symbolsJosh Poimboeuf-1/+1
2025-11-10tools/objtool: Copy the __cleanup unused variable fix for older clangBorislav Petkov (AMD)-1/+10
2025-10-14objtool: Add base objtool support for livepatch modulesJosh Poimboeuf-1/+2
2025-10-14objtool: Refactor prefix symbol creation codeJosh Poimboeuf-2/+0
2025-10-14objtool/klp: Add post-link subcommand to finalize livepatch modulesJosh Poimboeuf-0/+4
2025-10-14objtool/klp: Add --debug option to show cloning decisionsJosh Poimboeuf-0/+21
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf-11/+100
2025-10-14objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksumsJosh Poimboeuf-0/+22
2025-10-14objtool/klp: Add --checksum option to generate per-function checksumsJosh Poimboeuf-5/+76
2025-10-14objtool: Add annotype() helperJosh Poimboeuf-5/+17
2025-10-14objtool: Add elf_create_file()Josh Poimboeuf-2/+3
2025-10-14objtool: Add elf_create_reloc() and elf_init_reloc()Josh Poimboeuf-0/+9
2025-10-14objtool: Add elf_create_data()Josh Poimboeuf-3/+7
2025-10-14objtool: Generalize elf_create_section()Josh Poimboeuf-1/+6
2025-10-14objtool: Generalize elf_create_symbol()Josh Poimboeuf-1/+10
2025-10-14objtool: Refactor add_jump_destinations()Josh Poimboeuf-2/+2
2025-10-14objtool: Resurrect --backup optionJosh Poimboeuf-1/+2
2025-10-14objtool: Mark prefix functionsJosh Poimboeuf-0/+6
2025-10-14objtool: Fix weak symbol hole detection for .cold functionsJosh Poimboeuf-1/+2
2025-10-14objtool: Mark .cold subfunctionsJosh Poimboeuf-0/+1
2025-10-14objtool: Add section/symbol type helpersJosh Poimboeuf-0/+66
2025-10-14objtool: Convert elf iterator macros to use 'struct elf'Josh Poimboeuf-4/+4
2025-10-14objtool: Const string cleanupJosh Poimboeuf-4/+4
2025-10-14objtool: Fix x86 addend calculationJosh Poimboeuf-1/+1
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2025-09-03objtool: Add action to check for absence of absolute relocationsArd Biesheuvel-0/+2
2025-08-18objtool: Validate kCFI callsPeter Zijlstra-0/+1
2025-05-14objtool: Speed up SHT_GROUP reindexingJosh Poimboeuf-0/+1
2025-04-08objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRETJosh Poimboeuf-1/+2
2025-04-01objtool: Change "warning:" to "error: " for fatal errorsJosh Poimboeuf-16/+35
2025-04-01Revert "objtool: Increase per-function WARN_FUNC() rate limit"Josh Poimboeuf-12/+4
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf-2/+4
2025-03-25objtool: Improve error handlingJosh Poimboeuf-5/+10
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf-4/+3