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
/
lockdoc
Age
Commit message (
Expand
)
Author
2023-05-10
Change asm logging to specify line -1 so that FAIL* doesn't replace it with NULL
lockdoc-9.3-0.6
Merlin Scholz
2023-04-27
Fix wrong logged function name for asm calls and pointer size
Merlin Scholz
2023-04-21
Add tracing for interrupts/exceptions
Merlin Scholz
2023-04-19
Code cleanup to prepare for proper interrupt handling
Merlin Scholz
2023-04-01
Fix kmutexes in the same way we fixed rwlocks in the last commit
lockdoc-9.3-0.5
Merlin Scholz
2023-04-01
Fix rwlock_exit logging order bug
Merlin Scholz
2023-03-22
Add IRQ tracing
Merlin Scholz
2023-03-17
Implement missing Mutex and RW logging
lockdoc-9.3-0.4
Merlin Scholz
2023-03-16
Implement logging for rwlock_enter() and rwlock_exit(), move from do-while ma...
Merlin Scholz
2023-03-16
Implement file and line logging for mutex locks
Merlin Scholz
2023-03-14
Implement sending of LOCKDOC experiment information on startup
Merlin Scholz
2023-03-08
Fix broken wait-methods in lockdoc-test
lockdoc-9.3-0.3
Merlin Scholz
2023-03-01
Implement stubbed out lockdoc functions; update lockdoc_event.h
lockdoc-9.3-0.2
Merlin Scholz
2023-02-28
Remove tsleep timeout from lockdoc-test to adapt to the recent changes in the...
Merlin Scholz
2023-02-07
Implement lockdoc_test kernel module; hook run-bench.sh in/etc/rc; add networ...
lockdoc-9.3-0.1
Merlin Scholz
2022-11-02
Decouple LOCKDEBUG and LOCKDOC kernel flags
Merlin Scholz
2022-10-28
First working lock logs
Merlin Scholz
2022-10-25
Hook into lockdebug.h
Merlin Scholz
2022-10-24
Separate LOCKDEBUG and LOCKDOG kernel flags
Merlin Scholz
2022-10-24
First proper lockdoc hooks
Merlin Scholz
2022-10-17
Port over code skeleton
Merlin Scholz