[USER32_APITEST] RedrawWindow: Add a DestroyWindow() call (#423)
[reactos.git] / ntoskrnl /
2018-06-05 Thomas Faber[NTOS:CC] Access SectionObjectPointers without lock... 596/head
2018-06-03 Mark Jansen[NTOSKRNL] Ignore IMAGE_SCN_CNT_UNINITIALIZED_DATA
2018-05-31 Eric Kohl[NDK] Replace the SYSTEMTIME fields StandardDate and...
2018-05-30 Serge Gautherie[REACTOS] Improve/Fix some "printf" formats (#555)
2018-05-25 Pierre Schweitzer[NTOSKRNL] Implement KeQueryValuesProcess().
2018-05-25 Pierre Schweitzer[NTOSKRNL] Make NtSetInformationJobObject() success...
2018-05-25 Pierre Schweitzer[NTOSKRNL] Define required sizes with structures sizes
2018-05-25 Pierre Schweitzer[NTOSKRNL] Implement NtQueryInformationJobObject().
2018-05-23 Pierre Schweitzer[NTOSKRNL] Addendum to 8a8cb4d: don't print uninit...
2018-05-23 Pierre Schweitzer[NTOSKRNL] Only consider SharedCacheMap value once...
2018-05-19 Hermès Bélusca-Maïto[NTOS] Demote an ASSERT to a mere DPRINT since we only...
2018-05-10 Pierre Schweitzer[NTOSKRNL] Fix FsRtlStackOverflow work item free.
2018-05-02 Pierre Schweitzer[NTOSKRNL] Optimize a bit deferred writes.
2018-04-30 Pierre Schweitzer[NTOKSNRL] Always flush dirty VACB.
2018-04-30 Pierre Schweitzer[NTOSKRNL] Free unused VACB when required.
2018-04-30 Pierre Schweitzer[NTOSKRNL] Unmark dirty first, and then write.
2018-04-29 Pierre Schweitzer[NTOSKRNL] Fix lazy writer for in-use VACB.
2018-04-27 Pierre Schweitzer[NTOSKRNL] Also try to extract name from FCB when leaki...
2018-04-27 Pierre Schweitzer[NTOSKRNL] In !filecache, try to display FCB name
2018-04-27 Pierre Schweitzer[NTOSKNRL] In case we leak a VACB, debug as much inform...
2018-04-27 Pierre Schweitzer[NTOSKRNL] Noisily dereference mapped VACB on cache...
2018-04-24 Jason JohnsonCorrectly bugcheck if we aren't returning a usermode...
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...
next