summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
2025-12-03objtool: Add more robust signal error handling, detect and warn about stack o...Josh Poimboeuf-1/+141
2025-12-02objtool: Fix stack overflow in validate_branch()Josh Poimboeuf-14/+13
2025-12-01objtool: Fix segfault on unknown alternativesIngo Molnar-0/+3
2025-11-27objtool: Build with disassembly can fail when including bdf.hAlexandre Chartre-1/+1
2025-11-24objtool: Trim trailing NOPs in alternativeAlexandre Chartre-5/+73
2025-11-24objtool: Add wide output for disassemblyAlexandre Chartre-1/+96
2025-11-24objtool: Compact output for alternatives with one instructionAlexandre Chartre-0/+22
2025-11-24objtool: Improve naming of group alternativesAlexandre Chartre-6/+52
2025-11-24objtool: Add Function to get the name of a CPU featureAlexandre Chartre-1/+36
2025-11-21objtool: Provide access to feature and flags of group alternativesAlexandre Chartre-1/+6
2025-11-21objtool: Fix address references in alternativesAlexandre Chartre-4/+66
2025-11-21objtool: Disassemble jump table alternativesAlexandre Chartre-6/+32
2025-11-21objtool: Disassemble exception table alternativesAlexandre Chartre-1/+25
2025-11-21objtool: Print addresses with alternative instructionsAlexandre Chartre-12/+23
2025-11-21objtool: Disassemble group alternativesAlexandre Chartre-17/+149
2025-11-21objtool: Print headers for alternativesAlexandre Chartre-6/+182
2025-11-21objtool: Preserve alternatives orderAlexandre Chartre-2/+14
2025-11-21objtool: Add the --disas=<function-pattern> actionAlexandre Chartre-17/+53
2025-11-21objtool: Do not validate IBT for .return_sites and .call_sitesAlexandre Chartre-0/+2
2025-11-21objtool: Improve tracing of alternative instructionsAlexandre Chartre-13/+125
2025-11-21objtool: Add functions to better name alternativesAlexandre Chartre-0/+84
2025-11-21objtool: Identify the different types of alternativesAlexandre Chartre-5/+20
2025-11-21objtool: Improve register reporting during function validationAlexandre Chartre-0/+40
2025-11-21objtool: Trace instruction state changes during function validationAlexandre Chartre-1/+149
2025-11-21objtool: Add option to trace function validationAlexandre Chartre-18/+299
2025-11-21objtool: Record symbol name max lengthAlexandre Chartre-0/+7
2025-11-21objtool: Extract code to validate instruction from the validate branch loopAlexandre Chartre-181/+205
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