reactos/ntoskrnl/mm
Tuur Martens cc99b9d96e [NTOS:MM] Fix MiInsertSharedUserPageVad preventing boot on x64
Fix MiInsertSharedUserPageVad to not charge the system process pool quota.
Even though PsChargeProcessNonPagedPoolQuota itself checks if the process specified is the system process, this doesn't work here as we're too early into boot for the kernel to know what the system process is.
2022-05-29 13:28:27 +02:00
..
amd64 [NTOS] Move two CODE_SEG("INIT") to a better place. 2021-09-05 21:22:45 +02:00
arm
ARM3 [NTOS:MM] Fix MiInsertSharedUserPageVad preventing boot on x64 2022-05-29 13:28:27 +02:00
i386 [REACTOS] Fix traces with missing arguments. 2021-11-21 12:57:35 -05: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
mmfault.c
mminit.c
pagefile.c
region.c
rmap.c
section.c [NTOS] Fix broken SAL annotations on MmDereferenceSegmentWithLock. 2021-11-21 12:47:46 -05:00
shutdown.c