VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27409   15 years vboxsync Logging fix
(edit) @27408   15 years vboxsync Logging fix
(edit) @27402   15 years vboxsync Flush for warnings too (VINF_PGM_SYNC_CR3).
(edit) @27400   15 years vboxsync Renable new alloc mode for Solaris.
(edit) @27397   15 years vboxsync MSR_IA32_PMCx logging
(edit) @27390   15 years vboxsync Tweaked previous fix
(edit) @27378   15 years vboxsync pgmPoolMonitorModifiedClearAll can cause a pgm pool flush (dirty page …
(edit) @27372   15 years vboxsync Unnecessary AssertRCReturn
(edit) @27371   15 years vboxsync Don't always change back the cr3
(edit) @27370   15 years vboxsync Logging
(edit) @27369   15 years vboxsync Make sure we check for pending pgm pool syncs as we clear …
(edit) @27368   15 years vboxsync Logging update
(edit) @27362   15 years vboxsync Logging updates
(edit) @27360   15 years vboxsync Don't check page tables without any entries.
(edit) @27354   15 years vboxsync GMMR0: Disable new alloc code on Solaris for testing.
(edit) @27336   15 years vboxsync AsyncCompletion: Clear the list pointers of a range lock
(edit) @27331   15 years vboxsync MSR_IA32_MISC_ENABLE test code
(edit) @27323   15 years vboxsync AsyncCompletion: Print bandwidth limit in the release log
(edit) @27320   15 years vboxsync Log MSR_IA32_MISC_ENABLE accesses
(edit) @27306   15 years vboxsync CPUM: expose EDX of leaf 5 too, contains MWAIT C-states
(edit) @27299   15 years vboxsync AsyncCompletion: More configuration options * There are two …
(edit) @27285   15 years vboxsync Disabled very expensive check
(edit) @27284   15 years vboxsync More paranoia
(edit) @27282   15 years vboxsync More stats
(edit) @27281   15 years vboxsync Missing stat activation
(edit) @27280   15 years vboxsync AsyncCompletion: Change range locks allocation from RTMemAlloc to …
(edit) @27277   15 years vboxsync Fix
(edit) @27272   15 years vboxsync Logging change
(edit) @27271   15 years vboxsync Reference count debugging code added
(edit) @27254   15 years vboxsync HPET: correct interrupts delivery
(edit) @27253   15 years vboxsync Missing stat registration
(edit) @27231   15 years vboxsync Implemented mwait extension for breaking on external interrupt when …
(edit) @27212   15 years vboxsync VMReq.cpp: fix #4725 later.
(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) @27197   15 years vboxsync Refresh the balloon a bit later during state restore.
(edit) @27195   15 years vboxsync Logging
(edit) @27184   15 years vboxsync Alignment
(edit) @27183   15 years vboxsync Oops
(edit) @27182   15 years vboxsync Saved the state of ballooned memory and reinflate when loading the …
(edit) @27173   15 years vboxsync Compile fix
(edit) @27169   15 years vboxsync Comment update
(edit) @27168   15 years vboxsync Minor formatting change
(edit) @27167   15 years vboxsync Large page support enabled as configured.
(edit) @27163   15 years vboxsync Profiling of large page allocation
(edit) @27162   15 years vboxsync VMM/GMMR0: fixed resetting cBalloonedPages on GMMBALLOONACTION_RESET.
(edit) @27147   15 years vboxsync FreeBSD: Enable new allocation mode using the PhysNC allocator
(edit) @27129   15 years vboxsync scm cleaned up some whitespace.
(edit) @27127   15 years vboxsync oops
(edit) @27126   15 years vboxsync PIT,RTC,HPET,PDM: Combined and simplified the two interfaces PDM uses …
(edit) @27123   15 years vboxsync space
(edit) @27121   15 years vboxsync HPET, RTC, PIT, PDM: implement API to disable legacy devices from HPET …
(edit) @27117   15 years vboxsync build fix.
(edit) @27116   15 years vboxsync Kicked out the GMMR0DeflatedBalloon implementation since it was …
(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) @27103   15 years vboxsync Missing default
(edit) @27102   15 years vboxsync Reset the memory balloon during VM reset
(edit) @27099   15 years vboxsync Large page enabling for myself on AMD
(edit) @27084   15 years vboxsync Take the balloon size into account when applying account limits for the VM.
(edit) @27065   15 years vboxsync Fixed and cleaned up reference counting mess. Additional code for …
(edit) @27042   15 years vboxsync Do not replace pages part of a 2 MB continuous range with zero pages, …
(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) @27005   15 years vboxsync Set fLegacyAllocationMode=false for Solaris hosts.
(edit) @26993   15 years vboxsync VMM: implement some Nehalem MSRs
(edit) @26992   15 years vboxsync Nitpicking
(edit) @26991   15 years vboxsync CPUM: skip h/w threads count in leaf 1 for UP
(edit) @26990   15 years vboxsync HTT doesn't make sense in single cpu configs
(edit) @26970   15 years vboxsync Export code for handling virtual USB devices to OSE, mainly for …
(edit) @26958   15 years vboxsync IOMAllMMIO.cpp: pDevInsR0/RC can be NULL.
(edit) @26956   15 years vboxsync I/O Cache: Fix a crash
(edit) @26951   15 years vboxsync introduced VBOX_WITH_VUSB
(edit) @26949   15 years vboxsync Comment update
(edit) @26947   15 years vboxsync Avoid deadlocks in PGMR3PhysFreeRamPages
(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) @26825   15 years vboxsync VMM: set fLegacyAllocationMode=false for Linux hosts
(edit) @26814   15 years vboxsync AsyncCompletion: Protect the dirty but not committed list by a spinlock
(edit) @26812   15 years vboxsync AsyncCompletion: Don't immediately commit dirty buffers to the …
(edit) @26780   15 years vboxsync PDMDevHlp.cpp: Fixed source wrong position passing in …
(edit) @26745   15 years vboxsync AsyncCompletion; Remove RT_STRICT
(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 …
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