[User32|Win32k]
[reactos.git] / reactos / ntoskrnl / mm /
2011-04-08 Timo Kreuzer[NTOSKRNL]
2011-04-05 Michael Martin[NTOS/MM]
2011-03-29 Aleksey Bragin[NTOS/MM]
2011-03-27 Aleksey Bragin[NTOS/MM]
2011-03-25 Rafal Harabien[NTOSKRNL]
2011-02-27 Timo Kreuzer[NTOSKRNL]
2011-02-17 Aleksey Bragin[NTOS/MM]
2011-02-11 Amine KhaldiReduce difference with the cmake branch, mostly msvc...
2011-02-10 Timo KreuzerMerge MSVC fixes from cmake branch
2011-02-10 Timo KreuzerMerge all amd64 related changes from cmake branch
2011-02-04 Timo Kreuzer[NTOS]
2011-01-28 Johannes Anderwald[KS]
2011-01-28 Johannes Anderwald[MMEBUDDY]
2011-01-23 Roel Messiant[NTOS]
2011-01-22 Timo Kreuzer[NTOSKRNL]
2011-01-18 Roel Messiant[NTOS]
2011-01-09 Roel Messiant[NTOS]
2011-01-02 Roel Messiant[NTOS]
2010-12-26 Timo Kreuzer[NTOSKRNL]
2010-12-23 Aleksey Bragin[NTOS]
2010-12-23 Art YerkesDo the required flush when the last reference to a...
2010-12-22 Aleksey Bragin[NTOS]
2010-12-22 Aleksey Bragin[NTOS]
2010-12-22 Timo Kreuzer[NDK] Add IMAGE_FILE_MACHINE_NATIVE
2010-12-21 Michael Martin[NTOS]: Check that MaximumSize is valid value if the...
2010-12-03 Johannes Anderwald- Update to trunk
2010-12-02 Timo Kreuzer[NTOSKRNL]
2010-11-28 Amine Khaldi[NTOSKRNL/MM]
2010-11-24 Sir Richard[NDK]: Fix definition of ARM PTE/PDE structure.
2010-11-24 Sir Richard[NTOS]: Fix incorrect assumptions that a PDE == PTE...
2010-11-24 Sir Richard[NTOS]: Errr... wow! Another one caught by ARM GCC...
2010-11-24 Sir Richard[NTOS]: Erm, why is it that the ARM compiler detects...
2010-11-23 Sir Richard[NTOS]: Define portable MI_MAKE_ACCESSED_PAGE macro.
2010-11-22 Pierre Schweitzer[NTOSKRNL]
2010-11-18 Timo Kreuzer[NTOSKRNL]
2010-11-11 Sir Richard[NTOS]: Start using colored pages. This will help perfo...
2010-11-11 Sir Richard[NTOS]: Use MI_PFN_ELEMENT in this code, as the extra...
2010-11-11 Sir Richard[NTOS]: Fix a bug in MiRemovePageByColor which caused...
2010-11-11 Sir Richard[NTOS]: Fix another bug in the continuous memory alloca...
2010-11-09 Sir Richard[NTOS]: Fix bugs in MiAllocateContiguousPages. Fixes...
2010-11-08 Sir Richard[NTOS]: Assign a working set to the system process...
2010-11-06 Johannes Anderwald- merge audio headers
2010-11-05 Johannes Anderwald- Merge audio components from head
2010-11-05 Timo KreuzerCreate a branch for audio work
2010-11-02 Sir Richard[NTOS]: Mark all initialization functions INIT_FUNCTION.
2010-11-02 Sir Richard[NTOS]: Add page-tracking macro calls wherever needed...
2010-11-02 Sir Richard[NTOS]: CR3 should be PDE_BASE, not PTE_BASE!
2010-11-02 Sir Richard[NTOS]: Misc typo and cleanup fixes.
2010-11-02 Sir Richard[NTOS]: Fix a bug in the MDL Code which would dereferen...
2010-11-02 Sir Richard[NTOS]: Fix a bug in MmFindGapBottomUp which could...
2010-11-02 Sir Richard[NTOS]: You can't just set MDL_LOCKED_PAGES without...
2010-11-02 Sir Richard[NTOS]: ASSERT nobody tries to put ARM3 pages into...
2010-11-02 Sir Richard[NTOS]: Assert nobody tries to touch the sharecount...
2010-11-02 Sir Richard[NTOS]: Fix typos.
2010-11-02 Sir Richard[NTOS]: Sanity checks when dealing with creating/cleani...
2010-11-02 Sir Richard[NTOS]: Remove merge artifact from newcc.
2010-11-02 Sir Richard[NTOS]: Protect Arty's changes with #ifdef NEWCC, other...
2010-11-02 Art Yerkes[CACHE]
2010-10-27 Timo Kreuzer[NTOSKRNL]
2010-10-27 Aleksey Bragin[NTOS/MM]
2010-10-26 Aleksey Bragin[NTOS/MM]
2010-10-25 Aleksey Bragin[NTOS/MM]
2010-10-25 Timo Kreuzer[YAROTOWS] Reintegrate the branch. For a brighter future.
2010-10-24 Aleksey Bragin[N[NTOS/MM]
2010-10-23 Timo Kreuzersync with trunk (r49238)
2010-10-19 Sir Richard[NTOS]: Go back to using RosMm for the NLS section...
2010-10-19 Sir Richard[NTOS]: Fix multiple math/logic bugs in the PrototypePT...
2010-10-19 Sir Richard[NTOS]: C Pointer Math will bite even the most experien...
2010-10-19 Sir Richard[NTOS]: Add support for unmapping ARM3 sections, destro...
2010-10-19 Sir Richard[NTOS]: Use allocation attribute 0x1 instead of 0xC0000...
2010-10-19 Sir Richard[NTOS]: Implement the MAREA<->VAD hack for section...
2010-10-19 Sir Richard[NTOS]: Get rid of MC_NPPOOL and MC_PPOOL memory consum...
2010-10-19 Sir Richard[NTOS]: Implement MiDecrementReferenceCount and rewrite...
2010-10-18 Sir Richard[NTOS]: Clean up Mm initialization, there is now no...
2010-10-18 Sir Richard[NTOS]: Remove the "35314 sginsberg /...
2010-10-18 Sir Richard[NTOS]: Remove the Bavarian hack, I no longer think...
2010-10-18 Sir Richard[NTOS]: Store the protection mask in the Fake VADs...
2010-10-18 Sir Richard[NTOS]: Complete the VAD-to-MAREA Synchronization hack...
2010-10-17 Sir Richard[NTOS]: Fix brainfart (an interesting bug we would...
2010-10-17 Sir Richard[NTOS]: Use MI_SET_PFN_DELETED where we missed it.
2010-10-17 Sir Richard[NTOS]: Handle faults on non-demand-zero PTEs (and...
2010-10-16 Sir Richard[NTOS]: Add MmProtectToValue array to convert MM/PTE...
2010-10-14 Jérôme GardouSync with trunk head (r49139)
2010-10-07 Sir Richard[NTOS]: Fix copy/paste error.
2010-10-07 Sir Richard[NTOS]: Hackfix a hack. Should get rid of the recent...
2010-10-07 Sir Richard[NTOS]: Add support for user-mode VAD faults on page...
2010-10-06 Sir Richard[NTOS]: Fix bugs in the VAD algorithms, we should be...
2010-10-06 Timo Kreuzer[NTOSKRNL]
2010-10-06 Sir Richard[NTOS]: Temporary debugging.
2010-10-06 Timo Kreuzer[NTOSKRNL]
2010-10-06 Sir RichardLame... build fix.
2010-10-05 Sir Richard[NTOS]: High-level interface fixes to NtAllocateVirtual...
2010-10-05 Sir Richard[NTOS]: Fix whitespace typo in comment (two spaces...
2010-10-05 Sir Richard[NTOS]: Delete a bunch of junk, 5 less files in Mm...
2010-10-05 Sir Richard[NTOS]: Implement ARM3 version of MmMapViewOfSection...
2010-10-05 Sir Richard[NTOS]: Add the tiny little bit of code required to...
2010-10-05 Sir Richard[NTOS]: Delete deprecated handling of MEMORY_AREA_IO_MA...
2010-10-05 Sir Richard[NTOS]: Add a _64K macro definition so we can stop...
2010-10-05 Sir Richard[NTOS]: Use the Spare flag in the VAD as a ReactOS...
2010-10-05 Sir Richard[NTOS]: Nobody uses MEMORY_AREA_SYSTEM anymore, call...
next