Standardize comment headers. Patch by Trevor McCort
[reactos.git] / reactos / ntoskrnl / ke / i386 / irq.c
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-25 Alex IonescuFix bug 474. Patch by tinus
2005-01-05 Hartmut Birr- Replaced MP with CONFIG_SMP.
2005-01-03 Gé van GeldorpSince we can load .sym files when defined(DBG) now...
2005-01-01 Hartmut Birr- Fixed a debug message in KeConnectInterrupt.
2005-01-01 Hartmut Birr- Implemented KeAcquireInterruptSpinLock and KeReleaseI...
2004-11-27 Hartmut Birr- Simplified the irq lock table.
2004-11-10 Alex IonescuRewrote APC Implementation.
2004-11-07 Filip Navara- Export the InitSafeBootMode variable as per KB83764.
2004-11-01 Hartmut Birr- Changed/rewrote parts of the mp code to get my ASUS...
2004-11-01 Hartmut Birr- Share the irq/irql/vector definitions between ntoskrn...
2004-10-31 Filip Navara- Use common KiInterruptDispatch2 function for both...
2004-10-31 Hartmut Birr- Save/initialize/restore the gs register on interrupt...
2004-10-30 Filip Navara- Change ULONG to ULONG_PTR for StackLimit.
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-17 Hartmut Birr- Used variables from the KPCR for the current irql...
2004-10-01 Hartmut Birr- Rewrote parts of the Process & Thread time count...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-30 James TaborMoved KiTimerSystemAuditing flag to main.c so it can...
2004-04-16 James TaborVmWare is having problems with Volatile and Atomic...
2004-04-14 James TaborImproved Passive Level kernel and user time counters.
2004-03-09 David Welch- Replaced some common sequences of inline assembly...
2004-01-18 Gunnar DalsnesKiAcquire/ReleaseSpinLock adaption
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginUpdate inline assembler to be compatible with MSVC
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-08-25 Hartmut Birr- Check always the irq trapframe's cs before delivering...
2003-07-20 David Welch- Checked in Petr Matousek's APC fix.
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-06-11 Gé van GeldorpPatch by Hartmut to clean up my mess
2003-06-07 Gé van GeldorpFix NtGetContextThread() and implement NtSetContextThread()
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-06 Casper Hornstrup2003-04-06 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-02 Hartmut BirrMoved the call to HalEndSystemInterrupt to the end...
2002-12-09 Hartmut BirrEnable/Disable the irq in KeConnectInterrupt/KeDisconne...
2002-12-09 Robert DickensonAdded a dummy copy of KiInterruptDispatch2 and removed...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-07-10 Eric KohlRenamed some thread states.
2002-05-06 David WelchAdded some comments.
2002-05-02 David WelchFixed irq problems.
2002-04-20 Phillip SusiKiInterruptDispatch was leaving interrupts disabled...
2002-02-15 Eric KohlRemoved obsolete functions/protypes HalInitFirstTask...
2002-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
2001-04-26 Phillip SusiUndo last change removing config.h, which is now correc...
2001-04-26 Phillip SusiRemoved references to obsolete config.h preventing...
2001-04-20 Casper HornstrupCall KiUpdateSystemTime from KiInterruptDispatch if...
2001-04-16 David WelchFurther SMP initialization work (now boots all processo...
2001-04-16 David WelchSMP detection work
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-03-16 David Welch* include/ddk/zw.h: Corrected declarations of NtCreateP...
2001-03-14 David WelchMerge adjacent free blocks in the non-paged pool
2001-03-07 David WelchAdded tagging of most allocates
2001-02-06 David WelchFixed timer code
2001-01-18 David WelchFixes for problems with NtReplyWaitReceive and KeWaitFo...
2000-12-10 David WelchSome work on file caching
2000-07-24 Eric KohlImplemented hal system interrupt functions
2000-07-10 Eric KohlMoved interrupt code from hal into kernel