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
/
octciu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remember to detach the event counter when disestablishing
visa
2019-03-17
1
-1
/
+2
*
Replace a hand-rolled linked list with SLIST.
visa
2019-03-17
1
-32
/
+37
*
Let each interrupt controller driver choose how to implement
visa
2019-03-17
1
-1
/
+17
*
Include header <sys/evcount.h> where event counters are used, so that
visa
2019-03-16
1
-1
/
+2
*
Use a locally defined intrhand in octciu.c to ease future changes.
visa
2019-03-15
1
-9
/
+23
*
Fix the balancing of work queue interrupts.
visa
2019-03-14
1
-2
/
+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
*
Fix a stupid typo.
visa
2017-11-03
1
-2
/
+2
*
Assign each cnmac(4) port its own input work group, and assign
visa
2017-11-02
1
-4
/
+22
*
Add handling for the third interrupt summary vector,
visa
2017-07-13
1
-8
/
+44
*
Get cpuid from `ci' to avoid an extra function call.
visa
2017-07-13
1
-2
/
+2
*
Reorganize separate configuration fields into per-CPU structs
visa
2017-07-12
1
-34
/
+43
*
Fix function name in panic message.
visa
2017-07-07
1
-2
/
+2
*
Use a consistent naming for fdt attach arguments.
visa
2017-06-19
1
-7
/
+7
*
Split octeon interrupt code into a glue layer and a CIU driver.
visa
2017-06-18
1
-0
/
+563