- Optimized the dispatcher lock. It is now gone on non-SMP systems and IRQL is raised...
[reactos.git] / reactos / ntoskrnl / ke / kthread.c
2002-07-10 Eric KohlRenamed some thread states.
2002-06-10 Hartmut BirrReplaced all calls to MmDereferencePage with MmReleaseP...
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-05-07 Hartmut BirrLock/unlock address space in KeReleasThread.
2002-02-15 Eric KohlRemoved obsolete functions/protypes HalInitFirstTask...
2002-01-01 David WelchFixed some swapping bugs and deadlocks
2001-12-31 David WelchSwapping to disk
2001-12-31 David WelchVirtual memory support
2001-12-29 David WelchTrim cache
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-08-27 Eric KohlFixed callback calling conventions (part 2).
2001-08-03 Eugene IngermanLock address space before calling MmCreateMemoryArea.
2001-04-16 David WelchFurther SMP initialization work (now boots all processo...
2001-04-16 David WelchSMP detection work
2001-03-29 David WelchFixed int 10 problems
2001-03-18 David WelchFixes for APC handling
2001-03-16 David WelchRemoved obsolete header files
2001-03-08 David WelchProper cleanup after processes
2001-03-07 David WelchAdded tagging of most allocates
2001-02-06 David WelchFixed timer code
2001-01-21 David WelchFixed bug in NtFreeVirtualMemory reported by Philip...
2001-01-19 David Welch(Finally) implemented Philip Susi's suggestion for...
2000-12-23 David WelchAll task switching is done in software.
2000-12-22 Eric KohlImplemented NtResumeThread() and NtSuspendThread()
2000-12-10 David WelchSome work on file caching
2000-10-07 David WelchAdded multiboot support to ntoskrnl