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
/
i386
/
include
/
intr.h
Age
Commit message (
Expand
)
Author
2011-07-05
N: Thou shalt not call hardclock() with biglock held.
Owain Ainsworth
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2010-12-27
Eliminate x86_multicast_ipi() as unused and broken (doesn't handle #cpu>32).
Philip Guenthe
2010-12-21
Convert netisr to a normal soft interrupt instead of hanving MD code
Claudio Jeker
2009-08-13
Make the i386 APIC code closer to the amd64 version. Many whitespace fixes,
Mark Kettenis
2009-04-19
Switch the softinterrupt code on x86 over to mutexes instead of
Owain Ainsworth
2009-03-15
Introduce splsoftassert(), similar to splassert() but for soft interrupt
Miod Vallat
2008-09-28
Always include machine/cpu.h and remove i82489reg.h/i82489var.h.
Brad Smith
2008-05-07
Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTS
Mark Kettenis
2008-04-25
Make ipending per-cpu. Should fix PR 5788.
Mark Kettenis
2007-09-07
Remove some left-overs from the TSC based microtime. We don't need
Artur Grabowski
2007-05-25
Replace the overdesigned and overcomplicated tlb shootdown code with
Artur Grabowski
2007-05-16
splassert_ctl defaults to 1 now, so dont wrap the checks for
Thordur I. Bjornsson
2007-04-21
Introduce a smp aware hw.setperf mechanism, it will scale all CPUs or
Gordon Willem Klok
2007-04-03
Make the ast on i386 per-process instead of per-cpu. This makes
Artur Grabowski
2007-03-23
Remove duplicated defines from intr.h that are already defined in
Artur Grabowski
2006-05-29
implement reliable microtime on smp (joint work w/ otto):
Michael Shalayeff
2006-03-12
remove IPL_IMP and splimp().
Brad Smith
2005-04-19
nothing uses spllowersoftclock() anymore
Michael Shalayeff
2005-01-07
Fix profiled kernel builds on i386 by moving splraise/splx code into macros
Christopher Pascoe
2004-12-24
Rewrite intlock/intunlock not to pass around interrupt frame directly
Peter Valchev
2004-06-16
We need __splbarrier to compile kernel, tho it should be
Alexander Yurchenko
2004-06-13
debranch SMP, have fun
Niklas Hallqvist
2004-05-23
workaround gcc brokenness by outlining spl functions.
Ted Unangst
2003-04-17
i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.
Dale Rahn
2002-12-11
Some people say that "__asm __volatile("")" is not enough.
Artur Grabowski
2002-07-19
Define an IPL_VM and mark IPL_IMP as "not to be used".
Artur Grabowski
2002-06-11
define IPL_STATCLOCK
Artur Grabowski
2002-05-22
Implement splassert. Even simpler than on the sparc.
Artur Grabowski
2002-04-29
Define placeholders for art's splassert() debugging stuff on all arches.
Miod Vallat
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-14
SMALL_KERNEL -> outline splx
Niklas Hallqvist
2001-12-13
remover registers. bracket spl regions with asm volatiles
Niklas Hallqvist
2001-12-04
New try at a level based irq system.
Niklas Hallqvist
2001-11-18
Revert niklas's broken ICU interrupt handling changes; deraadt@ ok
Aaron Campbell
2001-11-12
Redo the ICU interrupt handling system to better emulate an APIC system.
Niklas Hallqvist
2001-06-24
Define splvm() for arches who don't already provide it, with the same
Miod Vallat
2000-08-05
$OpenBSD$
Niklas Hallqvist
2000-07-06
Change splsoftclock() to raise the spl, instead of lowering it.
Hakan Olsson
1999-07-26
Some people don't have enough RAM in their PCs and expect swapping to
Constantine Sapuntzakis
1999-07-23
From NetBSD; let i386 run audio at a high IPL
Niklas Hallqvist
1996-08-06
splstatclock to splhigh; problem pointed out by gopal
Theo de Raadt
1996-05-25
sync
Theo de Raadt