aboutsummaryrefslogtreecommitdiffstats
path: root/executor
Commit message (Expand)AuthorAgeFilesLines
* 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
* executor: arm64: sys/linux: implement syz_kvm_setup_syzos_vm and syz_kvm_add_...Alexander Potapenko2024-09-253-54/+135
* executor: arm64: accept cpu id in guest_main()Alexander Potapenko2024-09-251-2/+2
* executor: arm64: factor out install_user_code()Alexander Potapenko2024-09-251-22/+42
* executor: arm64: factor out setup_vm()Alexander Potapenko2024-09-251-34/+41
* sys/linux: add syz_create_resourceDmitry Vyukov2024-09-191-0/+13
* executor: fix mounting of binfmt_miscDmitry Vyukov2024-09-191-1/+2
* executor: arm64: reserve a dedicated dirty page regionAlexander Potapenko2024-09-112-3/+12
* executor: sys/linux: arm64: implement SYZOS_API_MEMWRITEAlexander Potapenko2024-09-061-0/+43
* executor: arm64: sys/linux: add SYZOS_API_IRQ_SETUPAlexander Potapenko2024-09-031-0/+459
* executor: pkg/vminfo: sys/linux: define syz_kvm_vgic_v3_setupAlexander Potapenko2024-09-033-3/+90
* executor: retry pselect() when interruptedCameron Finucane2024-08-301-1/+4
* executor: fix corner case of misinterpreting comparison dataDmitry Vyukov2024-08-281-0/+12
* executor: protect kcov/output regions with pkeysDmitry Vyukov2024-08-164-10/+84
* executor: keep SYZFAIL messages during machine checkDmitry Vyukov2024-08-161-3/+6
* executor: simplify mapping of kcov guard pagesDmitry Vyukov2024-08-141-9/+1
* executor: set process name before taking snapshotDmitry Vyukov2024-08-131-7/+6
* executor: arm64: add SYZOS_API_HVCAlexander Potapenko2024-08-071-8/+36
* executor: arm64: add SYZOS_API_SMCAlexander Potapenko2024-08-071-0/+36
* executor: fix coverage collection in snapshot modeDmitry Vyukov2024-08-061-3/+5
* executor: arm64: add SYZOS_API_MSRAlexander Potapenko2024-08-053-0/+46
* executor: arm64: kvm: exit from guest_main() using guest_uexit()Alexander Potapenko2024-08-051-0/+1
* executor: add missing static declarations in common_kvm_arm64_syzos.hAlexander Potapenko2024-08-051-4/+4
* pkg/rpcserver: use dense VM indices instead of string namesDmitry Vyukov2024-08-021-8/+11
* executor: restart procs more deterministicallyDmitry Vyukov2024-08-021-9/+41
* pkg/fuzzer: try to triage on different VMsDmitry Vyukov2024-08-022-1/+3
* executor: handle EINTR in connectGreg Steuck2024-07-301-1/+23
* executor: arm64: sys/linux: introduce syzos APIAlexander Potapenko2024-07-293-12/+76
* executor: more precise detection of exit/_exit in the linterAlexander Potapenko2024-07-291-1/+1
* executor: arm64: add syzos headerAlexander Potapenko2024-07-293-1/+29
* executor: arm64: more flexible physical page allocationAlexander Potapenko2024-07-292-14/+78
* all: add qemu snapshotting modeDmitry Vyukov2024-07-255-37/+341
* executor: increase kExtraCoverSize to 1024kAndrey Konovalov2024-07-231-1/+1
* executor: fix writing of remote coverageDmitry Vyukov2024-07-223-3/+26
* executor: refactor argument parsingDmitry Vyukov2024-07-221-4/+8
* prog: restricts hints to at most 10 attempts per single kernel PCDmitry Vyukov2024-07-221-16/+10
* executor: deduplicate signal per-callAleksandr Nogikh2024-07-181-13/+15
* executor: fix localhost handling for machines with only ipv6Konstantin Bogomolov2024-07-181-7/+15
* executor: manually replace localhost with equivalent ipv4/6 addressKonstantin Bogomolov2024-07-171-0/+5
* executor: avoid setsid() errorsMark Johnston2024-07-171-1/+1
* executor: print signal info for SIGILL/SIGFPE as wellDmitry Vyukov2024-07-171-9/+24
* executor: fix setup of cad_pidDmitry Vyukov2024-07-161-5/+20
* executor: factor output finishing into separate functionDmitry Vyukov2024-07-112-37/+46