aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs
Commit message (Expand)AuthorAgeFilesLines
...
* pkg/vcs: add ReleaseTagDmitry Vyukov2020-10-217-20/+36
* pkg/vcs: use committer dateTetsuo Handa2020-10-103-5/+17
* pkg/vcs: disable BLK_DEV_INITRD configJouni Hogander2020-10-091-0/+4
* pkg/vcs: support git URL starting with file:///Alexander Egorenkov2020-10-022-2/+7
* pkg/vcs: disable UBSAN before v5.3Dmitry Vyukov2020-09-281-0/+3
* pkg/bisect: add ccache optionJouni Hogander2020-09-211-0/+1
* pkg: get and store Maintainers dataPedro Lopes2020-07-316-27/+145
* all: fix comments formatDmitry Vyukov2020-07-122-4/+4
* pkg/vcs: don't sandbox syzkaller repoDmitry Vyukov2020-07-122-11/+22
* pkg/vcs: fix config bisection tests moreDmitry Vyukov2020-07-073-2/+11
* pkg/vcs: fix config bisection testDmitry Vyukov2020-07-071-1/+1
* pkg/vcs: fix config minimization testDmitry Vyukov2020-07-071-45/+52
* all: fix dup types in func argsDmitry Vyukov2020-07-041-1/+1
* pkg/vcs: reset state even moreDmitry Vyukov2020-07-041-1/+2
* pkg/bisect: improve config minimization testsDmitry Vyukov2020-07-021-2/+8
* pkg/bisect: move checking of minimized config into common codeDmitry Vyukov2020-07-022-16/+0
* pkg/bisect: minor style fix upsDmitry Vyukov2020-07-023-149/+77
* pkg/bisect: Implement config bisectionJouni Hogander2020-07-026-1/+454
* .golangci.yml: reenable dupl checkerDmitry Vyukov2020-06-051-49/+23
* pkg/vcs: run git clean with switching commitsDmitry Vyukov2020-05-251-0/+1
* pkg/vcs: always extract tags from subjectDmitry Vyukov2020-05-182-15/+12
* pkg/vcs: Fix golangci-lint formatting errorPaul Chaignon2020-04-061-3/+4
* pkg/vcs: Support ssh git reposJukka Kaartinen2020-04-032-1/+6
* dashboard/config: switch to ORC unwinderAndrey Konovalov2020-02-261-4/+19
* tools: add script that checks copyright headersDmitry Vyukov2020-02-181-0/+3
* pkg/vcs: disable CONFIG_DEBUG_KOBJECT during bisectionDmitry Vyukov2020-01-161-0/+5
* pkg/vcs: disable CONFIG_DEBUG_INFO_BTF during bisectionDmitry Vyukov2020-01-071-0/+4
* pkg/vcs: Unset various git environment variables when invoking gitAndrew Donnellan2019-12-123-2/+32
* pkg/vcs: don't CC people on CC (sic)Dmitry Vyukov2019-12-102-3/+2
* pkg/report: use --git-min-percent=15 for get_maintainer.plDmitry Vyukov2019-12-101-2/+4
* pkg/vcs: don't bisect linux past 4.6Dmitry Vyukov2019-12-101-3/+11
* pkg/bisect: add test for #1527Dmitry Vyukov2019-12-102-20/+25
* dashboard/app: don't report bisections pointing to release commitsDmitry Vyukov2019-11-272-0/+14
* pkg/build: make linux implement binary signerDmitry Vyukov2019-11-251-0/+2
* pkg/build: produce more deterministic linux binariesDmitry Vyukov2019-11-181-0/+2
* pkg/bisect: detect wrong bisectionsDmitry Vyukov2019-11-073-3/+11
* pkg/vcs: detect old git binary that can't do bisectionDmitry Vyukov2019-10-221-0/+9
* pkg/vcs: make EnvForCommit return full compiler pathDmitry Vyukov2019-10-223-7/+6
* pkg/bisect: add initial testing support for cause bisectionZubin Mithra2019-10-226-126/+186
* pkg/vcs: handle git commits without a bodyAnton Lindqvist2019-09-242-1/+22
* pkg/vcs: disable CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER before v5.2Dmitry Vyukov2019-05-211-0/+4
* pkg/vcs: disable CONFIG_CAN for bisection before v4.13Dmitry Vyukov2019-03-221-0/+5
* pkg/vcs: fix fuchsia's git repo directory.Marco Vanotti2019-03-211-11/+11
* pkg/vcs: fix git tag --points-at invocationDmitry Vyukov2019-03-201-4/+3
* pkg/vcs: wrap git invocations in a helper methodDmitry Vyukov2019-03-201-29/+30
* pkg/vcs: remove unused functionsDmitry Vyukov2019-03-202-23/+0
* docs, pkg/vcs, sys/fuchsia: update fuchsia urlsMarco Vanotti2019-03-202-3/+3
* pkg/vcs: fix too long lineDmitry Vyukov2019-03-171-41/+43
* pkg/vcs: reset repo moreDmitry Vyukov2019-03-171-7/+15
* pkg/vcs: try to work around massive linux kernel build/boot breakagesDmitry Vyukov2019-03-171-7/+67