i386 - Get completely rid of APIC_IO
[dragonfly.git] / sys / platform / pc32 / icu / icu_vector.s
2010-10-06 Michael Neumanni386 - Get completely rid of APIC_IO apic_io
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2009-07-11 Sepherosa ZiehauUse same interrupt vector handler for fast/slow interru...
2008-08-02 Matthew DillonCreate an #include layer for bus/pci and bus/isa so...
2008-05-08 Matthew DillonClear the direction flag (CLD) on entry to the kernel...
2008-01-14 Matthew DillonAttempt to fix an interrupt recursion which can occur...
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
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...
2005-11-04 Matthew DillonICU/APIC cleanup part 11/many.
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 DillonICU/APIC cleanup part 8/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 6/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 3/many.
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-02-27 Jeroen Ruigrok/asmodaiGet rid off PC98 conditional code.
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-07 Matthew DillonFix a bug introduced in the last commit. When calculat...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
2003-07-08 Matthew DillonMP Implementation 2/4: Implement a poor-man's IPI messa...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-07-01 Matthew DillonRemove pre-ELF underscore prefix and asnames macro...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-29 Matthew DillonMisc interrupts/LWKT 1/2: interlock the idle thread...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-28 Matthew Dillonformat cleanup for readability. Tab out back-slashes.
2003-06-28 Matthew Dillonsmp/up collapse stage 1 of 2: Make UP use the globaldat...
2003-06-22 Matthew DillonFinish migrating the cpl into the thread structure.
2003-06-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: