VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91120   3 years vboxsync VMM: Nested VMX: bugref:10092 VMX EPT and Unrestricted CFGM options, …
(edit) @91044   3 years vboxsync VMM: Nested VMX: bugref:10092 More consistent naming of VMCS fields.
(edit) @91043   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed some macros.
(edit) @91038   3 years vboxsync VMM: Nested VMX: bugref:10092 Missed populating guest VMX feature in …
(edit) @91037   3 years vboxsync VMM: Nested VMX: bugref:10092 Added support for tertiary processor …
(edit) @91018   3 years vboxsync VMM/MM: Removed the MMR3UkHeap* code as nobody is using it any more. …
(edit) @91017   3 years vboxsync VMM/PGMPhys: The PGMCHUNKR3MAP structures can be allocated on the …
(edit) @91016   3 years vboxsync VMM/PGM,++: Kicked out VBOX_WITH_2X_4GB_ADDR_SPACE and the DynMap code …
(edit) @91014   3 years vboxsync VMM: Made VBOX_WITH_RAM_IN_KERNEL non-optional, removing all the tests …
(edit) @90999   3 years vboxsync VMM: Removed VMMCALLRING3_PGM_LOCK (now unused). bugref:6695
(edit) @90997   3 years vboxsync VMM,PDM,PGM: Restrict the VMSetError and VMSetRuntimeError APIs to …
(edit) @90992   3 years vboxsync VMM: Eliminated VMMCALLRING3_PGM_LOCK. bugref:6695
(edit) @90991   3 years vboxsync VMM: Eliminated VMMCALLRING3_MMHYPER_LOCK. bugref:6695
(edit) @90982   3 years vboxsync VMM: Removed VMMCALLRING3_VM_R0_PREEMPT. bugref:6695
(edit) @90981   3 years vboxsync VMM: Changed pgmLock to pass VINF_SUCCESS to PDMCritSectEnter and …
(edit) @90980   3 years vboxsync VMM: Removed VMMCALLRING3_PDM_CRIT_SECT_ENTER, …
(edit) @90975   3 years vboxsync VMM: Ensure proper log flush order by going to ring-0 to wait for the …
(edit) @90974   3 years vboxsync IPRT/log,VMM: Changed RTLogBulkWrite to take a before/after marker …
(edit) @90972   3 years vboxsync VMM: Correctly update idxBuf so we flush the right buffer when we get …
(edit) @90958   3 years vboxsync VMM: Log flushing stats. bugref:10086
(edit) @90956   3 years vboxsync VMM: Preparing for using more than one log buffer per ring-0 EMT …
(edit) @90952   3 years vboxsync VMM: Darwin/clang build fix. bugref:10086
(edit) @90948   3 years vboxsync VMM: Organize the logger structures both named member and arrays for …
(edit) @90945   3 years vboxsync VMM: Use a worker thread for flushing ring-0 log buffers. bugref:10086
(edit) @90914   3 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Renamed …
(edit) @90862   3 years vboxsync IPRT,SUPDrv,VMM,++: Bumped major support driver version. Added …
(edit) @90840   3 years vboxsync IPRT,VMM: Doxygen fixes for the logger changes. bugref:10086
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90794   3 years vboxsync *: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90785   3 years vboxsync *: AssertReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90784   3 years vboxsync VMM: VALID_PTR -> RT_VALID_PTR.
(edit) @90783   3 years vboxsync VMM: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90782   3 years vboxsync VMM: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90677   4 years vboxsync VMM/PDMCritSectRwEnterShared: Implemented waiting in ring-0/HM …
(edit) @90672   4 years vboxsync VMM/PDMCritSectRwEnterShared: Some more code refactoring. Added …
(edit) @90639   4 years vboxsync VMM,VMMDev: Changed my mind, made the alignment requirement for …
(edit) @90638   4 years vboxsync VMM,VMMDev: Force 32-byte alignment of PDMCRITSECTRW so all members …
(edit) @90637   4 years vboxsync IPRT/RTCritSectRw,VMM/PDMCritSectRw: Rearranged the core members a …
(edit) @90634   4 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90597   4 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90570   4 years vboxsync VMM/PDMCritSectRw: Added a self pointer for use with queued-leave to …
(edit) @90557   4 years vboxsync VMM/PGMCritSectRw: Added 'critsectrw' info item. [build fix] bugref:6695
(edit) @90553   4 years vboxsync VMM/PGMCritSectRw: Added 'critsectrw' info item. bugref:6695
(edit) @90550   4 years vboxsync VMM/PGMCritSect: Added 'critsect' info item. bugref:6695
(edit) @90549   4 years vboxsync VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
(edit) @90534   4 years vboxsync VMM/PDMCritSect: Log the critical section addresses during creation to …
(edit) @90502   4 years vboxsync VMM/PDM: Added device helpers for read/write critical sections. bugref:6695
(edit) @90495   4 years vboxsync VMM/Guru: Clear the VM_FF_CHECK_VM_STATE after dumping the guru …
(edit) @90487   4 years vboxsync VMM/CPUM: Simplify dumping of nested hardware-virtualization state and …
(edit) @90468   4 years vboxsync VMM/PDM: Fixed the VERR_INTERRUPTED w/ rcBusy=VINF_SUCCESS case. More …
(edit) @90460   4 years vboxsync VMM: Put the RTTHREAD handle in the VM structure too, so VMMDev can …
(edit) @90439   4 years vboxsync VMM/PGM: Check PGMCritSectEnter status code when we don't return it. …
(edit) @90437   4 years vboxsync VMM: More PDMCritSectEnter return code checks. bugref:6695
(edit) @90420   4 years vboxsync VMM/PDMCritSectEnter: New code for dealing with VERR_INTERRUPTED in …
(edit) @90397   4 years vboxsync VMM: Create EMTs with RTTHREADFLAGS_NO_SIGNALS set to avoid …
(edit) @90379   4 years vboxsync VMM: Implementing blocking on critical sections in ring-0 HM context …
(edit) @90348   4 years vboxsync VMM: Removed the VM pointers from the internal critsect structures. …
(edit) @90347   4 years vboxsync VMM: Pass pVM to PDMCritSectRw APIs. bugref:9218 bugref:10074
(edit) @90346   4 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @90329   4 years vboxsync PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
(edit) @90312   4 years vboxsync VMM/DBGF: Stop all vCPUs when a breakpoint event happens [doxygen fix]
(edit) @90311   4 years vboxsync VMM/DBGF: Stop all vCPUs when a breakpoint event happens
(edit) @90310   4 years vboxsync VMM/DBGFR3Bp: Only clear the active breakpoint iff the owner processed …
(edit) @90204   4 years vboxsync VMM/CPUM: Todo/comment to clarify 'Guest physical address width' being …
(edit) @90190   4 years vboxsync VMM/VMMR0: Disabled the unnecessary …
(edit) @90189   4 years vboxsync VMM: Make the setjmp code a bit stricter with when to resume a call. …
(edit) @90161   4 years vboxsync VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition …
(edit) @90160   4 years vboxsync VMM/Guru: Print the assertion message strings if they aren't empty. …
(edit) @89993   4 years vboxsync VMM/HMVMX/EM: Do a rendezvous when a split-lock #AC is emulated. …
(edit) @89991   4 years vboxsync CPUM: Manually fixed Core2 T7600 CPU profile so that IA32_SYSENTER …
(edit) @89976   4 years vboxsync VMM/HMVMX: Deal with #ACs triggered by split-lock detection on the …
(edit) @89949   4 years vboxsync VMM/PDMDriver: Add …
(edit) @89934   4 years vboxsync VMM/CPUCpuId: Some intel updates. bugref:10052
(edit) @89925   4 years vboxsync VMM/DBGFBp: Continue work on I/O breakpoints, ​bugref:9837 [build fix]
(edit) @89924   4 years vboxsync VMM/DBGFBp: Continue work on I/O breakpoints, bugref:9837 - …
(edit) @89913   4 years vboxsync VMM/DBGF: Basic infrastructure to support adding and deleting port I/O …
(edit) @89912   4 years vboxsync VMM/DBGF: Basic infrastructure to support adding and deleting port I/O …
(edit) @89868   4 years vboxsync Main/Console+Machine: Eliminate CMPXCHG16B hack (see bugref:6300) …
(edit) @89829   4 years vboxsync VMM/DBGFR3SampleReport: Sort the frame order by sample count to …
(edit) @89786   4 years vboxsync VMM/DBGFR3SampleReport: doxygen fix. bugref:10025
(edit) @89763   4 years vboxsync VMM/DBGFR3SampleReport: Remove Windows specific changes and change the …
(edit) @89722   4 years vboxsync VMM/DBGFR3SampleReport: Temporary windows build fixes until the R3 …
(edit) @89701   4 years vboxsync VMM/DBGFR3SampleReport: Fixes, bugref:10025
(edit) @89699   4 years vboxsync VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025 …
(edit) @89698   4 years vboxsync VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025 …
(edit) @89695   4 years vboxsync VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025
(edit) @89683   4 years vboxsync VMM/DBGFR3SampleReport: More work on the sample creation code, …
(edit) @89682   4 years vboxsync VMM/DBGFR3SampleReport: More work on the sample creation code, bugref:10025
(edit) @89677   4 years vboxsync VMM/HM: STAM counter description nits.
(edit) @89673   4 years vboxsync VMM/PDMUsb: Backed out r145077 + 144791. This problem should be fixed …
(edit) @89632   4 years vboxsync Host USB timer: attempt to fix leak when setting USB timer name, …
(edit) @89625   4 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @89624   4 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @89622   4 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @89620   4 years vboxsync Intel IOMMU: bugref:9967 Allow PDMIoApicSetEoi operation to be queued …
(edit) @89619   4 years vboxsync DBGFAddrSpace: Return the module handle if requested
(edit) @89602   4 years vboxsync Intel IOMMU: bugref:9967 PDMIoApicSendMsi requires the pDevIns when …
(edit) @89600   4 years vboxsync Intel IOMMU: bugref:9967 Centralize PDM interfaces sending MSIs so it …
(edit) @89437   4 years vboxsync Hist USB timer: use uniqe naming in order not to confuse STAM on USB …
(edit) @89283   4 years vboxsync VMM/TM: Fix typo in LogRel for outputting the TM mode.
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