aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ifuzz/powerpc/pseudo.go
Commit message (Expand)AuthorAgeFilesLines
* all: apply linter auto fixesTaras Madan2025-07-171-2/+3
* pkg/ifuzz/powerpc: fuzz the machine state register (MSR)Alexey Kardashevskiy2021-09-161-0/+27
* executor/common_kvm_ppc64: fuzz more hypercallsAlexey Kardashevskiy2021-09-161-1/+12
* pkg/ifuzz/powerpc: add some RTAS fuzzingAlexey Kardashevskiy2021-07-191-2/+30
* pkg/ifuzz/powerpc: add helper for system call ("sc") instructionAlexey Kardashevskiy2021-07-191-4/+10
* pkg/ifuzz/powerpc: preload registers with interesting numbersAlexey Kardashevskiy2021-07-191-39/+3
* pkg/ifuzz/powerpc: add struct insnSetMapAlexey Kardashevskiy2021-07-191-1/+1
* pkg/ifuzz/iset: rename ifuzzimpl to isetDmitry Vyukov2020-11-211-6/+6
* pkg/ifuzz/x86: don't use X86 suffix for typesDmitry Vyukov2020-11-211-2/+2
* pkg/ifuzz: invert ifuzz and ifuzzimplDmitry Vyukov2020-11-211-6/+7
* pkg/ifuzz/powerpc: add powerpc supportAlexey Kardashevskiy2020-11-201-0/+108