summaryrefslogtreecommitdiffstats
path: root/tools/objtool
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-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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/...Linus 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
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra3-0/+104
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra3-4/+9
2022-03-15objtool: Have WARN_FUNC fall back to sym+offPeter Zijlstra1-0/+2
2022-03-15objtool: Default ignore INT3 for unreachablePeter Zijlstra1-7/+5
2022-03-15objtool: Add --dry-runPeter Zijlstra3-2/+6
2022-03-15tools/objtool: Check for use of the ENQCMD instruction in the kernelFenghua Yu1-1/+10
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-1/+1
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