aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* dashboard/app: fix testing for go1.11 runtimeDmitry Vyukov2020-01-291-0/+5
* pkg/report: add a note about an existing suppressionDmitry Vyukov2020-01-281-0/+7
* prog: remove unused ResourceDesc.TypeDmitry Vyukov2020-01-261-3/+0
* pkg/serializer: do not write field names if it won't save spaceDmitry Vyukov2020-01-262-7/+22
* pkg/build: switch to sha256Dmitry Vyukov2020-01-231-2/+2
* tools/syz-check: check netlink policy descriptionsDmitry Vyukov2020-01-226-11/+27
* pkg/report: treat nfnetlink_rcv_msg as anchor frameDmitry Vyukov2020-01-205-0/+224
* sys/linux: add more device descriptions (geneve, lowpan, ipoib, cfhsi)Dmitry Vyukov2020-01-191-0/+30
* sys/linux: add some batadv descriptionsDmitry Vyukov2020-01-181-1/+5
* executor: create macvtap, macsec devicesDmitry Vyukov2020-01-181-5/+13
* pkg/compiler: don't mark flags with 0 as bitmaskDmitry Vyukov2020-01-181-10/+18
* pkg/compiler: sort flags valuesDmitry Vyukov2020-01-181-0/+4
* pkg/compiler: generate const[0] for flags w/o valuesDmitry Vyukov2020-01-181-7/+10
* pkg/vcs: disable CONFIG_DEBUG_KOBJECT during bisectionDmitry Vyukov2020-01-161-0/+5
* pkg/report: add pattern for Linux #SS faultsJann Horn2020-01-152-0/+55
* pkg/report: Add the calling function to sx reportsAndrew Turner2020-01-142-0/+29
* executor: provide explicit values for usb_raw_event_typeAndrey Konovalov2020-01-131-3/+3
* pkg/report: add more ignored framesAndrey Konovalov2020-01-072-0/+131
* pkg/email: accept #syz- prefix for commandsDmitry Vyukov2020-01-073-4/+57
* pkg/vcs: disable CONFIG_DEBUG_INFO_BTF during bisectionDmitry Vyukov2020-01-071-0/+4
* pkg/compiler: fix another bitfield layout bugDmitry Vyukov2020-01-071-0/+10
* pkg/repro: simplify C repros over DevlinkPCIAndrey Konovalov2020-01-071-0/+8
* executor: setns requires including sched.h on some setupsAndrey Konovalov2020-01-071-0/+1
* pkg/report: normalize kqueue_check report on OpenBSDAnton Lindqvist2020-01-063-0/+289
* pkg/host: fix detection of enabled LSMsDmitry Vyukov2020-01-051-1/+5
* pkg/host: detect unsupported LSMsDmitry Vyukov2020-01-051-0/+31
* executor: fix IPVLAN_F_VEPA definition againDmitry Vyukov2020-01-031-2/+1
* executor: define constants that are missing on some distrosDmitry Vyukov2020-01-031-0/+6
* executor: setup vlan/macvlan/ipvlan devicesDmitry Vyukov2020-01-031-0/+64
* executor: connect virt_wifi to vethDmitry Vyukov2020-01-031-1/+5
* pkg/cover: support out-of-tree linux buildDmitry Vyukov2020-01-031-6/+14
* pkg/report: normalize unhandled af report on OpenBSDAnton Lindqvist2020-01-032-0/+218
* sys/linux: add virt_wifi and xfrm devicesDmitry Vyukov2019-12-301-0/+16
* syz-manager: corpus rotationDmitry Vyukov2019-12-301-7/+0
* sys/linux: fix int64 alignment on 386Dmitry Vyukov2019-12-231-6/+8
* pkg/compiler: fix bitfield layout bugDmitry Vyukov2019-12-201-51/+105
* pkg/compiler: fix alignment of string-formatted valuesDmitry Vyukov2019-12-202-1/+13
* executor: make syz_compare output more handy to useDmitry Vyukov2019-12-201-8/+9
* sys/test: and another set of bitfield testsDmitry Vyukov2019-12-201-1/+2
* pkg/compiler: refactor struct layoutDmitry Vyukov2019-12-201-61/+47
* pkg/cover: Fix PreviousInstructionPC for MIPS64LEJouni Hogander2019-12-201-1/+1
* prog: refactor bitfields representationDmitry Vyukov2019-12-191-17/+17
* pkg/ipc: don't use rate limiting for test osDmitry Vyukov2019-12-181-1/+1
* pkg/compiler: fix incorrect alignment calculation for paddingDmitry Vyukov2019-12-182-6/+17
* pkg/gce: fix creation of non-preemptible E2 instancesDmitry Vyukov2019-12-181-0/+5
* pkg/build: Fix always true caseSiddharth Muralee2019-12-171-10/+10
* Autogenerated files for linux/mips64leJouni Hogander2019-12-171-0/+2
* Implement basic support for MIPS64LEJouni Hogander2019-12-173-1/+8
* tools/syz-runtest: debug all programs in debug modeDmitry Vyukov2019-12-161-0/+4
* executor: fix FUTEX_WAKE callDmitry Vyukov2019-12-161-1/+1