aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-10-14objtool: Add ANNOTATE_DATA_SPECIALJosh Poimboeuf3-12/+41
2025-10-14objtool: Move ANNOTATE* macros to annotate.hJosh Poimboeuf2-89/+110
2025-10-14cxl/trace: Subtract to find an hpa_alias0 in cxl_poison eventsAlison Schofield1-1/+1
2025-10-14objtool: Add annotype() helperJosh Poimboeuf10-16/+18
2025-10-14objtool: Add elf_create_file()Josh Poimboeuf3-4/+147
2025-10-14objtool: Add elf_create_reloc() and elf_init_reloc()Josh Poimboeuf2-14/+165
2025-10-14objtool: Add elf_create_data()Josh Poimboeuf2-22/+54
2025-10-14objtool: Generalize elf_create_section()Josh Poimboeuf3-51/+74
2025-10-14objtool: Generalize elf_create_symbol()Josh Poimboeuf2-53/+69
2025-10-14objtool: Simplify special symbol handling in elf_update_symbol()Josh Poimboeuf1-3/+2
2025-10-14objtool: Refactor add_jump_destinations()Josh Poimboeuf2-115/+101
2025-10-14objtool: Reindent check_options[]Josh Poimboeuf1-27/+27
2025-10-14objtool: Resurrect --backup optionJosh Poimboeuf3-16/+16
2025-10-14objtool: Rename --Werror to --werrorJosh Poimboeuf3-3/+3
2025-10-14objtool: Avoid emptying lists for duplicate sectionsJosh Poimboeuf1-4/+0
2025-10-14objtool: Simplify reloc offset calculation in unwind_read_hints()Josh Poimboeuf1-8/+1
2025-10-14objtool: Mark prefix functionsJosh Poimboeuf3-4/+14
2025-10-14objtool: Fix weak symbol hole detection for .cold functionsJosh Poimboeuf2-42/+45
2025-10-14objtool: Mark .cold subfunctionsJosh Poimboeuf3-17/+17
2025-10-14objtool: Add section/symbol type helpersJosh Poimboeuf5-42/+108
2025-10-14objtool: Convert elf iterator macros to use 'struct elf'Josh Poimboeuf3-17/+17
2025-10-14objtool: Remove .parainstructions referenceJosh Poimboeuf1-1/+0
2025-10-14objtool: Clean up compiler flag usageJosh Poimboeuf3-8/+13
2025-10-14objtool: Const string cleanupJosh Poimboeuf6-10/+10
2025-10-14objtool: Check for missing annotation entries in read_annotate()Josh Poimboeuf1-0/+5
2025-10-14objtool: Fix "unexpected end of section" warning for alternativesJosh Poimboeuf1-4/+1
2025-10-14objtool: Fix __pa_symbol() relocation handlingJosh Poimboeuf1-1/+12
2025-10-14objtool: Fix x86 addend calculationJosh Poimboeuf5-17/+17
2025-10-14objtool: Fix weak symbol detectionJosh Poimboeuf1-4/+4
2025-10-14objtool: Fix interval tree insertion for zero-length symbolsJosh Poimboeuf1-1/+1
2025-10-14objtool: Add empty symbols to the symbol tree againJosh Poimboeuf1-8/+2
2025-10-14objtool: Remove error handling boilerplateJosh Poimboeuf2-101/+59
2025-10-14objtool: Propagate elf_truncate_section() error in elf_write()Josh Poimboeuf1-3/+2
2025-10-14objtool: Fix broken error handling in read_symbols()Josh Poimboeuf1-7/+3
2025-10-14objtool: Make find_symbol_containing() less arbitraryJosh Poimboeuf1-5/+20
2025-10-14interval_tree: Fix ITSTATIC usage for *_subtree_search()Josh Poimboeuf6-2/+13
2025-10-14interval_tree: Sync interval_tree_generic.h with toolsJosh Poimboeuf2-6/+3
2025-10-14x86/alternative: Refactor INT3 call emulation selftestJosh Poimboeuf1-22/+27
2025-10-14modpost: Ignore unresolved section bounds symbolsJosh Poimboeuf1-0/+5
2025-10-14kbuild: Remove 'kmod_' prefix from __KBUILD_MODNAMEJosh Poimboeuf2-2/+3
2025-10-14elfnote: Change ELFNOTE() to use __UNIQUE_ID()Josh Poimboeuf1-8/+5
2025-10-14compiler.h: Make addressable symbols less of an eyesoreJosh Poimboeuf1-1/+1
2025-10-14compiler: Tweak __UNIQUE_ID() namingJosh Poimboeuf1-1/+5
2025-10-14x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotationJosh Poimboeuf1-4/+0
2025-10-14x86/module: Improve relocation error messagesJosh Poimboeuf2-8/+11
2025-10-14vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macrosJosh Poimboeuf2-35/+17
2025-10-14s390/vmlinux.lds.S: Prevent thunk functions from getting placed with normal textJosh Poimboeuf2-2/+2
2025-10-14objtool: Fix standalone --hacks=jump_labelDylan Hatch1-1/+2
2025-10-14scripts/faddr2line: Fix "Argument list too long" errorPankaj Raghav1-4/+9
2025-10-14scripts/faddr2line: Use /usr/bin/env bash for portabilityPankaj Raghav1-1/+1