aboutsummaryrefslogtreecommitdiffstats
path: root/executor/kvm.h
Commit message (Expand)AuthorAgeFilesLines
* executor: sys/linux/test: handle RDTSCP in L2Alexander Potapenko2025-11-211-0/+1
* executor: sys/linux/test: handle RDTSC in L2Alexander Potapenko2025-11-211-0/+1
* executor: sys/linux: implement SYZOS_API_NESTED_VMRESUMEAlexander Potapenko2025-11-201-1/+1
* executor: sys/linux: implement SYZOS_API_NESTED_VMLAUNCHAlexander Potapenko2025-11-191-0/+2
* executor: x86: implement SYZOS_API_NESTED_CREATE_VMAlexander Potapenko2025-11-191-1/+254
* executor: x86: implement SYZOS_API_ENABLE_NESTEDAlexander Potapenko2025-11-191-0/+3
* executor: x86: Configure L1 guest TSS for nested virtualizationAlexander Potapenko2025-11-191-0/+2
* executor: x86: Prepare memory layout and hardware constants for NVAlexander Potapenko2025-11-191-2/+59
* executor: add include guards to KVM headersAlexander Potapenko2025-10-271-0/+5
* executor: unify ARM64_ADDR_EXECUTOR_CODE and X86_SYZOS_ADDR_EXECUTOR_CODEAlexander Potapenko2025-10-171-3/+11
* executor: use dynamic page table allocation for guestAlexander Potapenko2025-10-171-11/+3
* executor: refactor x86 SYZOS setupAlexander Potapenko2025-10-171-1/+2
* executor: rework GDT setup for SYZOSAlexander Potapenko2025-10-171-0/+5
* executor: more robust x86 page table creation in SYZOSAlexander Potapenko2025-10-171-2/+20
* executor: rename SYZOS-related address definitionsAlexander Potapenko2025-10-171-9/+13
* executor/kvm: add x86-64 SYZOS fuzzerMarios Pomonis2025-04-231-0/+15
* executor/kvm: bug fix and minor refactor in KVMMarios Pomonis2025-03-271-71/+131
* executor: arm64: implement SYZOS_API_ITS_SETUPAlexander Potapenko2024-11-261-1/+12
* executor: arm64: allocate memory for ITS tables on the host sideAlexander Potapenko2024-11-261-0/+3
* executor: sys/linux: arm64: reserve address for ITS, add a seed for ITS creationAlexander Potapenko2024-10-211-1/+4
* executor: arm64: reserve a dedicated dirty page regionAlexander Potapenko2024-09-111-1/+3
* executor: pkg/vminfo: sys/linux: define syz_kvm_vgic_v3_setupAlexander Potapenko2024-09-031-0/+3
* executor: arm64: add SYZOS_API_MSRAlexander Potapenko2024-08-051-0/+1
* executor: arm64: sys/linux: introduce syzos APIAlexander Potapenko2024-07-291-0/+4
* executor: arm64: add syzos headerAlexander Potapenko2024-07-291-0/+1
* executor: arm64: more flexible physical page allocationAlexander Potapenko2024-07-291-0/+3
* sys: improve kvm descriptionDmitry Vyukov2017-01-281-0/+2
* sys: extend kvm supportDmitry Vyukov2017-01-091-0/+75