summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/atpic_vector.S
Commit message (Expand)AuthorAgeFilesLines
* Move ICU_* defines into icu.h.nyan2002-04-061-12/+0
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-011-2/+2
* Tab-out the backslashes in icu_vector.s to make it more readable and todillon2002-03-271-122/+122
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-57/+164
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-202/+98
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-98/+202
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-0/+2
* Remove the Xresume* labels from the i386 interrupt handlers; theiedowse2001-10-091-1/+0
* KSE Milestone 2julian2001-09-121-6/+6
* Don't enable interrupts before calling sched_ithd for threaded interrupts.jhb2001-03-051-1/+0
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-251-10/+10
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-2/+6
* Use %fs to access per-cpu variables in uni-processor kernels the samejake2001-01-061-0/+2
* 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