| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sys/linux: run make extract | Pimyn Girgis | 2025-12-03 | 1 | -0/+1 |
| | | | | | Run make extract on next-20251111. | ||||
| * | sys/linux/dev_kvm_arm64.txt: add KVM_ARM_VCPU_HAS_EL2 | Alexander Potapenko | 2025-06-13 | 1 | -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_memwrite | Alexander Potapenko | 2024-11-26 | 1 | -0/+19 |
| | | | | | Hint syzkaller that it can write to ITS registers. | ||||
| * | sys/linux: move some ARM-specific descriptions to a separate file | Alexander Potapenko | 2024-11-26 | 1 | -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. | |||||
