aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-22/+356
2022-07-07x86/ibt, objtool: Don't discard text references from tracepoint sectionPeter Zijlstra1-2/+1
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra3-2/+15
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf2-9/+50
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra4-11/+184
2022-06-27objtool: Update Retpoline validationPeter Zijlstra1-6/+13
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra1-3/+19
2022-06-27objtool: Treat .text.__x86.* as noinstrPeter Zijlstra1-1/+2
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra6-0/+83
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-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka3-7/+8
2022-05-20objtool: Fix symbol creationPeter Zijlstra1-69/+129
2022-05-12objtool: Remove libsubcmd.a when make cleanTiezhu Yang1-1/+1
2022-05-12objtool: Remove inat-tables.c when make cleanTiezhu Yang1-1/+1
2022-04-22objtool: Update documentationJosh Poimboeuf1-20/+102
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf5-33/+64
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf3-2/+9
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf3-9/+31
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf3-4/+9
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf3-5/+3
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 Poimboeuf3-13/+18
2022-04-22objtool: Add option to print section addressesJosh Poimboeuf3-14/+19
2022-04-22objtool: Don't print parentheses in function addressesJosh Poimboeuf1-5/+1
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf8-202/+66
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf7-62/+84
2022-04-22Merge branch 'tip/x86/urgent'Peter Zijlstra1-8/+5
2022-04-22objtool: Fix code relocs vs weak symbolsPeter Zijlstra1-22/+165
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra3-7/+7
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf3-3/+2
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-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao1-2/+2
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra3-2/+69
2022-03-15objtool: Validate IBT assumptionsPeter Zijlstra4-5/+215
2022-03-15objtool: Add IBT/ENDBR decodingPeter Zijlstra2-5/+30
2022-03-15objtool: Read the NOENDBR annotationPeter Zijlstra2-3/+37
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