- Simplify KiSelectReadyThread.
[reactos.git] / reactos / ntoskrnl / include / internal / ke_x.h
2007-01-17 Alex Ionescu- Simplify KiSelectReadyThread.
2007-01-16 Alex Ionescu[22 bug fixes]:
2007-01-16 Alex Ionescu- Simplify KiWaitTest.
2007-01-04 Alex Ionescu- Fix a bug in KeLeaveCriticalRegion which was deliveri...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-10-25 Alex Ionescu- Move all ASM internal intrinsics to intrin_i.h. Reque...
2006-10-23 Alex Ionescu- Properly implement inline versions of KeGetCurrentThr...
2006-10-19 Alex Ionescu- Fixup DEBUG_OBJECT definition.
2006-09-16 Alex Ionescu- Fix one of the oldest hacks in ReactOS: KeGetCurrentT...
2006-09-16 Alex Ionescu- Merge in my latest Dispatcher changes for KeWaitForMu...
2006-09-14 Alex Ionescu- Converted some macros to inlined functions.
2006-09-14 Alex Ionescu- Implement KiAcquireDispatcherObject, KiReleaseDispatc...
2006-09-14 Alex Ionescu- Implement KiUnlinkThread to unlink a thread from...
2006-09-13 Alex Ionescu- Implement KxAcquireSpinLock/KxReleaseSpinLock for...
2006-09-13 Alex Ionescu- Use inlined guarded region routines instead of duplic...
2006-09-13 Alex Ionescu- Implement KiAcquireDeviceQueueLock/KiReleaseDeviceQue...
2006-09-11 Alex Ionescu- Implement KiReleaseProcessLockFromDpcLevel and use...
2006-09-11 Alex Ionescu- Fix a critical bug in KiComputeNewPriority.
2006-09-11 Alex Ionescu- Fix KiDeliverApc prototype for PPC compatibilty.
2006-09-11 Alex Ionescu- Fix lock acquisition/release mismathces in KiInsertQu...
2006-09-11 Alex Ionescu- Re-implement KiRequestApcInterrupt in ke_x.h. Make...
2006-09-11 Alex Ionescu- Fix KeEnterCriticalRegion/KeLeaveCriticalRegion by...
2006-09-10 Thomas BluemelFix difference in signedness warning
2006-09-10 Alex Ionescu- Implement KiAcquireProcessLock, KiReleaseProcessLock.
2006-09-10 Alex Ionescu- Fix definition of SYNCH_LEVEL.
2006-09-10 Alex Ionescu- Add some definitions to ketypes.h
2006-07-22 Alex Ionescu- Implement KiRecalculateDueTime to handle cases where...
2006-07-14 Alex Ionescu- Add KiCheckThreadStackSwap and KiAddThreadToWaitList...
2006-07-13 Alex Ionescu- More cleanup of wait.c
2006-07-13 Alex Ionescu- Cleanup + formatting fixes for wait.c
2006-07-13 Alex Ionescu- Fix KiAcquireMutexContended, it was broken in contend...