summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-30static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-2/+15
2021-03-04objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf1-2/+2
2021-03-04objtool: Fix retpoline detection in asm codeJosh Poimboeuf1-1/+2
2021-03-04objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf1-2/+6
2021-02-17objtool: Fix seg fault with Clang non-section symbolsJosh Poimboeuf1-2/+9
2021-02-07objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf1-9/+5
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-179/+51
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+138
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+55
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2020-10-09Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar1-0/+55
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams1-0/+1
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams1-2/+2
2020-10-02objtool: Permit __kasan_check_{read,write} under UACCESSJann Horn1-0/+2