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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/linux: add IOMMU_HWPT_INVALIDATE
Jason Gunthorpe
2024-03-13
3
-0
/
+22
*
sys/linux: add IOMMU_HWPT_GET_DIRTY_BITMAP
Jason Gunthorpe
2024-03-13
3
-0
/
+31
*
sys/linux: add IOMMU_HWPT_SET_DIRTY_TRACKING
Jason Gunthorpe
2024-03-13
3
-0
/
+17
*
sys/linux: add IOMMU_GET_HW_INFO
Jason Gunthorpe
2024-03-13
3
-0
/
+15
*
sys/linux: add IOMMUFD_CMD_HWPT_ALLOC
Jason Gunthorpe
2024-03-13
3
-0
/
+36
*
sys/linux: make tets/dev_iommu work again
Jason Gunthorpe
2024-03-13
2
-18
/
+16
*
sys/linux: correct iommufd definitions
Jason Gunthorpe
2024-03-13
1
-6
/
+9
*
sys/linux: clone args before mutation
Aleksandr Nogikh
2024-03-13
2
-4
/
+4
*
prog: fix resource leak during replaceArg() of union fields
Aleksandr Nogikh
2024-03-13
1
-0
/
+11
*
pkg/fuzzer: factor out the fuzzing engine
Aleksandr Nogikh
2024-03-12
3
-1
/
+21
*
pkg/runtest: enable coverage for some TestOS targets
Aleksandr Nogikh
2024-03-12
1
-4
/
+14
*
Revert "prog: fix resource leak during replaceArg() of union fields"
Aleksandr Nogikh
2024-03-08
1
-11
/
+0
*
Revert "sys/linux: clone args before mutation"
Aleksandr Nogikh
2024-03-08
2
-4
/
+4
*
sys/linux: clone args before mutation
Aleksandr Nogikh
2024-03-08
2
-4
/
+4
*
prog: fix resource leak during replaceArg() of union fields
Aleksandr Nogikh
2024-03-08
1
-0
/
+11
*
sys/linux: add LSM syscalls
Mickaël Salaün
2024-02-26
2
-0
/
+47
*
prog: handle multiple matching union fields
Aleksandr Nogikh
2024-02-19
1
-0
/
+12
*
prog: test len calculation of structs with conditions
Aleksandr Nogikh
2024-02-19
1
-0
/
+12
*
sys/linux: refactor wifi descriptions using if[]
Aleksandr Nogikh
2024-02-19
5
-76
/
+43
*
prog: support conditional fields
Aleksandr Nogikh
2024-02-19
5
-0
/
+80
*
pkg/compiler: extend parent reference support in len
Aleksandr Nogikh
2024-02-19
1
-0
/
+31
*
sys/linux: use a wider range for netlink attributes
Aleksandr Nogikh
2024-02-03
2
-4
/
+8
*
pkg/csource: annotate syscall() args with their pretty-printed values
Florent Revest
2024-02-01
2
-0
/
+7
*
sys/syz-sysgen: save flags's possible values
Florent Revest
2024-02-01
1
-5
/
+23
*
sys/linux: run make extract
Aleksandr Nogikh
2024-01-30
23
-262
/
+333
*
sys/linux: added descriptions for Mali GPU
Liz Prucka
2024-01-18
2
-0
/
+405
*
prog: prefer precise constructors
Aleksandr Nogikh
2024-01-11
1
-0
/
+10
*
sys/linux: add the descriptions for the CEC device
Chenyuan Yang
2024-01-05
3
-1
/
+114
*
sys/linux: fix vlang double tag const
Aleksandr Nogikh
2024-01-03
1
-1
/
+1
*
executor: introduce syz_pidfd_open()
Aleksandr Nogikh
2023-12-19
2
-1
/
+5
*
sys/linux/test: add landlock_fs_ioctl
Mickaël Salaün
2023-12-18
1
-0
/
+26
*
sys/linux: add the Landlock IOCTL access right
Mickaël Salaün
2023-12-18
2
-1
/
+2
*
sys/linux, pkg/host, executor: add NVMe-oF/TCP subsystem support
Alon Zahavi
2023-12-07
4
-0
/
+715
*
sys/openbsd: use nested flags definitions where sensible
Paul Chaignon
2023-12-05
2
-4
/
+4
*
sys/darwin: use nested flag definitions where sensible
Paul Chaignon
2023-12-05
3
-5
/
+5
*
sys/freebsd: use nested flag definitions where sensible
Paul Chaignon
2023-12-05
4
-6
/
+6
*
sys/linux: use nested flag definitions where sensible
Paul Chaignon
2023-12-05
16
-24
/
+24
*
sys/linux/bpf: use nested definitions for attach flags and types
Paul Chaignon
2023-12-05
1
-2
/
+2
*
sys: consolidate sockopt_opt_{ip,ipv6}_group_source_req flags
Paul Chaignon
2023-12-05
6
-15
/
+9
*
sys/linux: remove cgroup_paths in favor of cgroup_dirs
Paul Chaignon
2023-12-05
2
-2
/
+1
*
sys/linux/test: don't run BPF test programs with helpers
Paul Chaignon
2023-11-28
1
-10
/
+6
*
sys/linux: move description of BPF programs to own file
Paul Chaignon
2023-11-28
2
-507
/
+510
*
sys/linux: simplify BPF descriptions with new unified const/flags
Paul Chaignon
2023-11-28
1
-16
/
+16
*
compiler: support const as int first argument
Paul Chaignon
2023-11-28
1
-1
/
+2
*
compiler: support flags as int first argument
Paul Chaignon
2023-11-28
1
-0
/
+7
*
sys/linux: support more complex bpf_snprintf modifiers
Paul Chaignon
2023-11-27
2
-2
/
+2
*
sys/linux: add all format specifiers for bpf_trace_printk
Paul Chaignon
2023-11-27
2
-5
/
+17
*
sys/linux: fix comments for bpf_trace_printk helper
Paul Chaignon
2023-11-27
1
-2
/
+2
*
sys/linux: use AUTO for structs wherever possible
Paul Chaignon
2023-11-13
8
-19
/
+19
*
prog, sys: test cases for struct AUTO
Paul Chaignon
2023-11-13
1
-0
/
+15
[next]