index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_kcov.c
Age
Commit message (
Expand
)
Author
2022-10-26
kern/subr_kcov.c: We already get cold from sys/kernel.h.
riastradh
2022-07-06
uvm(9): fo_mmap caller guarantees positive size.
riastradh
2020-07-03
Sync trace-pc and trace-cmp.
maxv
2020-05-16
Add __diagused, amd64 kernel ALL compiles again.
hannken
2020-05-15
Introduce kcov_silence_enter() and kcov_silence_leave(), to allow to
maxv
2020-05-15
Introduce KCOV remote support. This allows to collect KCOV coverage on
maxv
2020-04-04
Drop specificdata from KCOV, kMSan doesn't interact well with it. Also
maxv
2019-12-07
Revert the in_interrupt() change to use again the x86 specific code
kamil
2019-12-01
Switch in_interrupt() in KCOV to cpu_intr_p()
kamil
2019-11-15
Make kMSan compatible with KCOV. With kMSan we are forced to stay with the
maxv
2019-05-26
Drop no longer available macros KCOV_STORE() KCOV_LOAD() in kcov(4)
kamil
2019-04-07
Switch kcov module class to MODULE_CLASS_MISC
kamil
2019-03-10
Introduce enhancements to the kcov(4) code
kamil
2019-03-10
Add support for trace type selection in kcov(4)
kamil
2019-03-10
Add support for multiple threads in kcov(4)
kamil
2019-02-23
Stop including <sys/atomic.h> in KCOV
kamil
2019-02-23
Fix subr_kcov build on NetBSD/i386
kamil
2019-02-23
Add KCOV - kernel code coverage tracing device
kamil