reactos/ntoskrnl/mm/ARM3
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
..
arm
i386
contmem.c
drvmgmt.c
dynamic.c
expool.c
hypermap.c [NTOS:MM] When mapping pages for zeroing them, disable cache, enable write through 2021-08-04 17:48:39 +02:00
iosup.c
kdbg.c
largepag.c
mdlsup.c [NTOS:MM] Charge and free quotas for VAD allocations 2022-05-14 15:09:50 +02:00
miarm.h [NTOS:MM] Fix MiIsUserPte inline 2021-07-30 18:54:54 +02:00
miavl.h
mmdbg.c
mminit.c
mmsup.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
ncache.c
pagfault.c [NTOS:MM] Do not zero-fill pages when not needed 2021-08-04 17:48:39 +02:00
pfnlist.c [NTOS:MM] Remove dead code 2021-08-03 10:57:12 +02:00
pool.c [NTOS:MM] Implement Raise/Return pool quota functions 2022-01-11 10:11:09 +01:00
procsup.c [NTOS:MM] Fix MiInsertSharedUserPageVad preventing boot on x64 2022-05-29 13:28:27 +02:00
section.c [NTOS:MM] Fix memory leak in MiMapViewOfDataSection 2022-05-18 12:31:31 +02:00
session.c
special.c
sysldr.c [NTOS:MM] Fix MiSetSystemCodeProtection 2021-07-11 21:43:07 +02:00
syspte.c
vadnode.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
virtual.c [NTOS:MM] Charge and free quotas for VAD allocations 2022-05-14 15:09:50 +02:00
wslist.cpp
zeropage.c [NTOS:MM] In page zeroing thread, zero more than one page at a time. 2021-08-04 17:48:39 +02:00