Sync to trunk (r44371)
[reactos.git] / reactos / ntoskrnl / mm /
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-11-30 Timo Kreuzer[MM]
2009-11-29 Timo Kreuzer[MM]
2009-11-29 Timo Kreuzer[MM]
2009-11-29 Timo Kreuzer[MM]
2009-11-23 Timo KreuzerMm64BitPhysicalAddress is a BOOLEAN, not a PBOOLEAN
2009-11-22 Timo KreuzerRemove some useless code.
2009-11-22 Timo Kreuzer[MM]
2009-11-22 Timo Kreuzer[MM]
2009-11-21 Timo KreuzerULONG -> ULONG_PTR
2009-11-21 Timo Kreuzer- MmArmAccessFault: Don't assume that PDE's are accessi...
2009-11-21 Timo KreuzerPFN_TYPE -> PFN_NUMBER
2009-11-18 Timo Kreuzer[MM]
2009-11-18 Timo Kreuzer[MM]
2009-11-17 Timo Kreuzer[MM]
2009-11-17 Timo Kreuzer[MM]
2009-11-16 Timo Kreuzer[MM]
2009-11-16 Timo Kreuzeradd 64 bit POOL_HEADER, to make pool allocations work...
2009-11-16 Timo KreuzerOn amd64 the NextEntry member of MMPTE_LIST has 32...
2009-11-16 Dmitry GorbachevRemove MmVerifierData.
2009-11-15 Timo Kreuzer- Get rid of the MmGlobalKernelPageDirectory hack....
2009-11-14 Timo KreuzerPass pointers to MiAddressToPte instead of integer
2009-11-14 Timo Kreuzer- Remove old debugging code from MiArmInitializePageTable
2009-11-14 Timo KreuzerThe freelist code is an increadible hack. It #defines...
2009-11-13 Timo Kreuzer- Share some more inline functions between the kernel...
2009-11-13 Timo KreuzerInitialize MmDebugPte from MiDebugMapping variable...
2009-11-13 Timo KreuzerConvert KdpDprintf to conditional KDDBGPRINT macros...
2009-11-12 Stefan Ginsberg- Add missing synchronization for access to PsLoadedMod...
2009-11-10 Timo Kreuzer[MM]
2009-11-10 Timo Kreuzerfix build of ntoskrnl
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-11-10 Timo Kreuzer[MM]
2009-11-09 Timo Kreuzerfix build of ntoskrnl
2009-11-09 Timo Kreuzer[MM]
2009-11-08 Timo Kreuzer[MM]
2009-11-08 Timo Kreuzer[MM]
2009-11-08 Stefan Ginsberg- Disable the MiCacheImageSymbols call in MmLoadSystemI...
2009-11-07 Timo Kreuzercleanup amd64 specific Mm stubs
2009-11-04 Stefan Ginsberg- Convert one more __invlpg to KeInvalidateTlbEntry
2009-11-04 Stefan Ginsberg- Oh snap. KDBG is not dead yet.
2009-11-04 Stefan Ginsberg- Implement support for reading and writing physical...
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 Timo KreuzerMerge trunk head (r43756)
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 KreuzerAdd HYPER_SPACE, MI_MAKE_OWNER_PAGE, MI_MAKE_WRITE_PAGE...
2009-10-18 Timo KreuzerMerge trunk (r43561)
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 Timo KreuzerFix a typo
2009-10-15 Timo KreuzerAdd some stuff needed for the ARM3 code
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-14 Timo KreuzerFix NtGetWriteWatch and NtResetWriteWatch parameters
2009-10-12 Timo KreuzerOn 64 bit sizeof(POOL_HEADER) != sizeof(LIST_ENTRY...
2009-10-12 Timo KreuzerARM3 64bit portability fixes.
2009-10-12 Timo KreuzerSync to trunk HEAD (r43416)
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-23 Timo KreuzerSync with trunk r43123
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...
next