[NTOS] Just go ahead and allow printing all the printable ASCII characters in ExpTagA...
[reactos.git] / ntoskrnl / mm /
2019-11-01 Hermès Bélusca-Maïto[NTOS] Just go ahead and allow printing all the printab...
2019-10-27 Stanislav Motylkov[NTOS:MM] Add debug print to MiAllocateContiguousMemory...
2019-10-26 Timo Kreuzer[NTOS] Fix a bug in the PE loader, which caused images...
2019-09-29 Pierre Schweitzer[NTOSKRNL] Simplify buffer definition in MiQueryMemoryS...
2019-09-01 Timo Kreuzer[NTOS:MM] Fix MmspCompareSegments
2019-08-15 Serge Gautherie[NTOSKRNL] Move DPRINT1("Thread wants too much stack...
2019-08-15 Timo Kreuzer[NTOS:MM] MmSizeOfSystemCacheInPages is ULONG_PTR,...
2019-08-15 Timo Kreuzer[REACTOS] Fix SIZE_T related warnings
2019-07-14 Hermès Bélusca-Maïto[NTOS:MM] Add a MmChangeKernelResourceSectionProtection...
2019-07-13 Serge Gautherie[NTOS:MM] Fix MmGetFileNameForAddress() callers. (...
2019-07-06 Serge Gautherie[NTOS:MM] Fix MmSizeOfSystemCacheInPages value on AMD64
2019-06-25 Hermès Bélusca-Maïto[NTOS:MM] Fix MiLocateKernelSections() and MmMakeKernel...
2019-06-25 Hermès Bélusca-Maïto[NTOS:KE/MM] Some bug-fixes in the bugcheck code.
2019-06-04 Serge Gautherie[NTOS:MM] PeFmtCreateSection(): Improve AMD64 image...
2019-05-15 Mark Jansen[NTOS/MM] Recognize AMD64 image in PeFmtCreateSection... 1544/head
2019-05-05 Thomas Faber[NTOS] Use correct buffer size when calling MiResolveIm...
2019-04-30 Mark Jansen[NTOS/MM] Ensure ImageBase is not used uninitialized 1537/head
2019-04-22 Bernhard Feichtinger[NTOS][USERSRV] Silence noisy debug output.
2019-03-31 Maxim Smirnov[NTOSKRNL] In MmCreateImageSection, properly check...
2019-02-24 Timo Kreuzer[NTOS::Mm] Fix inverted check in MiWriteProtectSystemImage
2019-02-07 Serge Gautherie[NTOS:MM] ExFreePoolWithTag(): Accept tag mismatch...
2019-02-03 Thomas Faber[NTOS:MM] Dump pool consumers at most once per second. 1333/head
2019-02-02 Pierre Schweitzer[NTOS:MM] On big pool enumeration, return entry instead...
2019-01-28 Hermès Bélusca-Maïto[NTOS:MM] Some fixes for NtCreatePagingFile().
2019-01-19 Timo Kreuzer[NTOS] Turn broken assert into DPRINT
2019-01-18 Timo Kreuzer[NTOS:Mm] Rewrite MiWriteProtectSystemImage (#749)
2019-01-15 Pierre Schweitzer[NTOSKRNL] Add support for callback when enumerating...
2019-01-09 Thomas Faber[NTOS:MM] Implement big pool table expansion. CORE...
2019-01-08 Pierre Schweitzer[NTOSKRNL] Add support for large allocations in !poolfind
2019-01-08 Pierre Schweitzer[NTOSKRNL] In !irpfind, add info about current stack...
2019-01-06 Pierre Schweitzer[NTOSKRNL] Misc fixes to !irpfind
2019-01-06 Pierre Schweitzer[NTOSKRNL] Move KDBG MM functions implementation to...
2019-01-06 Pierre Schweitzer[NTOSKRNL] Properly check for address validity in ...
2019-01-06 Pierre Schweitzer[NTOSKRNL] Reimplement !irpfind using !poolfind helpers
2019-01-06 Pierre Schweitzer[NTOSKRNL] Implement !poolfind command in KDBG
2018-12-30 Timo Kreuzer[NDK][NTOS] Add global definition of INIT_FUNCTION...
2018-12-12 Andrew Boyarshin[NTOS:MM] Fix typo in MiCheckForUserStackOverflow
2018-12-09 Pierre Schweitzer[NTOSKRNL] Return the amount of hits in system lookasid...
2018-11-25 Bernhard Feichtinger[NTOS:MM] Handle unimplemeted case for MiCheckForUserSt...
2018-11-03 Jérôme Gardou[NTOS/MM] Properly handle page faults in regions marked...
2018-11-03 Jérôme Gardou[NTOS/MM] Move up MmAlterViewAttributes for later use...
2018-10-01 Pierre Schweitzer[NTOSKRNL] Respect PFN cache attribute when required
2018-09-18 Pierre Schweitzer[NTOSKRNL] Stub IoInitializeCrashDump()
2018-08-21 Timo Kreuzer[NTOS:Mm] Fix a 64 bit issue in MmMapViewOfArm3Section...
2018-08-21 Timo Kreuzer[NTOS] Fix MiFindInitializationCode (#751)
2018-08-20 Timo Kreuzer[NTOS:MM] Fix ASSERT when expanding paged pool
2018-08-20 Timo Kreuzer[NTOS:MM] Fix paged pool expansion
2018-08-16 Pierre Schweitzer[NTOSKRNL] Only allow page file on a few specific devic...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Don't need all access for file object
2018-08-16 Pierre Schweitzer[NTOSKRNL] Add a check commented out for now.
2018-08-16 Pierre Schweitzer[NTOSKRNL] MmTotalCommitLimit and MmTotalCommitLimitMax...
2018-08-16 Timo Kreuzer[NTOS:MM] Make SLIST handling for kernel stacks portable
2018-08-16 Serge Gautherie[NTOS:MM] Update a DPRINT string (#760)
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-16 Pierre Schweitzer[NTOSKRNL] Page files don't have an init size, but...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Drop the MmPagingFile spin lock in favor...
2018-08-16 Pierre Schweitzer[NTOSKRNL] Drop the alloc map from page file
2018-08-16 Pierre Schweitzer[NTOSKRNL] Stub page file extension support
2018-08-13 Pierre Schweitzer[NTOSKRNL] Don't use anonymus allocations for MM objects
2018-08-13 Pierre Schweitzer[NTOSKRNL] Keep page file name along the page file...
2018-08-13 Pierre Schweitzer[NTOSKRNL] Dereference page file objects in MM shutdown...
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-11 Pierre Schweitzer[NTOSKRNL] Misc fixes:
2018-08-11 Pierre Schweitzer[NTOSKRNL] Rename PagingFileList to MmPagingFile and...
2018-08-11 Pierre Schweitzer[NTOSKRNL] Remove useless define
2018-08-11 Pierre Schweitzer[NTOSKRNL] Replace the alloc map by a bitmap
2018-08-11 Pierre Schweitzer[NTOSKRNL] Drop unused field
2018-08-11 Pierre Schweitzer[NTOSKRNL] Revert r4668 (yeah, that was 15y ago)
2018-08-11 Pierre Schweitzer[NTOSKRNL] Restrict rights on the page file
2018-08-11 Pierre Schweitzer[NTOSKRNL] Deny page file creation on floppy disk
2018-08-11 Pierre Schweitzer[NTOSKRNL] Properly open a page file and set appropriat...
2018-08-11 Pierre Schweitzer[NTOSKRNL] Check that caller has appropriate right...
2018-06-03 Mark Jansen[NTOSKRNL] Ignore IMAGE_SCN_CNT_UNINITIALIZED_DATA
2018-04-22 Timo Kreuzer[NTOS:MM] Fix ViewSize parameter passed to MiInsertVadE...
2018-04-15 Thomas Faber[NTOS:MM] Do not map two pages into hyperspace in MiCop...
2018-04-03 Timo Kreuzer[REACTOS] Fix 64 bit build (#465)
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-03-18 Thomas Faber[NTOS:MM] Improve debug prints in MmCreateVirtualMappin...
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-09 Pierre Schweitzer[NTOSKRNL] Define the throttling limits for Cc in Mm...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Drop the CcTryToInitializeFileCache() which...
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-01-28 Thomas Faber[NTOS:MM] Assert MmLocateMemoryAreaByAddress return...
2018-01-23 Pierre Schweitzer[NTOSKRNL] When marking a BCB dirty, also mark the...
2018-01-23 Pierre Schweitzer[NTOSKRNL] Reimplement the lazy writer in Cc and remove...
2018-01-16 Thomas Faber[NTOS:MM] Fix broken ASSERT. CID 701285
2018-01-14 Timo Kreuzer[NTOS] Fix 64 bit warnings
2018-01-06 Timo Kreuzer[NTOS:MM] Pass FaultCode to MiDispatchFault
2018-01-06 Timo Kreuzer[NTOS:MM] Mark local functions with static
2018-01-06 Timo Kreuzer[NTOS:MM] Add support for NX page-faults
2018-01-06 Timo Kreuzer[NTOS:MM] Make use of FaultCode and MI_IS_NOT_PRESENT_F...
2018-01-06 Timo Kreuzer[NTOS:MM] Pass The FaultCode to MmArmAcceessFault as...
2018-01-06 Timo Kreuzer[NTOS:MM] Pass page fault code to MmAccessFault
2018-01-03 Timo Kreuzer[NTOS:MM] Use MiResolveDemandZeroFault instead of MiDis...
2018-01-03 Timo Kreuzer[NTOS:MM] Implement resolving PXE/PPE page table demand...
next