Simplified the definition of the interrupt handlers for non smp machines.
[reactos.git] / reactos / ntoskrnl / ke / i386 / irqhand.s
2006-01-02 Hartmut BirrSimplified the definition of the interrupt handlers...
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-07-05 Filip Navara- Convert pure inline assembler .c files to .S files.
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-21 Thomas Bluemelminor optimization
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2004-11-01 Hartmut Birr- Share the irq/irql/vector definitions between ntoskrn...
2004-10-31 Eric KohlCode clean-up.
2004-10-31 Hartmut Birr- Save/initialize/restore the gs register on interrupt...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-05-02 David WelchFixed irq problems.
2001-04-21 David WelchSet the fs register properly on entry to the kernel...
2001-02-16 David WelchChanged irq handler from C to assembler