aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_kvm_arm64_syzos.h
Commit message (Expand)AuthorAgeFilesLines
* executor: add include guards to KVM headersAlexander Potapenko2025-10-271-0/+5
* executor: introduce __addrspace_guestAlexander Potapenko2025-10-171-12/+12
* executor: introduce __no_stack_protector and use it for guest codeAlexander Potapenko2025-09-111-12/+3
* executor: arm64: syzos: add flush_cache_range()Alexander Potapenko2025-08-081-3/+32
* executor: arm64: syzos: fix the constraints in gicv3_cpu_init()Alexander Potapenko2025-08-081-2/+1
* executor: arm64: syzos: delete clobbers from one_irq_handler_fn()Alexander Potapenko2025-08-081-3/+1
* executor: arm64: syzos: add SYZOS_API_ERET, SYZOS_API_SVCAlexander Potapenko2025-06-131-0/+41
* executor: arm64: syzos: prevent jump table emissionAlexander Potapenko2025-05-121-10/+14
* executor/kvm: add x86-64 SYZOS fuzzerMarios Pomonis2025-04-231-4/+0
* executor: arm64: add SYZOS_API_MRSMarios Pomonis2025-01-141-0/+36
* executor: arm64: fix compiler warnings on inline assemblyAlexander Potapenko2025-01-091-5/+5
* 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