summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
2022-08-28Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-16/+18
2022-08-25x86/sev: Mark snp_abort() noreturnBorislav Petkov-16/+18
2022-08-19x86/ibt, objtool: Add IBT_NOSEAL()Josh Poimboeuf-1/+2
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-22/+356
2022-07-07objtool: update objtool.txt referencesMauro Carvalho Chehab-1/+1
2022-07-07x86/ibt, objtool: Don't discard text references from tracepoint sectionPeter Zijlstra-2/+1
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra-2/+15
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf-9/+50
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra-11/+184
2022-06-27objtool: Update Retpoline validationPeter Zijlstra-6/+13
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra-3/+19
2022-06-27objtool: Treat .text.__x86.* as noinstrPeter Zijlstra-1/+2
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra-0/+83
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