[HAL][FREELDR] Fix system timer oscillator frequency on a Xbox (#2245)
[reactos.git] / ntoskrnl / include /
2019-12-31 Timo Kreuzer[NTOS:KE] Rename some locking functions to reflect...
2019-12-31 Thomas Faber[NTOS] Make RtlFindCharInUnicodeString available in...
2019-11-25 Hermès Bélusca-Maïto[NDK][NTOS:INBV] Remove non-exported INBV functions...
2019-11-17 Hermès Bélusca-Maïto[NTOS:KD/KD64/KDBG] Share some code between our legacy...
2019-11-17 Hermès Bélusca-Maïto[NTOS:KD64] Some code formatting + add SAL2 annotations...
2019-11-17 Hermès Bélusca-Maïto[NTOS] Complete the support of Debug Filters. CORE...
2019-11-17 Hermès Bélusca-Maïto[NTOS:KD/KDBG] Code enhancements for KDBG/KD.
2019-11-01 Hermès Bélusca-Maïto[NTOS][CLASS2][FFS][WIN32SS] Fix some pool tags so...
2019-10-21 Pierre Schweitzer[NTOSKRNL] Rewrite IoAssignDriveLetters to make NT5...
2019-10-21 Pierre Schweitzer[NTOSKRNL] Define TAG_FSTUB in the dedicated internal...
2019-10-21 Pierre Schweitzer[NTOSKRNL] Declare IoRemoteBootClient in internal headers
2019-10-18 Hervé PoussineauRevert "[NTOS:KDBG] Use CONTEXT instead of KTRAP_FRAME"
2019-09-30 Serge Gautherie[NTOS:MM] i386: Fix '_MI_NO_EXECUTE' typo
2019-08-19 Yaroslav Kibysh[NTOS:INBV] Refactor boot screen code and resources...
2019-07-14 Hermès Bélusca-Maïto[NTOS:MM] Add a MmChangeKernelResourceSectionProtection...
2019-07-14 Hermès Bélusca-Maïto[NTOS:INBV] Classify the bitmap resources. (#1649)
2019-06-30 Pierre Schweitzer[NTOSKRNL] Implement support for device maps in ObpLook...
2019-06-25 Hermès Bélusca-Maïto[NTOS:KE/MM] Some bug-fixes in the bugcheck code.
2019-06-20 Hermès Bélusca-Maïto[NTOS:KE] Fixup for the NMI task handler: handle NMI...
2019-06-20 Hermès Bélusca-Maïto[NTOS:KE] Improvements for the Trap02 (NMI) and Trap08...
2019-06-20 Hermès Bélusca-Maïto[NTOS:KE][SDK:ASM] Code formatting/styling only.
2019-06-10 Pierre Schweitzer[NTOSKRNL] Taggify some allocs
2019-06-01 Pierre Schweitzer[NTOSKRNL] Implement SeGetLogonIdDeviceMap
2019-06-01 Pierre Schweitzer[NTOSKRNL] Stub SeGetLogonIdDeviceMap
2019-06-01 Pierre Schweitzer[NTOSKRNL] Add support for LUID mappings in ObQueryDevi...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Implement support for PROCESS_DEVICEMAP_INFO...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Implement ObIsLUIDDeviceMapsEnabled and...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Disable LUID mapping until it's properly...
2019-06-01 Pierre Schweitzer[NTOSKRNL] Modify ObpCreateDeviceMap so that it can...
2019-05-23 Hervé Poussineau[NTOS:KDBG] Use CONTEXT instead of KTRAP_FRAME
2019-05-23 Hervé Poussineau[NTOS:KD] Remove some _WINDK_ usages
2019-05-23 Hervé Poussineau[NTOS:KD] Remove dead code
2019-05-23 Hervé Poussineau[NTOS:KD] Remove /BREAK support left over, likely broke...
2019-05-21 Pierre Schweitzer[NTOSKRNL] Save ProtectionMode value on boot
2019-05-18 Pierre Schweitzer[NTOSKRNL] Save ObjectSecurityMode value on boot
2019-04-20 Pierre Schweitzer[NTOSKRNL] Drop the useless Timestamp field
2019-04-18 Pierre Schweitzer[NTOSKRNL] Drop the no longer needed Dirty field
2019-04-07 Eric Kohl[NTOSKRNL] Use global power capabilities and report...
2019-03-29 Pierre Schweitzer[MEH] Forgot that file :-(
2019-03-01 Pierre Schweitzer[NTOSKRNL] Rewrite/fix our UUID generation implementation
2019-03-01 Pierre Schweitzer[NTOSKRNL] Introduce the UUID_CACHED_VALUES_STRUCT...
2019-01-18 Timo Kreuzer[NTOS:Mm] Rewrite MiWriteProtectSystemImage (#749)
2019-01-09 Thomas Faber[NTOS:MM] Implement big pool table expansion. CORE...
2019-01-05 Timo Kreuzer[REACTOS] Fix misc 64 bit issues (#783)
2018-12-30 Timo Kreuzer[NDK][NTOS] Add global definition of INIT_FUNCTION...
2018-12-23 Pierre Schweitzer[NTOSKRNL] Implement write behind in Cc
2018-12-16 Eric Kohl[NTOSKRNL] Add and call the CmpSaveBootControlSet(...
2018-12-04 Pierre Schweitzer[NTOSKRNL] Use proper enum type for IopCreateSecurityDe...
2018-12-04 Pierre Schweitzer[NTOSKRNL] Implement IopCreateDefaultDeviceSecurityDesc...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Replace ExGetRunRefForCurrentProcessor(...
2018-11-17 Pierre Schweitzer[NTOSKRNL] Implement ExGetRunRefForCurrentProcessor...
2018-10-27 Pierre Schweitzer[NTOSKRNL] Implement SeComputeQuotaInformationSize()
2018-10-27 Pierre Schweitzer[NTOSKRNL] Add support for the ObUnsecureGlobalNames...
2018-10-24 Hermès Bélusca-Maïto[NTOS] Configuration Manager fixes.
2018-10-21 Hermès Bélusca-Maïto[NTOS:CM] Implement more support for force-unloading...
2018-10-13 Pierre Schweitzer[NTOSKRNL] Add the CcPinMappedDataCount counter
2018-10-05 Pierre Schweitzer[NTOSKRNL] Move the PinCount out of the VACB to the BCB
2018-10-05 Pierre Schweitzer[NTOSKRNL] Implement IopCheckTopDeviceHint()
2018-10-04 Pierre Schweitzer[NTOSKRNL] Implement IoGetFileObjectFilterContext()
2018-10-03 Pierre Schweitzer[NTOSKRNL] Stub support for querying DOS name when...
2018-10-03 Pierre Schweitzer[NTOSKRNL] Use faster internal helper to query name
2018-10-03 Pierre Schweitzer[NTOSKRNL] Rename IopQueryNameFile to IopQueryNameInternal
2018-10-02 Thomas Faber[NTOS:IO] Implement IopAcquireFileObjectLock and use...
2018-09-27 Hermès Bélusca-Maïto[NTOS:SE] Fixes for NT tokens.
2018-09-18 Pierre Schweitzer[NTOSKRNL] Stub IoInitializeCrashDump()
2018-09-05 Pierre Schweitzer[NTOSKRNL] When allocating a new BCB, save it in a...
2018-08-17 Timo Kreuzer[NTOS:OB] Rename object types to their official names...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Start making our MMPAGING_FILE struct look...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Store page file sizes in pages, not in bytes
2018-08-16 Pierre Schweitzer[NTOSKRNL] Store page file minimum size and use it...
2018-08-13 Pierre Schweitzer[NTOSKRNL] Keep page file name along the page file...
2018-08-13 Pierre Schweitzer[NTOSKRNL] Close page files (and delete them!) on shutdown
2018-08-13 Pierre Schweitzer[NTOSKRNL] Stub MM shutdown
2018-08-08 Serge Gautherie[REACTOS] Improve how some ASSERTMSG() message values... 660/head
2018-08-04 Timo Kreuzer[NTOS] Fix 64 bit issues
2018-06-27 Hermès Bélusca-Maïto[NTOS:SE] Overhaul the token management code.
2018-06-27 Hermès Bélusca-Maïto[NTOS:SE] Minor style changes.
2018-06-27 Hermès Bélusca-Maïto[NTOS:SE] Finish SepCreateImpersonationTokenDacl()...
2018-06-27 Hermès Bélusca-Maïto[NTOS:PS] Adjust the PsReferenceEffectiveToken() protot...
2018-05-31 Eric Kohl[NDK] Replace the SYSTEMTIME fields StandardDate and...
2018-05-25 Pierre Schweitzer[NTOSKRNL] Implement KeQueryValuesProcess().
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Set the DRVO_BUILTIN_DRIVER DriverObject...
2018-04-18 Thomas Faber[NTOS:PNP] Rename IopDeviceRelations* to IopDeviceActio...
2018-04-15 Pierre Schweitzer[NTOSKRNL] Drop the VACB lock.
2018-04-15 Thomas Faber[NTOS:MM] Do not map two pages into hyperspace in MiCop...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] In addition to the hard-error port, referenc...
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-24 Pierre Schweitzer[NTOSKRNL] Use interlocked operations for VACB referenc...
2018-03-17 Pierre Schweitzer[NTOSKRNL] Misc fixes to VACB reference counting
2018-02-24 Pierre Schweitzer[NTOSKRNL] Implement the support for reserve IRP in IO
2018-02-24 Pierre Schweitzer[NTOSKRNL] Add the CcDataFlushes and CcDataPages counters
2018-02-24 Pierre Schweitzer[NTOSKRNL] Add the CcPinReadWait and CcPinReadNoWait...
2018-02-24 Pierre Schweitzer[NTOSKRNL] Return some Cc counters in SystemPerformance...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Avoid private cache map allocation for the...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Define the throttling limits for Cc in Mm...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Bring an initial (and not perfect ;-)) imple...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Implement CcSetAdditionalCacheAttributes()
2018-02-08 Pierre Schweitzer[NTOSKRNL] Misc cosmetic changes
2018-02-07 Pierre Schweitzer[NTOSKRNL] When initializing file cache, also allocate...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Drop the CcTryToInitializeFileCache() which...
next