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: add test_syzos() for arm64
Alexander Potapenko
2024-12-05
2
-2
/
+21
*
executor: arm: disable test_glob
Alexander Potapenko
2024-12-05
1
-0
/
+6
*
executor: arm64: rewrite guest_handle_its_send_cmd() without a switch
Alexander Potapenko
2024-12-05
1
-31
/
+33
*
executor: arm64: declare 'noinline' for SyzOS
Alexander Potapenko
2024-12-05
1
-32
/
+35
*
executor: arm64: detect data relocations in SyzOS
Alexander Potapenko
2024-12-05
1
-1
/
+28
*
executor: remove a tempnam() call from test.h
Aleksandr Nogikh
2024-12-02
1
-2
/
+0
*
sys/linux: updated fuse fs specifications
Sablin Viacheslav
2024-11-29
1
-0
/
+7
*
sys/linux: move some ARM-specific descriptions to a separate file
Alexander Potapenko
2024-11-26
1
-18
/
+0
*
executor: arm64: sys/linux: allocate 1024 pages for guest address space
Alexander Potapenko
2024-11-26
2
-21
/
+12
*
executor: arm64: implement SYZOS_API_ITS_SEND_CMD
Alexander Potapenko
2024-11-26
1
-0
/
+113
*
executor: arm64: implement SYZOS_API_ITS_SETUP
Alexander Potapenko
2024-11-26
2
-4
/
+444
*
executor: arm64: handle interrupt IDs above 1023
Alexander Potapenko
2024-11-26
1
-5
/
+11
*
executor: arm64: allocate memory for ITS tables on the host side
Alexander Potapenko
2024-11-26
3
-1
/
+9
*
executor: arm64: use KVM_PAGE_SIZE instead of 0x1000
Alexander Potapenko
2024-11-26
1
-1
/
+1
*
executor: add Glob test
Dmitry Vyukov
2024-11-26
3
-1
/
+92
*
executor: don't revert coverage order
Dmitry Vyukov
2024-11-26
1
-1
/
+2
*
executor: improve glob
Dmitry Vyukov
2024-11-26
1
-1
/
+25
*
executor: increase coverage buffer size
Dmitry Vyukov
2024-11-20
3
-9
/
+15
*
pkg/manager: show number of times coverage for each call has overflowed
Dmitry Vyukov
2024-11-20
2
-2
/
+15
*
executor: use any executor if the avoid mask included all of them
Andrei Vagin
2024-11-18
1
-1
/
+13
*
executor: better handling for hanged test processes
Dmitry Vyukov
2024-10-24
3
-16
/
+75
*
executor: check ppid after setting PR_SET_PDEATHSIG for sandbox process
Dmitry Vyukov
2024-10-24
1
-0
/
+4
*
executor: don't create new session for sandbox process
Dmitry Vyukov
2024-10-24
1
-1
/
+0
*
executor: don't kill executor exec process group
Dmitry Vyukov
2024-10-24
1
-1
/
+0
*
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
[next]