aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/include
AgeCommit message (Expand)AuthorFilesLines
2026-05-04objtool/klp: Cache dont_correlate() resultJosh Poimboeuf1-0/+1
2026-05-04objtool/klp: Fix kCFI prefix finding/cloningJosh Poimboeuf1-2/+2
2026-05-04objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDINGJosh Poimboeuf2-3/+5
2026-05-04objtool/klp: Fix position-dependent checksums for non-relocated jumps/callsJosh Poimboeuf2-1/+5
2026-05-04objtool: Add insn_sym() helperJosh Poimboeuf2-5/+21
2026-05-04objtool/klp: Add correlation debugging outputJosh Poimboeuf1-5/+11
2026-05-04objtool/klp: Calculate object checksumsJosh Poimboeuf2-28/+45
2026-05-04objtool/klp: Add "objtool klp checksum" subcommandJosh Poimboeuf3-0/+11
2026-05-04objtool: Consolidate file decoding into decode_file()Josh Poimboeuf1-0/+5
2026-05-04objtool/klp: Extricate checksum calculation from validate_branch()Josh Poimboeuf1-5/+1
2026-05-04objtool: Add is_cold_func() helperJosh Poimboeuf1-0/+5
2026-05-04objtool: Add is_alias_sym() helperJosh Poimboeuf1-0/+5
2026-05-04objtool/klp: Fix pointer comparisons for rodata objectsJosh Poimboeuf1-0/+1
2026-05-04objtool: Move mark_rodata() to elf.cJosh Poimboeuf1-0/+5
2026-05-04objtool/klp: Fix XXH3 state memory leakJosh Poimboeuf1-0/+1
2026-05-04objtool/klp: Fix --debug-checksum for duplicate symbol namesJosh Poimboeuf1-0/+5
2026-05-04objtool: Replace iterator callback with for_each_sym_by_mangled_name()Josh Poimboeuf1-3/+29
2026-04-14Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2026-03-06objtool/klp: Match symbols based on demangled_name for global variablesSong Liu1-0/+3
2026-03-06objtool: Fix ERROR_INSN() error messageJosh Poimboeuf1-1/+1
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2026-02-05livepatch: Free klp_{object,func}_ext data after initializationPetr Pavlu1-5/+5
2026-01-13objtool: Allow multiple pv_ops arraysJuergen Gross1-0/+1
2026-01-13objtool: fix compilation failure with the x32 toolchainMikulas Patocka1-2/+2
2025-12-03objtool: Add more robust signal error handling, detect and warn about stack o...Josh Poimboeuf1-0/+2
2025-11-24objtool: Add wide output for disassemblyAlexandre Chartre1-0/+1
2025-11-24objtool: Add Function to get the name of a CPU featureAlexandre Chartre1-0/+2
2025-11-21objtool: Provide access to feature and flags of group alternativesAlexandre Chartre2-1/+2
2025-11-21objtool: Add the --disas=<function-pattern> actionAlexandre Chartre2-0/+3
2025-11-21objtool: Improve tracing of alternative instructionsAlexandre Chartre1-1/+64
2025-11-21objtool: Add functions to better name alternativesAlexandre Chartre1-0/+12
2025-11-21objtool: Identify the different types of alternativesAlexandre Chartre1-0/+12
2025-11-21objtool: Improve register reporting during function validationAlexandre Chartre1-0/+2
2025-11-21objtool: Trace instruction state changes during function validationAlexandre Chartre1-0/+10
2025-11-21objtool: Add option to trace function validationAlexandre Chartre5-1/+86
2025-11-21objtool: Disassemble instruction on warning or backtraceAlexandre Chartre3-5/+26
2025-11-21objtool: Print symbol during disassemblyAlexandre Chartre1-0/+9
2025-11-21objtool: Disassemble code with libopcodes instead of running objdumpAlexandre Chartre3-0/+43
2025-11-21objtool: Create disassembly contextAlexandre Chartre2-2/+14
2025-11-21objtool: Move disassembly functions to a separated fileAlexandre Chartre1-0/+2
2025-11-21objtool: Fix .cold function detection for duplicate symbolsJosh Poimboeuf1-1/+1
2025-11-10tools/objtool: Copy the __cleanup unused variable fix for older clangBorislav Petkov (AMD)1-1/+10
2025-10-14objtool: Add base objtool support for livepatch modulesJosh Poimboeuf2-1/+2
2025-10-14objtool: Refactor prefix symbol creation codeJosh Poimboeuf1-2/+0
2025-10-14objtool/klp: Add post-link subcommand to finalize livepatch modulesJosh Poimboeuf1-0/+4
2025-10-14objtool/klp: Add --debug option to show cloning decisionsJosh Poimboeuf1-0/+21
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf6-11/+100
2025-10-14objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksumsJosh Poimboeuf4-0/+22
2025-10-14objtool/klp: Add --checksum option to generate per-function checksumsJosh Poimboeuf5-5/+76
2025-10-14objtool: Add annotype() helperJosh Poimboeuf2-5/+17
2025-10-14objtool: Add elf_create_file()Josh Poimboeuf1-2/+3
2025-10-14objtool: Add elf_create_reloc() and elf_init_reloc()Josh Poimboeuf1-0/+9
2025-10-14objtool: Add elf_create_data()Josh Poimboeuf1-3/+7
2025-10-14objtool: Generalize elf_create_section()Josh Poimboeuf1-1/+6
2025-10-14objtool: Generalize elf_create_symbol()Josh Poimboeuf1-1/+10
2025-10-14objtool: Refactor add_jump_destinations()Josh Poimboeuf1-2/+2
2025-10-14objtool: Resurrect --backup optionJosh Poimboeuf1-1/+2
2025-10-14objtool: Mark prefix functionsJosh Poimboeuf1-0/+6
2025-10-14objtool: Fix weak symbol hole detection for .cold functionsJosh Poimboeuf1-1/+2
2025-10-14objtool: Mark .cold subfunctionsJosh Poimboeuf1-0/+1
2025-10-14objtool: Add section/symbol type helpersJosh Poimboeuf1-0/+66
2025-10-14objtool: Convert elf iterator macros to use 'struct elf'Josh Poimboeuf1-4/+4
2025-10-14objtool: Const string cleanupJosh Poimboeuf2-4/+4
2025-10-14objtool: 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-12objtool: Handle PC relative relocation typeTiezhu Yang1-0/+1
2025-03-12objtool: 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-17objtool: 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
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf1-6/+27
2023-06-07objtool: Add mark_sec_changed()Josh Poimboeuf1-1/+13
2023-06-07objtool: Fix reloc_hash sizeJosh Poimboeuf1-1/+7
2023-06-07objtool: Consolidate rel/rela handlingJosh Poimboeuf1-5/+8
2023-06-07objtool: Improve reloc namingJosh Poimboeuf1-1/+1
2023-06-07objtool: Remove flags argument from elf_create_section()Josh Poimboeuf1-1/+1
2023-06-07objtool: Tidy elf.hJosh Poimboeuf1-49/+47
2023-06-07objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regionsJosh Poimboeuf1-0/+1
2023-05-16objtool: Include backtrace in verbose modeJosh Poimboeuf1-6/+8
2023-05-16objtool: Add verbose option for disassembling affected functionsJosh Poimboeuf1-0/+1
2023-05-16objtool: Limit unreachable warnings to once per functionJosh Poimboeuf2-1/+7
2023-04-14objtool: Add symbol iteration helpersJosh Poimboeuf1-0/+9
2023-04-14objtool: Add WARN_INSN()Josh Poimboeuf1-0/+5
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf1-2/+2
2023-02-23objtool: Fix ORC 'signal' propagationJosh Poimboeuf1-0/+1
2023-02-23objtool: Remove instruction::listPeter Zijlstra2-25/+27
2023-02-23objtool: Union instruction::{call_dest,jump_table}Peter Zijlstra1-2/+4
2023-02-23objtool: Remove instruction::relocPeter Zijlstra1-3/+3
2023-02-23objtool: Shrink instruction::{type,visited}Peter Zijlstra1-5/+5
2023-02-23objtool: Make instruction::alts a single-linked listPeter Zijlstra1-1/+1
2023-02-23objtool: Make instruction::stack_ops a single-linked listPeter Zijlstra2-2/+2
2023-02-23objtool: Change arch_decode_instruction() signaturePeter Zijlstra1-3/+1
2023-02-01objtool: Optimize layout of struct special_altThomas Weißschuh1-1/+1
2023-02-01objtool: Optimize layout of struct symbolThomas Weißschuh1-3/+2
2023-02-01objtool: Allocate multiple structures with calloc()Thomas Weißschuh1-0/+4
2023-02-01objtool: Make struct check_options staticThomas Weißschuh1-2/+0
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds4-16/+27
2022-11-23objtool/powerpc: Implement arch_pc_relative_reloc()Michael Ellerman1-0/+2
2022-11-18objtool: Add arch specific function arch_ftrace_match()Sathvika Vasireddy1-0/+2
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy1-0/+1
2022-11-18objtool: Use target file class size instead of a compiled constantChristophe Leroy1-0/+8
2022-11-18objtool: Use target file endianness instead of a compiled constantChristophe Leroy1-16/+16
2022-11-05objtool: Optimize elf_dirty_reloc_sym()Peter Zijlstra1-0/+2
2022-11-01objtool: Add --cfi to generate the .cfi_sites sectionPeter Zijlstra1-0/+1
2022-11-01objtool: Add option to generate prefix symbolsPeter Zijlstra2-0/+3
2022-11-01objtool: Avoid O(bloody terrible) behaviour -- an ode to libelfPeter Zijlstra1-1/+1
2022-10-17objtool: Rework instruction -> symbol mappingPeter Zijlstra1-1/+11
2022-10-17objtool: Fix find_{symbol,func}_containing()Peter Zijlstra1-1/+2
2022-10-17objtool: Add --hacks=skylakePeter Zijlstra1-0/+1
2022-10-17objtool: Add .call_sites sectionPeter Zijlstra1-0/+1
2022-10-17objtool: Track init sectionPeter Zijlstra1-1/+1
2022-10-17objtool: Allow !PC relative relocationsPeter Zijlstra1-0/+2
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra1-0/+1
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf1-9/+10
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra2-2/+10
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra3-0/+3
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka1-2/+2
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf2-3/+12
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf1-1/+0
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf1-0/+1
2022-04-22objtool: Add option to print section addressesJosh Poimboeuf2-14/+18
2022-04-22objtool: Don't print parentheses in function addressesJosh Poimboeuf1-5/+1
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf1-2/+3
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf1-3/+23
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra1-2/+2
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf1-1/+1
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra1-0/+1
2022-03-15objtool: Validate IBT assumptionsPeter Zijlstra2-1/+5
2022-03-15objtool: Add IBT/ENDBR decodingPeter Zijlstra1-0/+1
2022-03-15objtool: Read the NOENDBR annotationPeter Zijlstra1-3/+10
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra1-0/+1
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra1-1/+1
2022-03-15objtool: Have WARN_FUNC fall back to sym+offPeter Zijlstra1-0/+2
2022-03-15objtool: Add --dry-runPeter Zijlstra1-1/+1
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+2
2021-12-09objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver1-1/+1
2021-12-08objtool: Add straight-line-speculation validationPeter Zijlstra2-1/+2
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-1/+0
2021-10-28objtool: Shrink struct instructionPeter Zijlstra1-1/+0
2021-10-28objtool: Classify symbolsPeter Zijlstra1-2/+5
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra1-1/+0
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence1-1/+0
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra3-1/+11
2021-09-15objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra1-0/+1
2021-09-15objtool: Introduce CFI hashPeter Zijlstra3-2/+4
2021-06-14objtool: Improve reloc hash size guestimatePeter Zijlstra1-0/+1
2021-05-12objtool: Provide stats for jump_labelsPeter Zijlstra1-0/+3
2021-05-12objtool: Decode jump_entry::key addendPeter Zijlstra1-0/+1
2021-05-12objtool: Rewrite hashtable sizingPeter Zijlstra1-5/+12
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+4
2021-04-02objtool: Cache instruction relocsPeter Zijlstra1-0/+1
2021-04-02objtool: Keep track of retpoline call sitesPeter Zijlstra3-1/+4
2021-04-02objtool: Add elf_create_undef_symbol()Peter Zijlstra1-0/+1
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra1-1/+0
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra1-3/+7
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra1-1/+0
2021-04-02objtool: Handle per arch retpoline namingPeter Zijlstra1-0/+2
2021-03-06objtool: Collate parse_options() usersPeter Zijlstra1-0/+2
2021-03-06objtool: Add --backupPeter Zijlstra1-1/+2
2021-03-06objtool,x86: Rewrite LEAVEPeter Zijlstra1-1/+0
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-1/+3
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf1-1/+0
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf1-0/+11
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf1-0/+6
2021-01-14objtool: Add 'alt_group' structJosh Poimboeuf1-1/+12
2021-01-14objtool: Refactor ORC section generationJosh Poimboeuf3-9/+1
2021-01-13objtool: Rework header include pathsVasily Gorbik9-0/+543