aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ifuzz/powerpc
Commit message (Expand)AuthorAgeFilesLines
* all: apply linter auto fixesTaras Madan2025-07-171-2/+3
* all: fix recvcheck errorsTaras Madan2025-02-071-4/+4
* all: go fix everythingDmitry Vyukov2024-04-261-1/+0
* pkg/ifuzz/powerpc: update cntlzw instructionAlexey Kardashevskiy2022-05-182-2/+2
* pkg/ifuzz/powerpc: update few broken instructionsAlexey Kardashevskiy2022-01-202-204/+193
* pkg/ifuzz/powerpc: add prefixed instructionsAlexey Kardashevskiy2021-11-123-2/+175
* pkg/ifuzz/powerpc: correct instructionsAlexey Kardashevskiy2021-11-123-144/+589
* pkg/ifuzz/powerpc: refactor for adding prefixed instructionsAlexey Kardashevskiy2021-11-121-4/+16
* pkg/ifuzz/powerpc: convert maps to slicesAlexey Kardashevskiy2021-11-123-1182/+1188
* pkg/ifuzz/powerpc: ditch M64Alexey Kardashevskiy2021-11-123-8/+2
* pkg/ifuzz/powerpc: fix instructionsAlexey Kardashevskiy2021-09-163-1202/+1273
* pkg/ifuzz/powerpc: fuzz instruction bits which are not opcodesAlexey Kardashevskiy2021-09-161-1/+6
* 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-192-2/+57
* pkg/ifuzz/powerpc: add helper for system call ("sc") instructionAlexey Kardashevskiy2021-07-192-4/+14
* pkg/ifuzz/powerpc: preload registers with interesting numbersAlexey Kardashevskiy2021-07-192-55/+69
* pkg/ifuzz/powerpc: add struct insnSetMapAlexey Kardashevskiy2021-07-192-2/+4
* pkg: update generated files to go 1.17Alexey Kardashevskiy2021-07-071-0/+1
* pkg/ifuzz/iset: rename ifuzzimpl to isetDmitry Vyukov2020-11-212-18/+18
* pkg/ifuzz/x86: deduplicate modeInsns population logicDmitry Vyukov2020-11-211-24/+6
* pkg/ifuzz/x86: don't use X86 suffix for typesDmitry Vyukov2020-11-212-7/+7
* pkg/ifuzz/ifuzzimpl: simplify Insn interfaceDmitry Vyukov2020-11-211-31/+7
* pkg/ifuzz: invert ifuzz and ifuzzimplDmitry Vyukov2020-11-212-37/+38
* pkg/ifuzz/powerpc: add powerpc supportAlexey Kardashevskiy2020-11-205-0/+1816