[NTOSKRNL] Minor PnP enhancements.
[reactos.git] / ntoskrnl /
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Minor PnP enhancements.
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Whitespace fixes only.
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Set the DRVO_BUILTIN_DRIVER DriverObject...
2018-04-22 Hermès Bélusca-Maïto[NTOSKRNL] Set flags the standard way.
2018-04-22 Timo Kreuzer[NTOS:MM] Fix ViewSize parameter passed to MiInsertVadE...
2018-04-18 Thomas Faber[NTOS:PNP] Use pool tagging for DEVICE_ACTION_DATA...
2018-04-18 Thomas Faber[NTOS:PNP] Rename IopDeviceRelations* to IopDeviceActio...
2018-04-15 Pierre Schweitzer[NTOSKRNL] Properly reset VACB on free
2018-04-15 Pierre Schweitzer[NTOSKRNL] Drop the VACB lock.
2018-04-15 Pierre Schweitzer[NTOSKRNL] Use interlocked operations when dealing...
2018-04-15 Pierre Schweitzer[NTOSKRNL] Map the VACB in kernel space before insertin...
2018-04-15 Pierre Schweitzer[NTOSKRNL] Add extra sanity checks for VACB lists.
2018-04-15 Thomas Faber[NTOS:MM] Do not map two pages into hyperspace in MiCop...
2018-04-07 Serge Gautherie[NTOS:CC] Use UNIMPLEMENTED_ONCE instead of custom...
2018-04-05 Mark Jansen[NTOSKRNL] Fix IopValidateID using uninitialized var...
2018-04-03 Timo Kreuzer[REACTOS] Fix 64 bit build (#465)
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Formatting fix only. 461/head
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Simplify NtRaiseHardError() by merging the...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] ExRaiseHardError(): Protect strings copy...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Don't emit hard errors for the calling threa...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Don't hardcode flag values for DefaultHardEr...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Update Doxygen descriptions for NtRaiseHardE...
2018-04-01 Hermès Bélusca-Maïto[NTOSKRNL] Forbid processes without the Tcb prvilege...
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-25 Pierre Schweitzer[NTOSKRNL] Properly delete VACB in CcRosCreateVacb...
2018-03-24 Pierre Schweitzer[NTOSKRNL] Use interlocked operations for VACB referenc...
2018-03-24 Pierre Schweitzer[NTOSKRNL] Add a few asserts when mapping a VACB in...
2018-03-24 Pierre Schweitzer[NTOSKRNL] More asserts regarding reference count
2018-03-19 Vadim Galyant[NTOSKRNL] Adding IopValidateID() to test characters...
2018-03-18 Thomas Faber[NTOS:MM] Improve debug prints in MmCreateVirtualMappin...
2018-03-18 Pierre Schweitzer[NTOSKNRL] Always reference a newly created VACB
2018-03-18 Pierre Schweitzer[NTOSKRNL] In CcRosInternalFreeVacb(), in case of inval...
2018-03-18 Pierre Schweitzer[NTOSKRNL] In CcFlushCache(), release the VACB using...
2018-03-17 Pierre Schweitzer[NTOSKRNL] Misc fixes to VACB reference counting
2018-03-07 Thomas Faber[NTOS:EX] Worker threads must not exit with a critical...
2018-03-01 Thomas Faber[NTOS:KE] Don't loop indefinitely trying to figure...
2018-02-28 Pierre Schweitzer[NTOKSRNL] Don't blindly schedule read-ahead on CcCopyR...
2018-02-24 Pierre Schweitzer[NTOSKRNL] Implement ThreadHideFromDebugger in NtSetInf...
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-24 Pierre Schweitzer[NTOSKRNL] Add the CcMapDataWait and CcMapDataNoWait...
2018-02-22 Thomas Faber[NTOS:CC] Don't read past the end of the file in CcPerf... 390/head
2018-02-22 Thomas Faber[NTOS:CC] Avoid some magic numbers.
2018-02-18 Pierre Schweitzer[NTOSKRNL] Fix mismatching spinlock release in CcPerfor...
2018-02-18 Pierre Schweitzer[NTOSKRNL] Don't make CcScheduleReadAhead() too noisy
2018-02-17 Pierre Schweitzer[NTOSKRNL] Don't call OOM dumper in case we were trying...
2018-02-17 Pierre Schweitzer[NTOSKRNL] Allow more chars in ExpTagAllowPrint().
2018-02-10 Pierre Schweitzer[NTOSKRNL] In debug builds, print more information...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Avoid private cache map allocation for the...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Modified CcCanIWrite to handle Mm throttling...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Define the throttling limits for Cc in Mm...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Rewrite CcCanIWrite() to make it more accura...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Don't defer write through write operations
2018-02-09 Pierre Schweitzer[NTOSKRNL] Quickly implement the !defwrites in KDBG
2018-02-09 Pierre Schweitzer[NTOSKRNL] Drop the iSharedCacheMapLock in favor of...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Silence lazy writer now we know it works
2018-02-09 Pierre Schweitzer[NTOSKRNL] Use better locking for private cache map...
2018-02-09 Pierre Schweitzer[NTOSKRNL] Bring an initial (and not perfect ;-)) imple...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Fix a ****ing bug where private cache map...
2018-02-08 Pierre Schweitzer[NDK] Update the PRIVATE_CACHE_MAP structure to match...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Revert 2362e0f and 07e6e9c (partly) they...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Revert 6ece4e9fc22d664ea2485d04303e8ae10047f...
2018-02-08 Pierre Schweitzer[NTOSKRNL] Implement CcSetAdditionalCacheAttributes()
2018-02-08 Pierre Schweitzer[NTOSKRNL] Misc cosmetic changes
2018-02-08 Pierre Schweitzer[NTOSKRNL] Implement CcSetReadAheadGranularity()
2018-02-08 Pierre Schweitzer[NTOSKRNL] Magic value--
2018-02-07 Pierre Schweitzer[NTOSKRNL] When initializing file cache, also allocate...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Drop the CcTryToInitializeFileCache() which...
2018-02-07 Serge Gautherie[NTOS:KE] Replace "Fatal System Error" with "BugCheck"
2018-02-07 Pierre Schweitzer[NTOSKRNL] Use the LockQueueMasterLock where appropriate
2018-02-07 Pierre Schweitzer[NTOSKRNL] Handle FSRTL_FLAG_LIMIT_MODIFIED_PAGES flag...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Add wait support in CcCanIWrite()
2018-02-07 Pierre Schweitzer[NTOSKRNL] Implement CcPostDeferredWrites() that execut...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Properly implement lazy writer activity...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Drop the always running thread for lazy...
2018-02-07 Pierre Schweitzer[NTOSKRNL] On Cc init, also define CcNumberWorkerThread...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Rename ExpCriticalWorkerThreads and ExpDelay...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Save system size on init in CcCapturedSystemSize
2018-02-06 Pierre Schweitzer[NTOSKRNL] Define the Mm global variables related to...
2018-02-05 Timo Kreuzer[NTOS:MM] Make x64 address space layout more like Vista+
2018-02-04 Pierre Schweitzer[NTOSKRNL] Yet another ASSERT...
2018-02-04 Pierre Schweitzer[NTOSKRNL] Add an assert against VACB reference count...
2018-02-01 Pierre Schweitzer[NTOSKRNL] Add an helper for marking a VACB clean ...
2018-01-31 Pierre Schweitzer[NTOSKRNL] Don't let CcWriteVirtualAddress() deal with...
2018-01-31 David Quintana[NTOSKRNL] Fix CcIdleDelay initializer for old msvc...
2018-01-31 Thomas Faber[NTOS:CM] Correctly interpret RtlCreateUnicodeString...
2018-01-28 Pierre Schweitzer[NTOSKRNL] Drop ROS_DEFERRED_WRITE_CONTEXT in favor...
2018-01-28 Pierre Schweitzer[NTOSKRNL] Misc fixes to Cc:
2018-01-28 Thomas Faber[NTOS:MM] Assert MmLocateMemoryAreaByAddress return...
2018-01-28 Thomas Faber[NTOS:PS] Check for rundown success in PsReferenceProce...
2018-01-27 Pierre Schweitzer[NTOSKRNL] Fix MSVC build?
2018-01-27 Pierre Schweitzer[NTOSKRNL] Hello CcIdleDelay :-)
2018-01-27 Pierre Schweitzer[NTOSKRNL] On file cache deletion, only manipulate...
2018-01-27 Pierre Schweitzer[NTOSKRNL] When marking a VACB dirty on unmap/unpin...
2018-01-26 Pierre Schweitzer[NTOSKRNL] Simplify (and speedup!) CcCanIWrite() using...
2018-01-26 Pierre Schweitzer[NTOSKRNL] Store the total dirty pages per shared cache...
2018-01-25 Pierre Schweitzer[NTOSKRNL] Allow pinned dirty VACB to be lazy written.
next