Merge 25584, 25588.
[reactos.git] / reactos / ntoskrnl / include / internal / ke.h
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-25 Alex Ionescu- Clean up kernel32\thread.c and fix some bugs.
2007-01-25 Alex Ionescu- Implement the balance set manager. Doesn't do much...
2007-01-25 Alex Ionescu- Implement KeUpdateSystemTime properly, it now saves...
2007-01-25 Alex Ionescu- Rename KiSetSystemTime to KeSetSystemTime and enhance...
2007-01-24 Alex Ionescu- Rewrite kernel timer implementation to use Windows...
2007-01-18 Alex Ionescu[25 bug fixes]:
2007-01-18 Alex Ionescu- Fix __rdtsc so it's considered volatile by GCC instea...
2007-01-17 Alex Ionescu- Remove hack from KiSetPriorityThread. Now it doesn...
2007-01-17 Alex Ionescu- Simplify KiSelectReadyThread.
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-10-22 Alex Ionescu- Implement KeThawAllThreads based on KeFreezeAllThreads.
2006-10-22 Alex Ionescu- Fix KeFreezeAllThreads prototype and define it in...
2006-10-08 Alex Ionescu- Inline and make some slight correctiions to KiInitail...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-05 Alex Ionescu- Remove SMSS's code for signaling the "init" event.
2006-10-05 Alex Ionescu- Use KeLoaderBlock for registry hive loading.
2006-10-04 Alex Ionescu- Add KF_XMMI64 feature flag for SSE2 and detect it.
2006-10-04 Alex Ionescu- Make Kernel initialization (KeInit2) portable/more...
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-10-01 Alex Ionescu- Do MmInit1 in KiInitializeKernel so we can access...
2006-09-30 Alex Ionescu- Fix some bugs in intrin.h (missing __inline__ statmen...
2006-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
2006-09-17 Alex Ionescu- Large cleanup of psmgr.c. Move all externs and protot...
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
next