reactos/reactos/ntoskrnl/mm
Sir Richard df33b38ed0 [NTOS]: Fix definition of unused MI_MAKE_SOFTWARE_PTE macro.
[NTOS]: Correctly setup the PFN entries for freshly allocated paged pool pages. Fixes a problem where the page could've still had stale/garbage data.
[NTOS]: Add some extra assertions in the code to catch memory corruption and detect invalid logic.
[NTOS]: Fix some typos in the code (comments/whitespace).
[NTOS]: Make the dreaded page fault message that breaks paged pool on some systems more verbose for future debugging.

svn path=/trunk/; revision=47189
2010-05-12 22:47:46 +00:00
..
arm
ARM3 [NTOS]: Fix definition of unused MI_MAKE_SOFTWARE_PTE macro. 2010-05-12 22:47:46 +00:00
i386
powerpc
anonmem.c
balance.c
elf.inc.h
elf32.c
elf64.c
freelist.c [NTOS]: Move MiFindContiguousPages to ARM3/contmem.c since I don't know what it was doing in freelist.c. No code change. 2010-05-12 20:57:21 +00:00
marea.c
mmdbg.c
mmfault.c [NTOS]: We might get page faults before memory areas are setup, since so much ARM3 work now gets done before the memory areas are ready to go. Since obviously these faults cannot be caused by non-ARM3 Mm, we assume them to be ARM3 faults (as long as they happened in KSEG0_BASE). Fixes a bug where early page faults in ARM3 PTEs would get treated as non-ARM3 faults and fail. 2010-05-12 00:40:23 +00:00
mminit.c [NTOS]: User pages are not used until Phase 1, they should not be setup in Phase 0. Fixes premature initalization. 2010-05-12 18:39:09 +00:00
mpw.c
pagefile.c [NTOS]: Read almost all the Memory Management variables into the system configuration vector. These includes pool limits, percentages, debugging flags, behavioral changes, and others. 2010-04-20 22:47:51 +00:00
pageop.c
pe.c
ppool.c
procsup.c
region.c
rmap.c
section.c [NTOS]: Read almost all the Memory Management variables into the system configuration vector. These includes pool limits, percentages, debugging flags, behavioral changes, and others. 2010-04-20 22:47:51 +00:00
sysldr.c [ntoskrnl\mm] 2010-04-27 13:35:52 +00:00
virtual.c