summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)Author
2022-08-28Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-08-25x86/sev: Mark snp_abort() noreturnBorislav Petkov
2022-08-19x86/ibt, objtool: Add IBT_NOSEAL()Josh Poimboeuf
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds
2022-07-11Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-07-07objtool: update objtool.txt referencesMauro Carvalho Chehab
2022-07-07x86/ibt, objtool: Don't discard text references from tracepoint sectionPeter Zijlstra
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra
2022-06-27objtool: Update Retpoline validationPeter Zijlstra
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra
2022-06-27objtool: Treat .text.__x86.* as noinstrPeter Zijlstra
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra
2022-05-27x86/extable: Annotate ex_handler_msr_mce() as a dead endBorislav Petkov
2022-05-27objtool: Mark __ubsan_handle_builtin_unreachable() as noreturnPeter Zijlstra
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka
2022-05-20objtool: Fix symbol creationPeter Zijlstra
2022-05-12objtool: Remove libsubcmd.a when make cleanTiezhu Yang
2022-05-12objtool: Remove inat-tables.c when make cleanTiezhu Yang
2022-04-22objtool: Update documentationJosh Poimboeuf
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf
2022-04-22objtool: Extricate sls from stack validationJosh Poimboeuf
2022-04-22objtool: Rework ibt and extricate from stack validationJosh Poimboeuf
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf
2022-04-22objtool: Add option to print section addressesJosh Poimboeuf
2022-04-22objtool: Don't print parentheses in function addressesJosh Poimboeuf
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf
2022-04-22Merge branch 'tip/x86/urgent'Peter Zijlstra
2022-04-22objtool: Fix code relocs vs weak symbolsPeter Zijlstra
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf
2022-04-19objtool: Fix sibling call detection in alternativesJosh Poimboeuf
2022-04-19objtool: Don't set 'jump_dest' for sibling callsJosh Poimboeuf
2022-04-19objtool: Use offstr() to print address of missing ENDBRJosh Poimboeuf
2022-04-19objtool: Print data address for "!ENDBR" data warningsJosh Poimboeuf
2022-04-19x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra
2022-04-05objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra
2022-04-05objtool: Fix IBT tail-call detectionPeter Zijlstra
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra
2022-03-15objtool: Validate IBT assumptionsPeter Zijlstra
2022-03-15objtool: Add IBT/ENDBR decodingPeter Zijlstra