summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-24objtool: Fix truncated string warningSergei Trofimovich1-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+5
2022-01-13Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+16
2021-12-15objtool: Add a missing comma to avoid string concatenationEric W. Biederman1-1/+1
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman1-1/+1
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-1/+1
2021-12-13exit: Implement kthread_exitEric W. Biederman1-0/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+2
2021-12-11objtool: Remove .fixup handlingPeter Zijlstra1-6/+2
2021-12-10objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver1-6/+31
2021-12-10objtool, kcsan: Add memory barrier instrumentation to whitelistMarco Elver1-0/+4
2021-12-08objtool: Add straight-line-speculation validationPeter Zijlstra1-0/+14
2021-11-11static_call,x86: Robustify trampoline patchingPeter Zijlstra1-0/+3
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-1/+1
2021-10-29objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-39/+93
2021-10-29objtool: Shrink struct instructionPeter Zijlstra1-3/+3
2021-10-29objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra1-11/+31
2021-10-29objtool: Classify symbolsPeter Zijlstra1-12/+22
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra1-8/+8
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence1-8/+8
2021-10-01objtool: Ignore unwind hints for ignored functionsJosh Poimboeuf1-1/+1
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra1-10/+141
2021-09-15objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra1-74/+84
2021-09-15objtool: Introduce CFI hashPeter Zijlstra1-18/+136
2021-09-15x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra1-0/+1
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
2021-03-06objtool: Allow UNWIND_HINT to suppress dodgy stack modificationsPeter Zijlstra1-6/+9
2021-02-25Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+14
2021-02-25kasan: prefix global functions with kasan_Andrey Konovalov1-1/+1
2021-02-24Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+96
2021-02-23objtool: Split noinstr validation from --vmlinuxSami Tolvanen1-1/+1
2021-02-23objtool: Fix __mcount_loc generation with Clang's assemblerSami Tolvanen1-2/+15
2021-02-23objtool: Add a pass for generating __mcount_locPeter Zijlstra1-0/+82
2021-02-23Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-147/+255
2021-02-22objtool: Fix stack-swizzle for FRAME_POINTER=yPeter Zijlstra1-0/+14