aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/check.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-27x86/extable: Annotate ex_handler_msr_mce() as a dead endBorislav Petkov1-0/+1
2022-05-27objtool: Mark __ubsan_handle_builtin_unreachable() as noreturnPeter Zijlstra1-1/+2
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka1-4/+5
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf1-26/+14
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf1-1/+1
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf1-1/+1
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf1-4/+6
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf1-2/+2
2022-04-22objtool: Extricate sls from stack validationJosh Poimboeuf1-13/+43
2022-04-22objtool: Rework ibt and extricate from stack validationJosh Poimboeuf1-133/+147
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf1-13/+15
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf1-0/+8
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf1-31/+31
2022-04-22Merge branch 'tip/x86/urgent'Peter Zijlstra1-8/+5
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra1-4/+4
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf1-1/+1
2022-04-19objtool: Fix sibling call detection in alternativesJosh Poimboeuf1-19/+17
2022-04-19objtool: Don't set 'jump_dest' for sibling callsJosh Poimboeuf1-13/+22
2022-04-19objtool: Use offstr() to print address of missing ENDBRJosh Poimboeuf1-3/+2
2022-04-19objtool: Print data address for "!ENDBR" data warningsJosh Poimboeuf1-5/+2
2022-04-19x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra1-0/+1
2022-04-05objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra1-0/+11
2022-04-05objtool: Fix IBT tail-call detectionPeter Zijlstra1-5/+14
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra1-2/+67
2022-03-15objtool: Validate IBT assumptionsPeter Zijlstra1-3/+207
2022-03-15objtool: Read the NOENDBR annotationPeter Zijlstra1-0/+27
2022-03-15objtool: Rework ASM_REACHABLEPeter Zijlstra1-13/+20
2022-03-15x86: Mark __invalid_creds() __noreturnPeter Zijlstra1-0/+1
2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra1-0/+1
2022-03-15x86: Mark stop_this_cpu() __noreturnPeter Zijlstra1-0/+1
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra1-0/+43
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra1-1/+6
2022-03-15objtool: Default ignore INT3 for unreachablePeter Zijlstra1-7/+5
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/git/ebiederm/user-namespaceLinus Torvalds1-3/+5
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-09objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver1-6/+31
2021-12-09objtool, 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-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-39/+93
2021-10-28objtool: Shrink struct instructionPeter Zijlstra1-3/+3
2021-10-28objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra1-11/+31