KD System Rewrite:
[reactos.git] / reactos / ntoskrnl / mm / mminit.c
2005-03-15 Hartmut BirrOn smp machines, unmap all low memory pages (except...
2005-02-08 Alex IonescuFreeLdr Patch. Now fully loads ntoskrnl using a PE...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-26 Alex IonescuDynamic 3GB support, part 1. Only multiboot.S remains...
2005-01-25 Hartmut Birr- Implemented a kernel mapping region which is process...
2005-01-12 Filip NavaraPortability fixes.
2005-01-05 Hartmut Birr- Replaced MP with CONFIG_SMP.
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...
2005-01-01 Hartmut Birr- Fixed the releasing of the memory from the init section.
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-04 Alex IonescuUn-hardcoded the 0xC0000000 value, and stuck the define...
2004-09-26 Hartmut Birr- Rewrote (copied from ntdll) parts of the relocation...
2004-09-09 Hartmut Birr- Implemented PAE (physical address extension) mapping.
2004-08-19 Hartmut Birr- Changed the sequence of some memory initialisation...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-14 Hartmut Birr- Enabled global pages if it is possible.
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2004-03-16 David Welch- Map only the vga frame buffer for the hal to write...
2004-03-16 David Welch- Removed useless define.
2004-02-17 Mike NordellRemove not needed specific-compiler compile-time warning.
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-11-30 Hartmut Birr- Protect the region for the kernel mapped low memory...
2003-11-16 Hartmut Birr- Create a memory area for the kpcr.
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-13 David Welch- Fixed deadlock in pager thread.
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-07-06 Hartmut Birr- Store the consumer type for each page.
2003-07-05 Hartmut Birr- Allocate a separate memory area for the kmap area.
2003-06-19 Gé van GeldorpRevert last change
2003-06-19 Gé van GeldorpDon't mark pages as unmapped when releasing them via...
2003-06-14 Hartmut Birr- Added a boot option for reducing the used memory...
2003-05-17 Eric KohlAdded new MEMORY_AREA_NO_ACCESS type.
2003-05-17 Eric KohlImplemented Top-Down-Allocator.
2003-05-17 Hartmut Birr- Initialize the page directory for a new process from...
2003-01-11 Hartmut BirrUsed lookasidelists for pageop's.
2002-12-16 Hartmut BirrUnmap the low memory in SMP mode in MmInit3.
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-08-17 Hartmut BirrFixed the size for memory unmapping from boot process.
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-07-17 David WelchFixed some bugs.
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-04-26 Eric KohlSimplified access to the shared user page.
2002-01-01 David WelchFixed some swapping bugs and deadlocks
2001-12-31 David WelchVirtual memory support
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-12-06 David WelchRemoved bitops.h
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-08-30 David WelchChanged internal/config.h -> roscfg.h in a number of...
2001-08-13 Eric KohlFixed interpretation of BIOS memory map.
2001-08-03 Eugene IngermanLock address space before calling MmCreateMemoryArea.
2001-05-03 Casper HornstrupRemoved debug code
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-26 Phillip SusiUndo last change removing config.h, which is now correc...
2001-04-26 Phillip SusiRemoved references to obsolete config.h preventing...
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-03-28 David WelchCatch stack over/underflows
2001-03-26 David WelchFixes for page list initialization
2001-03-25 David WelchV86 mode fixes
2001-03-16 David WelchRemoved obsolete header files
2001-01-17 David WelchMultiboot fixes
2000-12-28 David WelchImplemented /Device/PhysicalMemory
2000-12-20 jeanbegin implementation of memory detection
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-22 Eric KohlReplaced linux io calls
2000-10-07 David WelchAdded multiboot support to ntoskrnl
2000-08-30 David WelchAdded calibration of KeStallExecutionProcessor delay
2000-08-20 David WelchFixed memory manager bugs
2000-08-12 David WelchUpdated CREDITS
2000-07-19 David WelchRemoved broken dma code
2000-07-07 David WelchCorrected bug where user32.a wasn't being cleaned
2000-07-04 David WelchCompilation fixes
2000-07-04 David WelchAdded working set functions