Get rid of MmStats -- most of the fields weren't used anymore and we have duplicates...
[reactos.git] / reactos / ntoskrnl / mm / freelist.c
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-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
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-02 Alex Ionescu- Don't depend on LD variables anymore for Mm.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-14 Alex Ionescu- Fixup and enable my new HAL IRQL implementation from...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-03 Alex Ionescu- Disgusting* hack by hto to temporarily work around...
2007-01-31 Magnus Olsenmerge trunk rev : 25656 to 0.3.1 branch - fixing my...
2007-01-28 Alex Ionescu- Merge Arty's Mm Page Referencing patch. I was able...
2007-01-06 Maarten BosmaDbgPrint => DPRINT1
2006-12-10 Alex Ionescu- Fix SleepEx.
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-10-08 Alex Ionescu- In NTLDR boot, try to get the first kernel physical...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-10-05 Alex Ionescu- Get rid of the completely convoluted way that Phase...
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
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...
next