index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
octeon
/
dev
/
octeon_intr.c
Age
Commit message (
Expand
)
Author
2019-03-17
Let each interrupt controller driver choose how to implement
Visa Hankala
2019-03-17
Move intr_barrier(9) to the platform level so that it can be customized.
Visa Hankala
2019-03-16
Unify the top-level structure of interrupt handles. This helps
Visa Hankala
2017-06-18
Split octeon interrupt code into a glue layer and a CIU driver.
Visa Hankala
2017-06-18
Move IPI control entry points into octeon_intr.c.
Visa Hankala
2017-04-06
Extend the fdt interrupt API a little.
Visa Hankala
2016-12-08
Add a routine for setting up interrupt handlers using fdt.
Visa Hankala
2016-12-04
Add handling for the second interrupt bank.
Visa Hankala
2016-12-03
Implement octeon_intr_disestablish().
Visa Hankala
2016-12-02
Drop stale prototypes and an outdated comment.
Visa Hankala
2016-12-02
Simplify interrupt dispatching by processing requests without
Visa Hankala
2016-11-20
Drop pointless type casts.
Visa Hankala
2016-07-16
Add $OpenBSD$ / replace $Id$ with $OpenBSD$.
Visa Hankala
2016-03-06
Rename mips64's trap_frame into trapframe.
Martin Pieuchot
2015-09-26
xheart_splx() has to restore the interrupt mask even on secondary CPUs
Visa Hankala
2015-09-26
Let MP-safe interrupt handlers run without the kernel lock on octeon.
Visa Hankala
2015-05-01
Do not grab the kernel lock for clock interrupts. Help and ok kettenis@
Miod Vallat
2014-09-30
implement atomic operations using ll/sc, and convert rw_cas and callers of the
Jonathan Matthew
2013-06-02
move octeonreg.h to a more generic location and add multiple inclusion
Jasper Lievisse Adriaanse
2012-10-03
Don't include <mips64/archtype.h> when you don't need it.
Miod Vallat
2012-10-03
Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs,
Miod Vallat
2012-09-29
Handle the coprocessor 0 cause and status registers as a 64 bit value now,
Miod Vallat
2012-09-29
Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of
Miod Vallat
2012-06-17
Remove leftover loongson or sgi references.
Miod Vallat
2011-05-08
obio renamed iobus, moved interrupt handler code to dev/octeon_intr.c
Takuya ASADA