- Fix IN/OUT privileged instruction fault (we don't yet handle HLT/CLI/STI other...
[reactos.git] / reactos / include / ndk / asm.h
2007-01-21 Alex Ionescu- Fix IN/OUT privileged instruction fault (we don't...
2007-01-17 Alex Ionescu[10 bug fixes]:
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-02 Alex Ionescu- Implement V86 trap fixup during traps and interrupts.
2006-11-28 Alex Ionescu- Fix prototype/definition of HalCalibratePerformanceCo...
2006-09-18 Aleksey BraginFix some defines used in fiber.S in kernel32.dll (fixes...
2006-09-18 Alex Ionescu- Implement FPU Exception Handler.
2006-09-17 Alex Ionescu- Fix a bug in KeRaiseUserExceptionDispatcher which...
2006-09-16 Alex Ionescu- Implement most of the Ring 3/0 Invalid Opcode handler...
2006-09-11 Alex Ionescu- Implement HalProcessorIdle.
2006-09-11 Alex Ionescu- Implement and export HalClearSoftawareInterrupt ...
2006-09-11 Alex Ionescu- Re-organize apc.c into private/public functions ...
2006-09-03 Alex Ionescu- Add Ke386SetInterruptDescriptorTable inlined function...
2006-09-02 Alex Ionescu- Part 2 of 2: Implement KiDispatchInterrupt in assembl...
2006-08-31 Alex Ionescu- Some cleanups
2006-08-28 Alex Ionescu- Complete and utter reimplementation of V86 Mode for...
2006-08-26 Alex Ionescu- Transform TRAP_PROLOG into a GAS macro.
2006-08-24 Alex Ionescu- Add more missing offsets to asm.h (as always, taken...
2006-08-24 Alex Ionescu- Update KeUpdateSystemTime to use variable increments.
2006-08-24 Alex Ionescu- Implement Chained and Normal generic interrupt handlers.
2006-08-23 Alex Ionescu- Switch PRIMARY_VECTOR_BASE to 0x30 instead of 0x40...
2006-08-23 Alex Ionescu- Fix bugs in ASM version of KfLowerIrql (not yet used)
2006-08-22 Alex Ionescu- Use the IDR in the PCR intead of a local picmask.
2006-08-22 Alex Ionescu- Commit current work on IRQ rewrite. Currently in...
2006-08-21 Alex Ionescu- Implement GENERATE_IDT_STUBS/GENERATE_INT_HANDLERS
2006-08-21 Alex Ionescu- Switch 4, 5, 6 to common ASM dispatcher as well.
2006-08-21 Alex Ionescu- Implement generic exception dispatcher for traps...
2006-08-20 Alex Ionescu- Detect NPX/FPU in simple assembly and XMMI/SSE2 by...
2006-08-20 Alex Ionescu- Add support for APC-delivery after context-switch...
2006-08-20 Alex Ionescu- Some micro-architectural changes and cleanups.
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-01-17 Alex Ionescu- Use MmUserProbeAddress in the system call handler...
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-16 Alex Ionescu- Fix a build issue.
2006-01-16 Alex Ionescu- Write the first of 3 shared trap prolog macros. Does...
2006-01-16 Alex Ionescu- Update asm.h with more definitions.
2006-01-15 Alex Ionescu- Update KeContextToTrapFrame to support separate Conte...
2006-01-11 Alex Ionescu- New asm definitions for future use.
2006-01-02 Alex Ionescu- Fix building with old binutils. Thanks to Ge for...
2005-12-30 Alex Ionescu- Rewrite Executive Interlocked Functions to actually...
2005-12-04 Alex Ionescu- Fix KeAttackProcess, KeStackAttachProcess, KeUnstackD...
2005-12-01 Alex Ionescu- Add some more misc. public definitions and fix exfunc...
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- Define DECLSPEC_ADDRSAFE and FORCEINLINE for gcc...
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-09-13 Alex IonescuMissing files...
2005-09-11 Alex IonescuMajor refactoring of the exception handling code +...
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-20 Alex Ionescu - Move asm.h to NDK.