index
:
syz
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/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
*
pkg/vcs: always extract tags from subject
Dmitry Vyukov
2020-05-18
2
-15
/
+12
*
pkg/vcs: Fix golangci-lint formatting error
Paul Chaignon
2020-04-06
1
-3
/
+4
*
pkg/vcs: Support ssh git repos
Jukka Kaartinen
2020-04-03
2
-1
/
+6
*
dashboard/config: switch to ORC unwinder
Andrey Konovalov
2020-02-26
1
-4
/
+19
*
tools: add script that checks copyright headers
Dmitry Vyukov
2020-02-18
1
-0
/
+3
*
pkg/vcs: disable CONFIG_DEBUG_KOBJECT during bisection
Dmitry Vyukov
2020-01-16
1
-0
/
+5
*
pkg/vcs: disable CONFIG_DEBUG_INFO_BTF during bisection
Dmitry Vyukov
2020-01-07
1
-0
/
+4
*
pkg/vcs: Unset various git environment variables when invoking git
Andrew Donnellan
2019-12-12
3
-2
/
+32
*
pkg/vcs: don't CC people on CC (sic)
Dmitry Vyukov
2019-12-10
2
-3
/
+2
*
pkg/report: use --git-min-percent=15 for get_maintainer.pl
Dmitry Vyukov
2019-12-10
1
-2
/
+4
*
pkg/vcs: don't bisect linux past 4.6
Dmitry Vyukov
2019-12-10
1
-3
/
+11
*
pkg/bisect: add test for #1527
Dmitry Vyukov
2019-12-10
2
-20
/
+25
*
dashboard/app: don't report bisections pointing to release commits
Dmitry Vyukov
2019-11-27
2
-0
/
+14
*
pkg/build: make linux implement binary signer
Dmitry Vyukov
2019-11-25
1
-0
/
+2
*
pkg/build: produce more deterministic linux binaries
Dmitry Vyukov
2019-11-18
1
-0
/
+2
*
pkg/bisect: detect wrong bisections
Dmitry Vyukov
2019-11-07
3
-3
/
+11
*
pkg/vcs: detect old git binary that can't do bisection
Dmitry Vyukov
2019-10-22
1
-0
/
+9
*
pkg/vcs: make EnvForCommit return full compiler path
Dmitry Vyukov
2019-10-22
3
-7
/
+6
*
pkg/bisect: add initial testing support for cause bisection
Zubin Mithra
2019-10-22
6
-126
/
+186
*
pkg/vcs: handle git commits without a body
Anton Lindqvist
2019-09-24
2
-1
/
+22
*
pkg/vcs: disable CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER before v5.2
Dmitry Vyukov
2019-05-21
1
-0
/
+4
*
pkg/vcs: disable CONFIG_CAN for bisection before v4.13
Dmitry Vyukov
2019-03-22
1
-0
/
+5
*
pkg/vcs: fix fuchsia's git repo directory.
Marco Vanotti
2019-03-21
1
-11
/
+11
*
pkg/vcs: fix git tag --points-at invocation
Dmitry Vyukov
2019-03-20
1
-4
/
+3
*
pkg/vcs: wrap git invocations in a helper method
Dmitry Vyukov
2019-03-20
1
-29
/
+30
*
pkg/vcs: remove unused functions
Dmitry Vyukov
2019-03-20
2
-23
/
+0
*
docs, pkg/vcs, sys/fuchsia: update fuchsia urls
Marco Vanotti
2019-03-20
2
-3
/
+3
*
pkg/vcs: fix too long line
Dmitry Vyukov
2019-03-17
1
-41
/
+43
*
pkg/vcs: reset repo more
Dmitry Vyukov
2019-03-17
1
-7
/
+15
*
pkg/vcs: try to work around massive linux kernel build/boot breakages
Dmitry Vyukov
2019-03-17
1
-7
/
+67
[prev]
[next]