[NTOS:KE/x64] Handle NMI vs swapgs race condition
[reactos.git] / ntoskrnl / config /
2024-03-30 Gleb Surikov[NTOS:CM] Avoid unnecessary ObDereferenceObject when...
2024-03-24 George Bișoc[NTOS:CM] Remove orphaned KCBs of keys during normal... 6649/head
2024-03-24 George Bișoc[NTOS:CM] Lock the cached KCB before removing it from...
2024-01-17 Hermès Bélusca-Maïto[NTOS:CM][CMLIB] In PE mode, allow registry hives ...
2024-01-17 Hermès Bélusca-Maïto[NTOS:CM] Initially start the registry in read-only...
2024-01-17 Hermès Bélusca-Maïto[NTOS:CM][CMLIB] Minor code styling
2023-11-19 George Bișoc[NTOS:CM] Implement support for alternate registry... 4571/head
2023-11-19 George Bișoc[NTOS:CM] Flush the dirty data to disk if the SYSTEM...
2023-11-19 George Bișoc[NTOS:CM] Use the appropriate flags on functions that...
2023-11-19 George Bișoc[SDK][CMLIB] Implement CmCheckRegistry and validation...
2023-11-19 George Bișoc[NTOS:CM] Disable hard errors when setting up a new...
2023-11-19 George Bișoc[NTOS:CM] Ignore syncing/flushing requests after regist...
2023-10-03 George Bișoc[NTOS:CM] Use COMPUTE_HASH_CHAR to compute the conv...
2023-10-01 George Bișoc[NTOS:CM][DOCUMENTATION] Provide documentation for...
2023-10-01 George Bișoc[NTOS:CM] Implement cache lookup and cleanup subkey...
2023-10-01 George Bișoc[NTOS:CM] Do not call CmpSecurityMethod when assigning...
2023-10-01 George Bișoc[NTOS:CM] Do not acquire a KCB lock twice when deleting...
2023-10-01 George Bișoc[NTOS:CM] Do not acquire the lock twice when the Object...
2023-10-01 George Bișoc[NTOS:CM] Implement locking/unlocking of KCBs in an...
2023-09-28 Serge Gautherie[NTOS:CM] Simplify CmpDelayAllocBucketLock code a bit...
2023-09-23 Timo Kreuzer[NTOS:CM] Fix lock leak
2023-09-21 Hermès Bélusca-Maïto[NTOS:EX] Initialize ExpResourceTimeoutCount also via...
2023-09-06 Joachim Henze[NTOSKRNL] Mute some good-path log-spam, no functional...
2023-08-01 Joachim Henze[NTOSKRNL][NTGDI] Formatting addendum, no functional...
2023-06-25 Hermès Bélusca-Maïto[NTOS:CONFIG] Use correct "Interface" variable type...
2023-05-05 Dmitry Borisov[NTOS:CM] Initialize the alternative system architectur...
2023-04-05 Hermès Bélusca-Maïto[NTOS] "Bugzilla" --> "Jira"
2023-01-03 George Bișoc[NTOS:CM] Cleanup the hive in case linking it to master... 4969/head
2022-12-23 George Bișoc[NTOS:CM] Enable verbose debug output of registry lazy... 4955/head
2022-12-23 George Bișoc[NTOS:CM] Don't lazy flush the registry during unlockin...
2022-11-20 Thomas Faber[NTOS:CM] Consistently use synchronous I/O for registry... 4875/head
2022-04-16 Hermès Bélusca-Maïto[NTOS:CM] Adapt cmboot.c for usage in NT/ReactOS bootlo...
2022-03-27 Hermès Bélusca-Maïto[NTOS:CONFIG] Add missing HvGetCell casts. Addendum...
2022-03-27 Hermès Bélusca-Maïto[SDK:CMLIB][MKHIVE][BOOT:ENVIRON][NTOS:CONFIG] Add...
2022-01-05 Stanislav Motylkov[NTOS:CM] Refactor full CPU identifier values 4249/head
2022-01-05 Stanislav Motylkov[NTOS:KE/x64] Detect CPU vendor properly and store...
2021-08-15 Victor Perevertkin[FREELDR][NTOS][HALPPC][SDK] Remove PowerPC code 3888/head
2021-06-28 Jérôme Gardou[NTOS:CONFIG] Do not ignore Rtl*String functions return...
2021-06-11 Victor Perevertkin[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing... 3742/head
2021-05-12 Jérôme Gardou[REACTOS] Addendum to 5c7ce4475e246560d1622b8cc60dc603e...
2021-04-09 Victor Perevertkin[NDK] DATA_SEG requires an extra #pragma on MSVC
2021-02-21 Eric Kohl[NTOS:CM] Report key creation to the notify code
2020-12-30 Stanislav Motylkov[NTOS:CM] Do not create ProcessorNameString value if... 3407/head
2020-12-08 Victor Perevertkin[NTOS:CONFIG] Release the lock in a failure case in...
2020-12-05 Victor Perevertkin[NTOS:CONFIG] Comment out the assertion until fixed
2020-11-14 Thomas Faber[NTOS:CM] Implement support for KeyValuePartialInformat... 3337/head
2020-11-02 Victor Perevertkin[REACTOS] Cleanup INIT and some PAGE section allocations 3275/head
2020-07-18 Hermès Bélusca-Maïto[NTOS][KDBG] Use macros to simplify initializing the...
2020-07-18 Hermès Bélusca-Maïto[NTOS][SDK] Add new kernel debug filters that have...
2020-05-23 Serge Gautherie[NTOSKRNL] Sync some INIT_FUNCTION (#2824)
2020-05-23 Serge Gautherie[NTOSKRNL] Place INIT_FUNCTION before the return type...
2020-02-23 Eric Kohl[NTOS:CONFIG] Fix NtSetValueKey data probing
2019-12-29 Thomas Faber[NTOS:CM] Probe for write in NtLockProductActivationKeys.
2019-12-29 Thomas Faber[NTOS:CM] Protect user memory access with SEH in NtQuer...
2019-11-17 Hermès Bélusca-Maïto[NTOS] Complete the support of Debug Filters. CORE...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Disable LUID mapping until it's properly...
2019-05-21 Pierre Schweitzer[NTOSKRNL] Save ProtectionMode value on boot
2019-05-18 Pierre Schweitzer[NTOSKRNL] Save ObjectSecurityMode value on boot
2019-05-07 Thomas Faber[NTOS:CM] Do not call ZwQueryObject with a zero-size...
2019-05-05 Thomas Faber[NTOS:CM] Check for correct status from ZwQueryObject...
2019-05-05 Thomas Faber[NTOS:CM] Reduce the size of some unnecessarily large...
2019-05-05 Thomas Faber[NTOS:CM] Simplify CmpGetRegistryPath to avoid unnecess...
2019-05-05 Thomas Faber[NTOS:CM] Avoid a fixed-length stack buffer in CmpCmdHi...
2019-05-05 Thomas Faber[NTOS:CM] Avoid a fixed-length stack buffer in CmpAddTo...
2019-04-22 Hermès Bélusca-Maïto[NTOS:CM] In CmpParseKey(), do not assert but instead...
2019-02-17 Hermès Bélusca-Maïto[NTOS:CM] Set and reset the CMHIVE HiveIsLoading flag...
2018-12-30 Timo Kreuzer[NDK][NTOS] Add global definition of INIT_FUNCTION...
2018-12-16 Eric Kohl[NTOSKRNL] Add and call the CmpSaveBootControlSet(...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Add support for the ObUnsecureGlobalNames...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Reduce noise
2018-10-24 Hermès Bélusca-Maïto[NTOS] Drastically reduce the hackish function CmpGetRe...
2018-10-24 Hermès Bélusca-Maïto[NTOS] Configuration Manager fixes.
2018-10-24 Hermès Bélusca-Maïto[NTOS] Remove some hacks that are not needed anymore...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] CmpCmdHiveOpen(): Resolve FileAttributes...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] Implement more support for force-unloading...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] Add extra validation for the information...
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] Improve the capture of user-mode parameters. 960/head
2018-10-20 Hermès Bélusca-Maïto[NTOS:CM] Minor fixes.
2018-10-20 Hermès Bélusca-Maïto[NTOS:CM] Reuse the saved previous-mode from the ExGetP...
2018-10-14 Hermès Bélusca-Maïto[NTOS][MKHIVE] Minor code formatting.
2018-08-08 Serge Gautherie[REACTOS] Improve how some ASSERTMSG() message values... 660/head
2018-05-19 Hermès Bélusca-Maïto[NTOS] Demote an ASSERT to a mere DPRINT since we only...
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-01-31 Thomas Faber[NTOS:CM] Correctly interpret RtlCreateUnicodeString...
2018-01-08 Mark Jansen[NTOS] Limit the spam from NtNotifyChangeMultipleKeys.
2018-01-06 Colin Finck[NTOS:CM] Improve code in cmsysini.c (#216)
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-11-12 Hermès Bélusca-Maïto[NTOS] Addendum to da81345: Fix checks when a hive...
2017-11-12 Hermès Bélusca-Maïto[NTOS] Do not perform hive write operations when we...
2017-10-29 Serge Gautherie[MOUNTMGR][NTOSKRNL] ZwWriteFile() calls: Use explicit...
2017-10-27 Serge Gautherie[NTOSKRNL][ROSSYM] ZwReadFile() calls: Use explicit...
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.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
next