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
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
2024-12-19
objtool/x86: allow syscall instruction
Juergen Gross
1
-4
/
+7
2024-06-21
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
1
-1
/
+1
2024-06-21
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-03-11
objtool: Fix memory leak in create_static_call_sections()
Miaoqian Lin
1
-0
/
+2
2023-03-11
objtool: add UACCESS exceptions for __tsan_volatile_read/write
Arnd Bergmann
1
-0
/
+2
2023-03-11
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-14
objtool: Fix SEGFAULT
Christophe Leroy
1
-1
/
+1
2023-01-14
objtool, kcsan: Add volatile read/write instrumentation to whitelist
Marco Elver
1
-0
/
+10
2022-07-25
x86/retbleed: Add fine grained Kconfig knobs
Peter Zijlstra
1
-2
/
+7
2022-07-25
objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
Josh Poimboeuf
1
-0
/
+40
2022-07-25
objtool: Add entry UNRET validation
Peter Zijlstra
1
-4
/
+168
2022-07-25
objtool: Update Retpoline validation
Peter Zijlstra
1
-6
/
+13
2022-07-25
x86: Add magic AMD return-thunk
Peter Zijlstra
1
-3
/
+17
2022-07-25
objtool: Treat .text.__x86.* as noinstr
Peter Zijlstra
1
-1
/
+2
2022-07-25
objtool: skip non-text sections when adding return-thunk sites
Thadeu Lima de Souza Cascardo
1
-1
/
+3
2022-07-25
x86,objtool: Create .return_sites
Peter Zijlstra
1
-0
/
+75
2022-07-25
objtool: Fix objtool regression on x32 systems
Mikulas Patocka
1
-4
/
+5
2022-07-25
objtool: Fix type of reloc::addend
Peter Zijlstra
1
-4
/
+4
2022-07-25
objtool: Fix SLS validation for kcov tail-call replacement
Peter Zijlstra
1
-0
/
+11
2022-07-25
objtool: Default ignore INT3 for unreachable
Peter Zijlstra
1
-7
/
+5
2022-07-25
objtool: Add straight-line-speculation validation
Peter Zijlstra
1
-0
/
+14
2022-07-25
objtool,x86: Replace alternatives with .retpoline_sites
Peter Zijlstra
1
-39
/
+93
2022-07-25
objtool: Explicitly avoid self modifying code in .altinstr_replacement
Peter Zijlstra
1
-8
/
+28
2022-07-25
objtool: Classify symbols
Peter Zijlstra
1
-11
/
+21
2022-07-25
objtool: Handle __sanitize_cov*() tail calls
Peter Zijlstra
1
-58
/
+65
2022-07-25
objtool: Introduce CFI hash
Peter Zijlstra
1
-18
/
+136
2022-07-25
objtool: Support asm jump tables
Josh Poimboeuf
1
-1
/
+13
2022-07-25
objtool: Cache instruction relocs
Peter Zijlstra
1
-6
/
+22
2022-07-25
objtool: Keep track of retpoline call sites
Peter Zijlstra
1
-5
/
+29
2022-07-25
objtool: Create reloc sections implicitly
Peter Zijlstra
1
-3
/
+0
2022-07-25
objtool: Add elf_create_reloc() helper
Peter Zijlstra
1
-33
/
+10
2022-07-25
objtool: Rework the elf_rebuild_reloc_section() logic
Peter Zijlstra
1
-3
/
+0
2022-07-25
objtool: Handle per arch retpoline naming
Peter Zijlstra
1
-2
/
+7
2022-07-25
objtool: Correctly handle retpoline thunk calls
Peter Zijlstra
1
-0
/
+12
2022-07-25
x86/retpoline: Simplify retpolines
Peter Zijlstra
1
-2
/
+1
2022-07-25
objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
Josh Poimboeuf
1
-22
/
+15
2022-07-25
objtool: Assume only ELF functions do sibling calls
Josh Poimboeuf
1
-14
/
+22
2022-07-25
objtool: Support retpoline jump detection for vmlinux.o
Josh Poimboeuf
1
-4
/
+4
2022-07-25
objtool: Support stack layout changes in alternatives
Josh Poimboeuf
1
-96
/
+96
2022-07-25
objtool: Add 'alt_group' struct
Josh Poimboeuf
1
-6
/
+23
2021-11-18
objtool: Fix static_call list generation
Peter Zijlstra
1
-5
/
+12
2021-11-18
x86/xen: Mark cpu_bringup_and_idle() as dead_end_function
Peter Zijlstra
1
-0
/
+1
2021-11-18
objtool: Add xen_start_kernel() to noreturn list
Josh Poimboeuf
1
-0
/
+1
[next]