summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR0/VMMR0.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* VMM: Moved idHostCpu and iHostCpuSet from VMCPU to GVMCPU, removing the VMMR0...vboxsync2021-07-281-25/+8
* VMM: Implementing blocking on critical sections in ring-0 HM context (actual ...vboxsync2021-07-281-15/+161
* VMM/VMMR0: Disabled the unnecessary VERR_VMM_CONTEXT_HOOK_STILL_ENABLED check...vboxsync2021-07-141-0/+2
* VMM: Make the setjmp code a bit stricter with when to resume a call. bugref:1...vboxsync2021-07-141-32/+17
* VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition in VMM...vboxsync2021-07-121-2/+3
* VMM/DBGF: Basic infrastructure to support adding and deleting port I/O breakp...vboxsync2021-06-251-0/+10
* Forward ported r143576 from 6.1: VMM: Re-enabled vmmR0DoHalt and added more s...vboxsync2021-04-011-7/+35
* Forward ported r143574 from 6.1: VMM: Must do vmR3SetHaltMethodCallback on al...vboxsync2021-04-011-2/+27
* Forward ported r143567 from 6.1: vmmR0DoHalt fix - need to re-check FFs after...vboxsync2021-04-011-25/+46
* VMM/VMMR0: Disabled vmmR0DoHalt, it's broken. oem2ticketref:40vboxsync2021-03-311-1/+3
* AMD IOMMU: bugref:9654 Since AVL tree IOTLB cache has been moved to ring-3, d...vboxsync2021-02-221-6/+0
* VMM/TM: Moved the timers off the hyper heap. Replaced the relative offset add...vboxsync2021-02-181-1/+13
* AMD IOMMU: bugref:9654 IOTLB cache bits. The IOTLB is currently only enabled ...vboxsync2021-02-091-0/+6
* VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) code. bug...vboxsync2021-02-031-8/+3
* VMM/VMMR0: Don't use doxygen comments on RT functions we override, doxygen ge...vboxsync2021-02-031-18/+10
* vmmR0InitVM: Removed forgotten SUPR0Printf.vboxsync2021-02-011-2/+0
* VMM/DBGF: Started implementing the breakpoint owner management, bugref:9837vboxsync2020-12-191-0/+9
* VMM/DBGF: Updates to the new breakpoint manager, L2 table management groundwo...vboxsync2020-10-261-0/+10
* VMM/DBGF: Updates to the new breakpoint manager, implement global breakpoint ...vboxsync2020-10-251-0/+28
* VMM: Added VMMR0GetReleaseLogger for debugging/whatever (we don't currently u...vboxsync2020-10-051-0/+16
* VMM/VMMR0.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794vboxsync2020-07-101-6/+6
* VMM/DBGF: First commit of new tracing facility, bugref:9210vboxsync2020-05-221-0/+24
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* VMM: Changing how we access guest RAM when in ring-0 (disabled). bugref:9627vboxsync2019-12-161-1/+3
* PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool do its o...vboxsync2019-12-111-3/+9
* VMMR0: No SrvPciRawR0 stuff.vboxsync2019-12-111-1/+1
* VMMR0: Catch assertions in VMMR0_DO_PDM_DEVICE_GEN_CALL. bugref:9218vboxsync2019-11-181-0/+1
* DevSmc,PDM: Converted the SMC device to the new style. Converted PDMDevHlpCa...vboxsync2019-10-241-11/+2
* IOM: More MMIO stuff, almost there now... bugref:9218vboxsync2019-10-171-0/+11
* IOM: More MMIO code. bugref:9218vboxsync2019-10-091-2/+2
* IOM: More MMIO work. Splitting out the I/O port related stuff from IOMR0.cpp...vboxsync2019-10-091-0/+18
* SUP, VMM: bugref: 9562 Drop SUPR0GetRawModeUsability. No longer required with...vboxsync2019-10-081-7/+0
* VMM: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576vboxsync2019-10-081-4/+1
* PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS allocation. ...vboxsync2019-09-261-10/+0
* IOM: New I/O port registration code. bugref:9218vboxsync2019-09-061-0/+24
* VMM/HM: bugref:9546 Fix registering of the longjmp callback to be soon after ...vboxsync2019-09-041-1/+1
* VMM,Devices: Some PDM device model refactoring. bugref:9218vboxsync2019-09-011-6/+49
* VMM,PciRaw: Eliminate duplicate PGVM/PVMCC and PGVMCPU/PVMCPUCC parameters in...vboxsync2019-08-191-1/+1
* VMM,PciRaw: Eliminate duplicate PGVM/PVMCC and PGVMCPU/PVMCPUCC parameters in...vboxsync2019-08-191-332/+317
* VMM: Eliminating the VBOX_BUGREF_9217 preprocessor macro. bugref:9217vboxsync2019-08-171-74/+6
* VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217vboxsync2019-08-161-1/+0
* VMM: Refactoring VMMR0/* and VMMRZ/* to use VMCC & VMMCPUCC. bugref:9217vboxsync2019-08-141-41/+70
* Main: Kicking out 32-bit host support - Some HM bits using VMMSwitcher & CPUM...vboxsync2019-07-291-9/+0
* VMM: Kicking out raw-mode (work in progress) - more VMM. bugref:9517vboxsync2019-07-261-2/+2
* VMM: Kicking out raw-mode (work in progress). bugref:9517vboxsync2019-07-261-242/+1
* VMM: Started refactoring GVM & VM structures for bugref:9217vboxsync2019-05-071-1/+46
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* VMM: Nested VMX: bugref:9180 Fix MSR initialization issue for exploding VMX f...vboxsync2018-12-251-8/+0
* VMM/HM: Nested VMX: bugref:9180 Added a new pre-init VMM call, invoked from H...vboxsync2018-12-191-0/+8
* VMM: Adjust CPUMGetGuestInterruptibility to include virtual interrupts. Adjus...vboxsync2018-11-301-12/+28