migrate substitution keywords to SVN
[reactos.git] / reactos / ntoskrnl / mm / ppool.c
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-21 Royce Mitchell IIIwrap stack walks in SEH - this doesn't fix page faults...
2004-12-18 Royce Mitchell IIIuse KeRosPrintAddress in RPoolMgr
2004-12-17 Royce Mitchell IIIcompletely rewritten PagedPool.
2004-12-13 Art YerkesAdded stack frames and Tag printing to used blocks...
2004-12-12 Eric KohlReplace assert by ASSERT.
2004-12-11 Royce Mitchell IIIPagedPool improvements: differenciate between hiredzone...
2004-11-20 Filip Navara- Add IRQL assert to ExFreePagedPool.
2004-10-02 Filip NavaraChange the ASSERT_IRQL in ExAllocatePagedPoolWithTag...
2004-10-01 Art YerkesSorry i didn't have all the assertions correct in ntosk...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-08 Alex IonescuInitial Support for Quota Pool Allocations.
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2004-03-30 Gé van GeldorpDisable pool validation since it slows down execution...
2004-03-04 Filip Navara- Don't zero memory allocated by ExAllocatePool.
2004-02-15 Hartmut Birr- Locked the pages in MmCommitPagedPoolAddress, if...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-12-14 Filip NavaraAdded two debugging messages. Patch by Mike Nordell.
2003-12-13 Gé van GeldorpPrint debug message if memory allocation fails
2003-10-20 Eric KohlMake paged and non-paged memory pools 8-byte aligned.
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-08-25 Hartmut Birr- The pool lock should be acquired before any tests...
2003-08-19 Royce Mitchell IIIAdded MmDbgPagedPoolRedZoneCheck(). I hope to eventuall...
2003-08-09 Casper Hornstrup2003-08-09 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-04 Hartmut Birr- Fixed the calculation of the block end.
2003-08-04 Royce Mitchell IIInew version of PagedPoolCacheAligned. Fixing the proble...
2003-07-29 Royce Mitchell IIIfixed pointer math to be portable
2003-07-11 Royce Mitchell IIIfinished applying @implemented and @unimplemented comme...
2003-07-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
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-02-14 Hartmut BirrSet the min size of an allocated block to the size...
2001-12-31 David WelchVirtual memory support
2001-12-26 David WelchMisc fixes.
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-03-06 David WelchAutomatic dependency tracking
2000-03-01 Emanuele AlibertiNTOSKRNL.FsRtlAllocate functions.
1998-10-05 Rex JolliffInitial revision