summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ipl_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* atomic.h:alc1999-07-231-2/+2
* An SMP-specific change: Eliminate an unnecessary lock acquire and releasealc1999-07-201-10/+1
* An SMP-specific change: eliminate another check on bsp_apic_ready.alc1999-07-171-10/+1
* remove a set_cpl which survived last change.phk1999-07-121-2/+1
* We may have three ways to generate the SPL functions, but one tablephk1999-07-111-54/+25
* An SMP-specific change: eliminate a check on bsp_apic_readyalc1999-07-101-11/+5
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-101-6/+12
* An SMP-specific change: Remove unnecessary lock acquires and releasesalc1999-06-301-27/+12
* Un-duplicate DO_SETBITS() (it was identical for both SMP and !SMP)..peter1999-05-091-30/+16
* loadandclear() uses an atomic instruction (even on SMP, where it's anpeter1999-05-091-3/+3
* Pull in prototype for splq().peter1999-05-061-1/+2
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-1/+2
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-1/+9
* Block cam hardware interrupts at splvm(). Controller drivers maygibbs1999-03-051-4/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+4
* Fixed disordering of *cam* and splsoftvm.bde1998-02-011-14/+14
* Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.gibbs1998-01-151-1/+8
* Added a couple short-term debugs and a fix to the SPIN_MAX variable.fsmp1997-09-281-5/+21
* Added a missing comma for the INTR_SPL case.fsmp1997-09-271-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-12/+32
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-071-66/+173
* Removed unused #includes.bde1997-09-011-2/+1
* Support for the new FAST_HI algorithm, enabled.fsmp1997-08-291-2/+2
* A clean fix for the spl "deadlock before smp_active" problem.fsmp1997-08-241-19/+22
* Fix a deadlock caused by one of the spl functions being called beforefsmp1997-08-241-11/+10
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-241-4/+157
* Preperation for moving cpl into critical region access.fsmp1997-08-201-1/+11
* Bruce's original implementation of the splxxx() routines, but as C codepeter1997-05-311-0/+94
OpenPOWER on IntegriCloud