reactos/ntoskrnl/mm
Victor Perevertkin 6ef6fabfc5
[FREELDR][NTOS][HALPPC][SDK] Remove PowerPC code
Remove PowerPC-related code from the kernel, HAL, SDK and
Freeloader.
2021-08-15 15:35:51 +03:00
..
amd64 [NTOS:MM] Properly initialize initial process address space on amd64 2021-06-09 11:27:18 +02:00
arm
ARM3 [NTOS:MM] When mapping pages for zeroing them, disable cache, enable write through 2021-08-04 17:48:39 +02:00
i386 [NTOS:MM] Fix one occurrence of MiDeletePte instead of MiDeletePde 2021-06-22 12:05:20 +02:00
balance.c [NTOS:MM] Fix the mess created by the "balancer thread" 2021-08-05 10:06:19 +02:00
freelist.c [NTOS:MM] Fix another instance of reentrant spinlock acquisition 2021-06-29 11:49:20 +02:00
marea.c [NTOS:MM] Remove some dead code from legacy Mm 2021-06-09 11:27:18 +02:00
mmfault.c
mminit.c
pagefile.c
region.c
rmap.c [NTOS:MM] Simplify refcounting when adding/deleting a page in a shared segment 2021-06-25 10:28:51 +02:00
section.c [NTOS:MM] Implement MmFlushImageSection(MmFlushForWrite) 2021-08-07 09:34:58 +02:00
shutdown.c