index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sgi
/
include
/
intr.h
Age
Commit message (
Expand
)
Author
2009-08-22
Constify the what/name parameter of pci_intr_establish().
Michael Knudsen
2009-06-12
Make sure splsoftnet() masks softclock; fallout form switch to generic
Miod Vallat
2009-06-10
Switch sgi to per-process AST, and move ast() from interrupt.c to trap.c
Miod Vallat
2009-05-22
Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition from
Miod Vallat
2009-05-21
Make sure splx() reenables hardware interrupt sources, even there aren't
Miod Vallat
2009-03-20
Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS.
Miod Vallat
2009-03-15
Introduce splsoftassert(), similar to splassert() but for soft interrupt
Miod Vallat
2007-12-06
Fix typos/grammatical error in comments.
Joel Sing
2007-10-14
registred -> registered
Miod Vallat
2007-06-20
Make sure IPL_CLOCK blocks device interrupts.
Miod Vallat
2007-05-07
Move sgo to __HAVE_CPUINFO.
Mark Kettenis
2007-03-23
Real atomic_{set,clear}bits_int implementation, and replace similar
Miod Vallat
2006-07-09
I don't think we're talking about animals in here, so
Michael Knudsen
2006-03-12
remove splimp.
Brad Smith
2005-04-19
nothing uses spllowersoftclock() anymore
Michael Shalayeff
2005-01-31
Un-__P.
Alexander Yurchenko
2005-01-02
Add IPL_AUDIO/splaudio().
Mark Kettenis
2004-10-20
Fix some 64 bit address problems.
Per Fogelstrom
2004-09-27
Rewrite parts of the interrupt system to achive:
Per Fogelstrom
2004-09-24
new style interrupt counters; pefo ok
Theo de Raadt
2004-09-21
Nuke commons.
Miod Vallat
2004-09-20
// is not valid in asm. doh...
Per Fogelstrom
2004-09-20
splraise can be inlined or not by define
Per Fogelstrom
2004-09-20
Add support for R10K cpu class
Per Fogelstrom
2004-08-10
spacing
Theo de Raadt
2004-08-10
spacing
Theo de Raadt
2004-08-06
initial sgi import
Per Fogelstrom