index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arch
/
octeon
/
dev
/
octcit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make it clearer where message "spurious interrupt" comes from.
visa
2019-09-01
1
-3
/
+3
*
Ensure that a posted write completes when re-enabling interrupts
visa
2019-08-04
1
-3
/
+7
*
Remember to detach the event counter when disestablishing
visa
2019-03-17
1
-1
/
+2
*
Let each interrupt controller driver choose how to implement
visa
2019-03-17
1
-2
/
+10
*
Fix incorrect flag.
visa
2019-03-16
1
-2
/
+2
*
Include header <sys/evcount.h> where event counters are used, so that
visa
2019-03-16
1
-1
/
+2
*
Declare ci_ipl volatile to prevent the compiler from optimizing
visa
2018-02-24
1
-11
/
+1
*
Always lock the kernel lock with non-MP-safe interrupt handlers.
visa
2018-01-23
1
-2
/
+2
*
Make octeon_intr_establish() assume edge triggering with CIU3.
visa
2017-12-27
1
-2
/
+3
*
Ensure interrupt delivery is disabled when setting interrupt
visa
2017-12-27
1
-1
/
+3
*
Clear any pending (edge-triggered) interrupts at setup to avoid
visa
2017-08-09
1
-2
/
+3
*
Add a driver for CIU3. Not quite finished yet, but good enough for now.
visa
2017-07-30
1
-0
/
+540