index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-05-02
objtool: Stop UNRET validation on UD2
Josh Poimboeuf
1
-0
/
+3
2024-12-19
objtool/x86: allow syscall instruction
Juergen Gross
1
-4
/
+7
2024-04-10
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
1
-1
/
+1
2024-04-10
exit: Implement kthread_exit
Eric W. Biederman
1
-0
/
+1
2023-11-08
objtool/x86: add missing embedded_insn check
John Sperbeck
1
-1
/
+1
2023-08-30
objtool/x86: Fix SRSO mess
Peter Zijlstra
1
-1
/
+21
2023-08-26
objtool/x86: Fixup frame-pointer vs rethunk
Peter Zijlstra
1
-6
/
+11
2023-08-26
x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG
Petr Pavlu
1
-1
/
+1
2023-08-26
x86/cpu: Rename original retbleed methods
Peter Zijlstra
1
-1
/
+1
2023-05-11
Revert "objtool: Support addition to set CFA base"
Josh Poimboeuf
1
-11
/
+0
2023-03-11
objtool: Fix memory leak in create_static_call_sections()
Miaoqian Lin
1
-0
/
+2
2023-03-10
objtool: add UACCESS exceptions for __tsan_volatile_read/write
Arnd Bergmann
1
-0
/
+2
2023-03-10
x86: Mark stop_this_cpu() __noreturn
Peter Zijlstra
1
-0
/
+1
2023-02-01
objtool: Add a missing comma to avoid string concatenation
Eric W. Biederman
1
-1
/
+1
2023-02-01
exit: Add and use make_task_dead.
Eric W. Biederman
1
-1
/
+2
2023-01-12
objtool: Fix SEGFAULT
Christophe Leroy
1
-1
/
+1
2022-12-31
objtool, kcsan: Add volatile read/write instrumentation to whitelist
Marco Elver
1
-0
/
+10
2022-07-23
x86/retbleed: Add fine grained Kconfig knobs
Peter Zijlstra
1
-2
/
+7
2022-07-23
objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
Josh Poimboeuf
1
-0
/
+40
2022-07-23
objtool: Add entry UNRET validation
Peter Zijlstra
1
-4
/
+168
2022-07-23
objtool: Update Retpoline validation
Peter Zijlstra
1
-6
/
+13
2022-07-23
x86: Add magic AMD return-thunk
Peter Zijlstra
1
-3
/
+17
2022-07-23
objtool: Treat .text.__x86.* as noinstr
Peter Zijlstra
1
-1
/
+2
2022-07-23
objtool: skip non-text sections when adding return-thunk sites
Thadeu Lima de Souza Cascardo
1
-1
/
+3
2022-07-23
x86,objtool: Create .return_sites
Peter Zijlstra
1
-0
/
+75
2022-07-23
objtool: Default ignore INT3 for unreachable
Peter Zijlstra
1
-7
/
+5
2022-07-23
objtool: Introduce CFI hash
Peter Zijlstra
1
-18
/
+136
2022-07-23
objtool,x86: Replace alternatives with .retpoline_sites
Peter Zijlstra
1
-39
/
+93
2022-07-23
objtool: Shrink struct instruction
Peter Zijlstra
1
-3
/
+3
2022-07-23
objtool: Explicitly avoid self modifying code in .altinstr_replacement
Peter Zijlstra
1
-11
/
+32
2022-07-23
objtool: Classify symbols
Peter Zijlstra
1
-12
/
+22
2022-06-09
objtool: Fix objtool regression on x32 systems
Mikulas Patocka
1
-4
/
+5
2022-05-15
objtool: Fix SLS validation for kcov tail-call replacement
Peter Zijlstra
1
-0
/
+10
2022-05-15
objtool: Add straight-line-speculation validation
Peter Zijlstra
1
-0
/
+14
2022-05-09
objtool: Fix type of reloc::addend
Peter Zijlstra
1
-4
/
+4
2021-11-18
objtool: Handle __sanitize_cov*() tail calls
Peter Zijlstra
1
-74
/
+84
2021-11-18
x86/xen: Mark cpu_bringup_and_idle() as dead_end_function
Peter Zijlstra
1
-0
/
+1
2021-10-05
objtool: Remove redundant 'len' field from struct section
Joe Lawrence
1
-8
/
+8
2021-05-14
objtool: Reflow handle_jump_alt()
Peter Zijlstra
1
-11
/
+11
2021-05-12
objtool: Provide stats for jump_labels
Peter Zijlstra
1
-2
/
+20
2021-05-12
objtool: Rewrite jump_label instructions
Peter Zijlstra
1
-0
/
+14
2021-04-28
Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-29
/
+24
2021-04-19
objtool: Support asm jump tables
Josh Poimboeuf
1
-1
/
+13
2021-04-02
objtool: Cache instruction relocs
Peter Zijlstra
1
-6
/
+22
2021-04-02
objtool: Keep track of retpoline call sites
Peter Zijlstra
1
-5
/
+29
2021-04-02
objtool: Create reloc sections implicitly
Peter Zijlstra
1
-6
/
+0
2021-04-02
objtool: Add elf_create_reloc() helper
Peter Zijlstra
1
-62
/
+16
2021-04-02
objtool: Rework the elf_rebuild_reloc_section() logic
Peter Zijlstra
1
-6
/
+0
2021-04-02
objtool: Fix static_call list generation
Peter Zijlstra
1
-5
/
+12
2021-04-02
objtool: Handle per arch retpoline naming
Peter Zijlstra
1
-2
/
+7
[next]