kernel - Fix serious issue w/ smp_invltlb(), plus other issues (3)
[dragonfly.git] / sys / platform / pc32 / isa / ipl.s
2010-10-31 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
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...
2009-07-11 Sepherosa ZiehauRemove unused code in pc32/ipl.s
2009-07-11 Sepherosa ZiehauRemove unused code in pc32/ipl.s
2009-05-02 Sepherosa Ziehaulapic timer: Add necessary bits for lapic timer interru...
2007-01-22 Simon SchubertPass structs by reference if you expect the callee...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2005-12-06 Matthew Dillondoreti and splz were improperly requiring that the...
2005-11-22 Matthew DillonRemove unused label.
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 7/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 3/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 2/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2004-03-30 Matthew DillonSecond major scheduler patch. This corrects interactiv...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-09-25 Matthew DillonFix a number of mp_lock issues. I had outsmarted mysel...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-07-20 Matthew Dillondoreti was improperly clearing the entire gd_reqflags...
2003-07-12 Matthew DillonCollapse gd_astpending and gd_reqpri together into...
2003-07-11 Matthew Dillonmisc cleanup. Add a case where we don't want an idleth...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-08 Matthew DillonMP Implementation 2/4: Implement a poor-man's IPI messa...
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 Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-22 Matthew DillonFinish migrating the cpl into the thread structure.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: