aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* pkg/compiler: merge const files into a single fileDmitry Vyukov2020-08-131-1/+1
* pkg, prog: add per-field direction attributeNecip Fazil Yildiran2020-08-131-5/+6
* tools/syz-hubtool: fix up drain modeDmitry Vyukov2020-08-071-1/+1
* tools/syz-hubtool: add initial versionDmitry Vyukov2020-08-071-0/+136
* tools/check-commits.sh: use PR head instead of baseDmitry Vyukov2020-08-061-5/+5
* tools/check-commits: allow canonical 'git revert' formatMarco Elver2020-08-061-1/+1
* tools/check-commits.sh: fix commit range detectionDmitry Vyukov2020-08-052-11/+12
* Makefile: enable clang-tidy in presubmit testsDmitry Vyukov2020-08-041-1/+1
* .github/workflows: check commit description formatDmitry Vyukov2020-07-312-0/+43
* pkg: get and store Maintainers dataPedro Lopes2020-07-311-1/+3
* all: initialize vhci in linuxTheOfficialFloW2020-07-304-23/+34
* all: fix marking of auto-generated filesDmitry Vyukov2020-07-292-7/+7
* tools: add udev rule for i915Zubin Mithra2020-07-171-0/+3
* prog/alloc: align address allocation for aligned[addr]Albert van der Linde2020-07-141-1/+1
* tools/syz-linter: check comments formatDmitry Vyukov2020-07-122-17/+52
* tools/syz-linter: fix comments checkDmitry Vyukov2020-07-103-15/+20
* tools/syz-linter: enable some standard lintersDmitry Vyukov2020-07-102-4/+11
* tools/syz-check: improve warning for NLA_REJECTDmitry Vyukov2020-07-081-2/+4
* tools/syz-linter: introduce helper Pass typeDmitry Vyukov2020-07-061-54/+50
* tools/syz-linter: check variable declarationsDmitry Vyukov2020-07-062-0/+29
* tools/syz-linter: check for \n at the end of log/error textDmitry Vyukov2020-07-062-13/+15
* tools/syz-linter: check log/error text ending with dotDmitry Vyukov2020-07-052-10/+26
* tools/syz-linter: check log/error text starting with capital letterDmitry Vyukov2020-07-052-2/+57
* tools/syz-linter: add check for dup types in func argsDmitry Vyukov2020-07-042-3/+71
* tools/syz-linter: add check for comment formatDmitry Vyukov2020-07-042-0/+28
* tools/syz-linter: add custom linterDmitry Vyukov2020-07-043-0/+132
* go.mod: add go-fuzz-buildDmitry Vyukov2020-07-042-5/+5
* go.mod: vendor golangci-lintDmitry Vyukov2020-07-041-6/+1
* pkg/bisect: Implement config bisectionJouni Hogander2020-07-021-0/+2
* tools/syz-check: support all archesDmitry Vyukov2020-06-261-2/+2
* tools/docker/env: add s390x and riscv64 toolchainsDmitry Vyukov2020-06-251-1/+2
* tools/syz-reporter: Tool to share/visualize crashesJukka Kaartinen2020-06-221-0/+215
* tools/syz-headerparser/headerlibAlbert van der Linde2020-06-191-0/+2
* tools/syz-make: reduce number of make jobsDmitry Vyukov2020-06-191-3/+7
* pkg: support compiler triple for 'nm' and 'addr2line'Alexander Egorenkov2020-06-181-1/+2
* tools/syz-crush: Add debug optionJukka Kaartinen2020-06-161-1/+2
* tools/syz-crush: use standard log packageDmitry Vyukov2020-06-151-21/+21
* tools/syz-crush: simplify and tidyDmitry Vyukov2020-06-151-115/+53
* tools/syz-crush: Add feature to run C-programJukka Kaartinen2020-06-151-44/+193
* tools: update ietf link to the latest versionDmitry Vyukov2020-06-131-1/+1
* sys/linux: regenerate .warn filesDmitry Vyukov2020-06-131-1/+2
* tools/syz-check: fix bug with struct name overwriteDmitry Vyukov2020-06-131-12/+16
* all: use more respective languageDmitry Vyukov2020-06-112-6/+37
* sys/targets: fail loudly if SOURCEDIR_GOOS is set but compiler is brokenDmitry Vyukov2020-06-111-4/+12
* tools: add custom udev rules to generated imagesRicardo Cañuelo2020-06-102-0/+8
* .golangci.yml: make goconst checker more strictDmitry Vyukov2020-06-071-4/+9
* pkg/repro: don't enable features missing on the targetDmitry Vyukov2020-06-031-1/+1
* tools: add syz-big-envDmitry Vyukov2020-06-024-2/+48
* pkg/cover: add test for report generationDmitry Vyukov2020-05-271-1/+1
* tools/syz-check: restore handling of unionsDmitry Vyukov2020-05-251-81/+96