summaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorLines
2021-11-11static_call,x86: Robustify trampoline patchingPeter Zijlstra-0/+3
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+1
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra-39/+93
2021-10-28objtool: Shrink struct instructionPeter Zijlstra-3/+3
2021-10-28objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra-11/+31
2021-10-28objtool: Classify symbolsPeter Zijlstra-12/+22
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra-8/+8
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence-8/+8
2021-09-30objtool: Ignore unwind hints for ignored functionsJosh Poimboeuf-1/+1
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra-10/+141
2021-09-15objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra-74/+84
2021-09-15objtool: Introduce CFI hashPeter Zijlstra-18/+136
2021-09-15x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra-0/+1
2021-05-14objtool: Reflow handle_jump_alt()Peter Zijlstra-11/+11
2021-05-12objtool: Provide stats for jump_labelsPeter Zijlstra-2/+20
2021-05-12objtool: Rewrite jump_label instructionsPeter Zijlstra-0/+14
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-29/+24
2021-04-19objtool: Support asm jump tablesJosh Poimboeuf-1/+13
2021-04-02objtool: Cache instruction relocsPeter Zijlstra-6/+22
2021-04-02objtool: Keep track of retpoline call sitesPeter Zijlstra-5/+29
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra-6/+0
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra-62/+16
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra-6/+0
2021-04-02objtool: Fix static_call list generationPeter Zijlstra-5/+12
2021-04-02objtool: Handle per arch retpoline namingPeter Zijlstra-2/+7
2021-04-02objtool: Correctly handle retpoline thunk callsPeter Zijlstra-0/+12
2021-04-02x86/retpoline: Simplify retpolinesPeter Zijlstra-2/+1
2021-03-12objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra-0/+3
2021-03-06objtool,x86: Rewrite LEAVEPeter Zijlstra-22/+2
2021-03-06objtool: Allow UNWIND_HINT to suppress dodgy stack modificationsPeter Zijlstra-6/+9
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+14
2021-02-24kasan: prefix global functions with kasan_Andrey Konovalov-1/+1
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+96
2021-02-23objtool: Split noinstr validation from --vmlinuxSami Tolvanen-1/+1
2021-02-23objtool: Fix __mcount_loc generation with Clang's assemblerSami Tolvanen-2/+15
2021-02-23objtool: Add a pass for generating __mcount_locPeter Zijlstra-0/+82
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-147/+255
2021-02-22objtool: Fix stack-swizzle for FRAME_POINTER=yPeter Zijlstra-0/+14
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf-2/+15
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar-9/+5
2021-02-10objtool: Support stack-swizzlePeter Zijlstra-0/+45
2021-01-26objtool: Add xen_start_kernel() to noreturn listJosh Poimboeuf-0/+1
2021-01-26objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf-22/+15
2021-01-26objtool: Assume only ELF functions do sibling callsJosh Poimboeuf-14/+22
2021-01-26objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf-4/+4
2021-01-26objtool: Fix ".cold" section suffix check for newer versions of GCCJosh Poimboeuf-2/+2
2021-01-26objtool: Fix retpoline detection in asm codeJosh Poimboeuf-1/+2
2021-01-26objtool: Fix error handling for STD/CLD warningsJosh Poimboeuf-2/+6
2021-01-21objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf-9/+5
2021-01-14objtool: Support stack layout changes in alternativesJosh Poimboeuf-96/+96