- Move from using include guards to pragma once.
[reactos.git] / reactos / ntoskrnl / include / internal / trap_x.h
2010-02-26 Ged Murphy- Move from using include guards to pragma once.
2010-02-10 Timo Kreuzer[REACTOS] Add asm.h containing macros to make assembly...
2010-02-06 Sir Richard[NTOS]: Combine all exit trap stubs into a single funct...
2010-02-02 Sir Richard[NTOS]: Yet another fix for KiEnterInterruptTrap: Set...
2010-02-01 Sir Richard[NTOS]: Try to fix KiEnterInterrupt once and for all...
2010-01-31 Sir Richard[NTOS]: Always set correct segments; the if/else branch...
2010-01-30 Sir Richard[NTOS]: Simplify KiTrapStub and write registers in...
2010-01-30 Sir Richard[PERF]: Omit setting certain useless trap frame fields.
2010-01-29 Sir Richard[NTOS]: Implement the KiInterruptTemplate in C since...
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[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-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-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-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-19 Sir Richard[FREELDR]: Jump to a standard 1-parameter STDCALL kerne...
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]: Implement "Edited Trap Frame" exit. This funky...
2010-01-19 Sir Richard[NTOS]: Implement KiServiceExit2, C Version. This is...
2010-01-13 Sir RichardPerf improvements:
2010-01-11 Sir Richard[NTOS]: Rewrite BIOS Call (V8086) Entry/Exit routines...
2010-01-10 Sir Richard[NTOS]: Simplify trap exit code.
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 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...