index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
newsmips
/
include
/
intr.h
Age
Commit message (
Expand
)
Author
2018-10-14
Add NWS-4000 support.
tsutsui
2016-07-21
Don't include <mips/locore.h> in <machine/intr.h>, introduces circular
christos
2011-02-20
Merge forward matt-nb5-mips64
matt
2009-04-10
Include <sys/evcnt.h> instead of <sys/device.h> for struct evcnt
tsutsui
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-12-03
Interrupt handling changes, in discussion since February:
ad
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-06-17
Move declaretions of _spl*() and _{clr,set}softintr() functions
tsutsui
2007-02-16
Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts
ad
2006-12-21
merge yamt-splraiseipl branch.
yamt
2005-12-11
merge ktrace-lwp.
christos
2005-02-06
Change u_int -> uint32_t, u_char,char -> uint8_t where appropriate.
tsutsui
2005-02-06
Misc cleanup:
tsutsui
2003-10-25
Switch to use MI mk48txx(4) and todr(9) for MK48T02 todclocks on newsmips.
tsutsui
2003-05-25
Add MI softintr(9) support with common mips/softintr.c.
tsutsui
2003-05-10
- Prepare common structures for interrupt handler and share them between
tsutsui
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
2001-01-14
Make sure everybody has an splvm() and equate it with splimp() (splimp()
thorpej
2000-08-22
Add spllock(). See spl(9) for details.
thorpej
2000-08-21
Make sure we provide splsched() as described in spl(9).
thorpej
2000-04-14
Adapt cpu_intr change.
tsubai
1999-12-31
Add zs softint definition. (I forgot to commit this...)
tsubai
1999-12-22
First cut of news5000 support.
tsubai
1999-10-17
Rearrange splxxx (from pmax). Closes PR 8445.
tsubai
1999-08-05
Change the semantics of splsoftclock() to be like other spl*() functions,
thorpej
1998-08-26
Add MD DELAY and spl routines to fit Nisimura's change.
tsubai
1998-06-08
Introduce newsmips_intr_t for intrcnt[].
tsubai