Shuffle IPI handlers to the last two blocks of the IDT.
[dragonfly.git] / sys / platform / pc32 / isa / intr_machdep.h
2009-07-14 Sepherosa ZiehauShuffle IPI handlers to the last two blocks of the...
2009-05-02 Sepherosa Ziehaulapic timer: Add necessary bits for lapic timer interru...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2005-11-21 Matthew DillonRemove inthand_add() and inthand_remove(). Instead...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-03 Matthew DillonICU/APIC cleanup part 9/many.
2005-11-03 Matthew DillonReimplement IPI forwarding of FAST interrupts to the...
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 6/many.
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-09-10 Matthew DillonFix isa_wrongintr. The APIC vector was being directly...
2005-08-29 Matthew DillonGet rid of smp_rendezvous() and all associated support...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-05-24 Matthew DillonGet rid of bus_{disable,enable}_intr(), it wasn't gener...
2005-05-23 Matthew DillonAdd NEWBUS infrastructure for interrupt enablement...
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2003-10-11 David Rhodus* Add missing function declaration that was some how
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-07-12 Matthew DillonForward FAST interrupts to the MP lock holder + minor...
2003-07-11 Matthew DillonMP Implmentation 3B/4: Remove Xcpuast and Xforward_irq...
2003-07-08 Matthew DillonMP Implementation 2/4: Implement a poor-man's IPI messa...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: