pc32: Split out isa_intr.h and move isa/intr_machdep.h to include/
[dragonfly.git] / sys / platform / pc32 / apic / apic_vector.s
2011-02-01 Sepherosa Ziehaupc32: Split out isa_intr.h and move isa/intr_machdep...
2011-01-27 Sepherosa Ziehauioapic: Support upto 192 IDT entries
2011-01-09 Sepherosa Ziehauintr: Support upto 192 IDT entries in ipl and intr...
2011-01-09 Sepherosa Ziehauintr: Don't pass the vector name to INTR_HANDLER
2011-01-09 Sepherosa Ziehauintr: We no longer have the fast version of intrs
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael Neumanni386 - Get completely rid of APIC_IO
2010-11-02 Sascha Wildnerkernel: Remove a number of unnecessary use_*.h inclusions.
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2009-07-17 Sepherosa ZiehauAPIC ABI: Support 32 IDT vectors
2009-07-11 Sepherosa ZiehauUse same interrupt vector handler for fast/slow interru...
2009-07-11 Sepherosa ZiehauRemove unused code in pc32/apic_vector.s
2009-07-11 Sepherosa ZiehauIO APIC: Get rid of apic_imen
2009-07-11 Sepherosa ZiehauIO APIC: Get rid of apic_pin_trigger
2009-07-11 Sepherosa ZiehauUse genassym to replace magic numbers in pc32/apic_...
2009-07-11 Sepherosa ZiehauAPIC vector: Compact redirect entry's mask bit setting...
2009-05-11 Sepherosa ZiehauCount inter-processor and LAPIC timer interrupts
2009-05-03 Sepherosa Ziehaulapic timer: Improve lapic timer vector code
2009-05-02 Sepherosa Ziehaulapic timer: Add necessary bits for lapic timer 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-11-02 Matthew DillonICU/APIC cleanup part 2/many.
2005-11-02 Matthew DillonICU/APIC cleanup part 1/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-07-20 Matthew DillonWhen a cpu is stopped due to a panic or the debugger...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
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...
2004-02-12 Matthew DillonChange lwkt_send_ipiq() and lwkt_wait_ipiq() to take...
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
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-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 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-01 Matthew DillonRemove pre-ELF underscore prefix and asnames macro...
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-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
2003-06-18 Matthew Dillonthread stage 1: convert curproc to curthread, embed...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: