summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
2025-10-16Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/gi...Peter Zijlstra31-663/+3607
2025-10-15livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf1-2/+4
2025-10-15objtool: Add base objtool support for livepatch modulesJosh Poimboeuf4-7/+53
2025-10-15objtool: Refactor prefix symbol creation codeJosh Poimboeuf3-31/+45
2025-10-15objtool/klp: Add post-link subcommand to finalize livepatch modulesJosh Poimboeuf4-1/+174
2025-10-15objtool/klp: Add --debug option to show cloning decisionsJosh Poimboeuf3-0/+99
2025-10-15objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf16-31/+1909
2025-10-15objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksumsJosh Poimboeuf6-0/+70
2025-10-15objtool/klp: Add --checksum option to generate per-function checksumsJosh Poimboeuf9-28/+289
2025-10-15objtool: Add annotype() helperJosh Poimboeuf10-16/+18
2025-10-15objtool: Add elf_create_file()Josh Poimboeuf3-4/+147
2025-10-15objtool: Add elf_create_reloc() and elf_init_reloc()Josh Poimboeuf2-14/+165
2025-10-15objtool: Add elf_create_data()Josh Poimboeuf2-22/+54
2025-10-15objtool: Generalize elf_create_section()Josh Poimboeuf3-52/+75
2025-10-15objtool: Generalize elf_create_symbol()Josh Poimboeuf2-53/+69
2025-10-15objtool: Simplify special symbol handling in elf_update_symbol()Josh Poimboeuf1-3/+2
2025-10-15objtool: Refactor add_jump_destinations()Josh Poimboeuf2-115/+101
2025-10-15objtool: Reindent check_options[]Josh Poimboeuf1-27/+27
2025-10-15objtool: Resurrect --backup optionJosh Poimboeuf3-16/+16
2025-10-15objtool: Rename --Werror to --werrorJosh Poimboeuf1-1/+1
2025-10-15objtool: Avoid emptying lists for duplicate sectionsJosh Poimboeuf1-4/+0
2025-10-15objtool: Simplify reloc offset calculation in unwind_read_hints()Josh Poimboeuf1-8/+1
2025-10-15objtool: Mark prefix functionsJosh Poimboeuf3-4/+14
2025-10-15objtool: Fix weak symbol hole detection for .cold functionsJosh Poimboeuf2-42/+45
2025-10-15objtool: Mark .cold subfunctionsJosh Poimboeuf3-17/+17
2025-10-15objtool: Add section/symbol type helpersJosh Poimboeuf5-42/+108
2025-10-15objtool: Convert elf iterator macros to use 'struct elf'Josh Poimboeuf3-17/+17
2025-10-15objtool: Remove .parainstructions referenceJosh Poimboeuf1-1/+0
2025-10-15objtool: Clean up compiler flag usageJosh Poimboeuf3-8/+13
2025-10-15objtool: Const string cleanupJosh Poimboeuf6-10/+10
2025-10-15objtool: Check for missing annotation entries in read_annotate()Josh Poimboeuf1-0/+5
2025-10-15objtool: Fix "unexpected end of section" warning for alternativesJosh Poimboeuf1-4/+1
2025-10-15objtool: Fix __pa_symbol() relocation handlingJosh Poimboeuf1-1/+12
2025-10-15objtool: Fix x86 addend calculationJosh Poimboeuf5-17/+17
2025-10-15objtool: Fix weak symbol detectionJosh Poimboeuf1-4/+4
2025-10-15objtool: Fix interval tree insertion for zero-length symbolsJosh Poimboeuf1-1/+1
2025-10-15objtool: Add empty symbols to the symbol tree againJosh Poimboeuf1-8/+2
2025-10-15objtool: Remove error handling boilerplateJosh Poimboeuf2-101/+59
2025-10-15objtool: Propagate elf_truncate_section() error in elf_write()Josh Poimboeuf1-3/+2
2025-10-15objtool: Fix broken error handling in read_symbols()Josh Poimboeuf1-7/+3
2025-10-15objtool: Make find_symbol_containing() less arbitraryJosh Poimboeuf1-5/+20
2025-10-15interval_tree: Sync interval_tree_generic.h with toolsJosh Poimboeuf1-0/+1
2025-10-15objtool: Fix standalone --hacks=jump_labelDylan Hatch1-1/+2
2025-10-15objtool: Remove unneeded semicolonChen Ni1-1/+1
2025-10-14objtool/x86: Fix NOP decodePeter Zijlstra1-4/+11
2025-10-14objtool/x86: Add UDB supportPeter Zijlstra1-0/+4
2025-10-14objtool/x86: Remove 0xea hackPeter Zijlstra1-9/+0
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+43
2025-10-02Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-10/+0
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-2/+63