- Implemented InterlockedBitTestAndReset, InterlockedBitTestAndSet, InterlockedExchan...
[reactos.git] / reactos / ntoskrnl / mm / mm.c
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
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-10-22 Eric KohlReplaced linux io calls
2000-08-20 David WelchFixed memory manager bugs
2000-08-18 David WelchAdded .o -> .sys rule to simplify driver makefiles
2000-08-12 David WelchUpdated CREDITS
2000-07-07 David WelchCorrected bug where user32.a wasn't being cleaned
2000-07-04 David WelchAdded working set functions
2000-07-01 Eric KohlReplaced boot_param by LOADER_PARAMETER_BLOCK
2000-06-25 David WelchRemoved from redundant files from the mm directory
2000-05-24 David WelchMore bug fixes.
2000-05-13 David WelchSome fixes.
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-02 Emanuele AlibertiMm subsystem exports table complete.
2000-03-29 David WelchCorrected mutex implementation
2000-03-26 Emanuele AlibertiIo subsystem clean-up. Every exported symbols is not...
2000-03-20 Eric KohlModified kernel initialization sequence
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
1999-12-26 David WelchAdded some security functions
1999-12-20 David WelchFixed problem with handles not being released
1999-12-12 David WelchBacked out Philip Susi's changes for further testing
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-02 David WelchSome bug fixes.
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-11-02 David WelchImproved scheduling code
next