VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27254   15 years vboxsync HPET: correct interrupts delivery
(edit) @27231   15 years vboxsync Implemented mwait extension for breaking on external interrupt when …
(edit) @27210   15 years vboxsync Note added
(edit) @27209   15 years vboxsync Backed out r58570; must decrease reference here
(edit) @27204   15 years vboxsync Paranoia
(edit) @27203   15 years vboxsync Double derefence removed
(edit) @27202   15 years vboxsync Two more missing reference changes
(edit) @27163   15 years vboxsync Profiling of large page allocation
(edit) @27129   15 years vboxsync scm cleaned up some whitespace.
(edit) @27123   15 years vboxsync space
(edit) @27113   15 years vboxsync Logging
(edit) @27112   15 years vboxsync Missing u1User bit for AMD-V large pages
(edit) @27110   15 years vboxsync Logging update
(edit) @27108   15 years vboxsync Logging updates
(edit) @27065   15 years vboxsync Fixed and cleaned up reference counting mess. Additional code for …
(edit) @27040   15 years vboxsync Logging change
(edit) @27038   15 years vboxsync Try to reuse a 2mb large page if it was previously disabled for …
(edit) @27026   15 years vboxsync More large page work
(edit) @26993   15 years vboxsync VMM: implement some Nehalem MSRs
(edit) @26958   15 years vboxsync IOMAllMMIO.cpp: pDevInsR0/RC can be NULL.
(edit) @26944   15 years vboxsync PDM,IOM,TM: Added an optional per-device critsect for avoiding the …
(edit) @26939   15 years vboxsync ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing
(edit) @26911   15 years vboxsync Only PGM_PAGE_STATE_ZERO is valid here
(edit) @26907   15 years vboxsync Only valid on 64 bits hosts
(edit) @26860   15 years vboxsync Allow user-mode instruction emulation in the pgm pool access handlers …
(edit) @26855   15 years vboxsync Introduced EMInterpretInstructionCPUEx to allow user-level instruction …
(edit) @26849   15 years vboxsync -Wshadow burns
(edit) @26841   15 years vboxsync AMD-V support for large pages (64 bits host, nested paging)
(edit) @26727   15 years vboxsync Stats
(edit) @26718   15 years vboxsync Updates & fixes
(edit) @26717   15 years vboxsync Large page cleanup
(edit) @26711   15 years vboxsync Moved check up
(edit) @26701   15 years vboxsync Paranoia & logging
(edit) @26700   15 years vboxsync Deal with missing PDEs in SyncPage for SMP guests. Deal with big PDEs …
(edit) @26686   15 years vboxsync Extra check
(edit) @26685   15 years vboxsync Large page changes
(edit) @26679   15 years vboxsync Wrong mask
(edit) @26678   15 years vboxsync More logging
(edit) @26677   15 years vboxsync Logging update
(edit) @26673   15 years vboxsync faster
(edit) @26649   15 years vboxsync CPUM: better cache sharing descriptor - L2 cache is shared amongst all …
(edit) @26648   15 years vboxsync CPUM: wrong sharing info on level 2 cache
(edit) @26635   15 years vboxsync PAE and AMD64 paging modes support large pages regardless of CR4.PSE.
(edit) @26625   15 years vboxsync Large page code cleanup
(edit) @26621   15 years vboxsync Some counters
(edit) @26620   15 years vboxsync Wrong mask
(edit) @26619   15 years vboxsync Logging
(edit) @26616   15 years vboxsync More large page work (disabled)
(edit) @26577   15 years vboxsync More large page work
(edit) @26570   15 years vboxsync PGM lock has already been taken by caller
(edit) @26510   15 years vboxsync VMM: tabs -> spaces.
(edit) @26491   15 years vboxsync VMM: whitespace cleanup.
(edit) @26315   15 years vboxsync gcc false positive warning
(edit) @26303   15 years vboxsync PGMAllBth.h: warnings
(edit) @26280   15 years vboxsync VMM: More warnings.
(edit) @26279   15 years vboxsync VMM: More warnings.
(edit) @26278   15 years vboxsync VMM: More warnings.
(edit) @26277   15 years vboxsync VMM: more RC/GC warnings - CSAMDoesPageNeedScanning and CSAMMarkPage …
(edit) @26274   15 years vboxsync VMM: more RC/GC warnings.
(edit) @26273   15 years vboxsync VMM: more RC/GC warnings.
(edit) @26272   15 years vboxsync VMM: more RC/GC warnings.
(edit) @26271   15 years vboxsync VMM: warnings. Changed PATMIsPatchGCAddr and CSAMIsKnownDangerousInstr …
(edit) @26264   15 years vboxsync VMM: More warnings.
(edit) @26263   15 years vboxsync VMM: More warnings.
(edit) @26262   15 years vboxsync PGMAllPhys.cpp: warnings
(edit) @26228   15 years vboxsync MMAll.cpp: another shot at the stupid gcc warning.
(edit) @26225   15 years vboxsync MMAll.cpp: Shut up gcc warning.
(edit) @26218   15 years vboxsync *.kmk: Started renaming templated from all caps to CamelCase. At the …
(edit) @26202   15 years vboxsync Broke up guest page fault and dirty page checking to avoid taking the …
(edit) @26194   15 years vboxsync Removed another redundant check
(edit) @26191   15 years vboxsync Redundant check removed
(edit) @26180   15 years vboxsync *: The rest of the %V* format specifiers are history.
(edit) @26177   15 years vboxsync *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
(edit) @26152   15 years vboxsync VMM: pdm.h and @copydoc cleanups.
(edit) @26150   15 years vboxsync PGM: Split out the inlined code from PGMInternal.h and into …
(edit) @26143   15 years vboxsync Introducing PDMVMMDevHeapIsEnabled
(edit) @26066   15 years vboxsync Guest SMP: force all VCPUs to go back to ring 3 when a pgm pool flush …
(edit) @26026   15 years vboxsync shut up gcc.
(edit) @26021   15 years vboxsync Compile fix
(edit) @26018   15 years vboxsync Missing pending pgm sync handling in VT-x and AMD-V page fault …
(edit) @25958   15 years vboxsync REMNotifyInvalidatePage never rails; drop the return code
(edit) @25940   15 years vboxsync Corrected log statement
(edit) @25937   15 years vboxsync PGM: PGM_WITHOUT_MAPPINGS must be defined in PGMInternal.h
(edit) @25935   15 years vboxsync PGM,CPUM: Be more careful and flexible with guest mappings on restore. …
(edit) @25921   15 years vboxsync Removed redundant checks
(edit) @25915   15 years vboxsync PGMInvalidatePage: invalidate the TLB entry; might already be done by …
(edit) @25912   15 years vboxsync Ignore all irrelevant error codes out non-present pages/pds etc in …
(edit) @25891   15 years vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25866   15 years vboxsync VMM: More micro optimizations.
(edit) @25863   15 years vboxsync VMMAll/EMAll.cpp: trailing spaces.
(edit) @25837   15 years vboxsync VMM: More micro optimizations around CPUM getters and predicates.
(edit) @25835   15 years vboxsync CPUM,VMM: Avoid calling CPUMGetGuestEFER until it's needed (see defect …
(edit) @25825   15 years vboxsync r=bird: hot-plug review and code style cleanup. check out the @todos
(edit) @25816   15 years vboxsync CPU hotplug: Merge the first patch. Resets a CPU state if a CPU was …
(edit) @25815   15 years vboxsync space
(edit) @25803   15 years vboxsync VMM: provide reasonable cache info for Intel CPUs in leaf 4 of CPUID
(edit) @25685   15 years vboxsync iprt,pdmcritsect: Some more lock validator code, almost there now... :-)
(edit) @25647   15 years vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @25638   15 years vboxsync iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we …
(edit) @25618   15 years vboxsync IPRT,pdmcritsect: More lock validator hacking.
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