index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
objtool
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-19
Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
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" warning
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/kernel/git/tip/tip
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/powerpc/linux
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/git/tip/tip
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
[next]