preliminary comment out the self-modifying code for RtlPrefetchMemoryNonTemporal
[reactos.git] / reactos / ntoskrnl / mm / ppool.c
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-08-01 Filip NavaraAdd pool type masks and use them.
2005-07-24 Hartmut Birr- Removed R_EXTRA_STACK because R_EXTRA_STACK and R_STA...
2005-07-21 Thomas Bluemelremoved the ros-specific (and unused) functions ExRosDu...
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-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Steven Edwardsadjust case on a header. Sorry Windows users. Do not...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
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-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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-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-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