[PERF]: Optimize nested interrupt cases (where a pending interrupt exists at the...
[reactos.git] / reactos / ntoskrnl /
2010-01-28 Sir Richard[PERF]: Optimize nested interrupt cases (where a pendin...
2010-01-28 Sir Richard[NTOS]: Fix L1/L2 cache detection and write out the...
2010-01-28 Sir Richard[NDK]: Fix KPCR definition.
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[PERF]: After spending the better part of the last...
2010-01-26 Sir Richard[NTOS]: Refactor some stub code and add a couple of...
2010-01-26 Sir Richard[NTOS]: Implement a C/Extended ASM macro for generating...
2010-01-25 Sir Richard[NTOS]: Split the GENERATE_TRAP_HANDLER in two separate...
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 GorbachevUse for GCC before 4.5, too...
2010-01-24 Dmitry GorbachevTrying r45222 hack again...
2010-01-24 Dmitry GorbachevPut #endif where it should be.
2010-01-24 Dmitry GorbachevTrying to fix build...
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 Dmitry GorbachevRemove duplicate definitions (now in time.c).
2010-01-23 Sir Richard[NTOS]: Export the C KiEoiHelper alongside the ASM...
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]: Fix build.
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-18 Timo Kreuzer[NTOS]
2010-01-18 Timo Kreuzer[NTOS]
2010-01-13 Timo KreuzerMerge from amd64-branch:
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 Richard[NTOS]: Put ASM macros back since the HAL also uses...
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 Sylvain Petreolleunbreak build
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 Eric KohlRemoved outdated email addresses.
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 Kamil Hornicek- fix build, spotted by Stefan
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-05 Aleksey Bragin- Implement SystemException and SystemContextSwitch...
2010-01-04 Aleksey BraginDaniel Zimmermann <netzimme@aim.com>
2010-01-03 Aleksey BraginSamuel Serapion
2010-01-03 Aleksey Bragin[ntoskrnl/cm]
2010-01-03 Eric Kohl- Copy property data to the user-mode buffer.
2010-01-03 Eric KohlFix indentation. No code changes.
2010-01-03 ReactOS Portable... - Bring back old paged pool allocator and use it for...
2010-01-03 ReactOS Portable... - Fix some pool calculations.
2010-01-02 Dmitry GorbachevSilence old GCC warning.
2010-01-02 Dmitry GorbachevCompensate for continuous memory usage decrease (bug...
2010-01-02 Timo Kreuzer[NTOS]
2010-01-02 Timo Kreuzer[KD64]
2010-01-02 Timo Kreuzer[KE]
2010-01-02 Timo Kreuzer[KE]
2010-01-02 ReactOS Portable... - Switch to using ARM3 paged pool -- all pool allocatio...
2010-01-02 ReactOS Portable... Implement paged pool expansion. We are now ready to...
2010-01-02 ReactOS Portable... [NTOS]: Build fixer.
2010-01-02 ReactOS Portable... NMI Support Patch 12:
2010-01-02 ReactOS Portable... [NTOS]: Fix stdCall macro to work with functions of...
2010-01-02 ReactOS Portable... NMI Support Patch 10:
2010-01-02 Cameron Gutman[NTOSKRNL]
2010-01-02 ReactOS Portable... NMI Support Patch 8:
2010-01-01 ReactOS Portable... NMI Support Patch 7:
2010-01-01 ReactOS Portable... NMI Support Patch 4:
next