aboutsummaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/linux: add automatic_helper attribute to some syscalls and run syz-declex...Pimyn Girgis2024-10-098-330/+360
* sys/linux: add Landlock scopes for Linux 6.12Mickaël Salaün2024-09-3010-10/+15
* sys/linux/test: add ELF binary seedDmitry Vyukov2024-09-272-2/+7
* sys/linux: add descriptions for binfmt_misc register/formatsDmitry Vyukov2024-09-271-0/+34
* sys/linux: fix binfmt_misc formatDmitry Vyukov2024-09-271-8/+1
* sys/linux: use GICD/GICR register offsets in SYZOS_API_MEMWRITEAlexander Potapenko2024-09-274-3/+156
* sys/linux: result of running syz-declextractPimyn Girgis2024-09-256-1110/+3442
* sys/linux/test: add arm64-syz_kvm_setup_syzos_vm-vgicv3-cpu1Alexander Potapenko2024-09-251-0/+16
* sys/linux: add tests for syz_kvm_setup_syzos_vm()Alexander Potapenko2024-09-255-0/+86
* executor: arm64: sys/linux: implement syz_kvm_setup_syzos_vm and syz_kvm_add_...Alexander Potapenko2024-09-251-0/+3
* sys/linux: add syz_create_resourceDmitry Vyukov2024-09-194-17/+40
* sys/linux: ignore return values of lseek for fake coverageDmitry Vyukov2024-09-131-1/+5
* sys/linux: improve BPF program attach typesPaul Chaignon2024-09-115-11/+89
* sys/linux: improve precision of BPF attach targetsPaul Chaignon2024-09-112-5/+45
* sys/linux: replace id_or_fd with more precise versionPaul Chaignon2024-09-113-31/+39
* prog: allow deeper nesting of conditional fields patchingAleksandr Nogikh2024-09-111-1/+22
* sys/linux: explain chain id restrictionsDavide Ornaghi2024-09-111-0/+1
* sys/linux: update nft descriptionDavide Ornaghi2024-09-112-34/+137
* sys/linux/dev_kvm.txt: pass flags to ioctl$KVM_IRQFDAlexander Potapenko2024-09-112-1/+5
* sys/linux/dev_kvm.txt: minor flag changesAlexander Potapenko2024-09-112-3/+7
* sys/linux/dev_kvm.txt: pass clock IDs to KVM_GET_CLOCK/KVM_SET_CLOCKAlexander Potapenko2024-09-112-1/+6
* sys/linux/dev_kvm.txt: declare the arg of KVM_IRQ_LINE_STATUS as inoutAlexander Potapenko2024-09-111-1/+1
* sys/linux/dev_kvm.txt: allow returning data via kvm_device_attrAlexander Potapenko2024-09-111-2/+2
* sys/linux/dev_kvm.txt: declare ioctl$KVM_ARM_PREFERRED_TARGETAlexander Potapenko2024-09-112-0/+2
* sys/linux/dev_kvm.txt: declare ioctl$KVM_RESET_DIRTY_RINGSAlexander Potapenko2024-09-112-0/+2
* sys/linux/dev_kvm.txt: declare ioctl$KVM_GET_XSAVE2Alexander Potapenko2024-09-112-0/+3
* sys/linux/dev_kvm.txt: declare ioctl$KVM_SET_MEMORY_ATTRIBUTESAlexander Potapenko2024-09-112-0/+11
* sys/linux/dev_kvm.txt: correctly pass ARM64 CPU featuresAlexander Potapenko2024-09-112-2/+22
* sys/linux/dev_kvm.txt: add PSCI constants from uapi/linux/psci.hAlexander Potapenko2024-09-112-1/+35
* sys/linux/dev_kvm.txt: update KVM capabilitiesAlexander Potapenko2024-09-112-1/+72
* sys/linux: add ARM64_ADDR_DIRTY_PAGES to kvm_guest_addrsAlexander Potapenko2024-09-111-1/+1
* sys/linux/dev_kvm.txt: declare ARM_SMCCC_ constants from arm-smccc.hAlexander Potapenko2024-09-102-1/+20
* all: remove some nolint: goconstTaras Madan2024-09-091-1/+0
* sys/linux/dev_kvm.txt: fix the description of kvm_coalesced_mmio_zoneAlexander Potapenko2024-09-091-3/+3
* sys/linux: remove auto-manual descriptions and run syz-declextractPimyn Girgis2024-09-0922-2276/+2140
* pkg/mgrconfig, prog, sys/linux: add automatic_helper attributePimyn Girgis2024-09-095-12/+8
* sys/linux: cover BPF cookie in raw tracepoint programsPaul Chaignon2024-09-091-0/+2
* sys/linux: cover BPF tokensPaul Chaignon2024-09-098-15/+32
* sys/linux: cover value_type_btf_obj_fd field for BPF_MAP_CREATEPaul Chaignon2024-09-092-5/+8
* sys/linux: update BPF constantsPaul Chaignon2024-09-092-4/+11
* sys/linux/dev_kvm.txt: declare ioctl$KVM_SET_USER_MEMORY_REGION2Alexander Potapenko2024-09-062-1/+16
* sys/linux/dev_kvm.txt: declare ioctl$KVM_CREATE_GUEST_MEMFDAlexander Potapenko2024-09-062-0/+9
* sys/linux/dev_kvm.txt: declare ioctl$KVM_PRE_FAULT_MEMORYAlexander Potapenko2024-09-062-0/+10
* sys/linux/dev_kvm.txt: declare ioctl$KVM_ARM_SET_COUNTER_OFFSETAlexander Potapenko2024-09-062-0/+9
* sys/linux/dev_kvm.txt: declare ioctl$KVM_ARM_VCPU_FINALIZE()Alexander Potapenko2024-09-062-0/+2
* sys/linux: add missing constants for KVM_ARM_VCPU_INITAlexander Potapenko2024-09-062-1/+4
* sys/linux/dev_kvm.txt: declare KVM_CLEAR_DIRTY_LOGAlexander Potapenko2024-09-062-0/+12
* sys/linux: update kvm_guest_debug_flagsAlexander Potapenko2024-09-062-1/+3
* sys/linux: declare arm64 version of kvm_vcpu_eventsAlexander Potapenko2024-09-061-1/+16
* executor: sys/linux: arm64: implement SYZOS_API_MEMWRITEAlexander Potapenko2024-09-062-0/+24