aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* executor: setup sysctl/cgroups in snapshot modeDmitry Vyukov2024-12-061-0/+8
* executor: add test_syzos() for arm64Alexander Potapenko2024-12-052-2/+21
* executor: arm: disable test_globAlexander Potapenko2024-12-051-0/+6
* executor: arm64: rewrite guest_handle_its_send_cmd() without a switchAlexander Potapenko2024-12-051-31/+33
* executor: arm64: declare 'noinline' for SyzOSAlexander Potapenko2024-12-051-32/+35
* executor: arm64: detect data relocations in SyzOSAlexander Potapenko2024-12-051-1/+28
* executor: remove a tempnam() call from test.hAleksandr Nogikh2024-12-021-2/+0
* sys/linux: updated fuse fs specificationsSablin Viacheslav2024-11-291-0/+7
* sys/linux: move some ARM-specific descriptions to a separate fileAlexander Potapenko2024-11-261-18/+0
* executor: arm64: sys/linux: allocate 1024 pages for guest address spaceAlexander Potapenko2024-11-262-21/+12
* executor: arm64: implement SYZOS_API_ITS_SEND_CMDAlexander Potapenko2024-11-261-0/+113
* executor: arm64: implement SYZOS_API_ITS_SETUPAlexander Potapenko2024-11-262-4/+444
* executor: arm64: handle interrupt IDs above 1023Alexander Potapenko2024-11-261-5/+11
* executor: arm64: allocate memory for ITS tables on the host sideAlexander Potapenko2024-11-263-1/+9
* executor: arm64: use KVM_PAGE_SIZE instead of 0x1000Alexander Potapenko2024-11-261-1/+1
* executor: add Glob testDmitry Vyukov2024-11-263-1/+92
* executor: don't revert coverage orderDmitry Vyukov2024-11-261-1/+2
* executor: improve globDmitry Vyukov2024-11-261-1/+25
* executor: increase coverage buffer sizeDmitry Vyukov2024-11-203-9/+15
* pkg/manager: show number of times coverage for each call has overflowedDmitry Vyukov2024-11-202-2/+15
* executor: use any executor if the avoid mask included all of themAndrei Vagin2024-11-181-1/+13
* executor: better handling for hanged test processesDmitry Vyukov2024-10-243-16/+75
* executor: check ppid after setting PR_SET_PDEATHSIG for sandbox processDmitry Vyukov2024-10-241-0/+4
* executor: don't create new session for sandbox processDmitry Vyukov2024-10-241-1/+0
* executor: don't kill executor exec process groupDmitry Vyukov2024-10-241-1/+0
* executor: sys/linux: arm64: reserve address for ITS, add a seed for ITS creationAlexander Potapenko2024-10-211-1/+4
* executor: fix mounting of debugfs/smackfs/fusectl/binfmt_miscDmitry Vyukov2024-09-271-9/+14
* executor: arm64: rename SYZ_KVM_* to KVM_*Alexander Potapenko2024-09-251-16/+16
* executor: arm64: store CPU ID in TPIDR_EL1Alexander Potapenko2024-09-252-4/+20