aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_kvm_arm64_syzos.h
Commit message (Expand)AuthorAgeFilesLines
* executor: arm64: rewrite guest_handle_its_send_cmd() without a switchAlexander Potapenko2024-12-051-31/+33
* executor: arm64: declare 'noinline' for SyzOSAlexander Potapenko2024-12-051-32/+35
* executor: arm64: implement SYZOS_API_ITS_SEND_CMDAlexander Potapenko2024-11-261-0/+113
* executor: arm64: implement SYZOS_API_ITS_SETUPAlexander Potapenko2024-11-261-3/+432
* executor: arm64: handle interrupt IDs above 1023Alexander Potapenko2024-11-261-5/+11
* executor: arm64: allocate memory for ITS tables on the host sideAlexander Potapenko2024-11-261-1/+0
* executor: arm64: store CPU ID in TPIDR_EL1Alexander Potapenko2024-09-251-4/+17
* executor: arm64: sys/linux: implement syz_kvm_setup_syzos_vm and syz_kvm_add_...Alexander Potapenko2024-09-251-1/+3
* executor: arm64: accept cpu id in guest_main()Alexander Potapenko2024-09-251-2/+2
* executor: sys/linux: arm64: implement SYZOS_API_MEMWRITEAlexander Potapenko2024-09-061-0/+43
* executor: arm64: sys/linux: add SYZOS_API_IRQ_SETUPAlexander Potapenko2024-09-031-0/+459
* executor: arm64: add SYZOS_API_HVCAlexander Potapenko2024-08-071-8/+36
* executor: arm64: add SYZOS_API_SMCAlexander Potapenko2024-08-071-0/+36
* executor: arm64: add SYZOS_API_MSRAlexander Potapenko2024-08-051-0/+42
* executor: arm64: kvm: exit from guest_main() using guest_uexit()Alexander Potapenko2024-08-051-0/+1
* executor: add missing static declarations in common_kvm_arm64_syzos.hAlexander Potapenko2024-08-051-4/+4
* executor: arm64: sys/linux: introduce syzos APIAlexander Potapenko2024-07-291-3/+63
* executor: arm64: add syzos headerAlexander Potapenko2024-07-291-0/+20