summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR0/PGMR0Pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* VMM/PGM,*: Split the physical access handler type registration into separate ...vboxsync2022-02-081-0/+20
* VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT -> GUE...vboxsync2022-02-021-6/+6
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM: Reworked most of the call-ring-3 stuff into setjmp-longjmp-on-assert and...vboxsync2021-11-121-33/+19
* VMM/PGMPool: Make we grow while on the kernel stack. [fix] bugref:10124vboxsync2021-10-181-1/+1
* VMM/PGMPool: Make we grow while on the kernel stack. bugref:10124vboxsync2021-10-181-20/+33
* VMM/PGMPool: Call PGMR0PoolGrow directly from ring-0 instead of going via rin...vboxsync2021-09-151-24/+55
* VMM/PGM: Working on eliminating page table bitfield use. bugref:9841 bugref:9746vboxsync2020-10-071-0/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* PGMPool: PGMR0PoolGrow should return failure when allocating the first batch ...vboxsync2020-01-281-2/+3
* PGMPool: PGMR0PoolGrow should return failure when allocating the first batch ...vboxsync2020-01-281-1/+8
* PGMR0PoolGrow: Fixed wrong assertion. bugref:9528vboxsync2019-12-121-1/+1
* PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool do its o...vboxsync2019-12-111-0/+145