Release the rmap list lock after cleaning the head entry in MmDeleteAllRmaps. This...
[reactos.git] / reactos / ntoskrnl / mm / mdl.c
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-08-21 Thomas Bluemel- use inlined probing macros for basic types
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
2005-06-05 Hartmut BirrRevert my changes from rev 15805.
2005-06-05 Hartmut BirrDon't lock the kernel address space while solving fault...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-25 Alex IonescuTag the MDL buffer
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-05 Hervé PoussineauChange ExFreePool to ExFreePoolWithTag
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-01 Hartmut BirrRaise the exception in MmProbeAndLockPages always with...
2005-03-15 Gregor AnichAllow mapping of MDLs which describe I/O memory (device...
2005-03-12 Hartmut BirrLock the kernel address space instead the process'...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-05 Gregor AnichRaise exception when MmMapLockedPagesSpecifyCache fails...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-14 Gregor AnichFix MmAllocatePageForMdl when it cannot allocate as...
2005-01-13 Gregor AnichMmMapLockedPagesSpecifyCache: Raise STATUS_ACCESS_VIOLA...
2005-01-12 Filip NavaraPortability fixes.
2005-01-07 Gregor Anichmodified include/ntos/zwtypes.h Add SYSTEM_...
2005-01-02 Filip NavaraRename MmOpenMemoryAreaBy[Address/Region] to MmLocateMe...
2005-01-02 Filip NavaraChange the MEMORY_AREAs to be stored it a binary search...
2005-01-02 Alex IonescuFix some wrong Mm definitions and sync up with proper...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-07 Alex IonescuTagged certain functions that were exported both under...
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-17 Alex IonescuAdded Mm Stubs
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-06 Hartmut Birr- Store page numbers instead of physical address's...
2004-05-16 Filip Navara- Set Mdl->Process in MmMapLockedPages to current proce...
2004-04-20 Gunnar Dalsnesmake mdl impl. more windows compliant
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2004-03-13 David Welch- Checked in MmMapLockedPages patch from Anich Gregor.
2004-03-06 David Welch- Added stub implementations of MmAllocatePagesForMdl...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-15 Hartmut Birr- Canceled my last changes.
2004-02-14 Hartmut Birr- Lock the pages always in MmProbeAndLockPages.
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-07-06 Hartmut Birr- Do only attach/detach the process if the address...
2003-06-19 Gé van GeldorpRevert last change
2003-06-19 Gé van GeldorpDon't mark pages as unmapped when releasing them via...
2003-05-17 Eric KohlImplemented Top-Down-Allocator.
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-05 Hartmut Birr* Fixed the allocation length for the mdl bitmap.
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-06-10 Hartmut BirrUnmap the pages first and than remove the entries from...
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
2002-05-17 David Welchservices/fs/cdfs/.cvsignore: Added .cvsignore file
2002-05-14 David WelchReverted the MPW changes (keep these in a seperate...
2002-05-13 Casper HornstrupUse ULONG_PTR instead of ULONG when doing pointer arith...
2002-05-07 Hartmut BirrFixed a wrong index in MmProbeAndLockPages.
2002-04-27 Hartmut BirrFixed a bug in MmUnmapLockedPages.
2002-01-01 David WelchFixed some swapping bugs and deadlocks
2001-04-03 David WelchKeep DPC queue size correct
2001-03-25 David WelchV86 mode fixes
2001-03-21 Casper HornstrupFix for MmBuildMdlForNonPagedPool
2001-03-16 David WelchRemoved obsolete header files
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-02-14 David WelchFixed MmProbeAndLockPages issues pointed out by Philip...
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-01-08 David WelchSome memory manager cleanups
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-08-20 David WelchFixed memory manager bugs
2000-07-08 David Welch*** empty log message ***
2000-07-07 David WelchCorrected bug where user32.a wasn't being cleaned
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-07-04 David WelchAdded working set functions
2000-07-02 Eric KohlFinal macro fixes
2000-07-01 Eric KohlReplaced boot_param by LOADER_PARAMETER_BLOCK
2000-04-02 Emanuele AlibertiMm subsystem exports table complete.
2000-03-29 David WelchCorrected mutex implementation
2000-01-26 David WelchMore improvements to LPC code
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-05-29 David WelchLots of changes to the kernel
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-03-30 David WelchBegan improvements to memory managment, changed method of
1999-03-25 David WelchCleaned up code a bit
1999-03-19 Rex JolliffMerged mingw32 branch into main trunk
1999-02-06 David Welchno message
next