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
/
hp300
/
include
/
intr.h
Age
Commit message (
Expand
)
Author
2011-03-06
Remove trailing spaces.
tsutsui
2009-04-09
Include <sys/evcnt.h> instead of <sys/device.h> for struct evcnt.
tsutsui
2008-12-21
Remove obsolete code for old software interrupt emulation.
tsutsui
2008-06-22
Make cpu_intr_p() inline.
tsutsui
2008-06-22
Don't recompute an ipl level for IPL_VM during or after cpu_configure(9)
tsutsui
2008-06-15
Unify splraiseipl(9) implementation among m68k ports as per
tsutsui
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-01-28
- account idepth in a clock interrupt handler too
tsutsui
2007-12-03
Interrupt handling changes, in discussion since February:
ad
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-10-15
Add IPL_SERIAL definition since MI com(4) now requires it for mutex(9).
tsutsui
2007-03-11
- Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold
thorpej
2007-03-04
Remove #ifdef _KERNEL since this file is no longer exported.
tsutsui
2007-03-04
Hide #include <m68k/softintr.h> inside #ifdef _KERNEL in <machine/intr.h>
tsutsui
2007-03-04
Make hp300 use common m68k/softintr.c.
tsutsui
2007-02-16
Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts
ad
2007-02-15
Fix an indent in the previous.
tsutsui
2007-02-10
Rename _IPL_SOFT* macro to SI_SOFT* to sync with other m68k ports.
tsutsui
2006-12-21
merge yamt-splraiseipl branch.
yamt
2005-12-11
merge ktrace-lwp.
christos
2005-01-02
u_intNN_t -> uintNN_t
tsutsui
2003-11-08
Switch DCA and APCI serial devices to use MI com(4) driver.
tsutsui
2001-12-08
softintr(9) interface for hp300
gmcgarry
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
1999-08-05
Change the semantics of splsoftclock() to be like other spl*() functions,
thorpej
1999-08-01
Store computed PSL values in an array indexed by abstract interrupt
thorpej
1999-06-15
Slightly rearrange the SSIR inline assembly implementation in order to avoid
kleink
1998-05-18
Spell `interrupt' correctly.
kleink
1997-10-09
Fix tipo inherited from old version of TNF copyright template.
jtc
1997-07-24
Use optimized _splraise() implementation, from mac68k/intr.h
scottr
1997-04-14
Rearrange the interrupt code slightly:
thorpej