2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ntoskrnl / mm / kmap.c
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-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-08-20 Royce Mitchell IIIcommented out a DPRINT that referenced a variable that...
2003-08-19 David Welch- Fixed whole page allocations.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
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...
2002-11-05 Hartmut Birr* Delete the virtual mapping first before the the mappe...
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 David Welch2002-08-17 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-01 David WelchFixed some swapping bugs and deadlocks
2001-12-31 David WelchVirtual memory support
2001-12-06 David WelchRemoved bitops.h
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
2001-03-25 David WelchV86 mode fixes
2001-03-16 David WelchRemoved obsolete header files
2001-03-14 David WelchMerge adjacent free blocks in the non-paged pool
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-04 David WelchAdded working set functions
2000-05-13 David WelchSome fixes.