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