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
/
cover
/
backend
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/cover: extract coverage points from binary data for s390x arch
Alexander Egorenkov
2025-06-30
1
-1
/
+13
*
pkg/cover: fix coverage point pc for core kernel
Alexander Egorenkov
2025-06-30
1
-1
/
+4
*
pkg/cover: fix handling of compile unit name
m0ck1ng
2025-06-20
1
-2
/
+5
*
pkg/cover/backend: extract PC ranges from Rust DWARF
Aleksandr Nogikh
2025-05-13
1
-25
/
+107
*
pkg/cover: reduce params to backend.Make
Jiao, Joey
2025-04-08
1
-3
/
+6
*
pkg: use kernelDir instead of 3 parameters
Taras Madan
2025-03-27
5
-37
/
+32
*
pkg/symbolizer: introduce Symbolizer interface
Taras Madan
2025-03-07
1
-2
/
+2
*
pkg/cover: use frame pointers instead
Taras Madan
2025-02-28
3
-17
/
+17
*
pkg/cover/backend: fix arch usage
Taras Madan
2025-02-28
2
-7
/
+5
*
all: remove loop variables scoping
Taras Madan
2025-02-17
1
-2
/
+0
*
all: replace Walk with WalkDir to reduce os.Lstat calls
Gofastasf
2025-01-30
1
-2
/
+2
*
all: use min/max functions
Dmitry Vyukov
2025-01-17
1
-14
/
+4
*
lint: fix lint issues
Sabyrzhan Tasbolatov
2024-10-28
1
-4
/
+2
*
pkg/cover: log length of units... to help debug elf parsing
Joey Jiao
2024-09-03
1
-0
/
+2
*
pkg/cover: fix loopvar bug in go func inside loop
Joey Jiao
2024-09-03
1
-2
/
+4
*
pkg/cover: fix pc for core kernel
Joey Jiao
2024-08-05
3
-11
/
+20
*
pkg/cover: export cleanPath
Joey Jiao
2024-07-23
1
-3
/
+3
*
all: move KernelModule into vminfo package
Joey Jiao
2024-07-10
6
-48
/
+50
*
pkg/cover/backend: don't consider gvisor/starnix as linux
Dmitry Vyukov
2024-07-03
2
-3
/
+3
*
all: calc kaslr offset and remove kaslr_offset from module addr
Joey Jiao
2024-07-03
1
-0
/
+41
*
pkg/cover: remove unused hostModules
Joey Jiao
2024-07-03
2
-16
/
+8
*
all: fix larger module size in /proc/modules
Joey Jiao
2024-07-03
2
-6
/
+22
*
pkg/cover: support read elf section range
Joey Jiao
2024-07-03
2
-0
/
+30
*
all: get pcBase from elf first which can be used for kaslr offset calc
Joey Jiao
2024-07-03
2
-0
/
+29
*
pkg/cover: remove symbols having the same Start Address
Joey Jiao
2024-07-01
1
-0
/
+11
*
all: always use KernelModule ptr to unify usage
Joey Jiao
2024-06-17
6
-7
/
+7
*
all: use only one KernelModule struct
Joey Jiao
2024-06-17
5
-35
/
+30
*
pkg/cover: fix concurrent append to slice
Joey Jiao
2024-06-11
1
-18
/
+32
*
pkg/cover: parallelize symbolizeModule to speed up the symbolize
Joey Jiao
2024-06-11
1
-4
/
+15
*
pkg/cover: ignore append 0 sized symbol
Joey Jiao
2024-06-11
1
-1
/
+1
*
sys/targets: add consts for gvisor/starnix
Dmitry Vyukov
2024-05-27
2
-4
/
+4
*
pkg/cover/backend: remove RestorePC
Dmitry Vyukov
2024-05-27
4
-13
/
+9
*
all: adapt all cover and sig to 64bit
Joey Jiao
2024-05-27
4
-19
/
+7
*
pkg/cover: move KernelModule from pkg/host
Dmitry Vyukov
2024-05-03
6
-14
/
+13
*
tools/syz-linter: check t.Logf/Errorf/Fatalf messages
Dmitry Vyukov
2024-04-17
1
-4
/
+4
*
pkg/symbolizer: intern file/func strings
Dmitry Vyukov
2024-04-10
1
-8
/
+9
*
pkg/cover: don't duplicate broken kcov logic in the test
Dmitry Vyukov
2024-04-09
2
-9
/
+7
*
pkg/cover: don't memorize all coverage points twice
Dmitry Vyukov
2024-04-09
2
-20
/
+12
*
pkg/cover: move functions to after they are used
Dmitry Vyukov
2024-04-09
1
-22
/
+22
*
pkg/cover: add full symbolization for /cover?jsonl=1
Taras Madan
2024-03-20
2
-8
/
+10
*
pkg/cover: export the frames data as jsonl
Taras Madan
2024-03-19
2
-10
/
+12
*
pkg/cover: delete getModuleOffset()
Alexander Potapenko
2024-02-26
3
-47
/
+4
*
pkg/cover/backend: refactor and fix readCoverPoints()
Alexander Potapenko
2024-02-26
2
-27
/
+126
*
pkg/host: get module .text address from /sys/module
Necip Fazil Yildiran
2024-02-22
1
-2
/
+1
*
pkg/cover/backend: support veneers on ARM64
Alexander Potapenko
2024-02-15
4
-17
/
+81
*
pkg/mgrconfig, pkg/cover: introduce the android_split_build flag
Alexander Potapenko
2024-02-01
4
-11
/
+126
*
pkg/cover: ensure that all PCs returned by kcov have matching callbacks
Alexander Potapenko
2024-01-29
4
-6
/
+102
*
pkg/cover/backend: refactor makeDWARFUnsafe()
Alexander Potapenko
2024-01-29
1
-19
/
+42
*
pkg/cover: fix missing frames and export Inline by /rawcoverfiles
Taras Madan
2024-01-25
2
-0
/
+2
*
Revert "pkg/cover: ensure that all PCs returned by kcov have matching callbacks"
Alexander Potapenko
2024-01-18
2
-16
/
+6
[next]