VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90553   3 years vboxsync VMM/PGMCritSectRw: Added 'critsectrw' info item. bugref:6695
(edit) @90550   3 years vboxsync VMM/PGMCritSect: Added 'critsect' info item. bugref:6695
(edit) @90549   3 years vboxsync VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
(edit) @90534   3 years vboxsync VMM/PDMCritSect: Log the critical section addresses during creation to …
(edit) @90533   3 years vboxsync VMM/VMMGetCpu: Assert that we return the right one.
(edit) @90532   3 years vboxsync VMM/PDMCritSectBothFF: Must always clear the …
(edit) @90531   3 years vboxsync VMM/PDMCritSect: When VMCPU_FF_PDM_CRITSECT is set we must not wait on …
(edit) @90515   3 years vboxsync VMM/PDMCritSect: Use VMM_ASSERT_RELEASE_MSG_RETURN instead of …
(edit) @90513   3 years vboxsync VMM/PDMCritSectEnter: Fixed regression from r146020 due to mistaking …
(edit) @90504   4 years vboxsync VMM/PDM: Rewroted the PDMCritSectLeave code to try avoid going 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) @90486   4 years vboxsync VMM/PDM: Tighten read/write critical section code a bit. bugref:6695
(edit) @90472   4 years vboxsync VMM/PDM: Enabled new critical section enter code that'll wait in …
(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) @90449   4 years vboxsync VMM/PGM: PDMCritSectTryEnter return status must be checked in ring-3 …
(edit) @90446   4 years vboxsync PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. …
(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) @90436   4 years vboxsync VMM,Dev*: Handle PDMCritSectEnter failures in relation to the PDM …
(edit) @90433   4 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90428   4 years vboxsync VMM/PDMCritSectEnter: Added note about new return handling …
(edit) @90426   4 years vboxsync IOM: Be more careful checking the status of IOM_LOCK_SHARED(). 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) @90390   4 years vboxsync VMM/PDMCritSect: @todo. bugref:6695
(edit) @90385   4 years vboxsync VMM: Doxygen fix. bugref:9218 bugref:10074
(edit) @90384   4 years vboxsync VMM: Doxygen fix. bugref:9218 bugref:10074
(edit) @90382   4 years vboxsync VMM: Doxygen fixes for critsect devhlps. bugref:9218 bugref:10074
(edit) @90381   4 years vboxsync VMM/PDMCritSect: Don't sleep forever. bugref:6695
(edit) @90380   4 years vboxsync VMM: Moved idHostCpu and iHostCpuSet from VMCPU to GVMCPU, removing …
(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) @90305   4 years vboxsync VMM/APIC: Don't notify the calling EMT in apicSetInterruptFF ring-3. …
(edit) @90260   4 years vboxsync VMM/HMSVMR0: More info. in the assertion.
(edit) @90250   4 years vboxsync IEM: Fixed copy & paste error for 16-bit xchg. bugref:10052
(edit) @90204   4 years vboxsync VMM/CPUM: Todo/comment to clarify 'Guest physical address width' being …
(edit) @90197   4 years vboxsync VMM/tstVMMR0CallHost-1: Adjusted to stricter longjmp resuming. …
(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) @90177   4 years vboxsync VMM/VMMR0JmpA-amd64.asm: Another stack fuzz adjustment for linux 5.13. …
(edit) @90173   4 years vboxsync VMM/VMMR0JmpA-amd64.asm: Double the stack fuzz for linux 5.13. …
(edit) @90162   4 years vboxsync VMM/PGM: Fixed incorrect lock yield in PGMPhysBulkReleasePageMappingLocks.
(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) @90042   4 years vboxsync AMD IOMMU: bugref:9654 Adjusted assertion in PDMAllIommu.cpp.
(edit) @90028   4 years vboxsync AMD IOMMU: bugref:9654 Fixed address translations resulting in …
(edit) @90000   4 years vboxsync VMM/HMVMX: Only go to ring-3 for split-lock #AC emulation for SMP VMs. …
(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) @89980   4 years vboxsync VMM/HMVMX: Add debug event and dtrace probe for the split-lock #ACs. …
(edit) @89976   4 years vboxsync VMM/HMVMX: Deal with #ACs triggered by split-lock detection on the …
(edit) @89975   4 years vboxsync IEM: Added IEMExecOneIgnoreLock for use with split-lock cases. bugref:10052
(edit) @89974   4 years vboxsync IEM: Added IEMExecOneIgnoreLock for use with split-lock cases. bugref:10052
(edit) @89973   4 years vboxsync IEM: xchg sets X86_TRAP_PF_RW, see bs3-cpu-basic-2.
(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) @89911   4 years vboxsync VMM/DBGFAll: Fix todo
(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) @89789   4 years vboxsync VMM/TMInline.h: Doxygen fix. bugref:9943
(edit) @89786   4 years vboxsync VMM/DBGFR3SampleReport: doxygen fix. bugref:10025
(edit) @89781   4 years vboxsync VMM/HMVMR0: Logging nit and whitespace.
(edit) @89780   4 years vboxsync HMR0A.asm: Fixed reading from FS, GS base when not using rdfsbase, …
(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) @89621   4 years vboxsync Intel IOMMU: bugref:9967 Comment.
(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) @89601   4 years vboxsync Intel IOMMU: bugref:9967 PDMIoApicSendMsi: Remove todo comment now …
(edit) @89600   4 years vboxsync Intel IOMMU: bugref:9967 Centralize PDM interfaces sending MSIs so it …
(edit) @89547   4 years vboxsync Intel IOMMU: bugref:9967 Fix incorrect assertion in PDMIoApicSendMsi. …
(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.
(edit) @89200   4 years vboxsync Intel IOMMU: bugref:9967 Add ring-3 MSI queuing for the IOMMU send MSI …
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