summaryrefslogtreecommitdiffstats
path: root/tools/objtool/include
AgeCommit message (Expand)AuthorLines
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra-0/+1
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf-9/+10
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra-2/+10
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra-0/+3
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka-2/+2
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf-3/+12
2022-04-22objtool: Make noinstr hacks optionalJosh Poimboeuf-0/+1
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf-0/+1
2022-04-22objtool: Make static call annotation optionalJosh Poimboeuf-0/+1
2022-04-22objtool: Make stack validation frame-pointer-specificJosh Poimboeuf-1/+0
2022-04-22objtool: Make stack validation optionalJosh Poimboeuf-0/+1
2022-04-22objtool: Add option to print section addressesJosh Poimboeuf-14/+18
2022-04-22objtool: Don't print parentheses in function addressesJosh Poimboeuf-5/+1
2022-04-22objtool: Ditch subcommandsJosh Poimboeuf-2/+3
2022-04-22objtool: Reorganize cmdline optionsJosh Poimboeuf-3/+23
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra-2/+2
2022-04-19objtool: Fix function fallthrough detection for vmlinuxJosh Poimboeuf-1/+1
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra-0/+1
2022-03-15objtool: Validate IBT assumptionsPeter Zijlstra-1/+5
2022-03-15objtool: Add IBT/ENDBR decodingPeter Zijlstra-0/+1
2022-03-15objtool: Read the NOENDBR annotationPeter Zijlstra-3/+10
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra-0/+1
2022-03-15objtool: Rename --duplicate to --ltoPeter Zijlstra-1/+1
2022-03-15objtool: Have WARN_FUNC fall back to sym+offPeter Zijlstra-0/+2
2022-03-15objtool: Add --dry-runPeter Zijlstra-1/+1
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+2
2021-12-09objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver-1/+1
2021-12-08objtool: Add straight-line-speculation validationPeter Zijlstra-1/+2
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra-1/+0
2021-10-28objtool: Shrink struct instructionPeter Zijlstra-1/+0
2021-10-28objtool: Classify symbolsPeter Zijlstra-2/+5
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra-1/+0
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence-1/+0
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra-1/+11
2021-09-15objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra-0/+1
2021-09-15objtool: Introduce CFI hashPeter Zijlstra-2/+4
2021-06-14objtool: Improve reloc hash size guestimatePeter Zijlstra-0/+1
2021-05-12objtool: Provide stats for jump_labelsPeter Zijlstra-0/+3
2021-05-12objtool: Decode jump_entry::key addendPeter Zijlstra-0/+1
2021-05-12objtool: Rewrite hashtable sizingPeter Zijlstra-5/+12
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+4
2021-04-02objtool: Cache instruction relocsPeter Zijlstra-0/+1
2021-04-02objtool: Keep track of retpoline call sitesPeter Zijlstra-1/+4
2021-04-02objtool: Add elf_create_undef_symbol()Peter Zijlstra-0/+1
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra-1/+0
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra-3/+7
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra-1/+0
2021-04-02objtool: Handle per arch retpoline namingPeter Zijlstra-0/+2
2021-03-06objtool: Collate parse_options() usersPeter Zijlstra-0/+2
2021-03-06objtool: Add --backupPeter Zijlstra-1/+2