aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
Commit message (Expand)AuthorAgeFilesLines
* Makefile: enable clang-tidy in presubmit testsDmitry Vyukov2020-08-041-11/+5
* executor: remove block commentsDmitry Vyukov2020-08-043-47/+39
* pkg/compiler: check for unused resourcesDmitry Vyukov2020-08-042-10/+27
* all: fake hci le conn using handle 201Andy Nguyen2020-08-021-3/+35
* Revert "executor: enable extra coverage on OpenBSD"Anton Lindqvist2020-08-021-1/+0
* executor: enable extra coverage on OpenBSDAnton Lindqvist2020-08-021-0/+1
* pkg: get and store Maintainers dataPedro Lopes2020-07-3110-51/+163
* sys/linux: assorted improvements for vhciDmitry Vyukov2020-07-301-4/+3
* all: initialize vhci in linuxTheOfficialFloW2020-07-3011-41/+380
* executor: added syz_io_uring_setup to wrap both setup and mmapNecip Fazil Yildiran2020-07-292-2/+74
* all: mark auto-generated filesDmitry Vyukov2020-07-298-8/+9
* pkg/report: flag short uvm_fault reports as corruptedAnton Lindqvist2020-07-275-5/+22
* sys/linux: enhanced descs for io_uringNecip Fazil Yildiran2020-07-242-2/+104
* pkg/compiler: fix crash on fmt[flags]Dmitry Vyukov2020-07-232-0/+9
* executor: fix build errors in setup_32bit_idt()Denis Efremov2020-07-211-1/+1
* sys/linux: add descriptions for raw character devicesAlbert van der Linde2020-07-201-0/+4
* pkg/report: parse linux undead task reportsDmitry Vyukov2020-07-204-2/+54
* sys/linux: add descriptions for i915 driverZubin Mithra2020-07-171-0/+2
* pkg/runtest: tell ASAN to not mess with our NONFAILINGDmitry Vyukov2020-07-162-13/+23
* executor: remove NONFAILING from pseudo-syscallsDmitry Vyukov2020-07-151-109/+81
* executor: wrap all syscalls into NONFAILINGDmitry Vyukov2020-07-151-32/+47
* pkg/runtest: allow to select a subset of tests to runDmitry Vyukov2020-07-151-0/+7
* sys/targets: don't use HostFuzzer mode for test OSDmitry Vyukov2020-07-152-4/+9
* prog/types.go: add Type.Alignment() and TypeCommon.TypeAlignAlbert van der Linde2020-07-142-53/+46
* all: fix comments formatDmitry Vyukov2020-07-1214-39/+40
* syz-ci: set Timeout for bisectionsDmitry Vyukov2020-07-121-0/+6
* pkg/vcs: don't sandbox syzkaller repoDmitry Vyukov2020-07-122-11/+22
* pkg/build: always truncate loader.conf on FreeBSDMark Johnston2020-07-111-1/+1
* pkg/build: load the SCTP and IPSec stacks on FreeBSDMark Johnston2020-07-111-0/+2
* tools/syz-linter: fix comments checkDmitry Vyukov2020-07-102-3/+3
* executor: fix bitfields for big-endian archAlexander Egorenkov2020-07-101-2/+6
* dashboard/app: add navigation buttonsDmitry Vyukov2020-07-091-0/+24
* pkg/html: add function to format JS timeDmitry Vyukov2020-07-091-0/+5
* pkg/report: tune synchronize_srcu name for older kernelsDmitry Vyukov2020-07-082-1/+20
* pkg/report: make smp_call_function anchor instead of on_each_cpuDmitry Vyukov2020-07-0713-16/+130
* pkg/vcs: fix config bisection tests moreDmitry Vyukov2020-07-073-2/+11
* pkg/report: consider on_each_cpu as stall anchor functionDmitry Vyukov2020-07-079-4/+531
* pkg/vcs: fix config bisection testDmitry Vyukov2020-07-071-1/+1
* pkg/vcs: fix config minimization testDmitry Vyukov2020-07-071-45/+52
* pkg/report: use rtnetlink_rcv_msg as stall anchor frameDmitry Vyukov2020-07-064-2/+67
* pkg/osutil: remove appengine tagDmitry Vyukov2020-07-0610-59/+12
* pkg/osutil: don't use os.ProcessState.ExitCode on appengineDmitry Vyukov2020-07-063-5/+25
* all: fix log/error text starting with capital letterDmitry Vyukov2020-07-052-6/+2
* all: fix dup types in func argsDmitry Vyukov2020-07-0411-13/+12
* all: don't compare string len with 0Dmitry Vyukov2020-07-043-4/+4
* go.mod: add go-fuzz-buildDmitry Vyukov2020-07-041-0/+2
* go.mod: vendor golangci-lintDmitry Vyukov2020-07-041-0/+13
* pkg/vcs: reset state even moreDmitry Vyukov2020-07-041-1/+2
* pkg/mgrconfig: extend proc param descriptionDmitry Vyukov2020-07-032-4/+6
* pkg/bisect: fix noop change detection with config minimizationDmitry Vyukov2020-07-022-20/+39