summaryrefslogtreecommitdiffstats
path: root/tools/objtool/include
AgeCommit message (Expand)AuthorLines
2025-05-14objtool: Speed up SHT_GROUP reindexingJosh Poimboeuf-0/+1
2025-04-08objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRETJosh Poimboeuf-1/+2
2025-04-01objtool: Change "warning:" to "error: " for fatal errorsJosh Poimboeuf-16/+35
2025-04-01Revert "objtool: Increase per-function WARN_FUNC() rate limit"Josh Poimboeuf-12/+4
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf-2/+4
2025-03-25objtool: Improve error handlingJosh Poimboeuf-5/+10
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf-4/+3
2025-03-25objtool: Ignore entire functions rather than instructionsJosh Poimboeuf-0/+1
2025-03-25objtool: Fix detection of consecutive jump tables on Clang 20Josh Poimboeuf-1/+26
2025-03-17objtool: Create backup on error and print argsJosh Poimboeuf-1/+0
2025-03-17objtool: Change "warning:" to "error:" for --WerrorJosh Poimboeuf-2/+4
2025-03-17objtool: Add --Werror optionJosh Poimboeuf-0/+1
2025-03-17objtool: Add --output optionJosh Poimboeuf-0/+1
2025-03-17objtool: Increase per-function WARN_FUNC() rate limitJosh Poimboeuf-4/+12
2025-03-12objtool: Handle PC relative relocation typeTiezhu Yang-0/+1
2025-03-12objtool: Handle different entry size of rodataTiezhu Yang-0/+2
2025-02-25objtool: Fix C jump table annotations for ClangArd Biesheuvel-1/+1
2024-12-02objtool: Allow arch code to discover jump table sizeArd Biesheuvel-2/+6
2024-10-17objtool: Detect non-relocated text referencesJosh Poimboeuf-0/+1
2024-09-17objtool: Handle frame pointer related instructionsTiezhu Yang-0/+1
2024-03-11objtool: Check local label in add_dead_ends()Tiezhu Yang-0/+1
2024-03-11objtool/x86: Separate arch-specific and generic partsTiezhu Yang-0/+14
2023-08-16objtool/x86: Fix SRSO messPeter Zijlstra-0/+2
2023-06-07objtool: Get rid of reloc->rel[a]Josh Poimboeuf-12/+82
2023-06-07objtool: Shrink elf hash nodesJosh Poimboeuf-10/+14
2023-06-07objtool: Shrink reloc->sym_reloc_entryJosh Poimboeuf-2/+2
2023-06-07objtool: Get rid of reloc->jump_table_startJosh Poimboeuf-1/+0
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf-1/+5
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf-1/+10
2023-06-07objtool: Get rid of reloc->offsetJosh Poimboeuf-2/+6
2023-06-07objtool: Get rid of reloc->idxJosh Poimboeuf-3/+7
2023-06-07objtool: Get rid of reloc->listJosh Poimboeuf-5/+13
2023-06-07objtool: Add for_each_reloc()Josh Poimboeuf-0/+6
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf-6/+27
2023-06-07objtool: Add mark_sec_changed()Josh Poimboeuf-1/+13
2023-06-07objtool: Fix reloc_hash sizeJosh Poimboeuf-1/+7
2023-06-07objtool: Consolidate rel/rela handlingJosh Poimboeuf-5/+8
2023-06-07objtool: Improve reloc namingJosh Poimboeuf-1/+1
2023-06-07objtool: Remove flags argument from elf_create_section()Josh Poimboeuf-1/+1
2023-06-07objtool: Tidy elf.hJosh Poimboeuf-49/+47
2023-06-07objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regionsJosh Poimboeuf-0/+1
2023-05-16objtool: Include backtrace in verbose modeJosh Poimboeuf-6/+8
2023-05-16objtool: Add verbose option for disassembling affected functionsJosh Poimboeuf-0/+1
2023-05-16objtool: Limit unreachable warnings to once per functionJosh Poimboeuf-1/+7
2023-04-14objtool: Add symbol iteration helpersJosh Poimboeuf-0/+9
2023-04-14objtool: Add WARN_INSN()Josh Poimboeuf-0/+5
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf-2/+2
2023-02-23objtool: Fix ORC 'signal' propagationJosh Poimboeuf-0/+1
2023-02-23objtool: Remove instruction::listPeter Zijlstra-25/+27
2023-02-23objtool: Union instruction::{call_dest,jump_table}Peter Zijlstra-2/+4