index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sys/linux: improve BPF program attach types
Paul Chaignon
2024-09-11
5
-11
/
+89
*
sys/linux: improve precision of BPF attach targets
Paul Chaignon
2024-09-11
2
-5
/
+45
*
sys/linux: replace id_or_fd with more precise version
Paul Chaignon
2024-09-11
3
-31
/
+39
*
sys/linux: explain chain id restrictions
Davide Ornaghi
2024-09-11
1
-0
/
+1
*
sys/linux: update nft description
Davide Ornaghi
2024-09-11
2
-34
/
+137
*
sys/linux/dev_kvm.txt: pass flags to ioctl$KVM_IRQFD
Alexander Potapenko
2024-09-11
2
-1
/
+5
*
sys/linux/dev_kvm.txt: minor flag changes
Alexander Potapenko
2024-09-11
2
-3
/
+7
*
sys/linux/dev_kvm.txt: pass clock IDs to KVM_GET_CLOCK/KVM_SET_CLOCK
Alexander Potapenko
2024-09-11
2
-1
/
+6
*
sys/linux/dev_kvm.txt: declare the arg of KVM_IRQ_LINE_STATUS as inout
Alexander Potapenko
2024-09-11
1
-1
/
+1
*
sys/linux/dev_kvm.txt: allow returning data via kvm_device_attr
Alexander Potapenko
2024-09-11
1
-2
/
+2
*
sys/linux/dev_kvm.txt: declare ioctl$KVM_ARM_PREFERRED_TARGET
Alexander Potapenko
2024-09-11
2
-0
/
+2
*
sys/linux/dev_kvm.txt: declare ioctl$KVM_RESET_DIRTY_RINGS
Alexander Potapenko
2024-09-11
2
-0
/
+2
*
sys/linux/dev_kvm.txt: declare ioctl$KVM_GET_XSAVE2
Alexander Potapenko
2024-09-11
2
-0
/
+3
*
sys/linux/dev_kvm.txt: declare ioctl$KVM_SET_MEMORY_ATTRIBUTES
Alexander Potapenko
2024-09-11
2
-0
/
+11
*
sys/linux/dev_kvm.txt: correctly pass ARM64 CPU features
Alexander Potapenko
2024-09-11
2
-2
/
+22
*
sys/linux/dev_kvm.txt: add PSCI constants from uapi/linux/psci.h
Alexander Potapenko
2024-09-11
2
-1
/
+35
*
sys/linux/dev_kvm.txt: update KVM capabilities
Alexander Potapenko
2024-09-11
2
-1
/
+72
*
sys/linux: add ARM64_ADDR_DIRTY_PAGES to kvm_guest_addrs
Alexander Potapenko
2024-09-11
1
-1
/
+1
*
sys/linux/dev_kvm.txt: declare ARM_SMCCC_ constants from arm-smccc.h
Alexander Potapenko
2024-09-10
2
-1
/
+20
*
sys/linux/dev_kvm.txt: fix the description of kvm_coalesced_mmio_zone
Alexander Potapenko
2024-09-09
1
-3
/
+3
*
sys/linux: remove auto-manual descriptions and run syz-declextract
Pimyn Girgis
2024-09-09
22
-2276
/
+2140
*
pkg/mgrconfig, prog, sys/linux: add automatic_helper attribute
Pimyn Girgis
2024-09-09
5
-12
/
+8
*
sys/linux: cover BPF cookie in raw tracepoint programs
Paul Chaignon
2024-09-09
1
-0
/
+2
*
sys/linux: cover BPF tokens
Paul Chaignon
2024-09-09
8
-15
/
+32
*
sys/linux: cover value_type_btf_obj_fd field for BPF_MAP_CREATE
Paul Chaignon
2024-09-09
2
-5
/
+8
*
sys/linux: update BPF constants
Paul Chaignon
2024-09-09
2
-4
/
+11
*
sys/linux/dev_kvm.txt: declare ioctl$KVM_SET_USER_MEMORY_REGION2
Alexander Potapenko
2024-09-06
2
-1
/
+16
*
sys/linux/dev_kvm.txt: declare ioctl$KVM_CREATE_GUEST_MEMFD
Alexander Potapenko
2024-09-06
2
-0
/
+9
*
sys/linux/dev_kvm.txt: declare ioctl$KVM_PRE_FAULT_MEMORY
Alexander Potapenko
2024-09-06
2
-0
/
+10
*
sys/linux/dev_kvm.txt: declare ioctl$KVM_ARM_SET_COUNTER_OFFSET
Alexander Potapenko
2024-09-06
2
-0
/
+9
*
sys/linux/dev_kvm.txt: declare ioctl$KVM_ARM_VCPU_FINALIZE()
Alexander Potapenko
2024-09-06
2
-0
/
+2
*
sys/linux: add missing constants for KVM_ARM_VCPU_INIT
Alexander Potapenko
2024-09-06
2
-1
/
+4
*
sys/linux/dev_kvm.txt: declare KVM_CLEAR_DIRTY_LOG
Alexander Potapenko
2024-09-06
2
-0
/
+12
*
sys/linux: update kvm_guest_debug_flags
Alexander Potapenko
2024-09-06
2
-1
/
+3
*
sys/linux: declare arm64 version of kvm_vcpu_events
Alexander Potapenko
2024-09-06
1
-1
/
+16
*
executor: sys/linux: arm64: implement SYZOS_API_MEMWRITE
Alexander Potapenko
2024-09-06
2
-0
/
+24
*
sys/linux: update kvm_guest_addrs
Alexander Potapenko
2024-09-05
1
-1
/
+1
*
sys/linux: adjust the description of kvm_ioeventfd
Alexander Potapenko
2024-09-05
1
-2
/
+2
*
sys/linux: add ARM VGIC device groups/attributes
Alexander Potapenko
2024-09-03
2
-3
/
+42
*
sys/linux: declare KVM_{SET,GET,HAS}_DEVICE_ATTR for VCPUs
Alexander Potapenko
2024-09-03
2
-0
/
+82
*
sys/linux: add a test for VGICv3
Alexander Potapenko
2024-09-03
1
-0
/
+18
*
executor: arm64: sys/linux: add SYZOS_API_IRQ_SETUP
Alexander Potapenko
2024-09-03
1
-5
/
+11
*
executor: pkg/vminfo: sys/linux: define syz_kvm_vgic_v3_setup
Alexander Potapenko
2024-09-03
1
-0
/
+4
*
sys/linux: result of running syz-declextract
Pimyn Girgis
2024-09-03
29
-1240
/
+9147
*
sys/linux/filesystem: add mount flags for filesystems
Viacheslav Sablin
2024-08-27
1
-50
/
+172
*
sys/linux: result of running syz-declextract and syz-env make extract on the ...
Pimyn Girgis
2024-08-22
9
-122
/
+1883
*
tools/syz-declextract, sys/linux: generate descriptions with auto attribute a...
Pimyn Girgis
2024-08-12
2
-0
/
+844
*
sys/linux/filesystem: add mount flags for some filesystems
Viacheslav Sablin
2024-08-12
1
-6
/
+85
*
sys/linux/filesystem: add mount flags for squashfs
Viacheslav Sablin
2024-08-09
1
-1
/
+9
*
sys/linux/filesystem: add mount flags for ocfs2
Viacheslav Sablin
2024-08-09
1
-1
/
+32
[prev]
[next]