summaryrefslogtreecommitdiff
path: root/tools/objtool/include
AgeCommit message (Expand)AuthorFilesLines
2025-10-15objtool: Add elf_create_file()Josh Poimboeuf1-2/+3
2025-10-15objtool: Add elf_create_reloc() and elf_init_reloc()Josh Poimboeuf1-0/+9
2025-10-15objtool: Add elf_create_data()Josh Poimboeuf1-3/+7
2025-10-15objtool: Generalize elf_create_section()Josh Poimboeuf1-1/+6
2025-10-15objtool: Generalize elf_create_symbol()Josh Poimboeuf1-1/+10
2025-10-15objtool: Refactor add_jump_destinations()Josh Poimboeuf1-2/+2
2025-10-15objtool: Resurrect --backup optionJosh Poimboeuf1-1/+2
2025-10-15objtool: Mark prefix functionsJosh Poimboeuf1-0/+6
2025-10-15objtool: Fix weak symbol hole detection for .cold functionsJosh Poimboeuf1-1/+2
2025-10-15objtool: Mark .cold subfunctionsJosh Poimboeuf1-0/+1
2025-10-15objtool: Add section/symbol type helpersJosh Poimboeuf1-0/+66
2025-10-15objtool: Convert elf iterator macros to use 'struct elf'Josh Poimboeuf1-4/+4
2025-10-15objtool: Const string cleanupJosh Poimboeuf2-4/+4
2025-10-15objtool: Fix x86 addend calculationJosh Poimboeuf1-1/+1
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-09-03objtool: Add action to check for absence of absolute relocationsArd Biesheuvel2-0/+2
2025-08-18objtool: Validate kCFI callsPeter Zijlstra1-0/+1
2025-05-14objtool: Speed up SHT_GROUP reindexingJosh Poimboeuf1-0/+1
2025-04-08objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRETJosh Poimboeuf1-1/+2
2025-04-01objtool: Change "warning:" to "error: " for fatal errorsJosh Poimboeuf1-16/+35
2025-04-01Revert "objtool: Increase per-function WARN_FUNC() rate limit"Josh Poimboeuf2-12/+4
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf1-2/+4
2025-03-25objtool: Improve error handlingJosh Poimboeuf2-5/+10
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf2-4/+3
2025-03-25objtool: Ignore entire functions rather than instructionsJosh Poimboeuf1-0/+1
2025-03-25objtool: Fix detection of consecutive jump tables on Clang 20Josh Poimboeuf1-1/+26
2025-03-17objtool: Create backup on error and print argsJosh Poimboeuf1-1/+0
2025-03-17objtool: Change "warning:" to "error:" for --WerrorJosh Poimboeuf1-2/+4
2025-03-17objtool: Add --Werror optionJosh Poimboeuf1-0/+1
2025-03-17objtool: Add --output optionJosh Poimboeuf1-0/+1
2025-03-17objtool: Increase per-function WARN_FUNC() rate limitJosh Poimboeuf2-4/+12
2025-03-13objtool: Handle PC relative relocation typeTiezhu Yang1-0/+1
2025-03-13objtool: Handle different entry size of rodataTiezhu Yang1-0/+2
2025-02-25objtool: Fix C jump table annotations for ClangArd Biesheuvel1-1/+1
2024-12-02objtool: Allow arch code to discover jump table sizeArd Biesheuvel2-2/+6
2024-10-18objtool: Detect non-relocated text referencesJosh Poimboeuf1-0/+1
2024-09-17objtool: Handle frame pointer related instructionsTiezhu Yang1-0/+1
2024-03-11objtool: Check local label in add_dead_ends()Tiezhu Yang1-0/+1
2024-03-11objtool/x86: Separate arch-specific and generic partsTiezhu Yang1-0/+14
2023-08-16objtool/x86: Fix SRSO messPeter Zijlstra2-0/+2
2023-06-07objtool: Get rid of reloc->rel[a]Josh Poimboeuf1-12/+82
2023-06-07objtool: Shrink elf hash nodesJosh Poimboeuf1-10/+14
2023-06-07objtool: Shrink reloc->sym_reloc_entryJosh Poimboeuf1-2/+2
2023-06-07objtool: Get rid of reloc->jump_table_startJosh Poimboeuf1-1/+0
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf1-1/+5
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf1-1/+10
2023-06-07objtool: Get rid of reloc->offsetJosh Poimboeuf1-2/+6
2023-06-07objtool: Get rid of reloc->idxJosh Poimboeuf1-3/+7
2023-06-07objtool: Get rid of reloc->listJosh Poimboeuf1-5/+13
2023-06-07objtool: Add for_each_reloc()Josh Poimboeuf1-0/+6