aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_kvm_arm64.h
Commit message (Expand)AuthorAgeFilesLines
* executor: sys/linux/: pkg/runtest: pkg/vminfo: add syz_kvm_assert_syzos_kvm_exitAlexander Potapenko2025-09-191-0/+1
* executor/kvm: bug fix and minor refactor in KVMMarios Pomonis2025-03-271-5/+0
* executor: pkg/vminfo: sys/linux: arm64: implement syz_kvm_assert_reg()Alexander Potapenko2024-12-181-0/+19
* pkg/vminfo: sys/linux: executor: define syz_kvm_assert_syzos_uexit()Alexander Potapenko2024-12-111-0/+19
* executor: arm: check for zero VM handle in syz_kvm_add_vcpu()Alexander Potapenko2024-12-061-1/+7
* executor: arm64: detect data relocations in SyzOSAlexander Potapenko2024-12-051-1/+28
* executor: arm64: sys/linux: allocate 1024 pages for guest address spaceAlexander Potapenko2024-11-261-20/+11
* executor: arm64: allocate memory for ITS tables on the host sideAlexander Potapenko2024-11-261-0/+6
* executor: arm64: use KVM_PAGE_SIZE instead of 0x1000Alexander Potapenko2024-11-261-1/+1
* executor: arm64: rename SYZ_KVM_* to KVM_*Alexander Potapenko2024-09-251-16/+16
* executor: arm64: store CPU ID in TPIDR_EL1Alexander Potapenko2024-09-251-0/+3
* executor: arm64: sys/linux: implement syz_kvm_setup_syzos_vm and syz_kvm_add_...Alexander Potapenko2024-09-251-52/+119
* 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
* executor: arm64: reserve a dedicated dirty page regionAlexander Potapenko2024-09-111-2/+9
* executor: pkg/vminfo: sys/linux: define syz_kvm_vgic_v3_setupAlexander Potapenko2024-09-031-1/+79
* executor: arm64: add SYZOS_API_MSRAlexander Potapenko2024-08-051-0/+3
* executor: arm64: sys/linux: introduce syzos APIAlexander Potapenko2024-07-291-9/+9
* executor: arm64: add syzos headerAlexander Potapenko2024-07-291-1/+8
* executor: arm64: more flexible physical page allocationAlexander Potapenko2024-07-291-14/+75
* executor: arm64: call KVM_ARM_PREFERRED_TARGET on vmfd instead of cpufdAlexander Potapenko2024-04-181-1/+3
* sys: skip kvm const extraction for non i386/amd64Aleksandr Nogikh2021-09-131-1/+1
* executor: warn about C89-style var declarationsDmitry Vyukov2020-08-141-3/+2
* executor: remove NONFAILING from pseudo-syscallsDmitry Vyukov2020-07-151-11/+6
* executor: prevent non-null expected warningsDmitry Vyukov2019-03-211-1/+1
* executor: introduce uint64/32/16/8 typesDmitry Vyukov2017-12-271-5/+5
* sys, executor: more kvm improvementsDmitry Vyukov2017-01-121-0/+84