aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs
Commit message (Expand)AuthorAgeFilesLines
* pkg/bisect: use default compiler during bisection where possibleSpace Meyer2022-10-074-21/+81
* pkg/bisect: try to reidentify commit rebased after crashSpace Meyer2022-10-062-5/+85
* pkg/bisect: support clang for crash bisectionSpace Meyer2022-09-013-28/+60
* pkg/vcs: fetch linux upstream stable before bisectionsSpace Meyer2022-09-013-4/+27
* pkg/vcs: cherry pick fix for compiling linux with clang prior to v5.11Space Meyer2022-09-011-0/+16
* pkg/vcs: remove cherry-pick for making very old linux versions bootSpace Meyer2022-09-011-7/+0
* pkg/vcs/git.go: fixed error in initializing submodulesLiz Prucka2022-08-111-1/+6
* pkg/vcs: add FileLinkDmitry Vyukov2022-05-202-5/+56
* pkg/vcs/git: fetch commits not older than five yearsAlexander Egorenkov2022-05-101-2/+6
* pkg/vcs: recursively clone git submodulesKris Alder2022-04-221-0/+9
* all: use `t.TempDir` to create temporary test directoryEng Zer Jun2022-03-281-16/+3
* dashboard/app: show link to git commit for patch testingDmitry Vyukov2021-03-132-3/+50
* pkg/vcs: use gcc 10 for linux v5.9+Dmitry Vyukov2021-02-171-0/+2
* pkg/vcs: allow sso protocol for git reposDmitry Vyukov2021-01-092-4/+5
* pkg/vcs: allow ~ in git repo URLsDmitry Vyukov2020-12-302-3/+4
* pkg/vcs: reorder codeDmitry Vyukov2020-12-251-50/+50
* pkg/vcs: add repo.Contains methodDmitry Vyukov2020-12-254-0/+42
* pkg/kconfig: store minimization resultsJouni Hogander2020-12-105-25/+21
* tools/syz-bisect: use vcs.HEAD by defaultJouni Hogander2020-12-101-0/+2
* pkg/vcs: use --force with git fetchDmitry Vyukov2020-12-101-3/+3
* tools/syz-reprolist: don't drop syzkaller repo on errorsDmitry Vyukov2020-11-241-2/+2
* pkg/vcs/git: optimize CheckoutBranchAlexander Egorenkov2020-11-201-1/+4
* tools: add script to check shebang lines (#2234)Mark Johnston2020-11-022-54/+1
* pkg/kconfig: accept target when parsing KconfigDmitry Vyukov2020-10-293-4/+8
* tools/syz-kconf: detect -rcN tagsDmitry Vyukov2020-10-296-19/+63
* sys/targets: add OS/Arch name constsDmitry Vyukov2020-10-261-7/+8
* pkg/bisect: switch to kconfig.MinimizeDmitry Vyukov2020-10-213-276/+21
* pkg/vcs: refactor linuxAlterConfigsDmitry Vyukov2020-10-211-24/+35
* pkg/vcs: fix testDmitry Vyukov2020-10-211-1/+3
* pkg/vcs: add repo OptPrecious and OptDontSandbox optionsDmitry Vyukov2020-10-2111-86/+74
* 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