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