Merge 25584, 25588.
[reactos.git] / reactos / ntoskrnl / include / internal / mm.h
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-25 Alex Ionescu- Implement the balance set manager. Doesn't do much...
2007-01-25 Alex Ionescu- Use WinXP style /SOS output when enabled. (TODO:...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-11-30 Alex Ionescu- Fix DbgkSectionHandleToFileHandle.
2006-10-22 Alex Ionescu- Implement helper routine DbgkpSectionToFileHandle...
2006-10-22 Alex Ionescu- Implement DbgkPostFakeModuleMessages.
2006-10-08 Alex Ionescu- Stub LdrVerifyMappedImageMatchesChecksum.
2006-10-05 Alex Ionescu- Get rid of the completely convoluted way that Phase...
2006-09-06 Alex Ionescu- MSVC Build Fixes
2006-07-27 Alex Ionescu- Implement XP-style process name auditing to store...
2006-07-21 Alex Ionescu- Implement Kernel, Memory Manager and Process Manager...
2006-07-09 Maarten BosmaAdd comments from cc-branch headers to trunk to make...
2006-07-09 Alex Ionescu- Massive re-write of some parts of Ps, based on a...
2006-05-18 Alex Ionescu- Get rid of ROS_EPROCESS and all the ugly type-casting...
2006-05-18 Alex Ionescu- Use EPROCESS 's AddressCreationLock instead of the...
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-01-08 Alex Ionescu- Remove some public APIs from internal headers.
2005-11-28 Thomas Bluemelfixed some prototypes
2005-11-13 Hartmut Birr- Removed the process from the parameter list of MmCrea...
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-09-13 Alex IonescuPart 1 of <many> ntoskrnl header cleanups
2005-08-07 Hartmut Birr- Changed MmGetContinuousPages from using an alignment...
2005-08-01 Filip NavaraFix a typo. Thanks to Hervé Poussineau for noticing.
2005-08-01 Filip NavaraAdd pool type masks and use them.
2005-07-26 Alex Ionescu- Various Microsoft DDK/PSDK compatibility fixes and...
2005-07-22 Thomas Bluemelremoved MmCopyFromCaller and MmCopyToCaller and depend...
2005-06-25 Alex Ionescubuild win32k with NDK, finally\!
2005-06-25 Alex IonescuLarge partial cleanup of ntoskrnl internal headers...
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-19 Alex IonescuSome more NDK fixes
2005-06-18 Filip NavaraUse W32API for NTOSKRNL.
2005-06-17 Alex IonescuAdd KIPCR which will be needed soon and add one more...
2005-06-07 Hartmut BirrChanged back to the GPL.
2005-06-07 Hartmut Birr- Removed the process member from the memory area struc...
2005-06-06 Hartmut Birr- Changed the calculation of the base address of an...
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-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-06 Alex IonescuUpdate EPROCESS to latest version. Basic Fast Referenci...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-22 Alex IonescuFix win32k building
2005-04-22 Alex IonescuThread Creation and Context Switching re-write, plus...
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-15 Gregor AnichAllow mapping of MDLs which describe I/O memory (device...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-22 Thomas BluemelInterlockedPushEntrySList() and InterlockedPopEntrySLis...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-25 Hartmut Birr- Implemented a kernel mapping region which is process...
2005-01-12 Filip NavaraPortability fixes.
2005-01-07 Gregor Anichmodified include/ntos/zwtypes.h Add SYSTEM_...
2005-01-03 Alex IonescuFix more wrong structure defintions... and use proper...
2005-01-02 Filip NavaraRename MmOpenMemoryAreaBy[Address/Region] to MmLocateMe...
2005-01-02 Filip NavaraChange the MEMORY_AREAs to be stored it a binary search...
2005-01-02 Alex IonescuFix more wrong Mm definitions and constants and sync...
2005-01-02 Alex IonescuDon't use MmLowestUserAddress as a ULONG!
2004-12-30 KJK::HyperionELF_support, welcome to HEAD! (just in time for the...
2004-12-19 Filip Navara- Remove unused and broken MmSplitMemoryArea function.
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-10-09 Gé van GeldorpPass requested base address to MmAllocateSection()
2004-10-03 Alex IonescuCorrected KPCR structure, removed IKPCR, set up Current...
2004-10-01 Gé van GeldorpDon't use more than a single page for a TEB
2004-09-28 Gé van GeldorpNtAllocateVirtualMemory() should return 64k aligned...
2004-09-09 Hartmut Birr- Implemented PAE (physical address extension) mapping.
2004-08-21 Mike Nordellfix import/export linkage for declaration of MmSystemRa...
2004-08-19 Hartmut Birr- Replaced MmUpdateStackPageDir by MmUpdatePageDir...
2004-08-08 Alex IonescuInitial Support for Quota Pool Allocations.
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-07-31 Hartmut Birr- Used MmStats.NrFreePages instead of MiNrAvailablePages.
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-07-10 Hartmut Birr- Implemented NtQueryVirtualMemory for unallocated...
2004-06-06 Hartmut Birr- Allocate memory for mdl's for paging io from stack...
2004-05-20 Hartmut Birr- Do not change the mapping count of a page if the...
2004-04-22 James TaborImplemented new Ros exclusive function SystemFullMemory...
2004-04-14 James TaborImplementation of system performance auditing hax.
2004-03-05 Hartmut Birr- Made it possible to allocate a pageop only if no...
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-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-11-16 Hartmut Birr- Moved the pager thread as balancer thread to balance.c.
2003-10-23 Hartmut Birr- Initialize the used page count for the non paged...
2003-10-22 Hartmut Birr- Added a check for a locked page in MmPageOutPhysicalA...
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-08-27 David Welch- Added support for crash dumps:-
2003-08-10 Gé van GeldorpAdjust MmCopyFrom/ToCaller() declarations to fix warnin...
2003-07-15 Andrew GreenwoodMy first CVS commit. Hope I get this right. I did put...
2003-07-13 David Welch- Fixed deadlock in pager thread.
2003-07-12 David Welch- Implemented Harmutt Birr's suggestion of a seperate...
2003-07-06 Hartmut Birr- Store the consumer type for each page.
next