- Fix HalDisableSystemInterrupt -- it doesn't return anything.
[reactos.git] / reactos / hal / halarm / generic / hal.c
2009-11-10 Stefan Ginsberg- Fix HalDisableSystemInterrupt -- it doesn't return...
2009-10-29 Stefan Ginsberg- INITIAL_STALL_COUNT makes more sense in decimal ...
2009-10-21 Stefan Ginsberg- Don't use KeBugCheck(0) -- 0 is an invalid bugcode...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
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-12 ReactOS Portable... KEBUGCHECK was deprecated, so use KeBugCheck
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:
2009-01-24 Timo KreuzerMerge 38960 from trunk
2009-01-19 Stefan GinsbergFix the completely retarded implementation of KdComPort...
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-01 Art YerkesCreate a branch for network fixes.
2008-07-08 ReactOS Portable... - Rewrite the low-level trap/exception/system call...
2008-06-30 ReactOS Portable... - Add driver database code to FreeLDR (using ReactOS...
2008-06-29 ReactOS Portable... - Implement beginnings of Ramdisk Port Driver. Planning...
2008-06-26 ReactOS Portable... - Save and restore the trap frame for the current threa...
2008-06-25 ReactOS Portable... - We now implement the KeUpdateSystemTime routine and...
2008-06-15 ReactOS Portable... - Continue cleanup, use new peripheral headers (And...
2008-06-15 ReactOS Portable... - Create cmhardwr.c for ARM, stub it out.
2008-06-15 ReactOS Portable... - Fix a bug in MmGetPhysicalAddress.
2008-06-14 ReactOS Portable... - Separate bootvid into bootvid/i386 and bootvid/arm...
2008-06-14 ReactOS Portable... - Dude, we don't need to calibrate anything... we've...
2008-06-14 ReactOS Portable... - Implement the basic stall interrupt to be used to...
2008-06-14 ReactOS Portable... - Fix stupid IRQL/Interrupt handling code that someone...
2008-06-11 ReactOS Portable... - Fix build on ARM:
2008-03-13 ReactOS Portable... - Implement IRQL functions for the PL190 VIC.
2008-03-12 ReactOS Portable... - Make another kind of page fault also be handleable...
2008-03-11 ReactOS Portable... - Forgot to commit previous HAL changes.
2008-02-15 ReactOS Portable... We now define KUSER_SHARED_DATA per architecture, since...
2008-02-13 ReactOS Portable... HalInitializeProcessor has no work to do on ARM
2008-02-12 ReactOS Portable... Added cache sweeping code into the HAL, for ARM926EJ...
2008-02-12 ReactOS Portable... QEMU doesn't support TLB Lockdown, so we now use a...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-08 ReactOS Portable... We now have an official hal-arm which exports KeSwapIrq...