sync with trunk head (34904)
[reactos.git] / reactos / ntoskrnl / mm / mm.c
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 ReactOS Portable... Now that MADDRESS_SPACE became nearly an empty structur...
2008-05-29 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-03-09 Aleksey Bragin- Remove autoupdated "$Id:" lines from the kernel sourc...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-08-05 Aleksey Bragin- More MSVC fixes
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-23 Alex Ionescu- Get rid of LdrGetModuleObject, since MmLoadSystemImag...
2007-02-22 Alex Ionescu- Rename ModuleListHead to PsLoadedModulesList.
2007-02-18 Alex Ionescu- Add EXCEPTION_RECORD64 and LIST_ENTRY64, KeTryToAcqui...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-10-23 Alex Ionescu- Add NtGetWriteWatch, NtResetWriteWatch.
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-28 Alex Ionescu- Complete and utter reimplementation of V86 Mode for...
2006-07-09 Alex Ionescu- Massive re-write of some parts of Ps, based on a...
2006-06-11 Alex Ionescu* Significant improve boot speed and debug log neatness:
2006-05-18 Alex Ionescu- Get rid of ROS_EPROCESS and all the ugly type-casting...
2006-05-18 Alex Ionescu- Use EPROCESS 's AddressCreationLock instead of the...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-01-11 Alex Ionescu- Move MmGrowKernelStack to mm/process.c with the other...
2005-11-22 Alex Ionescu- Don't use EXPORTED
2005-10-29 Hartmut BirrMerged MmReleaseMemoryArea into MmReleaseMmInfo.
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-07-06 Filip NavaraKernel base address and system space start can be disti...
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
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-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-28 Hartmut BirrDon't try to resolve user mode page faults in the very...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-25 Alex IonescuNonpaged Pool Liberation Day: Allow PagedPool to be...
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 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-18 Alex IonescuFix Process not being deleted
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-12 Filip NavaraPortability fixes.
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-11-13 Thomas Bluemelimplemented MmGetSystemRoutineAddress()
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-08-21 Mike NordellLinkage specification correctly placed.
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
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-01 Gunnar Dalsnesmoved the safe mem copy routines
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2004-04-08 Jason FilbyRemove a DbgPrint used in testing
2004-04-08 Jason FilbyImplement MmIsNonPagedSystemAddressValid as a call...
2004-04-08 Jason FilbyFix MmIsAddressValid to check if VirtualAddress >=...
2004-03-13 David Welch- Checked in MmMapLockedPages patch from Anich Gregor.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-15 Hartmut Birr- Locked the pages in MmCommitPagedPoolAddress, if...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-07-26 Hartmut Birr- Freed the no access memory area in MmReleaseMemoryArea.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-06-16 Hartmut Birr- Restart the access fault handler if the return value...
2003-05-17 Eric KohlAdded new MEMORY_AREA_NO_ACCESS type.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
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-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2002-01-01 David WelchFixed some swapping bugs and deadlocks
2001-12-31 David WelchVirtual memory support
2001-12-27 David WelchSet WP bit in CR0
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-12-06 David WelchRemoved bitops.h
2001-04-09 David WelchReorganised cache segment data structure
2001-04-04 David WelchFix longstanding bug in keyboard driver
2001-03-16 David WelchRemoved obsolete header files
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-03-08 David WelchProper cleanup after processes
2001-03-07 David WelchAdded tagging of most allocates
next