[AMD64]
[reactos.git] / reactos / ntoskrnl / ke / amd64 / trap.S
2010-02-04 Timo Kreuzer[AMD64]
2010-02-03 Timo KreuzerAdd some EXTERNs and use OR instead of | for MASM/ML...
2010-02-03 Timo Kreuzer[NTOS]
2010-01-30 Timo Kreuzer[NTOS]
2010-01-30 Timo Kreuzerand the same for trap.S
2010-01-30 Timo Kreuzertrap.S is now fully MASM/ML compatible
2010-01-30 Timo Kreuzerfixup trap.S. Almost there...
2010-01-30 Timo KreuzerAnd once again fix trap.S
2010-01-30 Timo KreuzerUpdate trap.S to conform
2010-01-29 Timo Kreuzermake use of the new file
2010-01-21 Timo KreuzerMerge trunk r45185
2010-01-21 Timo Kreuzer[NTOS]
2010-01-17 Timo Kreuzer[KE]
2010-01-16 Timo Kreuzer[KE]
2010-01-15 Timo Kreuzer[NTOS]
2010-01-15 Timo Kreuzer[NTOS]
2010-01-14 Timo KreuzerSync to trunk HEAD (r45072)
2010-01-05 Timo Kreuzer[CSRSS]
2010-01-05 Timo KreuzerSync to trunk (r44933)
2010-01-04 Timo Kreuzer[KE]
2010-01-02 Timo Kreuzer[KE]
2009-12-28 Samuel SerapionSync to trunk (r44789)
2009-12-28 Timo KreuzerImplement KiGeneralProtectionFault a bit
2009-12-28 Timo Kreuzerremove unneded parameter
2009-12-28 Timo Kreuzer[KE]
2009-12-27 Samuel Serapionsync to trunk (44770)
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-07 Samuel Serapionsync rostests to r44455
2009-12-07 Samuel Serapionsync rosapps to r44454
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-11-21 Timo Kreuzer- MmArmAccessFault: Don't assume that PDE's are accessi...
2009-11-15 Timo KreuzerAdd some debugging code
2009-11-13 Timo Kreuzer- Share some more inline functions between the kernel...
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-11-09 Timo Kreuzer[KE]
2009-11-09 Timo Kreuzer[KE]
2009-11-07 Timo KreuzerFix KiDoubleFaultAbort
2009-11-07 Timo Kreuzer- Remove useless check in KeInvalidateAllCaches
2009-10-28 Timo KreuzerPartly implement KiDebugTrapOrFault. Single stepping...
2009-10-25 Timo KreuzerMerge trunk head (r43756)
2009-10-21 Timo Kreuzer[NTOSKRNL]
2009-10-18 Timo KreuzerMerge trunk (r43561)
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-12 Timo KreuzerSync to trunk HEAD (r43416)
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-23 Timo KreuzerSync with trunk r43123
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-27 Timo KreuzerIncrement rip in KiBreakPointTrap and reenable decremen...
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-10 Timo KreuzerFix KiDebugServiceTrap, so that it calls KiDispatchExce...
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-06 Timo Kreuzerclear direction flag on interrupt
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Timo KreuzerSome assembly code to save restore registers on traps
2008-11-19 Timo Kreuzermake use of the new macros in ke/trap.S
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-20 Timo Kreuzerdisplay unexpected interrupts
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-29 Timo KreuzerFix Ki386InitializeTss. Load idt in KeInitExceptions...
2008-08-22 Timo Kreuzerrevert my last change, yes it IS a stupid idea to mess...
2008-08-21 Timo KreuzerImplement KiSystemStartup in C instead of asm, implemen...
2008-08-20 Timo KreuzerFix KiSystemStartupReal, KiGetMachineBootPointers and...