- Converted some macros to inlined functions.
[reactos.git] / reactos / ntoskrnl / include / internal / ke.h
2006-09-14 Alex Ionescu- Converted some macros to inlined functions.
2006-09-14 Alex Ionescu- Implement KeReadyThread that wraps KiReadyThread...
2006-09-14 Alex Ionescu- Implement KiUnlinkThread to unlink a thread from...
2006-09-13 Alex Ionescu- Remove usercall.c from portable part of Ke and add...
2006-09-11 Alex Ionescu- Fix KiDeliverApc prototype for PPC compatibilty.
2006-09-11 Alex Ionescu- Fix KeEnterCriticalRegion/KeLeaveCriticalRegion by...
2006-09-10 Alex Ionescu- KPROCSES Flags are LONG, not ULONG.
2006-09-10 Alex Ionescu- Get completely rid of old Dispatcher Lock macros...
2006-09-10 Alex Ionescu- Thread Support cleanup 1: Separate kthread.c into...
2006-09-10 Alex Ionescu- Add some definitions to ketypes.h
2006-09-06 Alex Ionescu- MSVC Build Fixes
2006-09-03 Alex Ionescu- Final cleanup for now:
2006-09-03 Alex Ionescu- Add Ke386SetInterruptDescriptorTable inlined function...
2006-09-03 Alex Ionescu- Add Ke386SetFs, Ds, Es (using Ke386SetSeg) and Ke386S...
2006-09-03 Alex Ionescu- Remove LDT initialization, LDT shouldn't be initializ...
2006-09-03 Alex Ionescu- Fix KTSS definition.
2006-09-02 Alex Ionescu- Add missing volatile statements to KPROCESS, KTHREAD...
2006-09-02 Alex Ionescu- Move machine-specific initializations to KeInit2.
2006-09-02 Alex Ionescu- More Initialization changes:
2006-09-01 Alex Ionescu- More initialization cleanup.
2006-09-01 Alex Ionescu- Multiple changes to low-level Kernel initalization...
2006-08-30 Alex Ionescu- It should now be safe to remove the V86 ESP0 hack...
2006-08-30 Alex Ionescu- Some fixes to KiDispatchException: Add support for...
2006-08-30 Alex Ionescu- Add about two dozen new bugcheck codes and strings.
2006-08-28 Alex Ionescu- Complete and utter reimplementation of V86 Mode for...
2006-08-24 Alex Ionescu- Got rid of the deprecated stuff left in irq.c and...
2006-08-24 Alex Ionescu- Update KeUpdateSystemTime to use variable increments.
2006-08-20 Alex Ionescu- Some micro-architectural changes and cleanups.
2006-07-23 Alex Ionescu- Acquire Process lock when touching the thread list...
2006-07-21 Alex Ionescu- Implement Kernel, Memory Manager and Process Manager...
2006-07-18 Alex Ionescu[AUDIT] - State.c is clean, it is merely a collection...
2006-07-17 Alex Ionescu[FORMATTING] - Cleanup win32.c
2006-07-17 Alex Ionescu- Added another MSVC intrinsic to gcc (BitScanReverse...
2006-07-13 Alex Ionescu- Fix utterly messed up unblocking/readying thread...
2006-07-13 Alex Ionescu- Cleanup + formatting fixes for wait.c
2006-07-13 Alex Ionescu- Fix KiAcquireMutexContended, it was broken in contend...
2006-07-09 Alex Ionescu- Massive re-write of some parts of Ps, based on a...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-01-15 Alex Ionescu- Update KeContextToTrapFrame to support separate Conte...
2006-01-10 Alex Ionescu- Fix regression in Firefox installer by making KiWaitS...
2006-01-09 Hartmut Birr- Fixed KiExitDispatcher.
2006-01-08 Alex Ionescu- Remove some public APIs from internal headers.
2006-01-06 Alex Ionescu- Invert CONFIG_SMP defines as requested by Hartmut
2006-01-05 Alex Ionescu- Change dispatcher lock release to be more like docume...
2006-01-05 Alex Ionescu- Optimized the dispatcher lock. It is now gone on...
2005-12-29 Alex IonescuMove some profile stuff to NDK and fix some bugs in...
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-03 Alex Ionescu- Rename KiCheckForKernelApcDelivery
2005-09-27 Alex Ionescu- Fix several flaws in APC logic.
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-09-13 Alex IonescuPart 1 of <many> ntoskrnl header cleanups
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-08-09 Alex Ionescu- Last patch was incomplete, apologies. SVN @ 5AM ...
2005-08-09 Alex Ionescu- Implement KeQueryBasePriorityThread to return the...
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-07-30 Alex IonescuDecrease quantum during wait and during no-wait......
2005-07-23 Alex Ionescu - Disable APC Queuing & Flush APC queues during thread...
2005-07-17 Hartmut BirrRequest the APC_INTERRUPT for the correct processor...
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-19 Alex IonescuFix some ntoskrnl things, like using Rtl instead of...
2005-06-19 Alex IonescuMove Exported functions away from internal/ke.h, move...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-14 Filip NavaraAccidently removed one line in the last commit ......
2005-06-14 Filip NavaraA bit of W32API magic.
2005-06-14 Filip Navara- Fix the declarations of PDRIVER_CANCEL, KeGetCurrentP...
2005-06-13 KJK::Hyperiondid I miss a "the tree isn't supposed to build anymore...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-06 Alex IonescuUpdate some more kernel structures
2005-05-05 Alex IonescuUpdate KPROCESS structure to latest version and documen...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-23 Alex IonescuAdd KDBG debugging hack from old code and convert it...
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-18 Alex IonescuFix Process/Thread information structures to match...
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuRemove ps/create.c, it did not fit with the current...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-18 Alex IonescuThread/Process Termination/Repeaing Rewrite + Fixes
2005-03-14 Alex IonescuSupport Priority Boosting during Wait Satisfaction...
2005-03-14 Alex IonescuDispatching & Queue Rewrite II:
2005-03-14 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-13 Hartmut BirrDefine IPI_REQUEST_FREEZE.
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
next