[HEADERS]
[reactos.git] / reactos / ntoskrnl / ke / i386 /
2010-03-12 Timo Kreuzer[HEADERS]
2010-03-12 Amine KhaldiSync with trunk head
2010-03-09 Amine KhaldiSync with trunk head
2010-03-03 Timo KreuzerRevert r45774 until I know why qemu is broken
2010-03-03 Timo Kreuzer[NTOS]
2010-02-26 Timo KreuzerCreate a branch for header work.
2010-02-19 Sir Richard[NTOS]: Disable support for global pages since it does...
2010-02-19 Sir Richard[NTOS]: Fix an off-by-one-error which incorrectly cause...
2010-02-13 Timo Kreuzer[NTOS] Push vector as error code on the stack in KiUnex...
2010-02-10 Timo Kreuzer[REACTOS] Add asm.h containing macros to make assembly...
2010-02-01 Sir Richard[NTOS]: Try to fix KiEnterInterrupt once and for all...
2010-01-29 Sir Richard[HAL]: Rewrite IRQL handling. Alex's original code...
2010-01-29 Sir Richard[NTOS]: Another try at the chained interrupt dispatch...
2010-01-29 Sir Richard[NTOS]: Implement chained interrupt dispatch. For level...
2010-01-29 Sir Richard[NTOS]: Implement the KiInterruptTemplate in C since...
2010-01-28 Sir Richard[NTOS]: The last big step. Now that the HAL is in C...
2010-01-28 Sir Richard[NTOS]: Fix L1/L2 cache detection and write out the...
2010-01-28 Sir Richard[NTOS]: Remove checks for VDM alert during GPF. This...
2010-01-28 Sir Richard[PERF]: Not in any way a scientific number you should...
2010-01-27 Sir Richard[NTOS/PERF]: Enable VME support. VME stands for Virtual...
2010-01-27 Sir Richard[NTOS]: Trunk boots now (interesting that buildbot...
2010-01-27 Sir Richard[NTOS]: Rework the trap macros again. This time we...
2010-01-26 Sir Richard[HAL]: Implement the profile and clock interrupt trap...
2010-01-26 Sir Richard[PERF]: What to do when your SYSEXIT code has a bug...
2010-01-26 Sir Richard[NTOS]: Implement a C/Extended ASM macro for generating...
2010-01-24 Dmitry Gorbachev- Use __builtin_trap for old GCC, too.
2010-01-24 Sir Richard[PERF]: Make the trap entry/exit macros inlined, just...
2010-01-24 Dmitry GorbachevComment out DECLSPEC_NORETURN for now.
2010-01-24 Dmitry GorbachevFix vmwinst.exe crash (bug #5134).
2010-01-23 Sir Richard[PERF]: Make all trap handlers, trap exit code, fatal...
2010-01-23 Sir Richard[PERF]: Replace early ZwClose system calls with ObClose...
2010-01-23 Sir Richard[NTOS]: KiDispatchInterrupt crushes EBX, so maybe it...
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-20 Dmitry GorbachevFix build-2.
2010-01-20 Dmitry GorbachevFix build.
2010-01-20 Sir Richard[NTOS]: Implement KiSwapProcess in C.
2010-01-19 Sir Richard[NTOS]: Workaround for GCC 4.4.x bug reported by Dmitry.
2010-01-19 Kamil Hornicek- fix build, thanks Black_Fox
2010-01-19 Sir Richard[FREELDR]: Jump to a standard 1-parameter STDCALL kerne...
2010-01-19 Sir Richard[NTOS]: Try backing out a change to see if thix fixes...
2010-01-19 Sir Richard[NTOS]: Implement GUI thread promotion during the first...
2010-01-19 Sir Richard[NTOS]: Convert system call handling to C. Only kernel...
2010-01-19 Sir Richard[NTOS]: We don't actually need wrappers for NtContinue...
2010-01-19 Sir Richard[NTOS]: Kei386EoiHelper now jumps into the C KiEoiHelpe...
2010-01-19 Sir Richard[NTOS]: Implement the special NtRaiseException in C...
2010-01-19 Sir Richard[NTOS]: Implement "Edited Trap Frame" exit. This funky...
2010-01-19 Sir Richard[NTOS]: Implement KiServiceExit2, C Version. This is...
2010-01-19 Sir Richard[NTOS]: Implement KeUpdateSystemTime and KeUpdateRunTim...
2010-01-18 Timo Kreuzer[NTOS]
2010-01-13 Sir Richard[NTOS]: Fix bug in illegal instruction trap handling...
2010-01-13 Sir RichardPerf improvements:
2010-01-13 Sir Richard[NTOS]: Remove debug spew (but keep Flag macros and...
2010-01-13 Timo Kreuzer[NTOS]
2010-01-13 Sir Richard[NTOS]: Fix some bugs and cleanup V8086 code in regards...
2010-01-12 Sir RichardPatch that fixes VMWare boot (and should fix QEMu/KVM...
2010-01-11 Sir Richard[NTOS]: Bring back a simplified GPF handler just for...
2010-01-11 Sir Richard[NTOS]: Switch to a slightly (perhaps, hopefully?)...
2010-01-11 Sir RichardTrap Handlers in C Patch 9 of 12:
2010-01-11 Sir RichardTrap Handlers in C Patch 8 of X:
2010-01-11 Sir RichardTrap handlers in C patch 7 of X:
2010-01-11 Sir Richard[NTOS]: Rewrite BIOS Call (V8086) Entry/Exit routines...
2010-01-10 Sir Richard[NTOS]: Implement all V8086 Opcode emulation in C inste...
2010-01-10 Sir Richard[NTOS]: Simplify trap exit code.
2010-01-10 Sir Richard[NTOS]: Implement KiAdjustEsp0 in C.
2010-01-09 Sir RichardTrap handlers in C patch 6 of X:
2010-01-08 Sir RichardTrap handlers in C Patch 5 of X:
2010-01-08 Sir RichardTrap handlers in C Patch 4 of X:
2010-01-08 Sir RichardTrap Handlers in C Patch 3 of X (Patch by Sir_Richard...
2010-01-08 ReactOS Portable... Trap Handlers in C Patch 2 of X (Patch by Sir_Richard...
2010-01-08 ReactOS Portable... Trap Handlers in C Patch 1 of X (Patch by Sir_Richard...
2010-01-06 ReactOS Portable... - Implement NMI handler in C instead of ASM.
2010-01-05 Timo Kreuzer[CSRSS]
2010-01-02 Timo Kreuzer[KE]
2010-01-02 ReactOS Portable... NMI Support Patch 12:
2010-01-02 ReactOS Portable... NMI Support Patch 10:
2010-01-01 ReactOS Portable... NMI Support Patch 7:
2010-01-01 ReactOS Portable... NMI Support Patch 4:
2009-12-31 ReactOS Portable... NMI Support Patch 1:
2009-12-28 Samuel SerapionSync to trunk (r44789)
2009-12-27 Samuel Serapionsync to trunk (44770)
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-10 Timo KreuzerFix number 2
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-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-11-08 Stefan Ginsberg- Move processor freeze support out from x86 cpu.c...
2009-11-08 Stefan Ginsberg- Disable the MiCacheImageSymbols call in MmLoadSystemI...
2009-11-04 Stefan Ginsberg- Finish the work around for the Pentium cmpxchg8b...
2009-11-02 Stefan Ginsberg- Fix incorrect comment, spotted by Timo.
2009-11-02 Stefan Ginsberg- Fix support for /CRASHDEBUG and /NODEBUG; we didn...
2009-10-31 Stefan Ginsberg- Clarify a check and don't cast KPCR->GDT to PKIPCR...
2009-10-29 Stefan Ginsberg- INITIAL_STALL_COUNT makes more sense in decimal ...
2009-10-29 Stefan Ginsberg- Re-enable some debug prints for unsupported hardware...
2009-10-29 Stefan Ginsberg- Implement the ThreadDescriptorTableEntry case for...
2009-10-25 Timo KreuzerMerge trunk head (r43756)
next