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
/
hppa
/
dev
/
apic.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix counting of interrupts for devices that attach to elroy(4). Shared
kettenis
2011-05-01
1
-11
/
+12
*
Stop calling shared interrupt handlers as soon as one of them return 1
kettenis
2011-04-23
1
-7
/
+6
*
Get rid of evcount's support for arranging counters in a tree
matthew
2010-09-20
1
-2
/
+2
*
No "\n" needed at the end of panic() strings.
krw
2010-08-07
1
-2
/
+2
*
Add missing prototypes
deraadt
2010-05-24
1
-1
/
+5
*
Avoid null pointer dereference. Pointed out by Nick Hudson; variant on his
kettenis
2010-04-01
1
-2
/
+3
*
Constify the what/name parameter of pci_intr_establish().
mk
2009-08-22
1
-2
/
+2
*
Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,
krw
2007-10-06
1
-3
/
+3
*
Correctly count interrupts for devices that share interrupts.
kettenis
2007-07-01
1
-3
/
+22
*
Bump number of supported interrupt routing entries.
kettenis
2007-06-30
1
-2
/
+2
*
Lookup interrupt routing info based on elroy(4) bus number.
kettenis
2007-06-18
1
-22
/
+15
*
Get interrupt information from PDC and use it to program the IO SAPIC.
kettenis
2007-06-17
1
-6
/
+114
*
Dynamically allocate irq's for pci devices on elroy(4).
kettenis
2007-05-27
1
-17
/
+41
*
Import code to support the Elroy chip from hppa64 and make it actually work.
kettenis
2007-05-21
1
-0
/
+211