aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_kvm_arm64.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: run make extractPimyn Girgis2025-12-031-0/+1
| | | | Run make extract on next-20251111.
* sys/linux/dev_kvm_arm64.txt: add KVM_ARM_VCPU_HAS_EL2Alexander Potapenko2025-06-131-0/+2
| | | | Let bare-metal instances with EL2 support take advantage of NV.
* sys/linux/dev_kvm_arm64.txt: add ITS registers to syzos_api_memwriteAlexander Potapenko2024-11-261-0/+19
| | | | Hint syzkaller that it can write to ITS registers.
* sys/linux: move some ARM-specific descriptions to a separate fileAlexander Potapenko2024-11-261-0/+158
This is done to solve a particular test failure running: $ tools/syz-env go test ./prog -run TestSpecialStructs , which failed on PPC64, because prog/rand.go instanciated a call to syz_kvm_setup_syzos_vm(), which requested too much memory (1024 pages) from the allocator (PPC64 uses 64k pages, so the number of available pages is lower). On the other hand, factoring out syzos-related descriptions is probably a nice thing to do anyway.