aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* sys/linux: update kvm_guest_addrsAlexander Potapenko2024-09-051-1/+1
* sys/linux: adjust the description of kvm_ioeventfdAlexander Potapenko2024-09-051-2/+2
* sys/linux: add ARM VGIC device groups/attributesAlexander Potapenko2024-09-032-3/+42
* sys/linux: declare KVM_{SET,GET,HAS}_DEVICE_ATTR for VCPUsAlexander Potapenko2024-09-032-0/+82
* sys/linux: add a test for VGICv3Alexander Potapenko2024-09-031-0/+18
* executor: arm64: sys/linux: add SYZOS_API_IRQ_SETUPAlexander Potapenko2024-09-031-5/+11
* executor: pkg/vminfo: sys/linux: define syz_kvm_vgic_v3_setupAlexander Potapenko2024-09-031-0/+4
* sys/linux: result of running syz-declextractPimyn Girgis2024-09-0329-1240/+9147
* sys/linux/filesystem: add mount flags for filesystemsViacheslav Sablin2024-08-271-50/+172
* sys/linux: result of running syz-declextract and syz-env make extract on the ...Pimyn Girgis2024-08-229-122/+1883
* tools/syz-declextract, sys/linux: generate descriptions with auto attribute a...Pimyn Girgis2024-08-122-0/+844
* sys/linux/filesystem: add mount flags for some filesystemsViacheslav Sablin2024-08-121-6/+85
* sys/linux/filesystem: add mount flags for squashfsViacheslav Sablin2024-08-091-1/+9
* sys/linux/filesystem: add mount flags for ocfs2Viacheslav Sablin2024-08-091-1/+32