Part 1 of <many> ntoskrnl header cleanups
[reactos.git] / reactos / ntoskrnl / include / internal / mm.h
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.
2003-07-05 Hartmut Birr- Allocate a separate memory area for the kmap area.
2003-06-27 Hartmut Birr- Fixed some locking problems during different processe...
2003-06-19 Gé van GeldorpRevert last change
2003-06-19 Gé van GeldorpDon't mark pages as unmapped when releasing them via...
2003-06-14 Hartmut Birr- Added a boot option for reducing the used memory...
2003-06-01 Hartmut Birr- Update two pde's if the kernel stack crosses a 4MB...
2003-06-01 Casper Hornstrup2003-06-01 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-28 Casper Hornstrup2003-05-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-17 Eric KohlAdded new MEMORY_AREA_NO_ACCESS type.
2003-05-17 Eric KohlImplemented Top-Down-Allocator.
2003-05-17 Hartmut Birr- Initialize the page directory for a new process from...
2003-05-08 Gé van GeldorpOnly update page dir for page containing stack
2003-05-07 Gé van GeldorpDon't let page containing stack disappear when switchin...
2003-01-11 Hartmut BirrUsed lookasidelists for pageop's.
2002-11-10 Casper Hornstrup2002-11-10 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 Hartmut BirrChange the type of the parameter PhysicalAddress in...
2002-08-17 David Welch2002-08-17 David Welch <welch@computer2.darkstar...
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
next