t='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/sys/arch/shark/isa/isa_irqhandler.c
AgeCommit message (Expand)Author
2020-11-22malloc(9) -> kmem(9) (easy, straight-forward cases only, for now)thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2014-09-21fix leakchristos
2014-02-22include <arm/locore.h>matt
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-27Merge kernel changes in matt-armv6 to HEAD.matt
2008-01-06current_intr_depth is dead. kill it off for good.matt
2008-01-06Make sure interrupt handler is updating curcpu()->ci_depthmatt
2008-01-06A quick hack to make cpu_intr_p() work on shark. Needs to be fixedad
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-08-13Remove all references to spl_mask. Now it isn't used by any sources.tsutsui
2007-03-09Make sure to include IPL_SOFT* and IPL_STATCLOCK when setting up IRQ masks.matt
2007-03-08Clean the bitrotting ofw code. Don't export export the underlying irqmatt
2007-02-20Switch shark from intrcnt to evcntmatt
2007-02-19Move softintr_init from irq_init to cpu_configure.matt
2007-02-18Don't export spl_smasks or soft_interrupts. They are local to intr.cmatt
2007-02-18Call softintr_init()matt
2006-05-11remove irqblock[] as no one uses it. reviewed by Ben Harris.yamt
2005-12-11merge ktrace-lwp.christos
2003-07-15__KERNEL_RCSID()lukem
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2002-10-05add missing protos.chs
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-04-03Remove unused extern decls.thorpej
2002-02-10Kill arch/arm32. The last platform supported there, Shark, is nowthorpej