summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
AgeCommit message (Expand)Author
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra
2022-03-15objtool: Validate IBT assumptionsPeter Zijlstra
2022-03-15objtool: Read the NOENDBR annotationPeter Zijlstra
2022-03-15objtool: Rework ASM_REACHABLEPeter Zijlstra
2022-03-15x86: Mark __invalid_creds() __noreturnPeter Zijlstra
2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra
2022-03-15x86: Mark stop_this_cpu() __noreturnPeter Zijlstra
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra
2022-03-15objtool: Default ignore INT3 for unreachablePeter Zijlstra
2022-01-24objtool: Fix truncated string warningSergei Trofimovich
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-12-15objtool: Add a missing comma to avoid string concatenationEric W. Biederman
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2021-12-13exit: Implement kthread_exitEric W. Biederman
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-12-11objtool: Remove .fixup handlingPeter Zijlstra
2021-12-09objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver
2021-12-09objtool, kcsan: Add memory barrier instrumentation to whitelistMarco Elver
2021-12-08objtool: Add straight-line-speculation validationPeter Zijlstra
2021-11-11static_call,x86: Robustify trampoline patchingPeter Zijlstra
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra
2021-10-28objtool: Shrink struct instructionPeter Zijlstra
2021-10-28objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra
2021-10-28objtool: Classify symbolsPeter Zijlstra
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence
2021-09-30objtool: Ignore unwind hints for ignored functionsJosh Poimboeuf
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra
2021-09-15objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra
2021-09-15objtool: Introduce CFI hashPeter Zijlstra
2021-09-15x86/xen: Mark cpu_bringup_and_idle() as dead_end_functionPeter Zijlstra
2021-05-14objtool: Reflow handle_jump_alt()Peter Zijlstra
2021-05-12objtool: Provide stats for jump_labelsPeter Zijlstra
2021-05-12objtool: Rewrite jump_label instructionsPeter Zijlstra
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-19objtool: Support asm jump tablesJosh Poimboeuf
2021-04-02objtool: Cache instruction relocsPeter Zijlstra
2021-04-02objtool: Keep track of retpoline call sitesPeter Zijlstra
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra
2021-04-02objtool: Fix static_call list generationPeter Zijlstra
2021-04-02objtool: Handle per arch retpoline namingPeter Zijlstra
2021-04-02objtool: Correctly handle retpoline thunk callsPeter Zijlstra
2021-04-02x86/retpoline: Simplify retpolinesPeter Zijlstra
2021-03-12objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra