summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)Author
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
2021-03-04objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf
2021-02-17objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf
2021-02-07objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-10-02objtool: Permit __kasan_check_{read,write} under UACCESSJann Horn
2020-09-21objtool: Ignore unreachable trap after call to noreturn functionsIlie Halip