summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/intr.h
AgeCommit message (Expand)Author
2007-04-03Make the ast on i386 per-process instead of per-cpu. This makesArtur Grabowski
2007-03-23Remove duplicated defines from intr.h that are already defined inArtur Grabowski
2006-05-29implement reliable microtime on smp (joint work w/ otto):Michael Shalayeff
2006-03-12remove IPL_IMP and splimp().Brad Smith
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-01-07Fix profiled kernel builds on i386 by moving splraise/splx code into macrosChristopher Pascoe
2004-12-24Rewrite intlock/intunlock not to pass around interrupt frame directlyPeter Valchev
2004-06-16We need __splbarrier to compile kernel, tho it should beAlexander Yurchenko
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-05-23workaround gcc brokenness by outlining spl functions.Ted Unangst
2003-04-17i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.Dale Rahn
2002-12-11Some people say that "__asm __volatile("")" is not enough.Artur Grabowski
2002-07-19Define an IPL_VM and mark IPL_IMP as "not to be used".Artur Grabowski
2002-06-11define IPL_STATCLOCKArtur Grabowski
2002-05-22Implement splassert. Even simpler than on the sparc.Artur Grabowski
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-14SMALL_KERNEL -> outline splxNiklas Hallqvist
2001-12-13remover registers. bracket spl regions with asm volatilesNiklas Hallqvist
2001-12-04New try at a level based irq system.Niklas Hallqvist
2001-11-18Revert niklas's broken ICU interrupt handling changes; deraadt@ okAaron Campbell
2001-11-12Redo the ICU interrupt handling system to better emulate an APIC system.Niklas Hallqvist
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2000-08-05$OpenBSD$Niklas Hallqvist
2000-07-06Change splsoftclock() to raise the spl, instead of lowering it.Hakan Olsson
1999-07-26Some people don't have enough RAM in their PCs and expect swapping toConstantine Sapuntzakis
1999-07-23From NetBSD; let i386 run audio at a high IPLNiklas Hallqvist
1996-08-06splstatclock to splhigh; problem pointed out by gopalTheo de Raadt
1996-05-25syncTheo de Raadt