VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28812   15 years vboxsync Paranoia
(edit) @28806   15 years vboxsync Page sharing updates
(edit) @28801   15 years vboxsync VMM: Added PDMR3QueryDriverOnLun for finding a driver by name.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28793   15 years vboxsync #ifdef VBOX_WITH_PAGE_SHARING
(edit) @28791   15 years vboxsync VBOX_WITH_PAGE_SHARING
(edit) @28777   15 years vboxsync iprt: added CachePolicy parameter to RTR0MemObjEnterPhys()
(edit) @28771   15 years vboxsync nits
(edit) @28754   15 years vboxsync Backed out 60634
(edit) @28753   15 years vboxsync Don't set X86_PDPE_NX in the fake PML4E or PDPTE.
(edit) @28752   15 years vboxsync Always overwrite old PML4E or PDPTE.
(edit) @28750   15 years vboxsync Mask away the page offset
(edit) @28749   15 years vboxsync Logging fix
(edit) @28719   15 years vboxsync AsyncCompletion: Increase the maximum number of requests the I/O …
(edit) @28712   15 years vboxsync VMMR0.def: Forgot to rename one place.
(edit) @28711   15 years vboxsync IntNet,++: Implemented sending frames in ring-0 (disabled).
(edit) @28706   15 years vboxsync IntNet: Moved the instance pointer from VMMR0.cpp to SrvIntNetR0.cpp …
(edit) @28656   15 years vboxsync pgmPoolTrackPhysExtDerefGCPhys needs to check the PTE index as well in …
(edit) @28652   15 years vboxsync Logging update
(edit) @28648   15 years vboxsync More logging
(edit) @28643   15 years vboxsync Typo
(edit) @28639   15 years vboxsync Keep track of page table entry indices and deal with multiple physical …
(edit) @28578   15 years vboxsync I/O cache: Don't complete tasks while the R/W semaphore of the cache …
(edit) @28563   15 years vboxsync EMMAll: typo
(edit) @28460   15 years vboxsync Don't catch cr8 writes by default for nested paging
(edit) @28458   15 years vboxsync Cleared entire page table entry
(edit) @28439   15 years vboxsync attempt to fix win-dbg
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28428   15 years vboxsync build fix.
(edit) @28426   15 years vboxsync Added PDMDRVHLP::pfnCallR0 / PDMDrvHlpCallR0 / PFNPDMDRVREQHANDLERR0 …
(edit) @28425   15 years vboxsync Added PDMDRVHLP::pfnCallR0 / PDMDrvHlpCallR0 / PFNPDMDRVREQHANDLERR0 …
(edit) @28423   15 years vboxsync Compile fix
(edit) @28422   15 years vboxsync Shared paging updates
(edit) @28421   15 years vboxsync OSE fix
(edit) @28415   15 years vboxsync Shared paging updates
(edit) @28373   15 years vboxsync I/O cache: Fix
(edit) @28341   15 years vboxsync windows linking fix.
(edit) @28338   15 years vboxsync Windows linking fixes.
(edit) @28330   15 years vboxsync PDMR3LdrGetInterfaceSymbols related fixes.
(edit) @28327   15 years vboxsync Added PDMDrvHlpGetSupDrvSession.
(edit) @28320   15 years vboxsync Network/D*,VMM: Moving the TX threads, part 1.
(edit) @28319   15 years vboxsync pdmdev: Made PDMDevHlpVMState available in R0 and RC.
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28285   15 years vboxsync We don't pass on invlpg information to the recompiler for nested …
(edit) @28284   15 years vboxsync Removed wrong todo. If we run out of slots for invlpg, then we simply …
(edit) @28266   15 years vboxsync doc update.
(edit) @28265   15 years vboxsync PDMThread: serialize list manipulations using ListCritSect.
(edit) @28263   15 years vboxsync PDM: Put pAsyncCompletionTemplates under the ListCritSect.
(edit) @28262   15 years vboxsync PDM: Moving more stuff to PDMUSERPERVM. Protect the loader list using …
(edit) @28261   15 years vboxsync Paranoid assertions
(edit) @28260   15 years vboxsync todo
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28257   15 years vboxsync Some more paranoid checks
(edit) @28225   15 years vboxsync Fix crash
(edit) @28224   15 years vboxsync AsyncCompletion: Fix hang on OS X
(edit) @28136   15 years vboxsync VMM/CFGM: fixed memory leak
(edit) @28123   15 years vboxsync Simplified hypervisor conflict check
(edit) @28122   15 years vboxsync PDMR0DynMap: comment.
(edit) @28094   15 years vboxsync Compile fix
(edit) @28092   15 years vboxsync Added paranoid assertion
(edit) @28090   15 years vboxsync Check for write conflicts with our hypervisor mapping early on. If the …
(edit) @28065   15 years vboxsync Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
(edit) @28052   15 years vboxsync Flush first, then free
(edit) @28045   15 years vboxsync ASyncCompletion: Fix
(edit) @28044   15 years vboxsync Check for older non-functioning balloon calls
(edit) @28043   15 years vboxsync Wrong unit
(edit) @28039   15 years vboxsync Must be callable from any thread
(edit) @28036   15 years vboxsync More metrics changes
(edit) @28030   15 years vboxsync VMM: SpeedStep and relatives MSRs
(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) @28000   15 years vboxsync Wrong struct
(edit) @27999   15 years vboxsync Introducing PGMR3QueryBalloonSize
(edit) @27978   15 years vboxsync Cleanup
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27936   15 years vboxsync pdmR3PowerOffDev: Fixed copy & past error that prevented …
(edit) @27928   15 years vboxsync pdmR3PowerOffDrv: Fixed copy & past error that prevented …
(edit) @27921   15 years vboxsync Reset status code
(edit) @27920   15 years vboxsync AsyncCompletion: Return error code for completed requests
(edit) @27901   15 years vboxsync OSE header fixes
(edit) @27899   15 years vboxsync PGMAllPhys.cpp: Restored pgmPhysHandlerRedirectToHC which got …
(edit) @27884   15 years vboxsync Remove members which are not used anymore
(edit) @27883   15 years vboxsync AsyncCompletion: Replace our own task cache with a RTMemCache. The old …
(edit) @27861   15 years vboxsync export some Makefile.kup to OSE
(edit) @27816   15 years vboxsync PGMSyncCR3: Go back to ring 3 if a pgm pool sync is again pending.
(edit) @27814   15 years vboxsync Backed out part of r59436
(edit) @27813   15 years vboxsync Backed out r59424
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27790   15 years vboxsync Cleaned up
(edit) @27789   15 years vboxsync VM.cpp: Fixed bug in vmR3LiveDoStep1Cleanup where it didn't pass the …
(edit) @27784   15 years vboxsync PGMSyncCR3: pgmPoolResetDirtyPages must be called before pgmPoolSyncCR3
(edit) @27783   15 years vboxsync PGMSyncCR3: pgmPoolResetDirtyPages must be called before pgmPoolSyncCR3
(edit) @27778   15 years vboxsync Must take the pgm lock during PGMSyncCR3; guest SMP can cause an …
(edit) @27775   15 years vboxsync These assertions are actually fatal
(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) @27738   15 years vboxsync AsyncCompletion: Add a new method to set the size of an endpoint
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