- Fix incorrect comment, spotted by Timo.
[reactos.git] / reactos / ntoskrnl / mm /
2009-10-31 Stefan Ginsberg- Add 'simple' implementation of MmDbgCopyMemory to...
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-25 Stefan Ginsberg- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol...
2009-10-24 Stefan Ginsberg- Don't put PAGED_CODE() before variable declarations...
2009-10-22 Stefan Ginsberg- Fix 43192 -- MAXUINT and MAXULONGLONG are only define...
2009-10-21 Stefan Ginsberg- Don't use KeBugCheck(0) -- 0 is an invalid bugcode...
2009-10-20 Stefan Ginsberg- Add several missing assertions documented on the...
2009-10-20 Aleksey Bragin[ntoskrnl/mm/ARM3]
2009-10-19 James Tabor- Add more information for support with function MmPage...
2009-10-18 Dmitry Gorbachev[3DTEXT, FREELDR, HAL, MINGW_COMMON, MMDRV, MSGINA...
2009-10-18 Timo KreuzerFix parameters of ExAllocatePoolWithQuota and ExAllocat...
2009-10-18 Stefan GinsbergGet rid of MmStats -- most of the fields weren't used...
2009-10-16 Stefan GinsbergDowngrade various debug prints from DPRINT1 to DPRINT...
2009-10-16 ReactOS Portable... - Move some unimplemented Ex* Pool routines into ARM3...
2009-10-15 ReactOS Portable... - Implement ARM3 page fault handling.
2009-10-15 ReactOS Portable... - Add some simple code to handle paged pool page alloca...
2009-10-15 ReactOS Portable... - Fix comments.
2009-10-15 ReactOS Portable... - Collapse MmInit1 into MmInitSystem.
2009-10-15 ReactOS Portable... - Fix a bug in memory area creation: Static memory...
2009-10-15 Stefan Ginsberg- MiReserveAlignedSystemPtes: Add missing lock release...
2009-10-15 ReactOS Portable... - Add required globals for the ARM port.
2009-10-15 ReactOS Portable... - Fix calculations error in the setup of the paged...
2009-10-15 ReactOS Portable... - Get rid of mm/mmsup.c and move some of the ROS-intern...
2009-10-15 ReactOS Portable... - Multiple Virtual Memory API fixes:
2009-10-15 Aleksey Bragin- Fix inverted if condition in TEB initialization,...
2009-10-15 ReactOS Portable... - Multiple PEB/TEB creation fixes:
2009-10-15 ReactOS Portable... - Remove calls to MmMarkPageMapped/UnMapped -- these...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-12 Dmitry Gorbachev- Remove svn:needs-lock, svn:eol-type, and svn:eol...
2009-10-07 Stefan GinsbergMiReserveSystemPtes: Don't assert that allocation succe...
2009-10-04 Stefan Ginsberg- Add STATUS_ASSERTION_FAILURE status code required...
2009-10-04 Stefan GinsbergMega KD64 revival patch:
2009-09-30 Stefan Ginsberg- ASSERT on NULL-frees
2009-09-30 Stefan Ginsberg- Fix recursive spinlock acquisition in Mm caused by...
2009-09-27 Stefan Ginsberg- Remove superfluous VOID casts from 42314.
2009-09-27 Stefan Ginsberg- "Worked for me!"
2009-09-27 Stefan Ginsberg- Add more padding so our gcc compatible C_ASSERT doesn...
2009-09-27 Stefan Ginsberg- Use MAXUINT, MAXULONG, MAXDWORD, MAXULONGLONG and...
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-09-14 Michael MartinNtAllocateVirtualMemory: Add check to make sure that...
2009-09-02 Dmitry Chapyshev- Add missed checks of memory allocation failures
2009-08-24 Stefan Ginsberg- Make use of _SEH2_YIELD in Mm
2009-08-24 Stefan Ginsberg- "BIG0" isn't a reserved tag, but "BIG " is.
2009-08-24 Stefan Ginsberg- Get rid of TAG() from the kernel
2009-08-23 Stefan Ginsberg- wdm.h: Define ALLOC_PRAGMA and ALLOC_DATA_PRAGMA...
2009-08-16 Stefan Ginsberg- Revert 32309 -- instead of removing FORCEINLINE to...
2009-08-10 Stefan Ginsberg- Remove duplicate MmHighestPhysicalPage (the other...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-31 Stefan Ginsberg- delayimp.h: Use FORCEINLINE instead of static __inline__
2009-07-27 ReactOS Portable... - Remove dead (uncalled) function.
2009-07-27 ReactOS Portable... - Create a double-mapping PTE for the shared user data...
2009-07-27 ReactOS Portable... - Create \dev\physmem section during section initializa...
2009-07-27 ReactOS Portable... - Fix a ridiculous copy-paste-error-while-writing-the...
2009-07-27 ReactOS Portable... - Delete the blaoted, overweight and slow nonpaged...
2009-07-27 ReactOS Portable... - Do not print out ReactOS nonpaged pool VA address...
2009-07-27 ReactOS Portable... - DebugPool implementation is not compatible with newer...
2009-07-27 ReactOS Portable... - Implement the algorithms for pool allocation and...
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 ReactOS Portable... - Initialize MmLowestPhysicalPage to -1, otherwise...
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-25 Stefan Ginsberg- FIELD_OFFSET returns LONG, not LONG_PTR or size_t.
2009-07-25 Stefan Ginsberg- Fix a critical bug in ExAllocatePoolWithQuota spotted...
2009-07-25 Stefan Ginsberg- Fix some kernel MSC compilation issues:
2009-07-24 ReactOS Portable... - Remove deprecated/old/buggy/unused code.
2009-07-22 ReactOS Portable... - Initialize the value of MmBootImageSize in ARM3 now.
2009-07-22 Aleksey Bragin- Add missing braces to prevent PVOID pointer arithmetic.
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-21 ReactOS Portable... - Get rid of debug spew used during testing.
2009-07-20 Dmitry Chapyshev- Add debug print to MiQueryVirtualMemory
2009-07-15 Stefan Ginsberg- What's the deal with using Iof* and Obf*, Arch?
2009-07-15 Stefan Ginsberg- Hey Arch, did you know MmpDeleteSection can be called...
2009-07-15 ReactOS Portable... - NEVER TELL ME THE ODDS (of breaking the build).
2009-07-15 ReactOS Portable... - Start re-defining the PTE and PDE structures for:
2009-07-15 ReactOS Portable... - Move ARM3's init.c to i386-specific directory.
2009-07-15 ReactOS Portable... - Use the new portable flag definitions.
2009-07-15 ReactOS Portable... - Don't use "static" in the kernel.
2009-07-15 ReactOS Portable... - Make platform specific directory to please the ARM...
2009-07-15 Stefan Ginsberg- Don't assume the object body allocated by ObCreateObj...
2009-07-14 Stefan Ginsberg- Don't use KfRaiseIrql in portable code
2009-07-13 James Tabor- Half-implement MmPageEntireDriver and use it to set...
2009-07-12 ReactOS Portable... - Fix several problems with the System PTE implementati...
2009-07-12 ReactOS Portable... - Implement the rest of the nonpaged pool allocator...
2009-07-12 ReactOS Portable... - Stop excercising the nonpaged pool allocator since...
2009-07-12 ReactOS Portable... - Fix incomplete comment due to accidental early-merge.
2009-07-12 ReactOS Portable... Deal with the fact that DirectoryTableBase in EPROCESS...
2009-07-11 Michael Martin- NtMapViewOfSection: When referencing the section...
2009-07-11 ReactOS Portable... Fix a braindead bug that killed my system (512MB) since...
2009-07-11 ReactOS Portable... - Implement a simple nonpaged pool page allocator and...
2009-07-09 ReactOS Portable... - Fix a critical bug in the German hack which was causi...
2009-07-08 Stefan Ginsberg- Revert 41788, replaced by a real fix in 41815.
2009-07-06 Stefan Ginsberg- Remove a deprecated check from MmpAccessFault --...
2009-07-06 Dmitry Gorbachev"Fix" MDL PROBE FAILED! bug #4663.
2009-07-01 Dmitry GorbachevFix some warnings / bugs.
2009-06-30 ReactOS Portable... - Move MmIsThisAnNtSystem and MmQueryMemorySize to...
2009-06-30 ReactOS Portable... - Cleanup some debug-only debug prints.
2009-06-30 ReactOS Portable... - Rewrite MmAllocateNonCachedMemory and MmFreeNonCached...
next