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
/
octeon_intr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let each interrupt controller driver choose how to implement
visa
2019-03-17
1
-2
/
+5
*
Move intr_barrier(9) to the platform level so that it can be customized.
visa
2019-03-17
1
-1
/
+7
*
Unify the top-level structure of interrupt handles. This helps
visa
2019-03-16
1
-8
/
+26
*
Split octeon interrupt code into a glue layer and a CIU driver.
visa
2017-06-18
1
-398
/
+61
*
Move IPI control entry points into octeon_intr.c.
visa
2017-06-18
1
-1
/
+68
*
Extend the fdt interrupt API a little.
visa
2017-04-06
1
-1
/
+15
*
Add a routine for setting up interrupt handlers using fdt.
visa
2016-12-08
1
-1
/
+32
*
Add handling for the second interrupt bank.
visa
2016-12-04
1
-29
/
+73
*
Implement octeon_intr_disestablish().
visa
2016-12-03
1
-4
/
+32
*
Drop stale prototypes and an outdated comment.
visa
2016-12-02
1
-7
/
+1
*
Simplify interrupt dispatching by processing requests without
visa
2016-12-02
1
-74
/
+73
*
Drop pointless type casts.
visa
2016-11-20
1
-9
/
+6
*
Add $OpenBSD$ / replace $Id$ with $OpenBSD$.
visa
2016-07-16
1
-0
/
+2
*
Rename mips64's trap_frame into trapframe.
mpi
2016-03-06
1
-3
/
+3
*
xheart_splx() has to restore the interrupt mask even on secondary CPUs
visa
2015-09-26
1
-2
/
+2
*
Let MP-safe interrupt handlers run without the kernel lock on octeon.
visa
2015-09-26
1
-6
/
+16
*
Do not grab the kernel lock for clock interrupts. Help and ok kettenis@
miod
2015-05-01
1
-2
/
+2
*
implement atomic operations using ll/sc, and convert rw_cas and callers of the
jmatthew
2014-09-30
1
-2
/
+3
*
move octeonreg.h to a more generic location and add multiple inclusion
jasper
2013-06-02
1
-1
/
+1
*
Don't include <mips64/archtype.h> when you don't need it.
miod
2012-10-03
1
-1
/
+0
*
Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs,
miod
2012-10-03
1
-0
/
+1
*
Handle the coprocessor 0 cause and status registers as a 64 bit value now,
miod
2012-09-29
1
-1
/
+1
*
Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of
miod
2012-09-29
1
-3
/
+6
*
Remove leftover loongson or sgi references.
miod
2012-06-17
1
-1
/
+1
*
obio renamed iobus, moved interrupt handler code to dev/octeon_intr.c
syuu
2011-05-08
1
-0
/
+323