Of course, I forgot to commit the new file in revision 22049...
[reactos.git] / reactos / ntoskrnl / ke / i386 /
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
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-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-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-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-05 Alex Ionescu- Disable commented out define-check which i had only...
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-02 Hartmut BirrSimplified the definition of the interrupt handlers...
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- 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-21 Alex Ionescu- Misc janitorial fixes by Brezenbak to fix some MSVC...
2005-11-13 Hartmut BirrSet the boot processor as active processor in KeInit1.
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-02 Gregor AnichConvert tabs to spaces.
2005-10-27 Christoph von Wittichrenamed some .S files (msvc fix)
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-09-26 Alex Ionescu- More sharing between ntdll/ntoskrnl: shared Dbg code.
2005-09-25 Hartmut BirrLet the compiler search for usable register.
2005-09-25 Gé van GeldorpFix GDB backtrace
2005-09-17 Gé van GeldorpAdd back support for older binutils versions
2005-09-15 Gé van GeldorpFix some of the damage r17811 did to the GDB stub
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-09-13 Alex IonescuFilip doesn't like int3. Implemented Trap6 failure...
2005-09-13 Alex IonescuProperly bias frame, remove bugcheck added for debuggin...
2005-09-13 Alex IonescuSome work-in-progress improvements and rethought of...
2005-09-12 Alex IonescuFix previous strangely incomplete NtRaiseException...
2005-09-12 Alex IonescuFix RtlpGetStackLimits to get the right limits if calle...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-08-09 Hartmut BirrUpdate KeActiveProcessors if an application processor...
2005-08-05 Filip NavaraDon't save and restore previous mode in trap handlers...
2005-08-05 Alex Ionescu- Remove unused ldr/userldr.c
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-27 Alex Ionescu - Combine some assembly files together and move them...
2005-07-23 Hartmut BirrSplit the page fault handler from the trap handler.
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-20 Alex Ionescu - Move asm.h to NDK.
2005-07-17 Hartmut BirrIf the user mode is intercepted by an interrupt, we...
2005-07-17 Hartmut BirrInitialized SetMember as mask of the current processor.
2005-07-16 Hartmut BirrReplaced KERNEL_BASE by MmSystemRangeStart.
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-07-05 Filip Navara- Convert pure inline assembler .c files to .S files.
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-07-04 Filip NavaraYet another DPRINT fix.
2005-07-03 Eric KohlRemove trailing whitespace and fix indentation
2005-06-26 Alex IonescuSatisfy blight's excessively arrogant attitude and...
2005-06-26 Alex IonescuHasta la vista ntdll/napi headers
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-22 Alex IonescuFix definition of KINTERRUPT in ROS headers so that...
next