Sync to trunk (r44371)
[reactos.git] / reactos / ntoskrnl / mm / ppool.c
2009-10-25 Timo KreuzerMerge trunk head (r43756)
2009-10-21 Stefan Ginsberg- Don't use KeBugCheck(0) -- 0 is an invalid bugcode...
2009-10-18 Timo KreuzerMerge trunk (r43561)
2009-10-15 ReactOS Portable... - Fix a bug in memory area creation: Static memory...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-06-21 ReactOS Portable... - Nonpaged pool MEMORY_AREA is now initialized during...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-31 Hervé PoussineauCheck if tags match in ExFreePoolWithTag
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-30 Stefan Ginsberg- Get rid of ASSERT_IRQL, deprecated since long ago
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-06-14 ReactOS Portable... - Fix stupid IRQL/Interrupt handling code that someone...
2008-03-09 Aleksey Bragin- Remove autoupdated "$Id:" lines from the kernel sourc...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-16 Alex Ionescu- Disable i8042prt debugger hack.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-30 Alex Ionescu- Implement RtlCaptureStackBackTrace and RtlWalkFrameCh...
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