VirtualBox

source: vbox/trunk/src/VBox/VMM/PGMPhys.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34467   14 years vboxsync PGMPhys.cpp: Skip ZERO shadow ROM pages in the prealloc case in …
(edit) @34318   14 years vboxsync PGM: Fixed assertion trying to free a PXE ROM page when restoring an …
(edit) @34167   14 years vboxsync PGM: typo causing failure to start a VM
(edit) @34163   14 years vboxsync PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
(edit) @33780   14 years vboxsync During state loading; don't free a zero page if it's part of a large page.
(edit) @33726   14 years vboxsync Allocation timeout > 1 second means immediate disabling of large page …
(edit) @33725   14 years vboxsync More stats for large page allocation
(edit) @33544   14 years vboxsync Bump the timeout count to 10
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33537   14 years vboxsync Apply timeout to 2 MB page allocation
(edit) @33508   14 years vboxsync Write a note in the release log when we refuse to allocate more large …
(edit) @33507   14 years vboxsync Fail large page allocation if there's less than 2 GB memory free on …
(edit) @32307   14 years vboxsync Include other range types too (FTM)
(edit) @32295   14 years vboxsync Deal with MMIO2 pages as well (FTM)
(edit) @32213   14 years vboxsync VMM/PGM: Functions for reading RAM ranges.
(edit) @32121   14 years vboxsync Wrong api
(edit) @32118   14 years vboxsync FT updates
(edit) @32106   14 years vboxsync Minor update
(edit) @32101   14 years vboxsync Increate monitor counter
(edit) @32087   14 years vboxsync PGM: Account for aliased and off pages in physical handlers so that …
(edit) @31986   14 years vboxsync FT updates + TODO
(edit) @31938   14 years vboxsync FT updates
(edit) @31895   14 years vboxsync FT updates
(edit) @31630   14 years vboxsync Wrong queue flag
(edit) @31398   14 years vboxsync PGMPhys.cpp: too long lines.
(edit) @31206   14 years vboxsync PGM: Always make sure to have the original bits around for …
(edit) @31127   14 years vboxsync PGM: windows build fix.
(edit) @31123   14 years vboxsync PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
(edit) @31091   14 years vboxsync comment reflow.
(edit) @30901   14 years vboxsync compiler warning
(edit) @30844   14 years vboxsync Compile fix
(edit) @30843   14 years vboxsync Profile map/unmap operations
(edit) @30842   14 years vboxsync Activated large guest memory support for 32-bit guests
(edit) @30841   14 years vboxsync Bugfix
(edit) @30839   14 years vboxsync Different queueing
(edit) @30838   14 years vboxsync Compile fix
(edit) @30837   14 years vboxsync Compile fixes
(edit) @30836   14 years vboxsync Removed aging tree code. Wasn't working at all. Do simple, but not so …
(edit) @30835   14 years vboxsync Zero allocated memory
(edit) @30826   14 years vboxsync RTAvllU32DoWithAll does deal with equal nodes
(edit) @30823   14 years vboxsync Compile fix
(edit) @30822   14 years vboxsync This was meant instead
(edit) @30821   14 years vboxsync Sigh
(edit) @30820   14 years vboxsync Wrong user parameter
(edit) @30819   14 years vboxsync Introduce VBOX_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST for large guest …
(edit) @30818   14 years vboxsync Minor correction
(edit) @30817   14 years vboxsync Compile fix
(edit) @30816   14 years vboxsync Flush the pgm pool before unmapping a chunk
(edit) @30815   14 years vboxsync Release stats
(edit) @30814   14 years vboxsync Compile fixes
(edit) @30813   14 years vboxsync Flush dangling R3 & R0 PGM cr3 pointers when unmapping a chunk
(edit) @30811   14 years vboxsync Wrong comment
(edit) @30808   14 years vboxsync Compile fix
(edit) @30807   14 years vboxsync Started with chunk unmap changes. Code is in an unused path.
(edit) @30756   14 years vboxsync Ignore VERR_GMM_HIT_VM_ACCOUNT_LIMIT when there are still pages left.
(edit) @30652   14 years vboxsync Reset balloon counter during reset
(edit) @30613   14 years vboxsync Free zero page when loading a saved state with prealloc enabled.
(edit) @30438   14 years vboxsync PGMPhys: added missing '\n' at the end of LogRel* statements
(edit) @30344   14 years vboxsync Use NIL_VMCPUID (see r62731).
(edit) @30342   14 years vboxsync VMM: todo: Use NIL_VMCPUID with two SUPR3CallVMMR0Ex calls?
(edit) @30326   14 years vboxsync PGM: PGMShwModifyPage/PGMShwSetPage -> PGMShwMakePageWritable, …
(edit) @30236   14 years vboxsync Reverted 62726
(edit) @30235   14 years vboxsync Typo
(edit) @30234   14 years vboxsync This is very fatal
(edit) @30233   14 years vboxsync Use a valid cpu id
(edit) @30232   14 years vboxsync Compile fix
(edit) @30231   14 years vboxsync Chunk mapping calls can arrive from any thread now because of page …
(edit) @29646   15 years vboxsync Proper shared page cleanup when terminating the VM
(edit) @29626   15 years vboxsync Paranoid casting
(edit) @29623   15 years vboxsync More logging
(edit) @29622   15 years vboxsync Logging
(edit) @29620   15 years vboxsync Statistics for shared pages
(edit) @29577   15 years vboxsync Compile fix
(edit) @29319   15 years vboxsync Make PGMR3PhysChangeMemBalloon return VERR_NOT_IMPLEMENTED on hosts …
(edit) @29303   15 years vboxsync Clear the tracking data of pages we're going to reactivate.
(edit) @29302   15 years vboxsync Clear tracking data too
(edit) @29301   15 years vboxsync Clear/reset page properties correctly
(edit) @29297   15 years vboxsync Same goes for map/unmap
(edit) @29296   15 years vboxsync Set the clear flag on all VCPUs
(edit) @29295   15 years vboxsync Backed out 61381: deadlock danger
(edit) @29294   15 years vboxsync Clear the pgm pool immediately
(edit) @29293   15 years vboxsync MMIORegister/Deregister: Force a PGM pool flush as guest ram …
(edit) @29201   15 years vboxsync Shared paging updates
(edit) @28974   15 years vboxsync Dump GMM stats on PGMR3PhysAllocateHandyPages failure.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28052   15 years vboxsync Flush first, then free
(edit) @28044   15 years vboxsync Check for older non-functioning balloon calls
(edit) @28036   15 years vboxsync More metrics changes
(edit) @28012   15 years vboxsync Use PGMR3QueryFreeMemory instead
(edit) @28003   15 years vboxsync PGMR3QueryBalloonSize updates
(edit) @28002   15 years vboxsync More changes
(edit) @28001   15 years vboxsync Parameter description
(edit) @27999   15 years vboxsync Introducing PGMR3QueryBalloonSize
(edit) @27750   15 years vboxsync Reset the balloon state when the VM resets
(edit) @27749   15 years vboxsync Flush before freeing the page.
(edit) @27746   15 years vboxsync Balloon: flush the shadow PT if this page was previously used as a …
(edit) @27598   15 years vboxsync Comment added
(edit) @27597   15 years vboxsync Change balloon page type back to zero when deflated.
(edit) @27594   15 years vboxsync Only force writes to go through vmm
(edit) @27590   15 years vboxsync Compile fix
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette