- NDK 0.98, now with versionned headers. Too many changes to list, see the TinyKRNL...
[reactos.git] / reactos / ntoskrnl / ke /
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-03-04 Ged Murphy- Make ROS buildable with GCC 4.1
2006-01-17 Hartmut BirrRemoved my name from the hall of fame. Since it seems...
2006-01-17 Alex Ionescu- Use MmUserProbeAddress in the system call handler...
2006-01-17 Alex Ionescu- Delete deprecated file.
2006-01-17 Alex Ionescu- Use static IDT entries generated through a macro...
2006-01-17 Alex Ionescu- Move some assembly functions around in better suited...
2006-01-17 Alex Ionescu- Implement SYSCALL_PROLOG for the main handler and...
2006-01-17 Alex Ionescu- Implement first version of trap exit macro. Currently...
2006-01-17 Alex Ionescu* Add more documented flags from ks386.inc to asm.h
2006-01-17 Alex Ionescu* Add more PSDK defintions to asm.h
2006-01-17 Alex Ionescu* Use macro for APC-delivery.
2006-01-16 Alex Ionescu- Fix a build issue.
2006-01-16 Alex Ionescu* Increase total system call count in KPCR for performa...
2006-01-16 Alex Ionescu- Write the first of 3 shared trap prolog macros. Does...
2006-01-16 Gé van GeldorpFix build for binutils 2.15.90
2006-01-16 Alex Ionescu- Fix another V86 Mode exit bug which could cause non...
2006-01-16 Alex Ionescu- Fix a bad bug in the system call handler and interrup...
2006-01-16 Alex Ionescu- Merge breakpoint.S and tblfush.S into cpu.S
2006-01-16 Alex IonescuDo set ESP0, but after we save the old value for the...
2006-01-16 Alex IonescuDisable correct usage of ESP0 since it seems the V86...
2006-01-16 Alex Ionescu- Fix some nasty context switch bugs:
2006-01-15 Alex Ionescu- Don't bother with clearing the DRs in the CONTEXT...
2006-01-15 Alex Ionescu- Use old-style NPX state when creating the thread...
2006-01-15 Hartmut Birr- Allocated the initial stacks page aligned.
2006-01-15 Hartmut BirrFix the smp build.
2006-01-15 Alex Ionescu- Update KeContextToTrapFrame to support separate Conte...
2006-01-15 Hartmut BirrFixed the initialisation of the feature bits.
2006-01-15 Hartmut BirrLower the irql on exit in KeInsertQueueDpc.
2006-01-15 Hartmut BirrFix the check for an empty list.
2006-01-14 Thomas Bluemelremove debug information I forgot to remove
2006-01-14 Thomas Bluemelmake the initial kernel_stack large enough to have...
2006-01-14 Alex Ionescu- Fix flaw in win32k hardware message queue which used...
2006-01-13 Alex Ionescu- Fix one more leak when converting from non-gui to...
2006-01-13 Alex Ionescu- Properly create, grow and delete the kernel stack...
2006-01-12 Alex IonescuSet KernelApcPending == TRUE in KiCheckForKernelApcDeli...
2006-01-12 Alex Ionescu Temporarly disable a correct bugcheck in order to...
2006-01-12 Alex Ionescu- Add the ktrap_frame hack back because it's still...
2006-01-12 Alex Ionescu- Remove deprecated file.
2006-01-12 Thomas Bluemelfixed uninitialized variable warning
2006-01-11 Alex Ionescu- Rewrite usermode callbacks. These changes should...
2006-01-11 Alex Ionescu- Fix more bugs in usercall_asm.S.
2006-01-11 Alex Ionescu- Fix some bugs in KiCallUserMode (as of yet unused).
2006-01-11 Alex Ionescu- Fix accidental build breakage.
2006-01-11 Alex Ionescu- Fix MmCreateKernelStack to actually take into account...
2006-01-11 Alex Ionescu- Remove KiServiceCheck and implement PsConvertToGuiThr...
2006-01-11 Alex Ionescu- Move MmGrowKernelStack to mm/process.c with the other...
2006-01-10 Alex Ionescu- Fix regression in Firefox installer by making KiWaitS...
2006-01-10 Hartmut BirrRelease the dispatcher lock after KiUnblockThread.
2006-01-10 Hartmut BirrDon't remove the WaitEntry twice (in KiInsertQueue).
2006-01-09 Hartmut BirrMark the timer as removed (in KiExpireTimers).
2006-01-09 Hartmut Birr- Fixed KiExitDispatcher.
2006-01-06 Alex Ionescu- Set the right Thread->WaitTime dring waits
2006-01-06 Thomas Bluemelfixed uninitialized variable warnings
2006-01-06 Alex Ionescu- Fix Status/WaitStatus/Thread->WaitStatus confusion...
2006-01-06 Alex Ionescu- Invert CONFIG_SMP defines as requested by Hartmut
2006-01-06 Alex Ionescu- Fix some bugs in Kernel Queue implementation:
2006-01-05 Alex Ionescu- Change dispatcher lock release to be more like docume...
2006-01-05 Alex Ionescu- Disable commented out define-check which i had only...
2006-01-05 Alex Ionescu- Implemented Queued and In-Stack Queued Spinlocks...
2006-01-05 Hartmut BirrKefReleaseSpinLockFromDpcLevel needs the address of...
2006-01-05 Alex Ionescu- Optimized the dispatcher lock. It is now gone on...
2006-01-04 Alex Ionescu- Fix worker thread priorities. A quick check of the...
2006-01-02 Hartmut BirrSimplified the definition of the interrupt handlers...
2005-12-30 Alex Ionescu- Rewrite Executive Interlocked Functions to actually...
2005-12-30 Alex IonescuMake sure compiler doesn't optimize our wait loop away...
2005-12-29 Alex Ionescu- Fix InterlockedBitTestAndReset and InterlockedBitTest...
2005-12-29 Alex IonescuFix build
2005-12-29 Ged Murphychange service pack from 6 to 4
2005-12-04 Alex Ionescu- Fix KeAttackProcess, KeStackAttachProcess, KeUnstackD...
2005-12-02 Alex Ionescu- Correctly zero out esi. Thanks to Patrick Baggett.
2005-11-30 Hartmut Birr- Used the already detected cache line size for RtlPref...
2005-11-29 Thomas Bluemelpreliminary comment out the self-modifying code for...
2005-11-29 Thomas Bluemelfixed some more warnings
2005-11-29 Thomas Bluemelfixed registry querying code in Ki386SetProcessorFeatures
2005-11-29 Alex Ionescu- Implement RtlPrefectMemoryNonTemporal. Patch by Patri...
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-27 Alex Ionescu- Fix compile issues caused by previous patch.
2005-11-27 Alex Ionescu- Remove KTSS_NOIOMP from NDK.
2005-11-27 Alex Ionescu- Update selector names to official names and define...
2005-11-22 Alex Ionescu- Fix inclusion of deleted file.
2005-11-22 Alex Ionescu- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-11-22 Filip NavaraChange some FS:x reading macros for better compatibilit...
2005-11-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-20 Hartmut BirrWaiting for a fast mutex should be done in kernel mode.
2005-11-19 Alex Ionescu- Reimplement Fast Mutex implementation in HAL/NT to...
2005-11-13 Hartmut BirrSet the boot processor as active processor in KeInit1.
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-11-09 Gé van GeldorpSilence debug message
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-03 Alex Ionescu- Rename KiCheckForKernelApcDelivery
2005-11-02 Gregor AnichConvert tabs to spaces.
2005-10-27 Christoph von Wittichrenamed some .S files (msvc fix)
2005-10-12 Gunnar Dalsnesadd comment about KeCancelTimer pitfall
2005-10-08 Gregor AnichAdd 'break_on_module_load' option to KDB. When enabled...
2005-10-06 Gregor AnichFix KiGetFpuState() - Thanks to Hartmut for finding...
2005-10-06 Gregor AnichHuh, what? Oops! Just some stuff which noone cares...
2005-10-05 Gregor AnichChange indentation - make it a bit more readable and...
2005-10-02 Thomas Bluemelmake the tree compilable again...
next