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
/
prep
/
include
/
intr.h
Age
Commit message (
Expand
)
Author
2011-06-17
intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT.
matt
2010-11-13
sys/device.h is not suitable for such low-level definitions.
uebayasi
2010-04-24
Support 64-bit imask for powerpc/pic.
kiyohara
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-10-17
Merge the ppcoea-renovation branch to HEAD.
garbled
2007-02-16
Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts
ad
2006-12-21
merge yamt-splraiseipl branch.
yamt
2006-07-13
Rather than hardcode the location of the Interrupt Vector Register, we
garbled
2006-06-29
Change how the MPIC/OpenPIC is configured at boot. Rather than scanning
garbled
2006-05-08
Switch prep over to evcnt(9). While I was here, I also switched it to
garbled
2006-05-03
Generic soft interrupt support for prep. Mostly copied from macppc,
garbled
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2005-12-24
__asm__ -> __asm
perry
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2003-09-03
Move CLKF_BASEPRI to machine specific <intr.h> file since it depends on
matt
2003-06-16
Rename IPL_IMP -> IPL_VM.
thorpej
2002-07-05
Peform a rototill over the powerpc-based ports.
matt
2002-05-30
Support IBM RS/6000 43P 7043-140.
nonaka
2002-02-26
Move the ext_intr() variant using the board interrupt vector register
kleink
2002-02-11
"doesn't" should have an 's'.
wiz
2002-02-11
achive is not a good word.
wiz
2002-02-10
prep_intr_reg is mapped in kva space, so make it vaddr_t.
kleink
2001-08-26
Make all powerpc ports use a common Makefile.powerpc (except walnut)
matt
2001-06-20
ANSI'fy
nonaka
2001-06-19
Back out last changes.
nonaka
2001-06-17
identified prep model.
nonaka
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-11-22
Make assym.h be generated again
matt
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-08-14
* Make spllower()ing functions not return the previous priority level,
kleink
2000-02-29
Initial import prep port.
nonaka