summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
2022-05-27x86/extable: Annotate ex_handler_msr_mce() as a dead endBorislav Petkov-0/+1
2022-05-27objtool: Mark __ubsan_handle_builtin_unreachable() as noreturnPeter Zijlstra-1/+2
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+2
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka-7/+8
2022-05-20objtool: Fix symbol creationPeter Zijlstra-69/+129
2022-05-12objtool: Remove libsubcmd.a when make cleanTiezhu Yang-1/+1
2022-05-12objtool: Remove inat-tables.c when make cleanTiezhu Yang-1/+1
2022-04-22objtool: Update documentationJosh Poimboeuf-20/+102
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf-33/+64
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf-2/+9
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf-9/+31
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf-4/+9
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf-5/+3
2022-04-22objtool: Extricate sls from stack validationJosh Poimboeuf-13/+43
2022-04-22objtool: Rework ibt and extricate from stack validationJosh Poimboeuf-133/+147
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf-13/+18
2022-04-22objtool: Add option to print section addressesJosh Poimboeuf-14/+19
2022-04-22objtool: Don't print parentheses in function addressesJosh Poimboeuf-5/+1
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf-202/+66
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf-62/+84
2022-04-22Merge branch 'tip/x86/urgent'Peter Zijlstra-8/+5
2022-04-22objtool: Fix code relocs vs weak symbolsPeter Zijlstra-22/+165
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra-7/+7
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf-3/+2
2022-04-19objtool: Fix sibling call detection in alternativesJosh Poimboeuf-19/+17
2022-04-19objtool: Don't set 'jump_dest' for sibling callsJosh Poimboeuf-13/+22
2022-04-19objtool: Use offstr() to print address of missing ENDBRJosh Poimboeuf-3/+2
2022-04-19objtool: Print data address for "!ENDBR" data warningsJosh Poimboeuf-5/+2
2022-04-19x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra-0/+1
2022-04-05objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra-0/+11
2022-04-05objtool: Fix IBT tail-call detectionPeter Zijlstra-5/+14
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao-2/+2
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra-2/+69
2022-03-15objtool: Validate IBT assumptionsPeter Zijlstra-5/+215
2022-03-15objtool: Add IBT/ENDBR decodingPeter Zijlstra-5/+30
2022-03-15objtool: Read the NOENDBR annotationPeter Zijlstra-3/+37
2022-03-15objtool: Rework ASM_REACHABLEPeter Zijlstra-13/+20
2022-03-15x86: Mark __invalid_creds() __noreturnPeter Zijlstra-0/+1
2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra-0/+1
2022-03-15x86: Mark stop_this_cpu() __noreturnPeter Zijlstra-0/+1
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra-0/+104
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra-4/+9
2022-03-15objtool: Have WARN_FUNC fall back to sym+offPeter Zijlstra-0/+2
2022-03-15objtool: Default ignore INT3 for unreachablePeter Zijlstra-7/+5
2022-03-15objtool: Add --dry-runPeter Zijlstra-2/+6
2022-03-15tools/objtool: Check for use of the ENQCMD instruction in the kernelFenghua Yu-1/+10
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada-1/+1
2022-01-24objtool: Fix truncated string warningSergei Trofimovich-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+5