i386 - Get completely rid of APIC_IO
[dragonfly.git] / sys / platform / pc32 / isa / intr_machdep.c
2010-10-06 Michael Neumanni386 - Get completely rid of APIC_IO apic_io
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-09-05 Matthew DillonMove the code that eats certain PNP IDs into a ISA...
2005-12-24 Sascha Wildner* Ansify function definitions.
2005-11-21 Matthew DillonRemove inthand_add() and inthand_remove(). Instead...
2005-11-04 Matthew DillonFix a comment. The slave is connected to IRQ 2 on...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-03 Matthew DillonICU/APIC cleanup part 9/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 7/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 6/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 5/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 4/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-10-26 Matthew DillonRedo the interrupt livelock code. Simplify the frequen...
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-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-11 Sascha WildnerDispose of support for IBM's Micro Channel architecture...
2005-06-03 Matthew DillonRemove spl*() calls from i386, replacing them with...
2005-05-25 Matthew DillonFix a bugaboo in the last commit. We can't move to...
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-27 Jeroen Ruigrok/asmodaiGet rid off PC98 conditional code.
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-04-10 Matthew DillonDo some minor critical path performance improvements...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-03-10 Hiten PandyaFix spelling mistake, s/itnerrupts/interrupts/.
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-20 David Rhodus* Fix placement of return value.
2004-02-20 David Rhodus* Return if array is out of bounds in icu_setup function.
2004-02-11 Matthew Dillonisa_wrongintr() cannot depend on the (void *) unit...
2003-10-27 Matthew DillonFix a bug introduced when I redid the stray interrupt...
2003-09-24 David Rhodus* Intel ACPI 20030228 distribution with local DragonFl...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
2003-07-12 Matthew DillonForward FAST interrupts to the MP lock holder + minor...
2003-07-11 Matthew Dillonmisc cleanup. Add a case where we don't want an idleth...
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-07-04 Matthew DillonGeneric MP rollup work.
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
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: