summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-07-25objtool: Fix symbol creationPeter Zijlstra1-68/+128
2022-07-25objtool: Fix type of reloc::addendPeter Zijlstra3-7/+7
2022-07-25objtool: Fix code relocs vs weak symbolsPeter Zijlstra1-22/+165
2022-07-25objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra1-0/+11
2022-07-25objtool: Default ignore INT3 for unreachablePeter Zijlstra1-7/+5
2022-07-25tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2-9/+9
2022-07-25objtool: Add straight-line-speculation validationPeter Zijlstra5-6/+29
2022-07-25objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra5-251/+93
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: 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-25objtool: Support asm jump tablesJosh Poimboeuf1-1/+13
2022-07-25objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra1-0/+117
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 Zijlstra1-2/+1
2022-07-25x86/alternatives: Optimize optimize_nops()Peter Zijlstra1-1/+1
2022-07-25x86: Add insn_decode_kernel()Ben Hutchings1-0/+2
2022-07-25x86/insn: Add an insn_decode() APIBorislav Petkov3-55/+264
2022-07-25x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov6-14/+30
2022-07-25objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf4-26/+21
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-12selftests: forwarding: fix error message in learning_testVladimir Oltean1-1/+1
2022-07-12selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-12selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-07selftests/rseq: Change type of rseq_offset to ptrdiff_tMathieu Desnoyers3-10/+12
2022-07-07selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread areaMathieu Desnoyers1-32/+34
2022-07-07selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread areaMathieu Desnoyers1-28/+30
2022-07-07selftests/rseq: Fix: work-around asm goto compiler bugsMathieu Desnoyers7-6/+245