summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
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
2025-10-14objtool: Remove .parainstructions referenceJosh Poimboeuf-1/+0
2025-10-14objtool: Clean up compiler flag usageJosh Poimboeuf-8/+13
2025-10-14objtool: Const string cleanupJosh Poimboeuf-10/+10
2025-10-14objtool: Check for missing annotation entries in read_annotate()Josh Poimboeuf-0/+5
2025-10-14objtool: Fix "unexpected end of section" warning for alternativesJosh Poimboeuf-4/+1
2025-10-14objtool: Fix __pa_symbol() relocation handlingJosh Poimboeuf-1/+12
2025-10-14objtool: Fix x86 addend calculationJosh Poimboeuf-17/+17
2025-10-14objtool: Fix weak symbol detectionJosh Poimboeuf-4/+4
2025-10-14objtool: Fix interval tree insertion for zero-length symbolsJosh Poimboeuf-1/+1
2025-10-14objtool: Add empty symbols to the symbol tree againJosh Poimboeuf-8/+2
2025-10-14objtool: Remove error handling boilerplateJosh Poimboeuf-101/+59
2025-10-14objtool: Propagate elf_truncate_section() error in elf_write()Josh Poimboeuf-3/+2
2025-10-14objtool: Fix broken error handling in read_symbols()Josh Poimboeuf-7/+3
2025-10-14objtool: Make find_symbol_containing() less arbitraryJosh Poimboeuf-5/+20
2025-10-14interval_tree: Sync interval_tree_generic.h with toolsJosh Poimboeuf-0/+1
2025-10-14objtool: Fix standalone --hacks=jump_labelDylan Hatch-1/+2
2025-10-14objtool: Remove unneeded semicolonChen Ni-1/+1
2025-10-14objtool/x86: Fix NOP decodePeter Zijlstra-4/+11
2025-10-14objtool/x86: Add UDB supportPeter Zijlstra-0/+4
2025-10-14objtool/x86: Remove 0xea hackPeter Zijlstra-9/+0
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+43
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds-10/+0
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+63
2025-09-19Merge 6.17-rc6 into kbuild-nextNathan Chancellor-0/+23