summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
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-05-11Revert "objtool: Support addition to set CFA base"Josh Poimboeuf1-11/+0
2023-03-11objtool: Fix memory leak in create_static_call_sections()Miaoqian Lin1-0/+2
2023-03-10objtool: add UACCESS exceptions for __tsan_volatile_read/writeArnd Bergmann1-0/+2
2023-03-10x86: 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-12objtool: Fix SEGFAULTChristophe Leroy1-1/+1
2022-12-31objtool, kcsan: Add volatile read/write instrumentation to whitelistMarco Elver1-0/+10
2022-07-23x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra1-2/+7
2022-07-23objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf1-0/+40
2022-07-23objtool: Add entry UNRET validationPeter Zijlstra1-4/+168
2022-07-23objtool: Update Retpoline validationPeter Zijlstra1-6/+13
2022-07-23x86: Add magic AMD return-thunkPeter Zijlstra1-3/+17
2022-07-23objtool: Treat .text.__x86.* as noinstrPeter Zijlstra1-1/+2
2022-07-23objtool: skip non-text sections when adding return-thunk sitesThadeu Lima de Souza Cascardo1-1/+3
2022-07-23x86,objtool: Create .return_sitesPeter Zijlstra1-0/+75
2022-07-23objtool: Default ignore INT3 for unreachablePeter Zijlstra1-7/+5
2022-07-23objtool: Introduce CFI hashPeter Zijlstra1-18/+136
2022-07-23objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-39/+93
2022-07-23objtool: Shrink struct instructionPeter Zijlstra1-3/+3
2022-07-23objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra1-11/+32
2022-07-23objtool: Classify symbolsPeter Zijlstra1-12/+22
2022-06-09objtool: Fix objtool regression on x32 systemsMikulas Patocka1-4/+5
2022-05-15objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra1-0/+10
2022-05-15objtool: Add straight-line-speculation validationPeter Zijlstra1-0/+14
2022-05-09objtool: Fix type of reloc::addendPeter Zijlstra1-4/+4
2021-11-18objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra1-74/+84
2021-11-18x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra1-0/+1
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence1-8/+8
2021-05-14objtool: Reflow handle_jump_alt()Peter Zijlstra1-11/+11
2021-05-12objtool: Provide stats for jump_labelsPeter Zijlstra1-2/+20
2021-05-12objtool: Rewrite jump_label instructionsPeter Zijlstra1-0/+14
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-29/+24
2021-04-19objtool: Support asm jump tablesJosh Poimboeuf1-1/+13
2021-04-02objtool: Cache instruction relocsPeter Zijlstra1-6/+22
2021-04-02objtool: Keep track of retpoline call sitesPeter Zijlstra1-5/+29
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra1-6/+0
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra1-62/+16
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra1-6/+0
2021-04-02objtool: Fix static_call list generationPeter Zijlstra1-5/+12
2021-04-02objtool: Handle per arch retpoline namingPeter Zijlstra1-2/+7
2021-04-02objtool: Correctly handle retpoline thunk callsPeter Zijlstra1-0/+12
2021-04-02x86/retpoline: Simplify retpolinesPeter Zijlstra1-2/+1
2021-03-12objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra1-0/+3
2021-03-06objtool,x86: Rewrite LEAVEPeter Zijlstra1-22/+2