- Implemented InterlockedBitTestAndReset, InterlockedBitTestAndSet, InterlockedExchan...
[reactos.git] / reactos / ntoskrnl / mm / freelist.c
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-08-07 Hartmut Birr- Changed MmGetContinuousPages from using an alignment...
2005-07-05 Thomas Bluemelfixed some signed/unsigned comparison warnings with...
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-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
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-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-08 Alex IonescuFreeLdr Patch. Now fully loads ntoskrnl using a PE...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
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_...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-08-19 Hartmut Birr- Rewrote MmInitializePageList. It isn't necessary...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-01 Hartmut Birr- Changed all internal memory functions to use the...
2004-07-31 Hartmut Birr- Update the page counters in MmGetContinuousPages.
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-20 Gunnar Dalsnesmake mdl impl. more windows compliant
2004-04-10 Gunnar Dalsnesindent using astyle v1.15.3: astyle --style=ansi ...
2004-02-26 Filip Navara- Corrected EiAllocatePool prototype.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-31 Jason FilbyInitial implementaions of MmAllocateContiguousMemorySpe...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-11-14 Thomas BluemelPatch by Jonathon Wilson:
2003-10-23 Hartmut Birr- Initialize the used page count for the non paged...
2003-10-23 Hartmut Birr- Fixed a crash which occurs if the maxmem option
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-17 Andrew GreenwoodWin 32 API header compatibility update
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-10 Royce Mitchell III@implemented and @unimplemented comments for ntoskrnl...
2003-07-06 Hartmut Birr- Store the consumer type for each page.
2003-06-21 Gé van GeldorpBounds checking in MmMarkPage(Un)Mapped, call MmMarkPag...
2003-05-17 Hartmut Birr- Marked the initial kernel space as mapped.
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-01 Casper Hornstrup2002-10-01 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 BirrZero out the page in MmTransferOwnershipPage.
2002-06-04 David Welch2002-06-04 David Welch <welch@whitehall1-5.seh.ox...
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-01-08 David WelchMore swapping fixes
2002-01-05 Hartmut BirrFixed the mapping of MmPageArray.
2002-01-04 David WelchZero page list
2002-01-01 David WelchFixed some swapping bugs and deadlocks
2001-12-31 David WelchVirtual memory support
2001-12-29 David WelchTrim cache
2001-12-27 David WelchMore fixes
2001-12-26 David WelchMisc fixes.
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-10-29 David WelchZero pages before allocated.
2001-08-13 Eric KohlFixed interpretation of BIOS memory map.
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-03-28 David WelchFixed page list initialization
2001-03-26 David WelchFixes for page list initialization
2001-03-25 David WelchV86 mode fixes
2001-03-20 David WelchBug fixes
2001-03-18 David WelchOne more bug in MmAllocateContiguousPages
2001-03-18 David WelchTypo
2001-03-18 David WelchAllocate pages beginning from the top of memory
2001-03-18 David WelchFixes for APC handling
2001-03-16 David WelchRemoved obsolete header files
2001-03-13 David WelchRepresent page-in operations by descriptors
2001-03-08 David WelchProper cleanup after processes
2001-02-28 David WelchAllow allocating aligned, contiguous memory
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-02-06 David WelchFixed timer code
2001-01-16 David WelchFix bug in MmAllocateContinuousPages spotted by Philip...
2001-01-08 David WelchSome memory manager cleanups
2000-12-29 David WelchImplemented MmAllocateContinuousMemory
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-08-20 David WelchFixed memory manager bugs
2000-07-19 David WelchRemoved broken dma code
2000-07-08 David Welch*** empty log message ***
2000-07-07 David WelchCorrected bug where user32.a wasn't being cleaned
2000-07-06 David WelchAdded experimental paging out code (wouldn't activate...
2000-07-04 David WelchAdded working set functions
2000-07-01 David WelchRemoved unused header file
2000-06-27 David WelchCorrected bug when booting with loadros
2000-06-26 David WelchDocumented parts of the page fault path and flagged...
2000-06-25 David WelchFixed bug.
2000-06-25 David WelchRemoved from redundant files from the mm directory
1999-12-20 David WelchFixed problem with handles not being released
1999-12-18 David WelchWorked around compiler bug in NtDelayExecution
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-04-14 David WelchFixed silly compilation bug
next