summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)Author
2023-11-08objtool/x86: add missing embedded_insn checkJohn Sperbeck
2023-08-30objtool/x86: Fix SRSO messPeter Zijlstra
2023-08-26objtool/x86: Fixup frame-pointer vs rethunkPeter Zijlstra
2023-08-26x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu
2023-08-26x86/cpu: Rename original retbleed methodsPeter Zijlstra
2023-03-11objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin
2023-03-11objtool: add UACCESS exceptions for __tsan_volatile_read/writeArnd Bergmann
2023-03-11x86: Mark stop_this_cpu() __noreturnPeter Zijlstra
2023-02-01objtool: Add a missing comma to avoid string concatenationEric W. Biederman
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman
2023-01-14objtool: Fix SEGFAULTChristophe Leroy
2023-01-14objtool, kcsan: Add volatile read/write instrumentation to whitelistMarco Elver
2022-07-25x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-07-25objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf
2022-07-25objtool: Add entry UNRET validationPeter Zijlstra
2022-07-25objtool: Update Retpoline validationPeter Zijlstra
2022-07-25x86: Add magic AMD return-thunkPeter Zijlstra
2022-07-25objtool: Treat .text.__x86.* as noinstrPeter Zijlstra
2022-07-25objtool: skip non-text sections when adding return-thunk sitesThadeu Lima de Souza Cascardo
2022-07-25x86,objtool: Create .return_sitesPeter Zijlstra
2022-07-25objtool: Fix objtool regression on x32 systemsMikulas Patocka
2022-07-25objtool: Fix type of reloc::addendPeter Zijlstra
2022-07-25objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra
2022-07-25objtool: Default ignore INT3 for unreachablePeter Zijlstra
2022-07-25objtool: Add straight-line-speculation validationPeter Zijlstra
2022-07-25objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra
2022-07-25objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra
2022-07-25objtool: Classify symbolsPeter Zijlstra
2022-07-25objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra
2022-07-25objtool: Introduce CFI hashPeter Zijlstra
2022-07-25objtool: Support asm jump tablesJosh Poimboeuf
2022-07-25objtool: Cache instruction relocsPeter Zijlstra
2022-07-25objtool: Keep track of retpoline call sitesPeter Zijlstra
2022-07-25objtool: Create reloc sections implicitlyPeter Zijlstra
2022-07-25objtool: Add elf_create_reloc() helperPeter Zijlstra
2022-07-25objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra
2022-07-25objtool: Handle per arch retpoline namingPeter Zijlstra
2022-07-25objtool: Correctly handle retpoline thunk callsPeter Zijlstra
2022-07-25x86/retpoline: Simplify retpolinesPeter Zijlstra
2022-07-25objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf
2022-07-25objtool: Assume only ELF functions do sibling callsJosh Poimboeuf
2022-07-25objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf
2022-07-25objtool: Support stack layout changes in alternativesJosh Poimboeuf
2022-07-25objtool: Add 'alt_group' structJosh Poimboeuf
2021-11-18objtool: Fix static_call list generationPeter Zijlstra
2021-11-18x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra
2021-11-18objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf
2021-03-30static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-03-04objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf
2021-03-04objtool: Fix retpoline detection in asm codeJosh Poimboeuf