[NTOSKRNL] Flush file to disk when deleting file mappings (#4302)
[reactos.git] / hal /
2022-11-25 Hermès Bélusca-Maïto[HALX86] Update the PCI hardware IDs database.
2022-11-24 Timo Kreuzer[HAL/x64] Fix x86BiosCall
2022-11-14 Serge Gautherie[HALX86] HalpQueryInterface(): Debug log InterfaceType...
2022-08-04 Timo Kreuzer[HAL] Add missing I/O port to int 10 BIOS emulator
2022-06-05 Dmitry Borisov[PCI][HALX86] Support PCI debugging devices
2022-05-26 Dmitry Borisov[HALX86] Print the correct size of the BAR in HalpDebug...
2022-05-08 Hermès Bélusca-Maïto[HAL][HALARM] The HAL should only use KPCR.
2022-05-08 Hermès Bélusca-Maïto[FREELDR][MINIHAL] Move KefAcquireSpinLockAtDpcLevel...
2022-05-08 Hermès Bélusca-Maïto[MINIHAL] Compile with _NTSYSTEM_ since it's also part...
2022-05-07 Hermès Bélusca-Maïto[HALARM] Update defines in hal.h
2022-05-07 Hermès Bélusca-Maïto[NDK][HAL][NTOS] Add missing PRCB_MINOR_VERSION / PRCB_...
2022-04-26 Victor Perevertkin[HALX86] Do not define unnamed enums
2022-04-16 Dmitry Borisov[HALXBOX] Do not claim interrupt resources for the...
2022-04-09 Hermès Bélusca-Maïto[HALX86:ACPI] Use the correct PCH file for compilation. 4441/head
2022-04-07 Justin Miller[HALX86] Add support for parsing ACPI MADT tables 4409/head
2022-04-07 Justin Miller[HALX86] Add a way to print the ProcessorTable data...
2022-04-07 Justin Miller[HALX86] Implement HalpSetupProcessorsTable
2022-04-07 Justin Miller[HALX86] Add function prototypes needed for parsing...
2022-03-27 Hermès Bélusca-Maïto[HALX64] Do not claim to handle display reset if you...
2022-02-13 Thomas Faber[HAL:APIC] Ensure the interrupt gets requested immediat... 4339/head
2021-12-20 Serge Gautherie[HALX86] HalpDmaAllocateChildAdapter(): Fix memory...
2021-11-07 Hervé Poussineau[HALX86] Implement HalBuildScatterGatherList
2021-11-07 Hervé Poussineau[HALX86] Partly implement HalCalculateScatterGatherListSize
2021-11-01 Hervé Poussineau[HALX86] Stub-implement scatter/gather DMA operations
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
next