[SHELL32] SHChangeNotify: Use tree for CDirectoryList (#6784)
[reactos.git] / ntoskrnl / mm / section.c
2023-12-23 Ratin Gao[REACTOS] Fix typos (#6198)
2023-10-24 Timo Kreuzer[NTOS:MM] Attach to the target process in MmMapViewOfSe...
2023-09-30 Joachim Henze[NTOS:MM] Fix missing \n in unimplemented codepath...
2023-08-05 Timo Kreuzer[NTOS:MM] Fix use-after-free error
2023-07-29 Timo Kreuzer[NTOS:Mm] Handle failure to allocate pages in the page...
2023-07-29 Timo Kreuzer[NTOS:Mm] Implement MmCreatePhysicalMapping and MmDelet...
2023-07-29 Timo Kreuzer[NTOS:Mm] Replace YieldProcessor() with KeDelayExecutio...
2023-04-19 Adam Słaboń[NTOS:MM] MmCanFileBeTruncated: Check whether second...
2023-04-01 Jérôme Gardou[NTOSKRNL] Flush file to disk when deleting file mappin...
2023-01-20 Roy Tam[NTOS:MM] Ignore sections either PointerToRawData or...
2022-11-02 Jérôme Gardou[NTOS] Properly implement and use FsRtlAcquireFileForMo...
2022-10-26 Hermès Bélusca-Maïto[NTOS:MM] Remove residual hack from commit 864a1bc6a...
2022-10-26 Adam Słaboń[NTOS:MM] MmPurgeSegment: Fix wrong return value (...
2022-09-17 Jérôme Gardou[NTOS] Add some sanity checks when synchronizing PDEs
2021-11-21 Thomas Faber[NTOS] Fix broken SAL annotations on MmDereferenceSegme...
2021-08-07 Jérôme Gardou[NTOS:MM] Implement MmFlushImageSection(MmFlushForWrite)
2021-07-27 Jérôme Gardou[NTOS:MM] Annotate some functions with regards to MmPfnLock
2021-07-27 Jérôme Gardou[NTOS:MM] Always release PFN lock in MmDereferenceSegme...
2021-06-25 Jérôme Gardou[NTOS:MM] Implement MmFlushImageSection(MmFlushForDelete)
2021-06-25 Jérôme Gardou[NTOS:MM] Do not call ExAllocatePool* with PFN lock...
2021-06-22 Serge Gautherie[NTOS:MM] MmFlushSegment(): Fix Iosb annotation
2021-06-07 Jérôme Gardou[NTOS:MM] Fix remnants of CORE-17587
2021-05-12 Jérôme Gardou[REACTOS] Addendum to 5c7ce4475e246560d1622b8cc60dc603e...
2021-04-08 Jérôme Gardou[NTOS:MM] Fix a bit page fault handler with regard...
2021-04-08 Jérôme Gardou[NTOS:MM] Rewrite arch-specifics of the legacy Mm
2021-04-08 Jérôme Gardou[NTOS:MM] Get rid of MmRosFlushVirtualMemory
2021-04-08 Jérôme Gardou[NTOS:MM] Get rid of MmSetCleanAllRmaps and MmIsDirtyPa...
2021-04-08 Jérôme Gardou[NTOS:MM] Fix a bit the page-out/page-in logic
2021-03-30 Jérôme Gardou[NTOS:MM] Fix PFN tracing
2021-02-26 Jérôme Gardou[NTOS:MM] Do not chunk-read file when we are the modifi...
2021-02-26 Jérôme Gardou[NTOS:MM] Do not chunk-read files marked with FO_RANDOM...
2021-02-03 Jérôme Gardou[NTOS:MM][NTOS:CC][FASTFAT][FASTFAT_NEW] Massive overhaul
2021-02-03 Jérôme GardouAddress PR review
2021-02-03 Jérôme Gardou[NTOS:MM] Fix regression of MmCanFileBeTruncated
2021-02-03 Jérôme Gardou[NTOS:MM][NTOS:CC] Performance improvement again
2021-02-03 Jérôme Gardou[NTOS:CC] Performance improvements
2021-02-03 Jérôme Gardou[NTOS:MM] Unconditionally purge cache on image section...
2021-02-03 Jérôme Gardou[NTOS:MM] Keep a ref on the segment when mapping a...
2021-02-03 Jérôme Gardou[NTOS:MM] Improve MmCanFileBeTruncated
2021-02-03 Jérôme Gardou[NTOS:MM] Use 64-bit integer to count references on...
2021-02-03 Jérôme Gardou[NTOS:MM] Introduce MmPurgeSegment & MmFlushSegment
2021-02-03 Jérôme Gardou[NTOS:CC][NTOS:MM] Try respecting ValidDataLength
2021-02-03 Jérôme Gardou[NTOS:MM] Disable APC while performing Paged Read
2021-02-03 Jérôme Gardou[NTOS:MM] Fix a race condition when unmapping sections...
2021-02-03 Jérôme Gardou[NTOS:MM] Fix input validation/correction in MmMapViewI...
2021-02-03 Jérôme Gardou[NTOS:MM] Keep image maps & file maps coherent at the...
2021-02-03 Jérôme GardouFix physical memory section creation
2021-02-03 Jérôme Gardou[NTOS:MM] Remove a check for now
2021-02-03 Jérôme Gardou[NTOS:MM] Do not reference the section when mapping it.
2021-02-03 Jérôme Gardou[NTOS:MM] Save the dirty bit when sharing a segment...
2021-02-03 Jérôme Gardou[NTOS:MM] Various fixes.
2021-02-03 Jérôme Gardou[NTOS] Zero data unconditionally after segment end...
2021-02-03 Jérôme Gardou[NTOS:MM] Make the situation about dirty pages in image...
2021-02-03 Jérôme Gardou[NTOS:MM] Fix file object bad referencing
2021-02-03 Jérôme Gardou[NTOS/MM] Set FSRTL_MOD_WRITE_TOP_LEVEL_IRP top-level...
2021-02-03 Jérôme Gardou[NTOS/MM] Do not zero out the tail of the segment if...
2021-02-03 Jérôme Gardou[NTOS:MM] Acquire file lock when creating section
2021-02-03 Jérôme Gardou[NTOSKRNL] Address issues raised in PR 3361 review
2021-02-03 Jérôme Gardou[NTOS/MM] Force flushing when the page is dirtified...
2021-02-03 Jérôme Gardou[NTOS:MM] Do not limit ourselves in reading or writing...
2021-02-03 Jérôme Gardou[NTOS/MM] Misc fixes
2021-02-03 Jérôme Gardou[NTOS/MM] Do not dirtify section pages for system-space...
2021-02-03 Jérôme Gardou[NTOS/MM] Do not error when FS returns STATUS_END_OF_FI...
2021-02-03 Jérôme Gardou[NTOS/MM] DO not assert when being passed invalid param...
2021-02-03 Jérôme Gardou[NTOSKRNL] Overhaul Cc and Mm relationship
2021-02-03 Jérôme Gardou[NTOS/MM] Introduce MmArePagesResident and MmMakePagesR...
2021-02-03 Jérôme Gardou[NTOS/MM] Introduce MmMapViewInSystemSpaceEx
2021-02-03 Jérôme Gardou[NTOS/MM] Infer that the Memory Area is an image mappin...
2021-02-03 Jérôme Gardou[NTOSKRNL/MM] Fix a few wine tests
2021-02-03 Jérôme Gardou[NTOSKRNL/MM] Reduce use of MiIsRosSectionObject
2021-02-03 Jérôme Gardou[NTOSKRNL] Get rid of MM_ROS_SECTION_OBJECT
2021-02-03 Jérôme Gardou[NTOSKRNL] Store File Object in the segment instead...
2021-02-03 Jérôme Gardou[NTOSKRNL] Store the MM_IMAGE_SECTION_OBJECT pointer...
2021-02-03 Jérôme Gardou[NTOSKRNL] Get rid of MEMORY_AREA::Protect
2021-02-03 Jérôme Gardou[NTOSKRNL/MM] Get rid of useless members of MEMORY_AREA...
2021-02-03 Jérôme Gardou[NTOSKRNL] Unload the cargo: We only use tiny bits...
2021-02-03 Jérôme Gardou[NTOSKRNL] Embed a SECTION struct inside MM_ROS_SECTION...
2021-02-03 Jérôme Gardou[NTOSKRNL] Get rid of ROS_SECTION_OBJECT::AllocationAtt...
2021-02-03 Jérôme Gardou[NTOSKRNL] Get rid of pagefile-backed sections support...
2021-02-03 Jérôme Gardou[NTOSKRNL] Rename MM_ROS_SECTION_OBJECT:SectionPageProt...
2021-02-03 Jérôme Gardou[NTOSKRNL] Rename MM_ROS_SECTION_OBJECT:MaximumSize...
2020-11-02 Victor Perevertkin[REACTOS] Cleanup INIT and some PAGE section allocations 3275/head
2020-10-20 Jérôme GardouRevert "[NTOS/MM]
2020-10-20 Jérôme Gardou[NTOS/MM]
2020-10-03 Thomas Faber[NTOS:MM] Fail on SizeOfRawData overflow. CORE-17284 3245/head
2020-10-03 Thomas Faber[NTOS:MM] VirtualSize overrides SizeOfRawData when...
2020-05-23 Serge Gautherie[NTOSKRNL] Place INIT_FUNCTION before the return type...
2019-10-26 Timo Kreuzer[NTOS] Fix a bug in the PE loader, which caused images...
2019-09-01 Timo Kreuzer[NTOS:MM] Fix MmspCompareSegments
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-04-30 Mark Jansen[NTOS/MM] Ensure ImageBase is not used uninitialized 1537/head
2019-03-31 Maxim Smirnov[NTOSKRNL] In MmCreateImageSection, properly check...
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-06-03 Mark Jansen[NTOSKRNL] Ignore IMAGE_SCN_CNT_UNINITIALIZED_DATA
2018-04-15 Thomas Faber[NTOS:MM] Do not map two pages into hyperspace in MiCop...
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-02-07 Pierre Schweitzer[NTOSKRNL] Drop the CcTryToInitializeFileCache() which...
2018-01-23 Pierre Schweitzer[NTOSKRNL] When marking a BCB dirty, also mark the...
next