[NTOS]: Manage the PFN lists using the correct Flink/Blink semantics of the MMPFN...
[reactos.git] / reactos / ntoskrnl / mm / freelist.c
2010-02-20 Sir Richard[NTOS]: Manage the PFN lists using the correct Flink...
2010-02-19 Sir Richard[NTOS]: Fix premature setting of the page location...
2010-02-19 Sir Richard[NTOS]: Fix a logic error which could cause pages on...
2010-02-19 Sir Richard[NTOS]: Fix an off-by-! error which caused MDL page...
2010-02-19 Sir Richard[NTOS]: Stop storing the consumer in the PFN, as this...
2010-02-19 Sir Richard[NTOS]: Instead of having an LRU linked list of working...
2010-02-11 Sir Richard[NTOS]: Remove many hacks in freelist.c regarding the...
2010-02-11 Sir Richard[NTOS]: Move more functions from the i386 ARM3 director...
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-05 Timo Kreuzer[CSRSS]
2009-12-28 Samuel SerapionSync to trunk (r44789)
2009-12-27 Samuel Serapionsync to trunk (44770)
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-07 Samuel Serapionsync rostests to r44455
2009-12-07 Samuel Serapionsync rosapps to r44454
2009-12-03 Timo KreuzerFix a bug in MiAllocatePagesForMdl that made it loop...
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-11-21 Timo KreuzerPFN_TYPE -> PFN_NUMBER
2009-11-14 Timo KreuzerThe freelist code is an increadible hack. It #defines...
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-10-31 Stefan Ginsberg- Add 'simple' implementation of MmDbgCopyMemory to...
2009-10-18 Timo KreuzerMerge trunk (r43561)
2009-10-18 Stefan GinsbergGet rid of MmStats -- most of the fields weren't used...
2009-10-15 ReactOS Portable... - Get rid of mm/mmsup.c and move some of the ROS-intern...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-12 Timo KreuzerSync to trunk HEAD (r43416)
2009-09-30 Stefan Ginsberg- Fix recursive spinlock acquisition in Mm caused by...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-10 Stefan Ginsberg- Remove duplicate MmHighestPhysicalPage (the other...
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 ReactOS Portable... - Get rid of the concept and tracking of "mapped pages...
2009-07-25 ReactOS Portable... - This is a HIGH RISK patch. It has been tested on...
2009-07-24 ReactOS Portable... - Remove deprecated/old/buggy/unused code.
2009-07-22 ReactOS Portable... - Prettify PFN dump output (add totals for each consume...
2009-07-22 ReactOS Portable... - Separe ARM3 Init into 3 defined phases:
2009-07-14 Stefan Ginsberg- Don't use KfRaiseIrql in portable code
2009-07-01 Dmitry GorbachevFix some warnings / bugs.
2009-06-30 ReactOS Portable... - Major rewrite of Memory Descriptor List (MDL) impleme...
2009-06-28 ReactOS Portable... - Reimplement MmAllocateContiguousMemory, MmAllocateCon...
2009-06-27 ReactOS Portable... - This patch is lets you visually dump the entire React...
2009-06-23 ReactOS Portable... - Reimplement the way zeroing PTEs are used:
2009-06-23 ReactOS Portable... - Do not zero out MC_SYSTEM pages if they are "early...
2009-06-21 ReactOS Portable... - Define a new consumer: MC_SYSTEM:
2009-06-21 ReactOS Portable... - Get rid of MmPageArray and MmPageArraySize since...
2009-06-21 ReactOS Portable... - Remove MmGetPageFlags and MmSetPageFlags, there are...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-14 Dmitry GorbachevTrying to fix boot breakage.
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-07 Stefan Ginsberg- Change more ASSERT(FALSE) to KeBugCheck(MEMORY_MANAGE...
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-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-28 Art YerkesFix my error not noticing that queued spinlock function...
2008-07-28 Art Yerkes- Reverse my previous (in retrospect) hack
2008-03-13 Andrew MungerSimplify and rename the functions that touch UserPageLi...
2008-03-09 Aleksey Bragin- Move MiGetPfnEntry into arch-independent mm.h header...
2008-03-09 Aleksey Bragin- Remove autoupdated "$Id:" lines from the kernel sourc...
2008-02-24 Aleksey Bragin- Save original value of the free descriptor we're...
2008-02-18 Filip NavaraFix counting of MmStats.NrFreePages.
2008-02-17 Aleksey Bragin- Fix a bug, when the page first was marked as free...
2008-02-17 Aleksey Bragin- Zero early-allocated pages for PFN DB itself, as...
2008-02-16 Aleksey Bragin- Add a hacked and incorrect (due to absence of checkin...
2008-02-15 ReactOS Portable... On systems with large enough memory (or lots of drivers...
2008-02-15 ReactOS Portable... Get rid of complete hack that MmInitializePageList...
2008-02-15 ReactOS Portable... Fixed several off-by-one errors when playing with the...
2008-02-15 ReactOS Portable... Fixed some bugs we introduced by incorrectly double...
2008-02-14 ReactOS Portable... Review and fix the buildingg and mapping of boot-time...
2008-02-14 ReactOS Portable... The system never considered "ReservedPages" as any...
2008-02-14 ReactOS Portable... Don't allow code to access the PFN database directly...
2008-02-14 ReactOS Portable... One would expect that a function called "MmIsUsablePage...
2008-02-14 ReactOS Portable... Fix a couple of off-by-one bugs we recently introduced...
2008-02-14 ReactOS Portable... Stop lying that the PCR, KUSER_SHARED_DATA, and PDEs...
2008-02-14 ReactOS Portable... Prepare for getting rid of the Freelist hacks and use...
2008-02-14 ReactOS Portable... We were looping the memory descriptors in order to...
2008-02-14 ReactOS Portable... Why divide up the page array into chunks of 128 pages...
2008-02-14 ReactOS Portable... Don't loop the page array list THREE times to set it...
2008-02-14 ReactOS Portable... The Memory Manager design dictated that every page...
2008-02-14 ReactOS Portable... Remove more dead code from MmInit1. This nugget was...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-09-05 Aleksey Bragin- Fix a typo in the code (thanks to "zimme" for spotting).
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-08-05 Aleksey Bragin- More MSVC fixes
next