summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/icu_vector.s
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new potientially cleaner interface for accessing per-cpujake2000-12-131-2/+2
* Cleanup some leftover lint from the old interrupt system.peter2000-12-041-31/+0
* Change doreti to take a trapframe instead of an intrframe.jake2000-12-011-2/+2
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-061-39/+9
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-13/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-43/+49
* Pack the SWI bits to save some time and space.bde2000-05-311-6/+2
* Add SWI_TQ_MASK to imask definition.dfr2000-05-291-1/+1
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitobrien2000-05-101-9/+9
* $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-3/+3
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-281-18/+20
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-5/+10
* Generate intrnames[] dynamically. This should be new-bus friendly.bde1999-04-141-34/+1
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-111-2/+2
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-111-6/+5
* Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.gibbs1998-01-151-3/+3
* Fix a serious bug I introduced while adding in support for CAM interrupts.gibbs1997-09-281-5/+7
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-4/+6
* Change an assemble-time divide into a shift. Under binutils-2.8 gas in elfpeter1997-09-081-2/+2
* Removed the defunct GET_MPLOCK/REL_MPLOCK macros.fsmp1997-07-241-5/+1
* The SWI_NET_MASK and SWI_TTY_MASK handlers are now back adjacent to thepeter1997-05-311-3/+5
* Split vector.s into UP and SMP specific files:fsmp1997-05-261-0/+249
OpenPOWER on IntegriCloud