[BOOTDATA] readme.txt: Trivial correction (#4014)
[reactos.git] / hal /
2021-09-14 Victor Perevertkin[CMAKE] Replace custom scripts in compilerflags with...
2021-09-13 Hermès Bélusca-Maïto[FORMATTING] Remove trailing whitespace. Addendum to...
2021-09-03 Serge Gautherie[HALX86:APIC] apic.c: Use new defines some more
2021-08-15 Victor Perevertkin[FREELDR][NTOS][HALPPC][SDK] Remove PowerPC code 3888/head
2021-07-19 Timo Kreuzer[HAL/APIC] Make the real time clock more precise
2021-07-19 Timo Kreuzer[HAL/APIC] Fix clock initialization
2021-07-19 Timo Kreuzer[HAL/APIC] Use APIC_CLOCK_VECTOR everywhere, instead...
2021-06-29 Jérôme Gardou[HAL] Hack KeTryToAcquireQueuedSpinlock & KeTryToAcquir...
2021-06-26 Timo Kreuzer[HAL:APIC] Improve code
2021-06-19 Timo Kreuzer[HAL] Add smp component and build x64 smp hal
2021-06-19 Timo Kreuzer[HAL] Fix build with CONFIG_SMP
2021-06-17 Timo Kreuzer[HAL] Add APIC hals to setup and livecd
2021-06-17 Timo Kreuzer[HAL:APIC] Fix interrupt assignment
2021-06-17 Timo Kreuzer[HAL:APIC] Remove obsolete hacks
2021-06-17 Timo Kreuzer[HAL:APIC] Code fixes
2021-06-17 Timo Kreuzer[MINIHAL] Compile less stuff
2021-06-17 Timo Kreuzer[HAL] Rename apic.h to apicp.h and move it back to...
2021-06-11 Victor Perevertkin[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing... 3742/head
2021-05-24 Stanislav Motylkov[FREELDR][HALXBOX] Initialize PCI bridge secondary...
2021-05-24 Stanislav Motylkov[HAL] HalpDebugPciDumpBus: Fix parsing bugs
2021-05-23 Stanislav Motylkov[HAL] HalpDebugPciDumpBus: Print details about PCI...
2021-05-12 Jérôme Gardou[REACTOS] Addendum to 5c7ce4475e246560d1622b8cc60dc603e...
2021-05-04 Justin Miller[HALX86] Disable Lazy IRQL in APIC HAL (#3609)
2021-04-28 Jérôme Gardou[HALX86] Use addressing relative to RIP
2021-04-09 Victor Perevertkin[NDK] DATA_SEG requires an extra #pragma on MSVC
2021-03-14 Victor Perevertkin[HALX86] Remove unused and empty files, remove halapic
2021-03-14 Victor Perevertkin[HALX86] Rearrange files in x86 HAL
2021-03-03 Jérôme Gardou[CMAKE] Get rid of add_object_library
2021-01-31 Victor Perevertkin[HALX86] Restore Windows compatibility on reporting...
2020-11-21 Serge Gautherie[HALX86] Update the PCI hardware IDs database.
2020-11-14 Vadim Galyant[HALX86] Implement HalQueryAMLIIllegalIOPortAddresses... 3334/head
2020-11-08 Victor Perevertkin[HALX86] Drop hacks in HalpAddDevice to work around...
2020-11-07 Timo Kreuzer[HAL:X64] Fix/improve the BIOS interface
2020-11-02 Victor Perevertkin[REACTOS] Cleanup INIT and some PAGE section allocations 3275/head
2020-11-02 Victor Perevertkin[NDK][CMAKE] Introduce DATA_SEG and CODE_SEG macro
2020-09-20 Timo Kreuzer[HAL] Use iretq instead of iret
2020-09-20 Timo Kreuzer[HAL] Fix calculation of timer increment
2020-09-12 Timo Kreuzer[ASM] Fix boot with VS 16.7.3 / MSVC 19.27
2020-08-21 Victor Perevertkin[HALX86] Report HAL root device to the stack before...
2020-08-21 Victor Perevertkin[NTOS:IO] Enumerate devices only inside the PipDeviceAc...
2020-07-25 Dmitry Borisov[HALPC98] Add Hardware Abstraction Layer for NEC PC...
2020-06-02 Dmitry Borisov[HALXBOX] Fix clock drift (#2889)
2020-05-26 Serge Gautherie[FORMATTING] [CMAKE] Remove space in 'if (' (#2847)
2020-05-25 Serge Gautherie[HAL:HALPPC] HalAllocateCrashDumpRegisters(): Remove...
2020-05-17 Stanislav Motylkov[BOOTVID][HALXBOX] Implement boot video driver for... 2774/head
2020-05-15 Colin Finck[HAL] Remove duplicated IRQL mask tables
2020-05-12 Stanislav Motylkov[NTOSKRNL][HAL][BOOTVID] Some more code refactoring bootvid_refactor 2763/head
2020-04-16 Victor Perevertkin[CMAKE] Replace custom functions to built-in ones
2020-04-09 Vadim Galyant[HALX86][PCIX] Statically link HALx86 and PCIX to the... 2471/head
2020-04-09 Dmitry Borisov[BOOTVID][NTOSKRNL][HALX86] Move hardcoded coordinates... 2504/head
2020-03-06 Dmitry Borisov[HALX86] Move PC/AT hardware definitions to a separate...
2020-02-23 Stanislav Motylkov[HAL] Fix debug prints in ShowSize() and its caller...
2020-02-13 Stanislav Motylkov[HALXBOX][BOOTDATA][INF] Give the Xbox HAL its own...
2020-02-09 Thomas Faber[HAL] Use a spin lock for the DMA adapter list. CORE... 2301/head
2020-01-18 Stanislav Motylkov[HALXBOX] Don't use Xbox partitions if MBR signature...
2020-01-14 disean[HAL][FREELDR] Fix system timer oscillator frequency...
2019-11-25 Serge Gautherie[HALX86] Remove a now useless ASSERT() (#2089)
2019-11-24 Hermès Bélusca-Maïto[HALX86] Fix the "ASSERT(j < 32);" problem in HalpStore...
2019-11-24 Hermès Bélusca-Maïto[HALX86] Trailing whitespace fixes only.
2019-10-05 Stanislav Motylkov[HALXBOX] Implement shutdown, reboot, and power cycle...
2019-10-05 Stanislav Motylkov[HALXBOX][CMAKE] Merge generic module with xbox module...
2019-09-28 Hermès Bélusca-Maïto[HAL] Update the PCI hardware IDs database.
2019-09-28 Stanislav Motylkov[HAL] Fix more bugs in HalpDebugPciDumpBus (#1939)
2019-09-23 Stanislav Motylkov[HAL] Fix parser bugs in HalpDebugPciDumpBus (#1895)
2019-09-01 Stanislav Motylkov[HAL] Return correct bus handler in HaliFindBusAddressT...
2019-08-19 Stanislav Motylkov[HAL] Refactor PCI blacklisting for Xbox
2019-08-17 Stanislav Motylkov[HAL] Xbox needs more PCI blacklisting!
2019-08-16 Stanislav Motylkov[HAL] Add Xbox Hardware Abstraction Layer
2019-08-15 Timo Kreuzer[HAL] Implement amd64 BIOS call support
2019-04-06 Jérôme Gardou[CMAKE] Use modules instead of shared libraries
2019-01-13 Extravert-ir[HALX86] Removed reduntant INIT_FUNCTION attribute...
2018-12-30 Timo Kreuzer[NDK][NTOS] Add global definition of INIT_FUNCTION...
2018-11-25 Hermès Bélusca-Maïto[HAL] Update the PCI hardware IDs database.
2018-08-08 Thomas Faber[HAL] Remove misleading debug prints about USB controllers.
2018-08-05 Denis Malikov[HAL] Add NT6-compatible version of HalpMapPhysicalMemo... 359/head
2018-08-04 Timo Kreuzer[REACTOS] Fix 64 bit issues
2018-06-13 Serge Gautherie[HALX86] Fix a Clang-Cl warning about KiUnexpectedInterrupt 551/head
2018-04-13 Thomas Faber[HAL] Reset the stack pointer to the stack frame when...
2018-04-03 Timo Kreuzer[REACTOS] Fix 64 bit build (#465)
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-02-18 Thomas Faber[HAL] Eliminate tail calls from HalpHardwareInterruptLe... 178/head
2018-02-18 Thomas Faber[HAL] Eliminate tail calls from HalpDispatchInterrupt...
2018-02-18 Thomas Faber[HAL] Eliminate tail calls from HalEndSystemInterrupt...
2018-02-18 Thomas Faber[HAL] Create a macro for the HalpEndSoftwareInterrupt...
2018-02-18 Thomas Faber[HAL] Convert HalpEndSoftwareInterrupt2 to fastcall...
2018-02-15 Ivan Labutin[HAL] Implement APIC-based profiling for x64. 116/head
2017-12-17 Timo Kreuzer[HAL] Use 64 bits for physical addresses.
2017-12-17 Colin Finck[HALX86] Deduplicate initialization of legacy PICs...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-12-09 Amine Khaldi[HAL] Add some header guards.
2017-10-08 Hermès Bélusca-MaïtoAdd a small descriptive comment for the reason why...
2017-10-06 Colin FinckFix remaining text file line endings in the tree. ...
2017-10-04 Colin FinckAdd .gitattributes and .gitignore files and normalize...
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
next