summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-19objtool/x86: allow syscall instructionJuergen Gross1-4/+7
2024-06-21exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-1/+1
2024-06-21exit: Implement kthread_exitEric W. Biederman1-0/+1
2023-11-08objtool/x86: add missing embedded_insn checkJohn Sperbeck1-1/+1
2023-08-30objtool/x86: Fix SRSO messPeter Zijlstra1-1/+21
2023-08-26objtool/x86: Fixup frame-pointer vs rethunkPeter Zijlstra1-6/+11
2023-08-26x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu1-1/+1
2023-08-26x86/cpu: Rename original retbleed methodsPeter Zijlstra1-1/+1
2023-03-11objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin1-0/+2
2023-03-11objtool: add UACCESS exceptions for __tsan_volatile_read/writeArnd Bergmann1-0/+2
2023-03-11x86: Mark stop_this_cpu() __noreturnPeter Zijlstra1-0/+1
2023-02-01objtool: Add a missing comma to avoid string concatenationEric W. Biederman1-1/+1
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-1/+2
2023-01-14objtool: Fix SEGFAULTChristophe Leroy1-1/+1
2023-01-14objtool, kcsan: Add volatile read/write instrumentation to whitelistMarco Elver1-0/+10
2022-07-25x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra1-2/+7
2022-07-25objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf1-0/+40
2022-07-25objtool: Add entry UNRET validationPeter Zijlstra1-4/+168
2022-07-25objtool: Update Retpoline validationPeter Zijlstra1-6/+13
2022-07-25x86: Add magic AMD return-thunkPeter Zijlstra1-3/+17
2022-07-25objtool: Treat .text.__x86.* as noinstrPeter Zijlstra1-1/+2
2022-07-25objtool: skip non-text sections when adding return-thunk sitesThadeu Lima de Souza Cascardo1-1/+3
2022-07-25x86,objtool: Create .return_sitesPeter Zijlstra1-0/+75
2022-07-25objtool: Fix objtool regression on x32 systemsMikulas Patocka1-4/+5
2022-07-25objtool: Fix type of reloc::addendPeter Zijlstra1-4/+4
2022-07-25objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra1-0/+11
2022-07-25objtool: Default ignore INT3 for unreachablePeter Zijlstra1-7/+5
2022-07-25objtool: Add straight-line-speculation validationPeter Zijlstra1-0/+14
2022-07-25objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-39/+93
2022-07-25objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra1-8/+28
2022-07-25objtool: Classify symbolsPeter Zijlstra1-11/+21
2022-07-25objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra1-58/+65
2022-07-25objtool: Introduce CFI hashPeter Zijlstra1-18/+136
2022-07-25objtool: Support asm jump tablesJosh Poimboeuf1-1/+13
2022-07-25objtool: Cache instruction relocsPeter Zijlstra1-6/+22
2022-07-25objtool: Keep track of retpoline call sitesPeter Zijlstra1-5/+29
2022-07-25objtool: Create reloc sections implicitlyPeter Zijlstra1-3/+0
2022-07-25objtool: Add elf_create_reloc() helperPeter Zijlstra1-33/+10
2022-07-25objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra1-3/+0
2022-07-25objtool: Handle per arch retpoline namingPeter Zijlstra1-2/+7
2022-07-25objtool: Correctly handle retpoline thunk callsPeter Zijlstra1-0/+12
2022-07-25x86/retpoline: Simplify retpolinesPeter Zijlstra1-2/+1
2022-07-25objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf1-22/+15
2022-07-25objtool: Assume only ELF functions do sibling callsJosh Poimboeuf1-14/+22
2022-07-25objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf1-4/+4
2022-07-25objtool: Support stack layout changes in alternativesJosh Poimboeuf1-96/+96
2022-07-25objtool: Add 'alt_group' structJosh Poimboeuf1-6/+23
2021-11-18objtool: Fix static_call list generationPeter Zijlstra1-5/+12
2021-11-18x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra1-0/+1
2021-11-18objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf1-0/+1