aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/apic_vector.s
Commit message (Expand)AuthorAgeFilesLines
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,Tor Egge1998-09-061-6/+11
* Make irq forwarding truely functional.Luoqi Chen1998-09-041-11/+1
* Register tty software interrupt handlers at run time using register_swi()Bruce Evans1998-08-111-2/+2
* Implemented dynamic registration of software interrupt handlers. NotBruce Evans1998-08-111-10/+5
* Add forwarding of roundrobin to other cpus. This gives a more regularTor Egge1998-05-171-3/+54
* Mask the interrupt before setting the corresponding bit in ipending ifTor Egge1998-04-221-6/+7
* Remove special handling for resuming clock interrupt when using APIC_IO.Tor Egge1998-03-051-16/+1
* When entering the apic version of slow interrupt handler, levelTor Egge1998-03-031-40/+303
* Forward the signal if the process runs on a different CPU. This reducesTor Egge1998-03-031-5/+5
* Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.Justin T. Gibbs1998-01-151-3/+3
* The improvements to clock statistics by Tor EggeSteve Passe1997-12-081-4/+146
* Fix a serious bug I introduced while adding in support for CAM interrupts.Justin T. Gibbs1997-09-281-2/+3
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-4/+7
* General cleanup of the lock pushdown code. They are grouped and enabledSteve Passe1997-09-071-25/+50
* Another round of lock pushdown.Steve Passe1997-08-301-3/+3
* Support for the new FAST_HI algorithm, enabled.Steve Passe1997-08-291-12/+79
* The last of the encapsolation of cpl/spl/ipending things into a criticalSteve Passe1997-08-241-25/+40
* Made PEND_INTS default.Steve Passe1997-08-211-153/+106
* Preperation for moving cpl into critical region access.Steve Passe1997-08-201-8/+72
* Added trap specific lock calls: get_fpu_lock, etc.Steve Passe1997-08-101-6/+15
* Added 'lock' instruction before 3 places that update ipending.Steve Passe1997-08-091-1/+4
* Converted the TEST_LOPRIO code to default.Steve Passe1997-07-311-38/+5
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.Steve Passe1997-07-281-2/+52
* clock.c:Steve Passe1997-07-261-34/+26
* New simple_lock code in asm:Steve Passe1997-07-231-14/+60
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.Steve Passe1997-07-181-23/+7
* Cleanup.Steve Passe1997-07-151-5/+5
* Tighten up asm code for EOI access.Steve Passe1997-07-151-11/+6
* Cleanup old stop_cpus/restart_cpus() cruft.Steve Passe1997-07-131-45/+37
* First cut at code for handling "spurious INTerrupts".Steve Passe1997-07-061-22/+84
* apic_vector.s:Steve Passe1997-06-271-1/+76
* Preliminary support for per-cpu data pages.Peter Wemm1997-06-221-13/+12
* The SWI_NET_MASK and SWI_TTY_MASK handlers are now back adjacent to thePeter Wemm1997-05-311-4/+6
* Split vector.s into UP and SMP specific files:Steve Passe1997-05-261-0/+306