index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
executor
Commit message (
Expand
)
Author
Age
Files
Lines
*
executor: sys/linux: arm64: reserve address for ITS, add a seed for ITS creation
Alexander Potapenko
2024-10-21
1
-1
/
+4
*
executor: fix mounting of debugfs/smackfs/fusectl/binfmt_misc
Dmitry Vyukov
2024-09-27
1
-9
/
+14
*
executor: arm64: rename SYZ_KVM_* to KVM_*
Alexander Potapenko
2024-09-25
1
-16
/
+16
*
executor: arm64: store CPU ID in TPIDR_EL1
Alexander Potapenko
2024-09-25
2
-4
/
+20
*
executor: arm64: sys/linux: implement syz_kvm_setup_syzos_vm and syz_kvm_add_...
Alexander Potapenko
2024-09-25
3
-54
/
+135
*
executor: arm64: accept cpu id in guest_main()
Alexander Potapenko
2024-09-25
1
-2
/
+2
*
executor: arm64: factor out install_user_code()
Alexander Potapenko
2024-09-25
1
-22
/
+42
*
executor: arm64: factor out setup_vm()
Alexander Potapenko
2024-09-25
1
-34
/
+41
*
sys/linux: add syz_create_resource
Dmitry Vyukov
2024-09-19
1
-0
/
+13
*
executor: fix mounting of binfmt_misc
Dmitry Vyukov
2024-09-19
1
-1
/
+2
*
executor: arm64: reserve a dedicated dirty page region
Alexander Potapenko
2024-09-11
2
-3
/
+12
*
executor: sys/linux: arm64: implement SYZOS_API_MEMWRITE
Alexander Potapenko
2024-09-06
1
-0
/
+43
*
executor: arm64: sys/linux: add SYZOS_API_IRQ_SETUP
Alexander Potapenko
2024-09-03
1
-0
/
+459
*
executor: pkg/vminfo: sys/linux: define syz_kvm_vgic_v3_setup
Alexander Potapenko
2024-09-03
3
-3
/
+90
*
executor: retry pselect() when interrupted
Cameron Finucane
2024-08-30
1
-1
/
+4
*
executor: fix corner case of misinterpreting comparison data
Dmitry Vyukov
2024-08-28
1
-0
/
+12
*
executor: protect kcov/output regions with pkeys
Dmitry Vyukov
2024-08-16
4
-10
/
+84
*
executor: keep SYZFAIL messages during machine check
Dmitry Vyukov
2024-08-16
1
-3
/
+6
*
executor: simplify mapping of kcov guard pages
Dmitry Vyukov
2024-08-14
1
-9
/
+1
*
executor: set process name before taking snapshot
Dmitry Vyukov
2024-08-13
1
-7
/
+6
*
executor: arm64: add SYZOS_API_HVC
Alexander Potapenko
2024-08-07
1
-8
/
+36
*
executor: arm64: add SYZOS_API_SMC
Alexander Potapenko
2024-08-07
1
-0
/
+36
*
executor: fix coverage collection in snapshot mode
Dmitry Vyukov
2024-08-06
1
-3
/
+5
*
executor: arm64: add SYZOS_API_MSR
Alexander Potapenko
2024-08-05
3
-0
/
+46
*
executor: arm64: kvm: exit from guest_main() using guest_uexit()
Alexander Potapenko
2024-08-05
1
-0
/
+1
*
executor: add missing static declarations in common_kvm_arm64_syzos.h
Alexander Potapenko
2024-08-05
1
-4
/
+4
*
pkg/rpcserver: use dense VM indices instead of string names
Dmitry Vyukov
2024-08-02
1
-8
/
+11
*
executor: restart procs more deterministically
Dmitry Vyukov
2024-08-02
1
-9
/
+41
*
pkg/fuzzer: try to triage on different VMs
Dmitry Vyukov
2024-08-02
2
-1
/
+3
*
executor: handle EINTR in connect
Greg Steuck
2024-07-30
1
-1
/
+23
*
executor: arm64: sys/linux: introduce syzos API
Alexander Potapenko
2024-07-29
3
-12
/
+76
*
executor: more precise detection of exit/_exit in the linter
Alexander Potapenko
2024-07-29
1
-1
/
+1
*
executor: arm64: add syzos header
Alexander Potapenko
2024-07-29
3
-1
/
+29
*
executor: arm64: more flexible physical page allocation
Alexander Potapenko
2024-07-29
2
-14
/
+78
*
all: add qemu snapshotting mode
Dmitry Vyukov
2024-07-25
5
-37
/
+341
*
executor: increase kExtraCoverSize to 1024k
Andrey Konovalov
2024-07-23
1
-1
/
+1
*
executor: fix writing of remote coverage
Dmitry Vyukov
2024-07-22
3
-3
/
+26
*
executor: refactor argument parsing
Dmitry Vyukov
2024-07-22
1
-4
/
+8
*
prog: restricts hints to at most 10 attempts per single kernel PC
Dmitry Vyukov
2024-07-22
1
-16
/
+10
*
executor: deduplicate signal per-call
Aleksandr Nogikh
2024-07-18
1
-13
/
+15
*
executor: fix localhost handling for machines with only ipv6
Konstantin Bogomolov
2024-07-18
1
-7
/
+15
*
executor: manually replace localhost with equivalent ipv4/6 address
Konstantin Bogomolov
2024-07-17
1
-0
/
+5
*
executor: avoid setsid() errors
Mark Johnston
2024-07-17
1
-1
/
+1
*
executor: print signal info for SIGILL/SIGFPE as well
Dmitry Vyukov
2024-07-17
1
-9
/
+24
*
executor: fix setup of cad_pid
Dmitry Vyukov
2024-07-16
1
-5
/
+20
*
executor: factor output finishing into separate function
Dmitry Vyukov
2024-07-11
2
-37
/
+46
*
executor: retry read in case of known restartable errors
Greg Steuck
2024-07-10
1
-1
/
+5
*
executor: only report unknown setsid errors
Greg Steuck
2024-07-09
1
-1
/
+1
*
executor: fix diagnostic message typo
Greg Steuck
2024-07-09
1
-1
/
+1
*
executor: handle EINTR when reading from control pipe
Dmitry Vyukov
2024-07-08
1
-3
/
+3
[next]