summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ipl.s
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new potientially cleaner interface for accessing per-cpujake2000-12-131-4/+4
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-26/+0
* Change doreti to take a trapframe instead of an intrframe.jake2000-12-011-1/+2
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-33/+1
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-8/+10
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-128/+21
* AT&T asm syntax requires a leading '*' in front of the operand for indirectobrien2000-05-101-2/+2
* This should fix the lockups people have been experiencing. I muffed updillon2000-03-291-1/+1
* The SMP cleanup commit broke need_resched, this fixes that and alsodillon2000-03-291-3/+3
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-91/+28
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-191-3/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-101-64/+20
* An SMP-specific change: Add the lock prefix to RMW operationsalc1999-07-031-2/+3
* Unifdef VM86.jlemon1999-06-011-7/+1
* Fixed profiling of elf kernels. Made high resolution profiling compilebde1999-05-061-1/+3
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-6/+12
* Move initialization of SWI's in the tty|net|bio masks from isa.c intopeter1999-04-111-5/+5
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-111-28/+1
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-111-17/+26
* Extend cpl workaround so that it applies when we are returning tojlemon1998-07-271-3/+5
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-231-1/+8
* When entering the apic version of slow interrupt handler, leveltegge1998-03-031-1/+25
* Add support for low resolution SMP kernel profiling.tegge1997-12-151-3/+7
* Disable the TEST_CIL code till I can commit the complete solution.fsmp1997-10-131-1/+5
* Fixed a foobar on my part that broke non-SMP kernels. (I need some sleep...)fsmp1997-09-291-11/+24
* Screwed the debug for the cil deadlock, another 3 hours down the tubes...fsmp1997-09-291-2/+2
* Added a couple short-term debugs and a fix to the SPIN_MAX variable.fsmp1997-09-281-2/+17
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-3/+10
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-071-27/+21
* Support for the new FAST_HI algorithm, enabled.fsmp1997-08-291-7/+40
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-241-79/+59
* Another boo-boo, this file defines cil.fsmp1997-08-211-1/+5
* Preperation for moving cpl into critical region access.fsmp1997-08-201-7/+4
* Oops, fix breakage to UP kernel.fsmp1997-08-101-1/+3
* Added trap specific lock calls: get_fpu_lock, etc.fsmp1997-08-101-7/+8
* VM86 kernel support.dyson1997-08-091-1/+27
* Converted the TEST_LOPRIO code to default.fsmp1997-07-311-1/+5
* New simple_lock code in asm:fsmp1997-07-231-1/+3
* Store SWI_MASK in a variable so that LKMs can use it portably.bde1997-07-211-1/+3
* Store the macro values for SWI_TTY_MASK and SWI_NET_MASK in variables topeter1997-05-311-1/+6
* Split vector.s into UP and SMP specific files:fsmp1997-05-261-0/+320
OpenPOWER on IntegriCloud