sync to trunk revision 36500
[reactos.git] / reactos / ntoskrnl / include / internal / ke.h
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-09-24 Stefan Ginsberg- Remove deprecated macro
2008-09-19 Timo Kreuzerfix some 64 bit warnings
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-27 Timo KreuzerMerge MMerge 34969 from ros-amd64-bringup branch:
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-13 Timo KreuzerUpdate KIPCR, KPRCB, KTRAP_FRAME, KDESCRIPTOR, all...
2008-08-11 Aleksey Bragin- NDK Fix: DirectoryTableBase member of KPROCESS is...
2008-07-31 Timo Kreuzer- some ULONG / SIZE_T fixes
2008-07-19 Pierre SchweitzerFixed i386 build
2008-07-19 ReactOS Portable... - Enable interrupts after probing and capturing paramet...
2008-07-19 ReactOS Portable... - Cleanup some stray header issues for ARM.
2008-02-22 Aleksey Bragin- Kernel's entry point is called KiSystemStartup, not...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-07 ReactOS Portable... We can now build the ARM kernel (but not link it).
2008-02-07 ReactOS Portable... We don't define types which are usually documented...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-12 Aleksey Bragin- Okay so...listen up. First off: When you acquire...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-06 Aleksey Bragin- Implement KiTrap19 handler (XMMI exceptions, mostly...
2007-09-27 Aleksey Bragin- Add missing KERNEL_LARGE_STACK_COMMIT definition...
2007-09-26 Aleksey Bragin- Implement InterlockedExchangeAdd/Decrement/Increment16.
2007-09-24 Aleksey Bragin- Add Ex*Spinlock macros and FLUSH_MULTIPLE_MAXIMUM...
2007-08-06 Magnus OlsenRemove init.s and put Thomas's code into boot.s, so...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-26 Hervé PoussineauCleanup code for easier porting to other architectures
2007-03-19 Alex Ionescu- Change FASTCALL_PROLOG to use the stack to update...
2007-03-03 Alex Ionescu- Remove KD APIs from stub HAL, they've been in kdcom...
2007-03-02 Alex Ionescu- Fix various ntoskrnl/wdk compilation issues in rossym...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-19 Alex Ionescu- Implement KdpSysGetVersion, KdpGetVersion, KdpReadVir...
2007-02-19 Alex Ionescu- Create GCC_ULONG64 type to hack around a bug in GCC...
2007-02-18 Alex Ionescu- Add EXCEPTION_RECORD64 and LIST_ENTRY64, KeTryToAcqui...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
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-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
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 Art YerkesPartially fixed up tree after merge from HEAD. More...
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-26 Art YerkesCheckpoint in here. More work needed.
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-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
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
next