| Commit message (Expand) | Author | Age | Files | Lines |
| * | syz-executor: don't fail on netlink errors during fuzzing | Aleksandr Nogikh | 2024-01-05 | 1 | -21/+23 |
| * | executor: introduce syz_pidfd_open() | Aleksandr Nogikh | 2023-12-19 | 1 | -0/+18 |
| * | sys/linux, pkg/host, executor: add NVMe-oF/TCP subsystem support | Alon Zahavi | 2023-12-07 | 1 | -2/+46 |
| * | sys/io_uring, executor/common_linux: remove sqes_index in syz_io_uring_submit | Dylan Yudaken | 2023-07-30 | 1 | -17/+12 |
| * | sys/linux/io_uring, executor/common_linux: fix io_uring segfault | Dylan Yudaken | 2023-07-30 | 1 | -9/+7 |
| * | executor: include missing linux/falloc.h | Khem Raj | 2023-06-20 | 1 | -0/+1 |
| * | all: support swap feature on Linux | Aleksandr Nogikh | 2023-06-15 | 1 | -9/+52 |
| * | executor: use exitf instead of fail outside of setup sequence (#3959) | Andrei Vagin | 2023-06-15 | 1 | -1/+1 |
| * | executor: use v1 memory cgroup controller | Aleksandr Nogikh | 2023-06-14 | 1 | -16/+14 |
| * | executor: resolve pseudo syscall compilation problems | Aleksandr Nogikh | 2023-05-04 | 1 | -1/+6 |
| * | sys/linux: add syz_pkey_set syscalls | Dmitry Vyukov | 2023-04-03 | 1 | -0/+24 |
| * | executor: fix initialize_tun() for Android (#3656) | kalder | 2023-02-06 | 1 | -4/+8 |
| * | vm/starnix: add support for fuzzing starnix (#3624) | juanPabloMiceli | 2023-01-19 | 1 | -7/+7 |
| * | executor: better prevent the panic on ext4 errors (#3604) | Aleksandr Nogikh | 2023-01-03 | 1 | -1/+9 |
| * | executor: simplify setup_loop_device | Dmitry Vyukov | 2022-11-23 | 1 | -8/+6 |
| * | executor: don't reset loop device on partition scan success | Dmitry Vyukov | 2022-11-23 | 1 | -1/+2 |
| * | executor: don't pass uncompressed zlib size | Dmitry Vyukov | 2022-11-23 | 1 | -17/+10 |
| * | executor: fix puff_zlib_to_file signature | Dmitry Vyukov | 2022-11-23 | 1 | -3/+3 |
| * | executor: update to match the new `syz_mount_image` call | Hrutvik Kanabar | 2022-11-21 | 1 | -27/+35 |
| * | executor: fix "wrong response packet" in BT fuzzing (#3493) | Tamas Koczka | 2022-11-07 | 1 | -11/+37 |
| * | executor: enable core dumps | Dmitry Vyukov | 2022-10-07 | 1 | -1/+2 |
| * | executor: move syz_mount_image's sanity checks to syz-fuzzer | Aleksandr Nogikh | 2022-09-27 | 1 | -23/+0 |
| * | executor: add NIC PCI pass-through VF support | George Kennedy | 2022-09-21 | 1 | -76/+217 |
| * | sys/linux, tools/syz-imagegen: allow `syz_mount_image` to change directory | Hrutvik Kanabar | 2022-09-13 | 1 | -2/+10 |
| * | executor: fix setup of netdevsim device | Dmitry Vyukov | 2022-09-09 | 1 | -7/+8 |
| * | executor: fix setup of xfrm device | Dmitry Vyukov | 2022-09-09 | 1 | -12/+29 |
| * | Revert "pkg/csource: inline void* cast into generated code" | Dmitry Vyukov | 2022-09-06 | 1 | -0/+4 |
| * | pkg/csource: inline void* cast into generated code | Greg Steuck | 2022-09-05 | 1 | -3/+0 |
| * | pkg/csource, pkg/instance, pkg/ipc, pkg/mgrconfig, tools/syz-prog2c, syz-mana... | Andrey Artemiev | 2022-08-06 | 1 | -5/+6 |
| * | executor: fixed fuzzing with System account in Android sandbox (#3275) | Andrey Artemiev | 2022-08-05 | 1 | -1/+2 |
| * | vm/adb: wait for Android boot to finish | Andrey Artemiev | 2022-07-25 | 1 | -5/+1 |
| * | executor: fix mounting of cgroups on read-only fs | Dmitry Vyukov | 2022-07-21 | 1 | -23/+33 |
| * | executor: added code to run Android with System account | Andrey Artemiev | 2022-07-19 | 1 | -11/+36 |
| * | executor: prevent ENOSPC if cgroup mount fails | Dmitry Vyukov | 2022-07-15 | 1 | -1/+15 |
| * | executor: fix enabling of ICMP/ping sockets | Dmitry Vyukov | 2022-06-20 | 1 | -1/+4 |
| * | executor: fixed sandbox 'android' | Andrey Artemiev | 2022-06-03 | 1 | -1/+2 |
| * | executor: include sched.h for syz_clone | Andrei Vagin | 2022-05-27 | 1 | -0/+2 |
| * | executor: applied Bionic patch | Andrey Artemiev | 2022-04-13 | 1 | -0/+29 |
| * | executor: tolerate syz_genetlink_get_family_id failures | Aleksandr Nogikh | 2022-02-25 | 1 | -4/+1 |
| * | executor: fail on SEGV during clone() | Aleksandr Nogikh | 2022-01-21 | 1 | -1/+11 |
| * | all: add syz_clone() and syz_clone3() pseudo calls | Aleksandr Nogikh | 2022-01-13 | 1 | -0/+59 |
| * | executor: remove custom sys_io_uring_setup definition | Aleksandr Nogikh | 2022-01-13 | 1 | -7/+1 |
| * | executor: remove sys_memfd_create defines | Aleksandr Nogikh | 2022-01-13 | 1 | -19/+1 |
| * | executor: spread overlapping fds | Aleksandr Nogikh | 2021-12-06 | 1 | -3/+3 |
| * | executor: do not follow symlinks during umount | Aleksandr Nogikh | 2021-10-29 | 1 | -4/+4 |
| * | all: add binderfs fuzzing support | Aleksandr Nogikh | 2021-10-29 | 1 | -0/+38 |
| * | executor: don't mount some cgroup controllers during setup | Dmitry Vyukov | 2021-10-13 | 1 | -3/+3 |
| * | executor: don't fail on cgroup mounting | Dmitry Vyukov | 2021-10-13 | 1 | -2/+6 |
| * | executor: setup cgroups once | Dmitry Vyukov | 2021-10-12 | 1 | -7/+0 |
| * | executor: enable cgroup controllers one-by-one | Dmitry Vyukov | 2021-10-12 | 1 | -18/+49 |