reactos/ntoskrnl/mm
Victor Perevertkin 3f601122bc [NTOS:MM] Fix placing entries into MmNonPagedPoolFreeListHead
When freeing pages, free page entries with pages num == 3 were
incorrectly treated as entries with pages num >= 4 and thus
their re-insertion was not triggered. That lead to non paged pool
fragmentation (can be triggered by kmtest:ExPools, for example)

Also, altered the index acquisition code for MmNonPagedPoolFreeList
entries so it looks more clear
2021-06-16 12:14:27 +02:00
..
amd64 [NTOS:MM] Properly initialize initial process address space on amd64 2021-06-09 11:27:18 +02:00
arm [REACTOS] Addendum to 5c7ce4475e - Fix MSVC 2015 build 2021-05-12 11:04:29 +02:00
ARM3 [NTOS:MM] Fix placing entries into MmNonPagedPoolFreeListHead 2021-06-16 12:14:27 +02:00
i386 [NTOS:MM] Get rid of MiQueryPageTableReferences 2021-06-09 11:27:18 +02:00
powerpc
balance.c [NTOS:MM] Remove some dead code from legacy Mm 2021-06-09 11:27:18 +02:00
freelist.c [NTOS:MM] Fix compilation when PFN tracing is enabled 2021-03-30 17:22:09 +02:00
marea.c [NTOS:MM] Remove some dead code from legacy Mm 2021-06-09 11:27:18 +02:00
mmfault.c [NTOS:MM] Fix a bit the page-out/page-in logic 2021-04-08 15:40:37 +02:00
mminit.c [NTOS:MM] Make the page LRU list a real LRU list. 2021-02-03 09:41:23 +01:00
pagefile.c
region.c
rmap.c [NTOS:MM] Rewrite arch-specifics of the legacy Mm 2021-04-08 15:40:37 +02:00
section.c [NTOS:MM] Fix remnants of CORE-17587 2021-06-07 17:04:18 +02:00
shutdown.c [NTOS:MM] Flush dirty pages after closing the page files. 2021-02-10 11:14:19 +01:00