Reverting to 13775. Sorry for the mess. This is dedicated to Jane! 19934415.
[reactos.git] / reactos / ntoskrnl / ke / dpc.c
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-05 Hartmut Birr- Replaced MP with CONFIG_SMP.
2005-01-01 Hartmut Birr- Fixed the access to the KPCR in KiQuantumEnd.
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-11-27 Hartmut Birr- Fixed the processor number at the call to KiIpiSendRe...
2004-11-21 Hartmut Birr- Acquire always the dpc lock on smp systems.
2004-11-21 Hartmut Birr- Fixed the check for the empty (or not empty) dpc...
2004-11-21 Alex Ionescu1) Updated KUSER_SHARED_DATA to NT5+ exported documente...
2004-10-31 Filip Navara- Call KiDispatchInterrupt only if DPC software interru...
2004-10-31 Hartmut Birr- Implemented KeSetTargetProcessorDpc.
2004-10-31 Hartmut Birr- Dpc's must be always deliver before a thread switch...
2004-10-31 Hartmut Birr- Initialize the pcr for an application processor befor...
2004-10-30 Filip Navara- Change ULONG to ULONG_PTR for StackLimit.
2004-10-23 Gregor AnichFixed debug build, uncommented NDEBUG in io/pnpmgr.c
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-13 Alex IonescuImplemented KeAreApcsDisabled, KeFlushEntireTb, KeIsExe...
2004-10-01 Hartmut Birr- Rewrote parts of the Process & Thread time count...
2004-08-21 Mike NordellFix misplaced STDCALL
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-12 Alex IonescuFixed/Added Stubs.
2004-07-29 James TaborNew Process & Thread time locking and experimental...
2004-06-23 Alex IonescuAdded Ke Stubs
2004-01-18 Gunnar DalsnesKiAcquire/ReleaseSpinLock adaption
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-16 Hartmut Birr- Fixed the delivering of pending dpcs in KiDispatchInt...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-01-09 David WelchMore swapping fixes
2001-04-03 David WelchKeep DPC queue size correct
2001-04-02 Phillip SusiFixed DPC bug: when the DPC is run, it has been removed...
2000-12-10 David WelchSome work on file caching
2000-07-10 Eric KohlMoved interrupt code from hal into kernel
2000-07-04 David WelchAdded working set functions
2000-07-01 Eric KohlReplaced boot_param by LOADER_PARAMETER_BLOCK
2000-06-29 David WelchMade header file usage more consistent
2000-06-04 Eric KohlFixed STDCALL issues in Ke functions
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-05 Phillip Susifixed sync problem: set dpc lock field before, rather...
1999-12-05 Phillip Susifixed sync bug by elevating IRQL
1999-12-02 David WelchSome bug fixes.
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-06-27 Eric KohlFixed irq level assertations (assert -> assert_irql).
1999-06-10 David WelchFixed problem with dpc execution
1999-05-29 David WelchLots of changes to the kernel
1999-01-04 David WelchCreated bugs in wait and timer code
1998-12-08 David WelchCorrected a memory leak in the read cleanup code
1998-12-08 David WelchCorrected a number of bugs, including the keyboard one
1998-09-15 Rex Jollifffixes and changes to support IDE driver
1998-09-05 Rex JolliffThis commit was generated by cvs2svn to compensate...
1998-08-25 Rex JolliffInitial revision