unbreak build
[reactos.git] / reactos / ntoskrnl / include / internal / arm /
2010-01-05 Timo Kreuzer[CSRSS]
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-17 Timo Kreuzer[NTOSKRNL]
2009-12-16 Daniel ReimerSome build fixes for ReactOS ARM. Credits go to Alex...
2009-11-04 Stefan Ginsberg- Implement support for reading and writing physical...
2009-10-18 Timo KreuzerMerge trunk (r43561)
2009-10-15 ReactOS Portable... - Add some more PTE field macros for portability.
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-12 Timo KreuzerSync to trunk HEAD (r43416)
2009-10-10 Stefan GinsbergKD64 Compatibility Bringup:
2009-10-04 Stefan GinsbergMega KD64 revival patch:
2009-09-27 Stefan Ginsberg- Change CPUID to match the old Ki386Cpuid and take...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-15 ReactOS Portable... - Start re-defining the PTE and PDE structures for:
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-01 Stefan Ginsberg- Don't redefine PKSYSTEM_ROUTINE
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-31 ReactOS Portable... dont include i386 headers in arm mmu manager headers.
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 ReactOS Portable... - Fix build of NTOS and FreeLDR on ARM.
2008-07-27 ReactOS Portable... - Major cleanup, refactoring, and bugfixing of ARM...
2008-07-21 ReactOS Portable... - Improve system call handler by adding more debugging...
2008-07-19 ReactOS Portable... - Enable interrupts after probing and capturing paramet...
2008-07-19 ReactOS Portable... - Cleanup some stray header issues for ARM.
2008-07-14 ReactOS Portable... - Implement NtSetLdrEntries, NtVdmControl, KeSaveStateF...
2008-07-14 ReactOS Portable... - Clean up KTRAP_FRAME and KEXCEPTION_FRAME definition.
2008-07-13 ReactOS Portable... - Implement KeArmInstructionFaultStatusRegisterGet
2008-07-13 ReactOS Portable... - Write a DebugService routine for ARM in the RTL libra...
2008-07-08 ReactOS Portable... - Rewrite the low-level trap/exception/system call...
2008-06-29 ReactOS Portable... - Implement beginnings of Ramdisk Port Driver. Planning...
2008-06-27 ReactOS Portable... - Implement VidResetDisplay in BootVid-arm.
2008-06-14 ReactOS Portable... - Fix stupid IRQL/Interrupt handling code that someone...
2008-06-11 ReactOS Portable... - We now implement a skeleton framework for context...
2008-06-11 ReactOS Portable... - We now make appropriate space on the stack to save...
2008-03-12 ReactOS Portable... - We now define a much simpler system call interface...
2008-03-11 ReactOS Portable... - Convert all Loader Block structures to virtual addres...
2008-03-11 ReactOS Portable... - Fix incorrect definition of PCR and USERPCR which...
2008-03-10 ReactOS Portable... ARM Port Memory Management Checkpoint:
2008-02-14 ReactOS Portable... Say hello to 4KB pages! Removed bring-up 1MB page hacks...
2008-02-12 ReactOS Portable... We now have a good initialization routine for ARM....
2008-02-12 ReactOS Portable... Added cache sweeping code into the HAL, for ARM926EJ...
2008-02-12 ReactOS Portable... Fixed some bugs in KeFillFixedEntryTb -- we actually...
2008-02-12 ReactOS Portable... Fix comments in ksarm.h -- they must be C89.
2008-02-12 ReactOS Portable... Write initialization code in assembly -- we load the...
2008-02-12 ReactOS Portable... We now define the cache and id registers in CP15 (C0...
2008-02-12 ReactOS Portable... Fix for x86 build.
2008-02-12 ReactOS Portable... Move the entrypoint and startup code in boot.s.
2008-02-12 ReactOS Portable... We now have the ARM defines/structures in stubs.c in...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-08 ReactOS Portable... We no longer generate broken kernel-mode system call...
2008-02-07 ReactOS Portable... We can now build the ARM kernel (but not link it).
2008-02-07 ReactOS Portable... We don't define types which are usually documented...