| Age | Commit message (Expand) | Author | Files | Lines |
| 8 days | objtool: Add more robust signal error handling, detect and warn about stack o... | Josh Poimboeuf | 4 | -1/+141 |
| 10 days | objtool: Fix stack overflow in validate_branch() | Josh Poimboeuf | 1 | -14/+13 |
| 11 days | objtool: Fix segfault on unknown alternativesobjtool-core-2025-12-01objtool/core | Ingo Molnar | 1 | -0/+3 |
| 2025-11-27 | objtool: Build with disassembly can fail when including bdf.h | Alexandre Chartre | 1 | -1/+1 |
| 2025-11-24 | objtool: Trim trailing NOPs in alternative | Alexandre Chartre | 1 | -5/+73 |
| 2025-11-24 | objtool: Add wide output for disassembly | Alexandre Chartre | 3 | -1/+96 |
| 2025-11-24 | objtool: Compact output for alternatives with one instruction | Alexandre Chartre | 1 | -0/+22 |
| 2025-11-24 | objtool: Improve naming of group alternatives | Alexandre Chartre | 1 | -6/+52 |
| 2025-11-24 | objtool: Add Function to get the name of a CPU feature | Alexandre Chartre | 7 | -1/+36 |
| 2025-11-21 | objtool: Provide access to feature and flags of group alternatives | Alexandre Chartre | 4 | -1/+6 |
| 2025-11-21 | objtool: Fix address references in alternatives | Alexandre Chartre | 1 | -4/+66 |
| 2025-11-21 | objtool: Disassemble jump table alternatives | Alexandre Chartre | 1 | -6/+32 |
| 2025-11-21 | objtool: Disassemble exception table alternatives | Alexandre Chartre | 1 | -1/+25 |
| 2025-11-21 | objtool: Print addresses with alternative instructions | Alexandre Chartre | 1 | -12/+23 |
| 2025-11-21 | objtool: Disassemble group alternatives | Alexandre Chartre | 1 | -17/+149 |
| 2025-11-21 | objtool: Print headers for alternatives | Alexandre Chartre | 1 | -6/+182 |
| 2025-11-21 | objtool: Preserve alternatives order | Alexandre Chartre | 1 | -2/+14 |
| 2025-11-21 | objtool: Add the --disas=<function-pattern> action | Alexandre Chartre | 5 | -17/+53 |
| 2025-11-21 | objtool: Do not validate IBT for .return_sites and .call_sites | Alexandre Chartre | 1 | -0/+2 |
| 2025-11-21 | objtool: Improve tracing of alternative instructions | Alexandre Chartre | 3 | -13/+125 |
| 2025-11-21 | objtool: Add functions to better name alternatives | Alexandre Chartre | 2 | -0/+84 |
| 2025-11-21 | objtool: Identify the different types of alternatives | Alexandre Chartre | 2 | -5/+20 |
| 2025-11-21 | objtool: Improve register reporting during function validation | Alexandre Chartre | 5 | -0/+40 |
| 2025-11-21 | objtool: Trace instruction state changes during function validation | Alexandre Chartre | 3 | -1/+149 |
| 2025-11-21 | objtool: Add option to trace function validation | Alexandre Chartre | 10 | -18/+299 |
| 2025-11-21 | objtool: Record symbol name max length | Alexandre Chartre | 1 | -0/+7 |
| 2025-11-21 | objtool: Extract code to validate instruction from the validate branch loop | Alexandre Chartre | 1 | -181/+205 |
| 2025-11-21 | objtool: Disassemble instruction on warning or backtrace | Alexandre Chartre | 5 | -14/+58 |
| 2025-11-21 | objtool: Store instruction disassembly result | Alexandre Chartre | 1 | -6/+71 |
| 2025-11-21 | objtool: Print symbol during disassembly | Alexandre Chartre | 3 | -9/+143 |
| 2025-11-21 | objtool: Disassemble code with libopcodes instead of running objdump | Alexandre Chartre | 11 | -72/+238 |
| 2025-11-21 | objtool: Create disassembly context | Alexandre Chartre | 4 | -5/+49 |
| 2025-11-21 | objtool: Move disassembly functions to a separated file | Alexandre Chartre | 4 | -81/+93 |
| 2025-11-21 | Revert "objtool: Warn on functions with ambiguous -ffunction-sections section... | Josh Poimboeuf | 2 | -40/+0 |
| 2025-11-21 | objtool: Remove second pass of .cold function correlation | Josh Poimboeuf | 2 | -23/+3 |
| 2025-11-21 | objtool: Skip non-canonical aliased symbols in add_jump_table_alts() | Josh Poimboeuf | 1 | -1/+1 |
| 2025-11-21 | objtool: Return canonical symbol when aliases exist in symbol finding helpers | Josh Poimboeuf | 1 | -13/+13 |
| 2025-11-21 | objtool: Don't alias undefined symbols | Josh Poimboeuf | 1 | -2/+2 |
| 2025-11-21 | objtool: Fix .cold function detection for duplicate symbols | Josh Poimboeuf | 2 | -3/+27 |
| 2025-11-21 | objtool: Support Clang AUTOFDO .cold functions | Josh Poimboeuf | 1 | -1/+9 |
| 2025-11-18 | objtool: Set minimum xxhash version to 0.8 | Josh Poimboeuf | 2 | -2/+2 |
| 2025-11-13 | objtool: Warn on functions with ambiguous -ffunction-sections section names | Josh Poimboeuf | 2 | -0/+40 |
| 2025-11-13 | Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes | Ingo Molnar | 1 | -3/+7 |
| 2025-11-10 | tools/objtool: Copy the __cleanup unused variable fix for older clang | Borislav Petkov (AMD) | 1 | -1/+10 |
| 2025-11-01 | objtool: Fix skip_alt_group() for non-alternative STAC/CLACobjtool-urgent-2025-11-01 | Josh Poimboeuf | 1 | -1/+4 |
| 2025-10-30 | objtool: Remove unneeded semicolon | Chen Ni | 1 | -1/+1 |
| 2025-10-30 | x86/smpboot: Mark native_play_dead() as __noreturn | Thorsten Blum | 1 | -0/+1 |
| 2025-10-22 | objtool: Fix failure when being compiled on x32 systemobjtool_urgent_for_v6.18_rc3 | Mikulas Patocka | 1 | -2/+2 |
| 2025-10-22 | objtool/rust: add one more `noreturn` Rust function | Miguel Ojeda | 1 | -0/+1 |
| 2025-10-22 | objtool/klp: Add the debian-based package name of xxhash to the hint | Borislav Petkov (AMD) | 1 | -1/+1 |
| 2025-10-16 | Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/gi... | Peter Zijlstra | 31 | -663/+3607 |
| 2025-10-14 | livepatch/klp-build: Introduce klp-build script for generating livepatch modules | Josh Poimboeuf | 1 | -2/+4 |
| 2025-10-14 | objtool: Add base objtool support for livepatch modules | Josh Poimboeuf | 4 | -7/+53 |
| 2025-10-14 | objtool: Refactor prefix symbol creation code | Josh Poimboeuf | 3 | -31/+45 |
| 2025-10-14 | objtool/klp: Add post-link subcommand to finalize livepatch modules | Josh Poimboeuf | 4 | -1/+174 |
| 2025-10-14 | objtool/klp: Add --debug option to show cloning decisions | Josh Poimboeuf | 3 | -0/+99 |
| 2025-10-14 | objtool/klp: Introduce klp diff subcommand for diffing object files | Josh Poimboeuf | 16 | -31/+1909 |
| 2025-10-14 | objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums | Josh Poimboeuf | 6 | -0/+70 |
| 2025-10-14 | objtool/klp: Add --checksum option to generate per-function checksums | Josh Poimboeuf | 9 | -28/+289 |
| 2025-10-14 | objtool: Add annotype() helper | Josh Poimboeuf | 10 | -16/+18 |
| 2025-10-14 | objtool: Add elf_create_file() | Josh Poimboeuf | 3 | -4/+147 |
| 2025-10-14 | objtool: Add elf_create_reloc() and elf_init_reloc() | Josh Poimboeuf | 2 | -14/+165 |
| 2025-10-14 | objtool: Add elf_create_data() | Josh Poimboeuf | 2 | -22/+54 |
| 2025-10-14 | objtool: Generalize elf_create_section() | Josh Poimboeuf | 3 | -52/+75 |
| 2025-10-14 | objtool: Generalize elf_create_symbol() | Josh Poimboeuf | 2 | -53/+69 |
| 2025-10-14 | objtool: Simplify special symbol handling in elf_update_symbol() | Josh Poimboeuf | 1 | -3/+2 |
| 2025-10-14 | objtool: Refactor add_jump_destinations() | Josh Poimboeuf | 2 | -115/+101 |
| 2025-10-14 | objtool: Reindent check_options[] | Josh Poimboeuf | 1 | -27/+27 |
| 2025-10-14 | objtool: Resurrect --backup option | Josh Poimboeuf | 3 | -16/+16 |
| 2025-10-14 | objtool: Rename --Werror to --werror | Josh Poimboeuf | 1 | -1/+1 |
| 2025-10-14 | objtool: Avoid emptying lists for duplicate sections | Josh Poimboeuf | 1 | -4/+0 |
| 2025-10-14 | objtool: Simplify reloc offset calculation in unwind_read_hints() | Josh Poimboeuf | 1 | -8/+1 |
| 2025-10-14 | objtool: Mark prefix functions | Josh Poimboeuf | 3 | -4/+14 |
| 2025-10-14 | objtool: Fix weak symbol hole detection for .cold functions | Josh Poimboeuf | 2 | -42/+45 |
| 2025-10-14 | objtool: Mark .cold subfunctions | Josh Poimboeuf | 3 | -17/+17 |
| 2025-10-14 | objtool: Add section/symbol type helpers | Josh Poimboeuf | 5 | -42/+108 |
| 2025-10-14 | objtool: Convert elf iterator macros to use 'struct elf' | Josh Poimboeuf | 3 | -17/+17 |
| 2025-10-14 | objtool: Remove .parainstructions reference | Josh Poimboeuf | 1 | -1/+0 |
| 2025-10-14 | objtool: Clean up compiler flag usage | Josh Poimboeuf | 3 | -8/+13 |
| 2025-10-14 | objtool: Const string cleanup | Josh Poimboeuf | 6 | -10/+10 |
| 2025-10-14 | objtool: Check for missing annotation entries in read_annotate() | Josh Poimboeuf | 1 | -0/+5 |
| 2025-10-14 | objtool: Fix "unexpected end of section" warning for alternatives | Josh Poimboeuf | 1 | -4/+1 |
| 2025-10-14 | objtool: Fix __pa_symbol() relocation handling | Josh Poimboeuf | 1 | -1/+12 |
| 2025-10-14 | objtool: Fix x86 addend calculation | Josh Poimboeuf | 5 | -17/+17 |
| 2025-10-14 | objtool: Fix weak symbol detection | Josh Poimboeuf | 1 | -4/+4 |
| 2025-10-14 | objtool: Fix interval tree insertion for zero-length symbols | Josh Poimboeuf | 1 | -1/+1 |
| 2025-10-14 | objtool: Add empty symbols to the symbol tree again | Josh Poimboeuf | 1 | -8/+2 |
| 2025-10-14 | objtool: Remove error handling boilerplate | Josh Poimboeuf | 2 | -101/+59 |
| 2025-10-14 | objtool: Propagate elf_truncate_section() error in elf_write() | Josh Poimboeuf | 1 | -3/+2 |
| 2025-10-14 | objtool: Fix broken error handling in read_symbols() | Josh Poimboeuf | 1 | -7/+3 |
| 2025-10-14 | objtool: Make find_symbol_containing() less arbitrary | Josh Poimboeuf | 1 | -5/+20 |
| 2025-10-14 | interval_tree: Sync interval_tree_generic.h with tools | Josh Poimboeuf | 1 | -0/+1 |
| 2025-10-14 | objtool: Fix standalone --hacks=jump_label | Dylan Hatch | 1 | -1/+2 |
| 2025-10-14 | objtool: Remove unneeded semicolon | Chen Ni | 1 | -1/+1 |
| 2025-10-14 | objtool/x86: Fix NOP decode | Peter Zijlstra | 1 | -4/+11 |
| 2025-10-14 | objtool/x86: Add UDB support | Peter Zijlstra | 1 | -0/+4 |
| 2025-10-14 | objtool/x86: Remove 0xea hack | Peter Zijlstra | 1 | -9/+0 |
| 2025-10-11 | Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+43 |
| 2025-10-01 | Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb... | Linus Torvalds | 1 | -10/+0 |
| 2025-09-30 | Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -2/+63 |
| 2025-09-19 | Merge 6.17-rc6 into kbuild-next | Nathan Chancellor | 1 | -0/+23 |
| 2025-09-18 | objtool/LoongArch: Mark special atomic instruction as INSN_BUG type | Tiezhu Yang | 1 | -0/+21 |
| 2025-09-18 | objtool/LoongArch: Mark types based on break immediate code | Tiezhu Yang | 1 | -3/+9 |
| 2025-09-09 | objtool: Ignore __pi___cfi_ prefixed symbols | Nathan Chancellor | 1 | -0/+1 |
| 2025-09-04 | x86/sev: Zap snp_abort() | Borislav Petkov (AMD) | 1 | -1/+0 |
| 2025-09-03 | x86/boot: Create a confined code area for startup code | Ard Biesheuvel | 1 | -1/+2 |
| 2025-09-03 | objtool: Add action to check for absence of absolute relocations | Ard Biesheuvel | 5 | -0/+60 |
| 2025-08-28 | objtool: Drop noinstr hack for KCSAN_WEAK_MEMORY | Nathan Chancellor | 1 | -10/+0 |
| 2025-08-20 | objtool/LoongArch: Get table size correctly if LTO is enabled | Tiezhu Yang | 1 | -0/+23 |
| 2025-08-18 | objtool: Validate kCFI calls | Peter Zijlstra | 2 | -0/+43 |
| 2025-07-30 | Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr... | Linus Torvalds | 1 | -0/+1 |
| 2025-07-28 | Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2025-07-21 | stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth | Kees Cook | 1 | -1/+1 |
| 2025-07-21 | stackleak: Rename STACKLEAK to KSTACK_ERASE | Kees Cook | 1 | -1/+1 |
| 2025-07-19 | Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
| 2025-07-14 | objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0 | Miguel Ojeda | 1 | -0/+1 |
| 2025-07-11 | objtool: Add vpanic() to the noreturn list | Nam Cao | 1 | -0/+1 |
| 2025-07-01 | objtool: Add missing endian conversion to read_annotate()objtool_urgent_for_v6.16_rc5 | Heiko Carstens | 1 | -0/+1 |
| 2025-06-04 | Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/... | Linus Torvalds | 1 | -1/+2 |
| 2025-05-26 | Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+4 |
| 2025-05-26 | Merge tag 'objtool-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+38 |
| 2025-05-22 | objtool/rust: relax slice condition to cover more `noreturn` Rust functions | Miguel Ojeda | 1 | -1/+2 |
| 2025-05-14 | objtool: Speed up SHT_GROUP reindexingobjtool-core-2025-05-25 | Josh Poimboeuf | 2 | -18/+30 |
| 2025-05-13 | Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflicts | Ingo Molnar | 1 | -0/+9 |
| 2025-05-13 | Merge branch 'x86/boot' into x86/core, to merge dependent commits | Ingo Molnar | 1 | -2/+4 |
| 2025-05-11 | Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+9 |
| 2025-05-09 | x86/its: FineIBT-paranoid vs ITS | Peter Zijlstra | 1 | -0/+9 |
| 2025-05-07 | objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0 | Miguel Ojeda | 1 | -0/+1 |
| 2025-05-04 | x86/boot: Add a bunch of PIC aliases | Ard Biesheuvel | 1 | -2/+4 |
| 2025-04-30 | objtool: Fix up st_info in COMDAT group section | Rong Xu | 1 | -1/+26 |
| 2025-04-19 | Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
| 2025-04-14 | objtool/rust: add one more `noreturn` Rust function for Rust 1.86.0 | Miguel Ojeda | 1 | -0/+1 |
| 2025-04-10 | objtool: Fix false-positive "ignoring unreachables" warningobjtool-urgent-2025-04-10 | Josh Poimboeuf | 1 | -1/+1 |
| 2025-04-08 | objtool: Remove ANNOTATE_IGNORE_ALTERNATIVE from CLAC/STAC | Josh Poimboeuf | 1 | -1/+29 |
| 2025-04-08 | objtool, xen: Fix INSN_SYSCALL / INSN_SYSRET semantics | Josh Poimboeuf | 1 | -8/+13 |
| 2025-04-08 | objtool: Stop UNRET validation on UD2 | Josh Poimboeuf | 1 | -0/+3 |
| 2025-04-08 | objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRET | Josh Poimboeuf | 3 | -10/+17 |
| 2025-04-08 | objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret() | Josh Poimboeuf | 1 | -0/+5 |
| 2025-04-02 | Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 18 | -606/+597 |
| 2025-04-01 | objtool: Fix verbose disassembly if CROSS_COMPILE isn't set | David Laight | 1 | -0/+2 |
| 2025-04-01 | objtool: Change "warning:" to "error: " for fatal errors | Josh Poimboeuf | 11 | -222/+226 |
| 2025-04-01 | objtool: Always fail on fatal errors | Josh Poimboeuf | 1 | -11/+4 |
| 2025-04-01 | Revert "objtool: Increase per-function WARN_FUNC() rate limit" | Josh Poimboeuf | 3 | -14/+6 |
| 2025-04-01 | objtool: Append "()" to function name in "unexpected end of section" warning | Josh Poimboeuf | 1 | -1/+1 |
| 2025-04-01 | objtool: Ignore end-of-section jumps for KCOV/GCOV | Josh Poimboeuf | 1 | -6/+16 |
| 2025-03-28 | objtool: Fix STACK_FRAME_NON_STANDARD for cold subfunctions | Josh Poimboeuf | 1 | -0/+2 |
| 2025-03-28 | objtool: Fix segfault in ignore_unreachable_insn() | Josh Poimboeuf | 1 | -1/+1 |
| 2025-03-28 | objtool: Fix NULL printf() '%s' argument in builtin-check.c:save_argv() | Josh Poimboeuf | 1 | -1/+1 |
| 2025-03-27 | Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+9 |
| 2025-03-25 | objtool, panic: Disable SMAP in __stack_chk_fail() | Josh Poimboeuf | 1 | -1/+4 |
| 2025-03-25 | objtool: Remove redundant opts.noinstr dependency | Josh Poimboeuf | 1 | -6/+1 |
| 2025-03-25 | objtool: Fix up some outdated references to ENTRY/ENDPROC | Josh Poimboeuf | 1 | -5/+5 |
| 2025-03-25 | objtool: Reduce CONFIG_OBJTOOL_WERROR verbosity | Josh Poimboeuf | 3 | -70/+72 |
| 2025-03-25 | objtool: Improve error handling | Josh Poimboeuf | 6 | -221/+232 |
| 2025-03-25 | objtool: Properly disable uaccess validation | Josh Poimboeuf | 1 | -2/+9 |
| 2025-03-25 | objtool: Silence more KCOV warnings | Josh Poimboeuf | 1 | -0/+6 |
| 2025-03-25 | objtool: Fix init_module() handling | Josh Poimboeuf | 1 | -2/+5 |
| 2025-03-25 | objtool: Fix X86_FEATURE_SMAP alternative handling | Josh Poimboeuf | 5 | -75/+16 |
| 2025-03-25 | objtool: Ignore entire functions rather than instructions | Josh Poimboeuf | 2 | -17/+19 |
| 2025-03-25 | objtool: Warn when disabling unreachable warnings | Josh Poimboeuf | 1 | -1/+4 |
| 2025-03-25 | objtool: Fix detection of consecutive jump tables on Clang 20 | Josh Poimboeuf | 3 | -22/+37 |
| 2025-03-24 | Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -10/+5 |
| 2025-03-17 | objtool: Use O_CREAT with explicit mode mask | Ingo Molnar | 1 | -1/+1 |
| 2025-03-17 | objtool: Create backup on error and print args | Josh Poimboeuf | 3 | -67/+65 |
| 2025-03-17 | objtool: Change "warning:" to "error:" for --Werror | Josh Poimboeuf | 1 | -2/+4 |
| 2025-03-17 | objtool: Add --Werror option | Josh Poimboeuf | 3 | -3/+14 |
| 2025-03-17 | objtool: Add --output option | Josh Poimboeuf | 5 | -35/+89 |
| 2025-03-17 | objtool: Upgrade "Linked object detected" warning to error | Josh Poimboeuf | 1 | -2/+2 |
| 2025-03-17 | objtool: Consolidate option validation | Josh Poimboeuf | 1 | -44/+24 |
| 2025-03-17 | objtool: Remove --unret dependency on --rethunk | Josh Poimboeuf | 1 | -5/+0 |
| 2025-03-17 | objtool: Increase per-function WARN_FUNC() rate limit | Josh Poimboeuf | 3 | -5/+13 |
| 2025-03-17 | objtool: Update documentation | Josh Poimboeuf | 1 | -42/+53 |
| 2025-03-17 | objtool: Improve __noreturn annotation warning | Josh Poimboeuf | 2 | -8/+6 |
| 2025-03-17 | objtool: Fix error handling inconsistencies in check() | Josh Poimboeuf | 1 | -4/+6 |
| 2025-03-17 | x86/traps: Make exc_double_fault() consistently noreturn | Josh Poimboeuf | 1 | -30/+1 |
| 2025-03-12 | objtool/LoongArch: Add support for goto table | Tiezhu Yang | 1 | -2/+30 |
| 2025-03-12 | objtool/LoongArch: Add support for switch table | Tiezhu Yang | 1 | -1/+130 |
| 2025-03-12 | objtool: Handle PC relative relocation type | Tiezhu Yang | 4 | -5/+27 |
| 2025-03-12 | objtool: Handle different entry size of rodata | Tiezhu Yang | 5 | -1/+41 |
| 2025-03-12 | objtool: Handle various symbol types of rodata | Tiezhu Yang | 1 | -5/+11 |
| 2025-03-12 | objtool: Hide unnecessary compiler error message | David Engraf | 1 | -1/+1 |
| 2025-03-04 | Merge branch 'x86/asm' into x86/core, to pick up dependent commits | Ingo Molnar | 1 | -0/+2 |
| 2025-03-04 | Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commits | Ingo Molnar | 4 | -11/+6 |
| 2025-03-04 | x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn be... | Josh Poimboeuf | 1 | -0/+2 |
| 2025-03-03 | Merge tag 'v6.14-rc5' into x86/core, to pick up fixes | Ingo Molnar | 4 | -11/+6 |
| 2025-02-28 | Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -5/+6 |
| 2025-02-26 | objtool/powerpc: Add support for decoding all types of uncond branches | Christophe Leroy | 1 | -1/+9 |
| 2025-02-25 | Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p... | Linus Torvalds | 1 | -6/+0 |
| 2025-02-25 | objtool: Add bch2_trans_unlocked_or_in_restart_error() to bcachefs noreturnsobjtool-urgent-2025-02-28 | Youling Tang | 1 | -1/+1 |
| 2025-02-25 | objtool: Fix C jump table annotations for Clang | Ard Biesheuvel | 2 | -4/+5 |
| 2025-02-18 | tools: Remove redundant quiet setup | Charlie Jenkins | 1 | -6/+0 |
| 2025-02-18 | Merge tag 'v6.14-rc3' into x86/core, to pick up fixes | Ingo Molnar | 1 | -1/+11 |
| 2025-02-16 | Merge tag 'objtool_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -1/+10 |
| 2025-02-14 | x86/alternative: Simplify callthunk patching | Peter Zijlstra | 2 | -10/+3 |
| 2025-02-12 | objtool/rust: add one more `noreturn` Rust function | Miguel Ojeda | 1 | -0/+1 |
| 2025-02-08 | objtool: Move dodgy linker warn to verboseobjtool_urgent_for_v6.14_rc3 | Peter Zijlstra | 1 | -1/+1 |
| 2025-02-08 | objtool: Ignore dangling jump table entries | Josh Poimboeuf | 1 | -0/+9 |
| 2025-01-21 | Merge tag 'objtool-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -310/+134 |
| 2024-12-29 | Merge tag 'objtool-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
| 2024-12-29 | objtool: Add bch2_trans_unlocked_error() to bcachefs noreturnsobjtool-urgent-2024-12-29 | chenchangcheng | 1 | -0/+1 |