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: SYZOS: add support for AMD Nested Event Injection
Alexander Potapenko
2026-01-15
1
-0
/
+33
*
executor: sys/linux: SYZOS: add support for AMD STGI and CLGI instructions
Alexander Potapenko
2026-01-15
1
-0
/
+26
*
executor: sys/linux: SYZOS: add support for AMD INVLPGA instruction
Alexander Potapenko
2026-01-14
1
-0
/
+18
*
sys/linux, executor: enable kvm fuzzing support for riscv64
6eanut
2026-01-09
1
-3
/
+2
*
all: remove unused nolint directives
Dmitry Vyukov
2026-01-02
1
-1
/
+0
*
executor: update executor code to match new flatbuffers
Pimyn Girgis
2025-12-03
1
-4
/
+4
*
executor: update flatbuffers
Pimyn Girgis
2025-12-03
31
-903
/
+1460
*
executor: apply optnone to guest_handle_nested_vmentry_intel()
Alexander Potapenko
2025-11-28
2
-2
/
+14
*
executor: improve startup time on machines with many CPUs
Florent Revest
2025-11-26
1
-0
/
+11
*
executor: sys/linux: implement SYZOS_API_NESTED_AMD_VMCB_WRITE_MASK
Alexander Potapenko
2025-11-21
1
-0
/
+23
*
executor: sys/linux: implement SYZOS_API_NESTED_INTEL_VMWRITE_MASK
Alexander Potapenko
2025-11-21
1
-0
/
+28
*
executor: sys/linux/test: handle RDTSCP in L2
Alexander Potapenko
2025-11-21
2
-3
/
+19
*
executor: x86: factor out common code in rdmsr()/wrmsr()
Alexander Potapenko
2025-11-21
1
-37
/
+21
*
executor: sys/linux/test: handle RDTSC in L2
Alexander Potapenko
2025-11-21
2
-3
/
+16
*
executor: sys/linux/test: basic CPUID handling in L2
Alexander Potapenko
2025-11-21
1
-9
/
+20
*
executor: sys/linux: implement SYZOS_API_NESTED_VMRESUME
Alexander Potapenko
2025-11-20
2
-19
/
+60
*
executor: x86: retire UEXIT_STOP_L2
Alexander Potapenko
2025-11-20
1
-6
/
+3
*
executor: sys/linux: implement SYZOS_API_NESTED_VMLAUNCH
Alexander Potapenko
2025-11-19
2
-1
/
+202
*
executor: sys/linux: implement SYZOS_API_NESTED_LOAD_CODE
Alexander Potapenko
2025-11-19
1
-0
/
+41
*
executor: sys/linux: renumber SYZOS API IDs
Alexander Potapenko
2025-11-19
1
-13
/
+13
*
executor: x86: implement SYZOS_API_NESTED_CREATE_VM
Alexander Potapenko
2025-11-19
2
-1
/
+666
*
executor: x86: implement SYZOS_API_ENABLE_NESTED
Alexander Potapenko
2025-11-19
2
-0
/
+121
*
executor: x86: Configure L1 guest TSS for nested virtualization
Alexander Potapenko
2025-11-19
2
-3
/
+38
*
executor: x86: Prepare memory layout and hardware constants for NV
Alexander Potapenko
2025-11-19
2
-2
/
+61
*
executor: disallow O_CREAT in syz_open_dev
Florent Revest
2025-11-14
1
-1
/
+1
*
executor: enable periodic leak checking
Pimyn Girgis
2025-11-03
1
-6
/
+63
*
executor: add include guards to KVM headers
Alexander Potapenko
2025-10-27
9
-0
/
+45
*
executor: common_kvm.h: fix compilation
Alexander Potapenko
2025-10-17
1
-1
/
+1
*
executor: common_kvm_ppc64.h: drop kvm_ppc_mmuv3_cfg
Alexander Potapenko
2025-10-17
1
-6
/
+0
*
executor: s/true/1 in common_kvm_ppc64.h
Alexander Potapenko
2025-10-17
1
-1
/
+1
*
executor: introduce __addrspace_guest
Alexander Potapenko
2025-10-17
6
-64
/
+63
*
executor: unify ARM64_ADDR_EXECUTOR_CODE and X86_SYZOS_ADDR_EXECUTOR_CODE
Alexander Potapenko
2025-10-17
3
-5
/
+13
*
executor: amd64: remove the switch from guest_main()
Alexander Potapenko
2025-10-17
1
-31
/
+35
*
executor: fix setup_cpuid() declaration
Alexander Potapenko
2025-10-17
1
-0
/
+2
*
executor: sys/linux: implement SYZOS_API_SET_IRQ_HANDLER
Alexander Potapenko
2025-10-17
2
-13
/
+70
*
executor: use dynamic page table allocation for guest
Alexander Potapenko
2025-10-17
2
-63
/
+38
*
executor: refactor x86 SYZOS setup
Alexander Potapenko
2025-10-17
2
-65
/
+67
*
executor: rework GDT setup for SYZOS
Alexander Potapenko
2025-10-17
3
-54
/
+109
*
executor: fix the definition of struct tss64
Alexander Potapenko
2025-10-17
1
-2
/
+2
*
executor: use a list of memory regions to set up SYZOS guest
Alexander Potapenko
2025-10-17
1
-35
/
+44
*
executor: more robust x86 page table creation in SYZOS
Alexander Potapenko
2025-10-17
2
-16
/
+117
*
executor: introduce DEFINE_GUEST_FN_TO_GPA_FN()
Alexander Potapenko
2025-10-17
3
-2
/
+39
*
executor: rename SYZOS-related address definitions
Alexander Potapenko
2025-10-17
3
-21
/
+25
*
prog: fix syz_kfuzztest_run allocation strategy
Ethan Graham
2025-09-22
1
-4
/
+4
*
kfuzztest: introduce syz_kfuzztest_run pseudo-syscall
Ethan Graham
2025-09-22
1
-0
/
+54
*
sys/linux: executor: add IN_DX and OUT_DX to SYZOS x86 API
Alexander Potapenko
2025-09-19
1
-0
/
+67
*
sys/linux: executor: implement SYZOS_API_WR_DRN on x86
Alexander Potapenko
2025-09-19
1
-0
/
+45
*
executor: sys/linux/: pkg/runtest: pkg/vminfo: add syz_kvm_assert_syzos_kvm_exit
Alexander Potapenko
2025-09-19
5
-1
/
+35
*
executor: introduce __no_stack_protector and use it for guest code
Alexander Potapenko
2025-09-11
3
-23
/
+37
*
executor: x86: fix check-syzos error
Alexander Potapenko
2025-09-11
1
-14
/
+16
[next]