aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
...
* sys/linux: executor: implement SYZOS_API_WR_DRN on x86Alexander Potapenko2025-09-191-0/+45
* executor: sys/linux/: pkg/runtest: pkg/vminfo: add syz_kvm_assert_syzos_kvm_exitAlexander Potapenko2025-09-195-1/+35
* executor: introduce __no_stack_protector and use it for guest codeAlexander Potapenko2025-09-113-23/+37
* executor: x86: fix check-syzos errorAlexander Potapenko2025-09-111-14/+16
* executor: refactor execute_req parsing to use names for IPC flagsJann Horn2025-09-021-5/+5
* executor: move proc opts to a separate structAleksandr Nogikh2025-08-211-36/+41
* executor: arm64: syzos: add flush_cache_range()Alexander Potapenko2025-08-081-3/+32
* executor: arm64: syzos: fix the constraints in gicv3_cpu_init()Alexander Potapenko2025-08-081-2/+1
* executor: arm64: syzos: delete clobbers from one_irq_handler_fn()Alexander Potapenko2025-08-081-3/+1
* executor: keep output area base address on reallocationAleksandr Nogikh2025-08-061-0/+7
* executor: change input/output area mapping rulesAleksandr Nogikh2025-08-061-26/+62
* Revert "executor: change input/output area mapping rules"Aleksandr Nogikh2025-08-051-62/+26
* executor: introduce cover_close()Alexander Potapenko2025-08-052-2/+19
* executor: close the dangling file descriptor in setup_kcov_reset_ioctl()Alexander Potapenko2025-08-051-0/+2
* executor: decouple kcov memory allocation from the traceAlexander Potapenko2025-08-055-37/+52
* executor: change input/output area mapping rulesAleksandr Nogikh2025-08-051-26/+62
* pkg/flatrpc, pkg/vminfo, executor: introduce readonly coverageAlexander Potapenko2025-07-312-5/+48
* sys/linux: executor: implement SYZOS_API_WR_CRN on x86Alexander Potapenko2025-07-241-0/+37
* executor/common_kvm_amd64_syzos.h: add _handle_ to function namesAlexander Potapenko2025-07-241-9/+9
* executor: sys/linux/dev_kvm_amd64.txt: implement rdmsr/wrmsrAlexander Potapenko2025-07-241-0/+54
* executor/common_kvm_amd64_syzos.h: add a missing breakAlexander Potapenko2025-07-241-0/+1
* executor: sys/linux: use sparse IDs for SYZOS APIAlexander Potapenko2025-07-241-3/+7
* executor: neutralize errors=panic for gfs2 mountsAleksandr Nogikh2025-07-171-0/+3
* executor: handle zero length in syz_compare_zlibAleksandr Nogikh2025-07-141-3/+7
* executor: arm64: syzos: add SYZOS_API_ERET, SYZOS_API_SVCAlexander Potapenko2025-06-131-0/+41
* executor: linux: make syz_open_dev comment more correctFlorent Revest2025-06-041-1/+1
* executor: linux: fix syz_open_dev virtual file names rangeFlorent Revest2025-06-041-2/+3
* executor/kvm: add SYZOS support for CPUIDMarios Pomonis2025-05-191-0/+21
* executor: arm64: syzos: prevent jump table emissionAlexander Potapenko2025-05-121-10/+14
* all: adjust to the new clang tidy checksAleksandr Nogikh2025-04-241-0/+2
* all: format with clang-format-20Aleksandr Nogikh2025-04-243-131/+128
* executor/kvm: add x86-64 SYZOS fuzzerMarios Pomonis2025-04-236-11/+443
* executor/kvm: set up X86-64 SYZOSMarios Pomonis2025-04-231-0/+32
* executor/kvm: bug fix and minor refactor in KVMMarios Pomonis2025-03-274-328/+326
* executor: pull in errno.h on BSD systemsMark Johnston2025-02-261-0/+1
* executor: fix cover_protect() on FreeBSDMark Johnston2025-02-212-2/+8
* pkg/rpcserver: pkg/flatrpc: executor: add handshake stage 0Alexander Potapenko2025-02-201-0/+16
* executor: fix MAP_FIXED_NOREPLACE dependencyTaras Madan2025-02-111-0/+3
* executor: favor MAP_FIXED_NOREPLACE over MAP_FIXEDAleksandr Nogikh2025-02-044-5/+13
* executor: increase timeouts for glob requestsNick Biryulin2025-01-281-1/+5
* executor: mount /syz-inputs dir to fuzzing sandboxNick Biryulin2025-01-281-0/+10
* all: remove more mentions of the vendor folderAleksandr Nogikh2025-01-231-2/+4
* executor: arm64: add SYZOS_API_MRSMarios Pomonis2025-01-141-0/+36
* executor: arm64: fix compiler warnings on inline assemblyAlexander Potapenko2025-01-091-5/+5
* executor: pkg/vminfo: sys/linux: arm64: implement syz_kvm_assert_reg()Alexander Potapenko2024-12-182-1/+20
* all: add support for binaries shipped with targetStefan Wiehler2024-12-171-3/+3
* executor: mount gadgetfsDmitry Vyukov2024-12-111-0/+17
* executor: query globs in the test program contextDmitry Vyukov2024-12-115-37/+89
* pkg/vminfo: sys/linux: executor: define syz_kvm_assert_syzos_uexit()Alexander Potapenko2024-12-112-1/+20
* executor: arm: check for zero VM handle in syz_kvm_add_vcpu()Alexander Potapenko2024-12-061-1/+7