summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
2025-11-21objtool: Disassemble instruction on warning or backtraceAlexandre Chartre-14/+58
2025-11-21objtool: Store instruction disassembly resultAlexandre Chartre-6/+71
2025-11-21objtool: Print symbol during disassemblyAlexandre Chartre-9/+143
2025-11-21objtool: Disassemble code with libopcodes instead of running objdumpAlexandre Chartre-72/+238
2025-11-21objtool: Create disassembly contextAlexandre Chartre-5/+49
2025-11-21objtool: Move disassembly functions to a separated fileAlexandre Chartre-81/+93
2025-11-21Revert "objtool: Warn on functions with ambiguous -ffunction-sections section...Josh Poimboeuf-40/+0
2025-11-21objtool: Remove second pass of .cold function correlationJosh Poimboeuf-23/+3
2025-11-21objtool: Skip non-canonical aliased symbols in add_jump_table_alts()Josh Poimboeuf-1/+1
2025-11-21objtool: Return canonical symbol when aliases exist in symbol finding helpersJosh Poimboeuf-13/+13
2025-11-21objtool: Don't alias undefined symbolsJosh Poimboeuf-2/+2
2025-11-21objtool: Fix .cold function detection for duplicate symbolsJosh Poimboeuf-3/+27
2025-11-21objtool: Support Clang AUTOFDO .cold functionsJosh Poimboeuf-1/+9
2025-11-18objtool: Set minimum xxhash version to 0.8Josh Poimboeuf-2/+2
2025-11-13objtool: Warn on functions with ambiguous -ffunction-sections section namesJosh Poimboeuf-0/+40
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar-3/+7
2025-11-10tools/objtool: Copy the __cleanup unused variable fix for older clangBorislav Petkov (AMD)-1/+10
2025-11-01objtool: Fix skip_alt_group() for non-alternative STAC/CLACJosh Poimboeuf-1/+4
2025-10-30objtool: Remove unneeded semicolonChen Ni-1/+1
2025-10-30x86/smpboot: Mark native_play_dead() as __noreturnThorsten Blum-0/+1
2025-10-22objtool: Fix failure when being compiled on x32 systemMikulas Patocka-2/+2
2025-10-22objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda-0/+1
2025-10-22objtool/klp: Add the debian-based package name of xxhash to the hintBorislav Petkov (AMD)-1/+1
2025-10-16Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/gi...Peter Zijlstra-663/+3607
2025-10-14livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf-2/+4
2025-10-14objtool: Add base objtool support for livepatch modulesJosh Poimboeuf-7/+53
2025-10-14objtool: Refactor prefix symbol creation codeJosh Poimboeuf-31/+45
2025-10-14objtool/klp: Add post-link subcommand to finalize livepatch modulesJosh Poimboeuf-1/+174
2025-10-14objtool/klp: Add --debug option to show cloning decisionsJosh Poimboeuf-0/+99
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf-31/+1909
2025-10-14objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksumsJosh Poimboeuf-0/+70
2025-10-14objtool/klp: Add --checksum option to generate per-function checksumsJosh Poimboeuf-28/+289
2025-10-14objtool: Add annotype() helperJosh Poimboeuf-16/+18
2025-10-14objtool: Add elf_create_file()Josh Poimboeuf-4/+147
2025-10-14objtool: Add elf_create_reloc() and elf_init_reloc()Josh Poimboeuf-14/+165
2025-10-14objtool: Add elf_create_data()Josh Poimboeuf-22/+54
2025-10-14objtool: Generalize elf_create_section()Josh Poimboeuf-52/+75
2025-10-14objtool: Generalize elf_create_symbol()Josh Poimboeuf-53/+69
2025-10-14objtool: Simplify special symbol handling in elf_update_symbol()Josh Poimboeuf-3/+2
2025-10-14objtool: Refactor add_jump_destinations()Josh Poimboeuf-115/+101
2025-10-14objtool: Reindent check_options[]Josh Poimboeuf-27/+27
2025-10-14objtool: Resurrect --backup optionJosh Poimboeuf-16/+16
2025-10-14objtool: Rename --Werror to --werrorJosh Poimboeuf-1/+1
2025-10-14objtool: Avoid emptying lists for duplicate sectionsJosh Poimboeuf-4/+0
2025-10-14objtool: Simplify reloc offset calculation in unwind_read_hints()Josh Poimboeuf-8/+1
2025-10-14objtool: Mark prefix functionsJosh Poimboeuf-4/+14
2025-10-14objtool: Fix weak symbol hole detection for .cold functionsJosh Poimboeuf-42/+45
2025-10-14objtool: Mark .cold subfunctionsJosh Poimboeuf-17/+17
2025-10-14objtool: Add section/symbol type helpersJosh Poimboeuf-42/+108
2025-10-14objtool: Convert elf iterator macros to use 'struct elf'Josh Poimboeuf-17/+17