| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-04 | objtool/klp: Cache dont_correlate() result | Josh Poimboeuf | 1 | -0/+1 |
| 2026-05-04 | objtool/klp: Fix kCFI prefix finding/cloning | Josh Poimboeuf | 1 | -2/+2 |
| 2026-05-04 | objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDING | Josh Poimboeuf | 2 | -3/+5 |
| 2026-05-04 | objtool/klp: Fix position-dependent checksums for non-relocated jumps/calls | Josh Poimboeuf | 2 | -1/+5 |
| 2026-05-04 | objtool: Add insn_sym() helper | Josh Poimboeuf | 2 | -5/+21 |
| 2026-05-04 | objtool/klp: Add correlation debugging output | Josh Poimboeuf | 1 | -5/+11 |
| 2026-05-04 | objtool/klp: Calculate object checksums | Josh Poimboeuf | 2 | -28/+45 |
| 2026-05-04 | objtool/klp: Add "objtool klp checksum" subcommand | Josh Poimboeuf | 3 | -0/+11 |
| 2026-05-04 | objtool: Consolidate file decoding into decode_file() | Josh Poimboeuf | 1 | -0/+5 |
| 2026-05-04 | objtool/klp: Extricate checksum calculation from validate_branch() | Josh Poimboeuf | 1 | -5/+1 |
| 2026-05-04 | objtool: Add is_cold_func() helper | Josh Poimboeuf | 1 | -0/+5 |
| 2026-05-04 | objtool: Add is_alias_sym() helper | Josh Poimboeuf | 1 | -0/+5 |
| 2026-05-04 | objtool/klp: Fix pointer comparisons for rodata objects | Josh Poimboeuf | 1 | -0/+1 |
| 2026-05-04 | objtool: Move mark_rodata() to elf.c | Josh Poimboeuf | 1 | -0/+5 |
| 2026-05-04 | objtool/klp: Fix XXH3 state memory leak | Josh Poimboeuf | 1 | -0/+1 |
| 2026-05-04 | objtool/klp: Fix --debug-checksum for duplicate symbol names | Josh Poimboeuf | 1 | -0/+5 |
| 2026-05-04 | objtool: Replace iterator callback with for_each_sym_by_mangled_name() | Josh Poimboeuf | 1 | -3/+29 |
| 2026-04-14 | Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+3 |
| 2026-03-06 | objtool/klp: Match symbols based on demangled_name for global variables | Song Liu | 1 | -0/+3 |
| 2026-03-06 | objtool: Fix ERROR_INSN() error message | Josh Poimboeuf | 1 | -1/+1 |
| 2026-02-10 | Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
| 2026-02-05 | livepatch: Free klp_{object,func}_ext data after initialization | Petr Pavlu | 1 | -5/+5 |
| 2026-01-13 | objtool: Allow multiple pv_ops arrays | Juergen Gross | 1 | -0/+1 |
| 2026-01-13 | objtool: fix compilation failure with the x32 toolchain | Mikulas Patocka | 1 | -2/+2 |
| 2025-12-03 | objtool: Add more robust signal error handling, detect and warn about stack o... | Josh Poimboeuf | 1 | -0/+2 |
| 2025-11-24 | objtool: Add wide output for disassembly | Alexandre Chartre | 1 | -0/+1 |
| 2025-11-24 | objtool: Add Function to get the name of a CPU feature | Alexandre Chartre | 1 | -0/+2 |
| 2025-11-21 | objtool: Provide access to feature and flags of group alternatives | Alexandre Chartre | 2 | -1/+2 |
| 2025-11-21 | objtool: Add the --disas=<function-pattern> action | Alexandre Chartre | 2 | -0/+3 |
| 2025-11-21 | objtool: Improve tracing of alternative instructions | Alexandre Chartre | 1 | -1/+64 |
| 2025-11-21 | objtool: Add functions to better name alternatives | Alexandre Chartre | 1 | -0/+12 |
| 2025-11-21 | objtool: Identify the different types of alternatives | Alexandre Chartre | 1 | -0/+12 |
| 2025-11-21 | objtool: Improve register reporting during function validation | Alexandre Chartre | 1 | -0/+2 |
| 2025-11-21 | objtool: Trace instruction state changes during function validation | Alexandre Chartre | 1 | -0/+10 |
| 2025-11-21 | objtool: Add option to trace function validation | Alexandre Chartre | 5 | -1/+86 |
| 2025-11-21 | objtool: Disassemble instruction on warning or backtrace | Alexandre Chartre | 3 | -5/+26 |
| 2025-11-21 | objtool: Print symbol during disassembly | Alexandre Chartre | 1 | -0/+9 |
| 2025-11-21 | objtool: Disassemble code with libopcodes instead of running objdump | Alexandre Chartre | 3 | -0/+43 |
| 2025-11-21 | objtool: Create disassembly context | Alexandre Chartre | 2 | -2/+14 |
| 2025-11-21 | objtool: Move disassembly functions to a separated file | Alexandre Chartre | 1 | -0/+2 |
| 2025-11-21 | objtool: Fix .cold function detection for duplicate symbols | Josh Poimboeuf | 1 | -1/+1 |
| 2025-11-10 | tools/objtool: Copy the __cleanup unused variable fix for older clang | Borislav Petkov (AMD) | 1 | -1/+10 |
| 2025-10-14 | objtool: Add base objtool support for livepatch modules | Josh Poimboeuf | 2 | -1/+2 |
| 2025-10-14 | objtool: Refactor prefix symbol creation code | Josh Poimboeuf | 1 | -2/+0 |
| 2025-10-14 | objtool/klp: Add post-link subcommand to finalize livepatch modules | Josh Poimboeuf | 1 | -0/+4 |
| 2025-10-14 | objtool/klp: Add --debug option to show cloning decisions | Josh Poimboeuf | 1 | -0/+21 |
| 2025-10-14 | objtool/klp: Introduce klp diff subcommand for diffing object files | Josh Poimboeuf | 6 | -11/+100 |
| 2025-10-14 | objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums | Josh Poimboeuf | 4 | -0/+22 |
| 2025-10-14 | objtool/klp: Add --checksum option to generate per-function checksums | Josh Poimboeuf | 5 | -5/+76 |
| 2025-10-14 | objtool: Add annotype() helper | Josh Poimboeuf | 2 | -5/+17 |
| 2025-10-14 | objtool: Add elf_create_file() | Josh Poimboeuf | 1 | -2/+3 |
| 2025-10-14 | objtool: Add elf_create_reloc() and elf_init_reloc() | Josh Poimboeuf | 1 | -0/+9 |
| 2025-10-14 | objtool: Add elf_create_data() | Josh Poimboeuf | 1 | -3/+7 |
| 2025-10-14 | objtool: Generalize elf_create_section() | Josh Poimboeuf | 1 | -1/+6 |
| 2025-10-14 | objtool: Generalize elf_create_symbol() | Josh Poimboeuf | 1 | -1/+10 |
| 2025-10-14 | objtool: Refactor add_jump_destinations() | Josh Poimboeuf | 1 | -2/+2 |
| 2025-10-14 | objtool: Resurrect --backup option | Josh Poimboeuf | 1 | -1/+2 |
| 2025-10-14 | objtool: Mark prefix functions | Josh Poimboeuf | 1 | -0/+6 |
| 2025-10-14 | objtool: Fix weak symbol hole detection for .cold functions | Josh Poimboeuf | 1 | -1/+2 |
| 2025-10-14 | objtool: Mark .cold subfunctions | Josh Poimboeuf | 1 | -0/+1 |
| 2025-10-14 | objtool: Add section/symbol type helpers | Josh Poimboeuf | 1 | -0/+66 |
| 2025-10-14 | objtool: Convert elf iterator macros to use 'struct elf' | Josh Poimboeuf | 1 | -4/+4 |
| 2025-10-14 | objtool: Const string cleanup | Josh Poimboeuf | 2 | -4/+4 |
| 2025-10-14 | objtool: Fix x86 addend calculation | Josh Poimboeuf | 1 | -1/+1 |
| 2025-10-11 | Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2025-09-03 | objtool: Add action to check for absence of absolute relocations | Ard Biesheuvel | 2 | -0/+2 |
| 2025-08-18 | objtool: Validate kCFI calls | Peter Zijlstra | 1 | -0/+1 |
| 2025-05-14 | objtool: Speed up SHT_GROUP reindexing | Josh Poimboeuf | 1 | -0/+1 |
| 2025-04-08 | objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRET | Josh Poimboeuf | 1 | -1/+2 |
| 2025-04-01 | objtool: Change "warning:" to "error: " for fatal errors | Josh Poimboeuf | 1 | -16/+35 |
| 2025-04-01 | Revert "objtool: Increase per-function WARN_FUNC() rate limit" | Josh Poimboeuf | 2 | -12/+4 |
| 2025-03-25 | objtool: Reduce CONFIG_OBJTOOL_WERROR verbosity | Josh Poimboeuf | 1 | -2/+4 |
| 2025-03-25 | objtool: Improve error handling | Josh Poimboeuf | 2 | -5/+10 |
| 2025-03-25 | objtool: Fix X86_FEATURE_SMAP alternative handling | Josh Poimboeuf | 2 | -4/+3 |
| 2025-03-25 | objtool: Ignore entire functions rather than instructions | Josh Poimboeuf | 1 | -0/+1 |
| 2025-03-25 | objtool: Fix detection of consecutive jump tables on Clang 20 | Josh Poimboeuf | 1 | -1/+26 |
| 2025-03-17 | objtool: Create backup on error and print args | Josh Poimboeuf | 1 | -1/+0 |
| 2025-03-17 | objtool: Change "warning:" to "error:" for --Werror | Josh Poimboeuf | 1 | -2/+4 |
| 2025-03-17 | objtool: Add --Werror option | Josh Poimboeuf | 1 | -0/+1 |
| 2025-03-17 | objtool: Add --output option | Josh Poimboeuf | 1 | -0/+1 |
| 2025-03-17 | objtool: Increase per-function WARN_FUNC() rate limit | Josh Poimboeuf | 2 | -4/+12 |
| 2025-03-12 | objtool: Handle PC relative relocation type | Tiezhu Yang | 1 | -0/+1 |
| 2025-03-12 | objtool: Handle different entry size of rodata | Tiezhu Yang | 1 | -0/+2 |
| 2025-02-25 | objtool: Fix C jump table annotations for Clang | Ard Biesheuvel | 1 | -1/+1 |
| 2024-12-02 | objtool: Allow arch code to discover jump table size | Ard Biesheuvel | 2 | -2/+6 |
| 2024-10-17 | objtool: Detect non-relocated text references | Josh Poimboeuf | 1 | -0/+1 |
| 2024-09-17 | objtool: Handle frame pointer related instructions | Tiezhu Yang | 1 | -0/+1 |
| 2024-03-11 | objtool: Check local label in add_dead_ends() | Tiezhu Yang | 1 | -0/+1 |
| 2024-03-11 | objtool/x86: Separate arch-specific and generic parts | Tiezhu Yang | 1 | -0/+14 |
| 2023-08-16 | objtool/x86: Fix SRSO mess | Peter Zijlstra | 2 | -0/+2 |
| 2023-06-07 | objtool: Get rid of reloc->rel[a] | Josh Poimboeuf | 1 | -12/+82 |
| 2023-06-07 | objtool: Shrink elf hash nodes | Josh Poimboeuf | 1 | -10/+14 |
| 2023-06-07 | objtool: Shrink reloc->sym_reloc_entry | Josh Poimboeuf | 1 | -2/+2 |
| 2023-06-07 | objtool: Get rid of reloc->jump_table_start | Josh Poimboeuf | 1 | -1/+0 |
| 2023-06-07 | objtool: Get rid of reloc->addend | Josh Poimboeuf | 1 | -1/+5 |
| 2023-06-07 | objtool: Get rid of reloc->type | Josh Poimboeuf | 1 | -1/+10 |
| 2023-06-07 | objtool: Get rid of reloc->offset | Josh Poimboeuf | 1 | -2/+6 |
| 2023-06-07 | objtool: Get rid of reloc->idx | Josh Poimboeuf | 1 | -3/+7 |
| 2023-06-07 | objtool: Get rid of reloc->list | Josh Poimboeuf | 1 | -5/+13 |
| 2023-06-07 | objtool: Add for_each_reloc() | Josh Poimboeuf | 1 | -0/+6 |
| 2023-06-07 | objtool: Add elf_create_section_pair() | Josh Poimboeuf | 1 | -6/+27 |
| 2023-06-07 | objtool: Add mark_sec_changed() | Josh Poimboeuf | 1 | -1/+13 |
| 2023-06-07 | objtool: Fix reloc_hash size | Josh Poimboeuf | 1 | -1/+7 |
| 2023-06-07 | objtool: Consolidate rel/rela handling | Josh Poimboeuf | 1 | -5/+8 |
| 2023-06-07 | objtool: Improve reloc naming | Josh Poimboeuf | 1 | -1/+1 |
| 2023-06-07 | objtool: Remove flags argument from elf_create_section() | Josh Poimboeuf | 1 | -1/+1 |
| 2023-06-07 | objtool: Tidy elf.h | Josh Poimboeuf | 1 | -49/+47 |
| 2023-06-07 | objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regions | Josh Poimboeuf | 1 | -0/+1 |
| 2023-05-16 | objtool: Include backtrace in verbose mode | Josh Poimboeuf | 1 | -6/+8 |
| 2023-05-16 | objtool: Add verbose option for disassembling affected functions | Josh Poimboeuf | 1 | -0/+1 |
| 2023-05-16 | objtool: Limit unreachable warnings to once per function | Josh Poimboeuf | 2 | -1/+7 |
| 2023-04-14 | objtool: Add symbol iteration helpers | Josh Poimboeuf | 1 | -0/+9 |
| 2023-04-14 | objtool: Add WARN_INSN() | Josh Poimboeuf | 1 | -0/+5 |
| 2023-03-23 | x86,objtool: Separate unret validation from unwind hints | Josh Poimboeuf | 1 | -2/+2 |
| 2023-02-23 | objtool: Fix ORC 'signal' propagation | Josh Poimboeuf | 1 | -0/+1 |
| 2023-02-23 | objtool: Remove instruction::list | Peter Zijlstra | 2 | -25/+27 |
| 2023-02-23 | objtool: Union instruction::{call_dest,jump_table} | Peter Zijlstra | 1 | -2/+4 |
| 2023-02-23 | objtool: Remove instruction::reloc | Peter Zijlstra | 1 | -3/+3 |
| 2023-02-23 | objtool: Shrink instruction::{type,visited} | Peter Zijlstra | 1 | -5/+5 |
| 2023-02-23 | objtool: Make instruction::alts a single-linked list | Peter Zijlstra | 1 | -1/+1 |
| 2023-02-23 | objtool: Make instruction::stack_ops a single-linked list | Peter Zijlstra | 2 | -2/+2 |
| 2023-02-23 | objtool: Change arch_decode_instruction() signature | Peter Zijlstra | 1 | -3/+1 |
| 2023-02-01 | objtool: Optimize layout of struct special_alt | Thomas Weißschuh | 1 | -1/+1 |
| 2023-02-01 | objtool: Optimize layout of struct symbol | Thomas Weißschuh | 1 | -3/+2 |
| 2023-02-01 | objtool: Allocate multiple structures with calloc() | Thomas Weißschuh | 1 | -0/+4 |
| 2023-02-01 | objtool: Make struct check_options static | Thomas Weißschuh | 1 | -2/+0 |
| 2022-12-19 | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 4 | -16/+27 |
| 2022-11-23 | objtool/powerpc: Implement arch_pc_relative_reloc() | Michael Ellerman | 1 | -0/+2 |
| 2022-11-18 | objtool: Add arch specific function arch_ftrace_match() | Sathvika Vasireddy | 1 | -0/+2 |
| 2022-11-18 | objtool: Add --mnop as an option to --mcount | Sathvika Vasireddy | 1 | -0/+1 |
| 2022-11-18 | objtool: Use target file class size instead of a compiled constant | Christophe Leroy | 1 | -0/+8 |
| 2022-11-18 | objtool: Use target file endianness instead of a compiled constant | Christophe Leroy | 1 | -16/+16 |
| 2022-11-05 | objtool: Optimize elf_dirty_reloc_sym() | Peter Zijlstra | 1 | -0/+2 |
| 2022-11-01 | objtool: Add --cfi to generate the .cfi_sites section | Peter Zijlstra | 1 | -0/+1 |
| 2022-11-01 | objtool: Add option to generate prefix symbols | Peter Zijlstra | 2 | -0/+3 |
| 2022-11-01 | objtool: Avoid O(bloody terrible) behaviour -- an ode to libelf | Peter Zijlstra | 1 | -1/+1 |
| 2022-10-17 | objtool: Rework instruction -> symbol mapping | Peter Zijlstra | 1 | -1/+11 |
| 2022-10-17 | objtool: Fix find_{symbol,func}_containing() | Peter Zijlstra | 1 | -1/+2 |
| 2022-10-17 | objtool: Add --hacks=skylake | Peter Zijlstra | 1 | -0/+1 |
| 2022-10-17 | objtool: Add .call_sites section | Peter Zijlstra | 1 | -0/+1 |
| 2022-10-17 | objtool: Track init section | Peter Zijlstra | 1 | -1/+1 |
| 2022-10-17 | objtool: Allow !PC relative relocations | Peter Zijlstra | 1 | -0/+2 |
| 2022-06-29 | x86/retbleed: Add fine grained Kconfig knobs | Peter Zijlstra | 1 | -0/+1 |
| 2022-06-27 | objtool: Re-add UNWIND_HINT_{SAVE_RESTORE} | Josh Poimboeuf | 1 | -9/+10 |
| 2022-06-27 | objtool: Add entry UNRET validation | Peter Zijlstra | 2 | -2/+10 |
| 2022-06-27 | x86,objtool: Create .return_sites | Peter Zijlstra | 3 | -0/+3 |
| 2022-05-20 | objtool: Fix objtool regression on x32 systems | Mikulas Patocka | 1 | -2/+2 |
| 2022-04-22 | objtool: Remove --lto and --vmlinux in favor of --link | Josh Poimboeuf | 2 | -3/+12 |
| 2022-04-22 | objtool: Make noinstr hacks optional | Josh Poimboeuf | 1 | -0/+1 |
| 2022-04-22 | objtool: Make jump label hack optional | Josh Poimboeuf | 1 | -0/+1 |
| 2022-04-22 | objtool: Make static call annotation optional | Josh Poimboeuf | 1 | -0/+1 |
| 2022-04-22 | objtool: Make stack validation frame-pointer-specific | Josh Poimboeuf | 1 | -1/+0 |
| 2022-04-22 | objtool: Make stack validation optional | Josh Poimboeuf | 1 | -0/+1 |
| 2022-04-22 | objtool: Add option to print section addresses | Josh Poimboeuf | 2 | -14/+18 |
| 2022-04-22 | objtool: Don't print parentheses in function addresses | Josh Poimboeuf | 1 | -5/+1 |
| 2022-04-22 | objtool: Ditch subcommands | Josh Poimboeuf | 1 | -2/+3 |
| 2022-04-22 | objtool: Reorganize cmdline options | Josh Poimboeuf | 1 | -3/+23 |
| 2022-04-22 | objtool: Fix type of reloc::addend | Peter Zijlstra | 1 | -2/+2 |
| 2022-04-19 | objtool: Fix function fallthrough detection for vmlinux | Josh Poimboeuf | 1 | -1/+1 |
| 2022-03-15 | objtool: Find unused ENDBR instructions | Peter Zijlstra | 1 | -0/+1 |
| 2022-03-15 | objtool: Validate IBT assumptions | Peter Zijlstra | 2 | -1/+5 |
| 2022-03-15 | objtool: Add IBT/ENDBR decoding | Peter Zijlstra | 1 | -0/+1 |
| 2022-03-15 | objtool: Read the NOENDBR annotation | Peter Zijlstra | 1 | -3/+10 |
| 2022-03-15 | objtool: Ignore extra-symbol code | Peter Zijlstra | 1 | -0/+1 |
| 2022-03-15 | objtool: Rename --duplicate to --lto | Peter Zijlstra | 1 | -1/+1 |
| 2022-03-15 | objtool: Have WARN_FUNC fall back to sym+off | Peter Zijlstra | 1 | -0/+2 |
| 2022-03-15 | objtool: Add --dry-run | Peter Zijlstra | 1 | -1/+1 |
| 2022-01-12 | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -1/+2 |
| 2021-12-09 | objtool, kcsan: Remove memory barrier instrumentation from noinstr | Marco Elver | 1 | -1/+1 |
| 2021-12-08 | objtool: Add straight-line-speculation validation | Peter Zijlstra | 2 | -1/+2 |
| 2021-10-28 | objtool,x86: Replace alternatives with .retpoline_sites | Peter Zijlstra | 1 | -1/+0 |
| 2021-10-28 | objtool: Shrink struct instruction | Peter Zijlstra | 1 | -1/+0 |
| 2021-10-28 | objtool: Classify symbols | Peter Zijlstra | 1 | -2/+5 |
| 2021-10-07 | Merge branch 'objtool/urgent' | Peter Zijlstra | 1 | -1/+0 |
| 2021-10-05 | objtool: Remove redundant 'len' field from struct section | Joe Lawrence | 1 | -1/+0 |
| 2021-09-17 | objtool: Support pv_opsindirect calls for noinstr | Peter Zijlstra | 3 | -1/+11 |
| 2021-09-15 | objtool: Handle __sanitize_cov*() tail calls | Peter Zijlstra | 1 | -0/+1 |
| 2021-09-15 | objtool: Introduce CFI hash | Peter Zijlstra | 3 | -2/+4 |
| 2021-06-14 | objtool: Improve reloc hash size guestimate | Peter Zijlstra | 1 | -0/+1 |
| 2021-05-12 | objtool: Provide stats for jump_labels | Peter Zijlstra | 1 | -0/+3 |
| 2021-05-12 | objtool: Decode jump_entry::key addend | Peter Zijlstra | 1 | -0/+1 |
| 2021-05-12 | objtool: Rewrite hashtable sizing | Peter Zijlstra | 1 | -5/+12 |
| 2021-04-28 | Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+4 |
| 2021-04-02 | objtool: Cache instruction relocs | Peter Zijlstra | 1 | -0/+1 |
| 2021-04-02 | objtool: Keep track of retpoline call sites | Peter Zijlstra | 3 | -1/+4 |
| 2021-04-02 | objtool: Add elf_create_undef_symbol() | Peter Zijlstra | 1 | -0/+1 |
| 2021-04-02 | objtool: Create reloc sections implicitly | Peter Zijlstra | 1 | -1/+0 |
| 2021-04-02 | objtool: Add elf_create_reloc() helper | Peter Zijlstra | 1 | -3/+7 |
| 2021-04-02 | objtool: Rework the elf_rebuild_reloc_section() logic | Peter Zijlstra | 1 | -1/+0 |
| 2021-04-02 | objtool: Handle per arch retpoline naming | Peter Zijlstra | 1 | -0/+2 |
| 2021-03-06 | objtool: Collate parse_options() users | Peter Zijlstra | 1 | -0/+2 |
| 2021-03-06 | objtool: Add --backup | Peter Zijlstra | 1 | -1/+2 |
| 2021-03-06 | objtool,x86: Rewrite LEAVE | Peter Zijlstra | 1 | -1/+0 |
| 2021-02-23 | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -1/+3 |
| 2021-01-26 | objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC | Josh Poimboeuf | 1 | -1/+0 |
| 2021-01-26 | objtool: Fix retpoline detection in asm code | Josh Poimboeuf | 1 | -0/+11 |
| 2021-01-14 | objtool: Support stack layout changes in alternatives | Josh Poimboeuf | 1 | -0/+6 |
| 2021-01-14 | objtool: Add 'alt_group' struct | Josh Poimboeuf | 1 | -1/+12 |
| 2021-01-14 | objtool: Refactor ORC section generation | Josh Poimboeuf | 3 | -9/+1 |
| 2021-01-13 | objtool: Rework header include paths | Vasily Gorbik | 9 | -0/+543 |