VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @92387   3 years vboxsync VMM/STAM: New STAMUNIT_BYTES_PER_CALL unit. Improved the formatting …
(edit) @92386   3 years vboxsync VMM,VUSB: Statistics corrections (unit, type).
(edit) @92385   3 years vboxsync VMM/PGM: Some more large page stats. bugref:10093
(edit) @92381   3 years vboxsync VMM/PGM: Don't flush the VCPU TLB unless necessary after allocating a …
(edit) @92376   3 years vboxsync VMM/NEMR3Native-darwin: Make use of the ASID feature if available on …
(edit) @92368   3 years vboxsync VMM/PGM,GMM: Baked PGMR3PhysAllocateLargePage into …
(edit) @92363   3 years vboxsync VMM/include/HMVMXCommon.h: Use IN_NEM_DARWIN instead of IN_RING0 so …
(edit) @92357   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Statistics, bugref:9044
(edit) @92351   3 years vboxsync VMM/NEMR3Native-darwin.cpp,VMM/Makefile.kmk: Fon't link directly …
(edit) @92341   3 years vboxsync VMM/GMM: Baked page allocation into gmmR0RegisterChunk too, reducing …
(edit) @92338   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Implement NEMHCQueryCpuTick() and …
(edit) @92326   3 years vboxsync VMM/GMM,PGM: Optimize zeroing of RAM allocations by not doing it again …
(edit) @92317   3 years vboxsync VMM/NEMR3: Add the macOS NEM implementation to …
(edit) @92316   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Updates, more VMX template integration and …
(edit) @92248   3 years vboxsync VMM/GMM: Removed all the legacy mode code (disabled everywhere since …
(edit) @92233   3 years vboxsync VMM/GVMM: Fixes to the worker thread registration. Added missing …
(edit) @92232   3 years vboxsync VMM/GVMM: Stripped down the includes for GVMMR3.cpp a bit. …
(edit) @92231   3 years vboxsync VMM/GVMM: Fixes to the worker thread registration. Added missing …
(edit) @92229   3 years vboxsync VMM/GVMM: Fixes to the worker thread registration. Added missing …
(edit) @92225   3 years vboxsync VMM/NEM: Extended the NEM active release log message a little. :-) …
(edit) @92220   3 years vboxsync VMM/NEMR3Native-darwin.cpp: Some early code to work with Apple's …
(edit) @92218   3 years vboxsync VMM/VMMR3/PGMPhys: Allocate MMIO2 memory using SUPR3PageAlloc() …
(edit) @92192   3 years vboxsync VMM/MM,DevPcArch: Split the base RAM allocation into conventional (< …
(edit) @92186   3 years vboxsync VMM: Nested VMX: bugref:10092 Separate the guest's second-level …
(edit) @92177   3 years vboxsync VMM/PGM,NEM: Moved the StatProfQueryGpaRangeDirtyBitmap NEM stat up to …
(edit) @92170   3 years vboxsync VMM/PGM,NEM: Let NEM handle dirty VRAM (MMIO2) page tracking. Saves …
(edit) @92167   3 years vboxsync VMM/PGMPhys.cpp: Rearranged the functions a little more by topic to …
(edit) @92163   3 years vboxsync VMM/PGM,DevVGA: Baked MMIO2 dirty page tracking into PGM, moving it …
(edit) @92162   3 years vboxsync VMM/PGM,DevVGA: Baked MMIO2 dirty page tracking into PGM, moving it …
(edit) @92157   3 years vboxsync VMM/PGMPhysMmio2: Removed obsolete PGMREGMMIO2RANGE_F_MMIO2 flag (it's …
(edit) @92155   3 years vboxsync VMM/PDMUsb: Add thread helpers to the helper callback table, bugref:10074
(edit) @92129   3 years vboxsync VMM/PGM,NEM: RAM registration notification must return a u2State value …
(edit) @92120   3 years vboxsync VMM/NEM/win: New approach to A20: Reschedule to IEM. Logging. bugref:10122
(edit) @92119   3 years vboxsync VMM/EM: Stop StatREMTotal when need for reschduling is detected and we …
(edit) @92118   3 years vboxsync VMM/EM: Call NEMR3CanExecuteGuest in the NEM loop. bugref:10122
(edit) @92117   3 years vboxsync VMM/PGMPhys: Fixed assertion during ROM reset in simple memory mode. …
(edit) @92071   3 years vboxsync VMM/DevHlp: Added PDMDevHlpSSMRegisterLegacy for dealing with renamed …
(edit) @92046   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT paging PDPTE walk bits.
(edit) @92007   3 years vboxsync VMM/PGM: Fixed saved state regression from r147656. bugref:9517
(edit) @92006   3 years vboxsync VMM/PGM: Always check VM_IS_NEM_ENABLED before calling into NEM. …
(edit) @91988   3 years vboxsync VMM/TM: Fixed race while switching TSC modes.
(edit) @91973   3 years vboxsync VMM: Doxygen fixes, bugref:10074
(edit) @91971   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed typo in VMCS field.
(edit) @91968   3 years vboxsync VMM,Devices: Replace remaining direct calls to VBoxVMM with device and …
(edit) @91960   3 years vboxsync VMM,DevPciBios: Add helper callback for PDMR3QueryLun and make use of …
(edit) @91958   3 years vboxsync VMM/NEM/win: No mapping limits when in simplified memory management …
(edit) @91955   3 years vboxsync VMM,Devices: Eliminate direct calls to PDMR3AsyncCompletion* and …
(edit) @91952   3 years vboxsync VMM/PGM,VMMDev: Removed PGMR3MappingsSize, PGMR3MappingsFix & …
(edit) @91945   3 years vboxsync VMM,Devices: Eliminate calls to PDMR3Thread and use the driver hlper …
(edit) @91944   3 years vboxsync VMM,Devices: Eliminate direct calls to DBGFR3* and use the device …
(edit) @91939   3 years vboxsync VMM/*: Eliminated MMHyperR3ToRC, TMR3GetImportRC and few other things. …
(edit) @91935   3 years vboxsync VMM,Devices: Eliminate direct calls to IOMIOPortWrite API and …
(edit) @91930   3 years vboxsync VMM,Devices: Eliminate direct calls to IOMMmioResetRegion and …
(edit) @91928   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMHandlerPhysical* APIs and …
(edit) @91926   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and …
(edit) @91925   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and …
(edit) @91924   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and …
(edit) @91923   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and …
(edit) @91922   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and …
(edit) @91921   3 years vboxsync VMM,Devices: Eliminate direct calls to PGMR3SharedModule* APIs and …
(edit) @91920   3 years vboxsync VMM,Devices: Eliminate direct calls to VMMR3 and VMR3 APIs and …
(edit) @91909   3 years vboxsync VMM,PDM: Eliminated PDMDevHlpCritSectGetNopR0 and …
(edit) @91907   3 years vboxsync VMM/MM: Eliminated MMHyperCCToRC and MMHyperR0ToRC. bugref:9517
(edit) @91906   3 years vboxsync VMM/PDMDevHlp: Stripped down the queue methods (completely unused at …
(edit) @91905   3 years vboxsync Drv*,PDMDrvHlp: Added driver helpers for all queues operations, …
(edit) @91904   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT guest paging mode boiler plate and …
(edit) @91900   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91899   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91897   3 years vboxsync VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
(edit) @91895   3 years vboxsync VMM: Removed raw-mode stuff from PDMQueue. bugref:9517
(edit) @91879   3 years vboxsync VMM/PDMUsb: Add CFGM and SSM helpers to PDMUSBHLP, bugref:10074
(edit) @91874   3 years vboxsync VMM: Removed PGM_WITHOUT_MAPPINGS and associated mapping code. …
(edit) @91860   3 years vboxsync VMM/PDMDriver: Add CFGM and SSM helpers to PDMDRVHLPR3, bugref:10074
(edit) @91856   3 years vboxsync VMM/MM: Build fix. bugref:10122
(edit) @91854   3 years vboxsync VMM: Removed PGM_WITHOUT_MAPPINGS and associated mapping code. bugref:9517
(edit) @91853   3 years vboxsync VMM/NEM,PGM: Build fix. bugref:10122
(edit) @91852   3 years vboxsync VMM/NEM,PGM: Build fixes. bugref:10122
(edit) @91851   3 years vboxsync VMM/NEM,PGM: Build fixes. bugref:10122
(edit) @91850   3 years vboxsync VMM/NEM,PGM: Build fixes. bugref:10122
(edit) @91848   3 years vboxsync VMM/NEM,PGM: First bunch changes for watered down guest memory …
(edit) @91807   3 years vboxsync VMM: Stop refusing macOS 12. bugref:10124
(edit) @91804   3 years vboxsync VMM: Make it possible to suppress the macOS 12+ check through an …
(edit) @91765   3 years vboxsync VMM: Refuse to run on macOS 12. bugref:10124
(edit) @91732   3 years vboxsync VMM/PGMR3PhysMMIODeregister: Not advancing the page index when turning …
(edit) @91710   3 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Added some VMX CPUMFEATURES' bit. …
(edit) @91702   3 years vboxsync VMM/NEM: More stats. Played with using WHvMapGpaRange again, but much …
(edit) @91695   3 years vboxsync VMM/DBGF: Check for environment variable VBOX_DBGF_NO_WAIT_FOR_ATTACH …
(edit) @91693   3 years vboxsync VMM/hmR3InfoLbr: Don't assert in NEM mode.
(edit) @91692   3 years vboxsync VMM/NEM: Made it build without NEM_WIN_USE_HYPERCALLS_FOR_PAGES again. …
(edit) @91688   3 years vboxsync VMM/NEM: Added some more #ifdef'ing to reduce the amount of ioctl …
(edit) @91686   3 years vboxsync VMM/PDM: Fix a small memory leak when destroying USB devices in PDMTerm()
(edit) @91679   3 years vboxsync VMM/NEM: Added not about GuidToString - couldn't help myself, sorry. :-)
(edit) @91676   3 years vboxsync VMM/NEM-win: Quick and very dirty hack to make the code work on …
(edit) @91604   3 years vboxsync VMM/CPUM: Fix nested paging related error message typo (unrestricted).
(edit) @91586   3 years vboxsync VMM/CPUM: When using NEM and a VM is configured with nested …
(edit) @91581   3 years vboxsync VMM/PGMR3PhysRegisterRam: Must release lock when returning …
(edit) @91580   3 years vboxsync VMM: Nested VMX: bugref:10092 Made changes to PGM++ to handle invalid …
(edit) @91520   3 years vboxsync VMM/vmR3TrySetState: Attempt at improving the error reporting. bugref:10111
(edit) @91358   3 years vboxsync VMM: Nested VMX: bugref:10092 More consistent naming of EPT/VPID caps.
(edit) @91356   3 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Disable VPID for now.
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