index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
check.c
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/...
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-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
1
-2
/
+4
2025-04-08
objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()
Josh Poimboeuf
1
-0
/
+5
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
1
-67
/
+60
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
1
-2
/
+2
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-26
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: Reduce CONFIG_OBJTOOL_WERROR verbosity
Josh Poimboeuf
1
-10
/
+13
2025-03-25
objtool: Improve error handling
Josh Poimboeuf
1
-180
/
+188
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
1
-29
/
+10
2025-03-25
objtool: Ignore entire functions rather than instructions
Josh Poimboeuf
1
-17
/
+18
2025-03-25
objtool: Fix detection of consecutive jump tables on Clang 20
Josh Poimboeuf
1
-18
/
+8
2025-03-25
Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+2
2025-03-17
objtool: Add --Werror option
Josh Poimboeuf
1
-3
/
+12
2025-03-17
objtool: Increase per-function WARN_FUNC() rate limit
Josh Poimboeuf
1
-1
/
+1
2025-03-17
objtool: Improve __noreturn annotation warning
Josh Poimboeuf
1
-1
/
+1
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-13
objtool: Handle PC relative relocation type
Tiezhu Yang
1
-1
/
+6
2025-03-13
objtool: Handle different entry size of rodata
Tiezhu Yang
1
-1
/
+1
2025-03-13
objtool: Handle various symbol types of rodata
Tiezhu Yang
1
-5
/
+11
2025-03-03
Merge tag 'v6.14-rc5' into x86/core, to pick up fixes
Ingo Molnar
1
-3
/
+4
2025-03-01
Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+4
2025-02-25
objtool: Fix C jump table annotations for Clang
Ard Biesheuvel
1
-3
/
+4
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
1
-10
/
+2
2025-02-13
objtool/rust: add one more `noreturn` Rust function
Miguel Ojeda
1
-0
/
+1
2025-02-08
objtool: Move dodgy linker warn to verbose
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
1
-305
/
+121
2024-12-13
objtool/x86: allow syscall instruction
Juergen Gross
1
-3
/
+6
2024-12-02
objtool: Allow arch code to discover jump table size
Ard Biesheuvel
1
-11
/
+20
2024-12-02
objtool: Warn about unknown annotation types
Peter Zijlstra
1
-0
/
+13
2024-12-02
objtool: Fix ANNOTATE_REACHABLE to be a normal annotation
Peter Zijlstra
1
-23
/
+0
2024-12-02
objtool: Convert {.UN}REACHABLE to ANNOTATE
Peter Zijlstra
1
-60
/
+22
2024-12-02
objtool: Remove annotate_{,un}reachable()
Peter Zijlstra
1
-41
/
+2
[next]