summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-25objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra6-251/+107
2022-07-25objtool: Explicitly avoid self modifying code in .altinstr_replacementPeter Zijlstra1-8/+28
2022-07-25objtool: Classify symbolsPeter Zijlstra2-13/+26
2022-07-25objtool: Handle __sanitize_cov*() tail callsPeter Zijlstra3-58/+86
2022-07-25objtool: Introduce CFI hashPeter Zijlstra6-35/+160
2022-07-25objtool: Make .altinstructions section entry size consistentJoe Lawrence1-1/+1
2022-07-25objtool: Remove reloc symbol type checks in get_alt_entry()Josh Poimboeuf1-29/+7
2022-07-25objtool: print out the symbol type when complaining about itLinus Torvalds1-4/+8
2022-07-25objtool: Teach get_alt_entry() about more relocation typesPeter Zijlstra1-7/+25
2022-07-25objtool: Don't make .altinstructions writableJosh Poimboeuf1-1/+1
2022-07-25objtool/x86: Ignore __x86_indirect_alt_* symbolsPeter Zijlstra1-0/+4
2022-07-25objtool: Only rewrite unconditional retpoline thunk callsPeter Zijlstra1-0/+4
2022-07-25objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()Peter Zijlstra1-1/+24
2022-07-25x86/alternative: Optimize single-byte NOPs at an arbitrary positionBorislav Petkov1-18/+46
2022-07-25objtool: Support asm jump tablesJosh Poimboeuf1-1/+13
2022-07-25objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra3-3/+167
2022-07-25objtool: Skip magical retpoline .altinstr_replacementPeter Zijlstra1-1/+11
2022-07-25objtool: Cache instruction relocsPeter Zijlstra2-6/+23
2022-07-25objtool: Keep track of retpoline call sitesPeter Zijlstra5-6/+34
2022-07-25objtool: Add elf_create_undef_symbol()Peter Zijlstra2-0/+61
2022-07-25objtool: Extract elf_symbol_add()Peter Zijlstra1-25/+31
2022-07-25objtool: Extract elf_strtab_concat()Peter Zijlstra1-22/+38
2022-07-25objtool: Create reloc sections implicitlyPeter Zijlstra4-7/+8
2022-07-25objtool: Add elf_create_reloc() helperPeter Zijlstra4-90/+79
2022-07-25objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra4-13/+14
2022-07-25objtool: Handle per arch retpoline namingPeter Zijlstra3-2/+14
2022-07-25objtool: Correctly handle retpoline thunk callsPeter Zijlstra1-0/+12
2022-07-25x86/retpoline: Simplify retpolinesPeter Zijlstra4-29/+21
2022-07-25x86/alternatives: Optimize optimize_nops()Peter Zijlstra3-31/+37
2022-07-25x86: Add insn_decode_kernel()Ben Hutchings3-1/+5
2022-07-25x86/alternative: Use insn_decode()Borislav Petkov1-3/+3
2022-07-25x86/insn-eval: Handle return values from the decoderBorislav Petkov1-13/+21
2022-07-25x86/insn: Add an insn_decode() APIBorislav Petkov5-107/+452
2022-07-25x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov10-20/+36
2022-07-25x86/insn: Rename insn_decode() to insn_decode_from_regs()Borislav Petkov4-7/+7
2022-07-25x86/alternative: Use ALTERNATIVE_TERNARY() in _static_cpu_has()Juergen Gross1-32/+9
2022-07-25x86/alternative: Support ALTERNATIVE_TERNARYJuergen Gross1-0/+13
2022-07-25x86/alternative: Support not-featureJuergen Gross2-5/+18
2022-07-25x86/alternative: Merge include filesJuergen Gross14-132/+120
2022-07-25x86/xen: Support objtool vmlinux.o validation in xen-head.SJosh Poimboeuf1-2/+3
2022-07-25x86/xen: Support objtool validation in xen-asm.SJosh Poimboeuf2-11/+19
2022-07-25objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf8-40/+29
2022-07-25objtool: Assume only ELF functions do sibling callsJosh Poimboeuf1-14/+22
2022-07-25objtool: Support retpoline jump detection for vmlinux.oJosh Poimboeuf1-4/+4
2022-07-25objtool: Support stack layout changes in alternativesJosh Poimboeuf4-111/+159
2022-07-25objtool: Add 'alt_group' structJosh Poimboeuf2-7/+35
2022-07-25objtool: Refactor ORC section generationJosh Poimboeuf7-159/+140
2022-07-25KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hwUros Bizjak4-32/+5
2022-07-25KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.SUros Bizjak1-1/+1
2022-07-21Linux 5.10.132v5.10.132Greg Kroah-Hartman1-1/+1