index
:
syz
actual
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
vcs
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/bisect: use default compiler during bisection where possible
Space Meyer
2022-10-07
4
-21
/
+81
*
pkg/bisect: try to reidentify commit rebased after crash
Space Meyer
2022-10-06
2
-5
/
+85
*
pkg/bisect: support clang for crash bisection
Space Meyer
2022-09-01
3
-28
/
+60
*
pkg/vcs: fetch linux upstream stable before bisections
Space Meyer
2022-09-01
3
-4
/
+27
*
pkg/vcs: cherry pick fix for compiling linux with clang prior to v5.11
Space Meyer
2022-09-01
1
-0
/
+16
*
pkg/vcs: remove cherry-pick for making very old linux versions boot
Space Meyer
2022-09-01
1
-7
/
+0
*
pkg/vcs/git.go: fixed error in initializing submodules
Liz Prucka
2022-08-11
1
-1
/
+6
*
pkg/vcs: add FileLink
Dmitry Vyukov
2022-05-20
2
-5
/
+56
*
pkg/vcs/git: fetch commits not older than five years
Alexander Egorenkov
2022-05-10
1
-2
/
+6
*
pkg/vcs: recursively clone git submodules
Kris Alder
2022-04-22
1
-0
/
+9
*
all: use `t.TempDir` to create temporary test directory
Eng Zer Jun
2022-03-28
1
-16
/
+3
*
dashboard/app: show link to git commit for patch testing
Dmitry Vyukov
2021-03-13
2
-3
/
+50
*
pkg/vcs: use gcc 10 for linux v5.9+
Dmitry Vyukov
2021-02-17
1
-0
/
+2
*
pkg/vcs: allow sso protocol for git repos
Dmitry Vyukov
2021-01-09
2
-4
/
+5
*
pkg/vcs: allow ~ in git repo URLs
Dmitry Vyukov
2020-12-30
2
-3
/
+4
*
pkg/vcs: reorder code
Dmitry Vyukov
2020-12-25
1
-50
/
+50
*
pkg/vcs: add repo.Contains method
Dmitry Vyukov
2020-12-25
4
-0
/
+42
*
pkg/kconfig: store minimization results
Jouni Hogander
2020-12-10
5
-25
/
+21
*
tools/syz-bisect: use vcs.HEAD by default
Jouni Hogander
2020-12-10
1
-0
/
+2
*
pkg/vcs: use --force with git fetch
Dmitry Vyukov
2020-12-10
1
-3
/
+3
*
tools/syz-reprolist: don't drop syzkaller repo on errors
Dmitry Vyukov
2020-11-24
1
-2
/
+2
*
pkg/vcs/git: optimize CheckoutBranch
Alexander Egorenkov
2020-11-20
1
-1
/
+4
*
tools: add script to check shebang lines (#2234)
Mark Johnston
2020-11-02
2
-54
/
+1
*
pkg/kconfig: accept target when parsing Kconfig
Dmitry Vyukov
2020-10-29
3
-4
/
+8
*
tools/syz-kconf: detect -rcN tags
Dmitry Vyukov
2020-10-29
6
-19
/
+63
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
1
-7
/
+8
*
pkg/bisect: switch to kconfig.Minimize
Dmitry Vyukov
2020-10-21
3
-276
/
+21
*
pkg/vcs: refactor linuxAlterConfigs
Dmitry Vyukov
2020-10-21
1
-24
/
+35
*
pkg/vcs: fix test
Dmitry Vyukov
2020-10-21
1
-1
/
+3
*
pkg/vcs: add repo OptPrecious and OptDontSandbox options
Dmitry Vyukov
2020-10-21
11
-86
/
+74
*
pkg/vcs: add ReleaseTag
Dmitry Vyukov
2020-10-21
7
-20
/
+36
*
pkg/vcs: use committer date
Tetsuo Handa
2020-10-10
3
-5
/
+17
*
pkg/vcs: disable BLK_DEV_INITRD config
Jouni Hogander
2020-10-09
1
-0
/
+4
*
pkg/vcs: support git URL starting with file:///
Alexander Egorenkov
2020-10-02
2
-2
/
+7
*
pkg/vcs: disable UBSAN before v5.3
Dmitry Vyukov
2020-09-28
1
-0
/
+3
*
pkg/bisect: add ccache option
Jouni Hogander
2020-09-21
1
-0
/
+1
*
pkg: get and store Maintainers data
Pedro Lopes
2020-07-31
6
-27
/
+145
*
all: fix comments format
Dmitry Vyukov
2020-07-12
2
-4
/
+4
*
pkg/vcs: don't sandbox syzkaller repo
Dmitry Vyukov
2020-07-12
2
-11
/
+22
*
pkg/vcs: fix config bisection tests more
Dmitry Vyukov
2020-07-07
3
-2
/
+11
*
pkg/vcs: fix config bisection test
Dmitry Vyukov
2020-07-07
1
-1
/
+1
*
pkg/vcs: fix config minimization test
Dmitry Vyukov
2020-07-07
1
-45
/
+52
*
all: fix dup types in func args
Dmitry Vyukov
2020-07-04
1
-1
/
+1
*
pkg/vcs: reset state even more
Dmitry Vyukov
2020-07-04
1
-1
/
+2
*
pkg/bisect: improve config minimization tests
Dmitry Vyukov
2020-07-02
1
-2
/
+8
*
pkg/bisect: move checking of minimized config into common code
Dmitry Vyukov
2020-07-02
2
-16
/
+0
*
pkg/bisect: minor style fix ups
Dmitry Vyukov
2020-07-02
3
-149
/
+77
*
pkg/bisect: Implement config bisection
Jouni Hogander
2020-07-02
6
-1
/
+454
*
.golangci.yml: reenable dupl checker
Dmitry Vyukov
2020-06-05
1
-49
/
+23
*
pkg/vcs: run git clean with switching commits
Dmitry Vyukov
2020-05-25
1
-0
/
+1
[next]