VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99576   20 months vboxsync VMM: Preparations for getting interrupts injected into the guest. With …
(edit) @99385   20 months vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99051   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97178   2 years vboxsync VMM/CPUM,EM,HM,IEM,++: Moved VMCPU_FF_INHIBIT_INTERRUPTS and …
(edit) @96925   2 years vboxsync VMM,RuntimeR0: Flush the log buffer directly to the parent VMM if …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @94841   3 years vboxsync VMM/VMM: Shut up arm warning. bugref:9898
(edit) @93744   3 years vboxsync VMM: More arm64 adjustments. bugref:9898
(edit) @93554   3 years vboxsync VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92713   3 years vboxsync VMM: More driverless mode adjustments. bugref:10138
(edit) @92493   3 years vboxsync VMM: Nested VMX: bugref:10092 Purge VINF_PGM_CHANGE_MODE, no longer used.
(edit) @92408   3 years vboxsync VMM: Reworked most of the call-ring-3 stuff into …
(edit) @92392   3 years vboxsync VMM: Removed the callring-3 API and some of the associated stuff. …
(edit) @92391   3 years vboxsync VMM/PGM,GMM: Made pgmR0PhysAllocateHandyPages & …
(edit) @92368   3 years vboxsync VMM/PGM,GMM: Baked PGMR3PhysAllocateLargePage into …
(edit) @91271   3 years vboxsync VMM: bugref:10092 Moved the PAE PDPTEs out of PGM into CPUMCTX.
(edit) @91246   3 years vboxsync VMM/PGM: Some cleanups around large page allocation... bugref:10093
(edit) @91245   3 years vboxsync VMM/PGM: Removed VMMCALLRING3_PGM_MAP_CHUNK and PGMR3PhysChunkMap as …
(edit) @91243   3 years vboxsync VMM/PGMPool: Call PGMR0PoolGrow directly from ring-0 instead of going …
(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) @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) @90597   3 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90379   3 years vboxsync VMM: Implementing blocking on critical sections in ring-0 HM context …
(edit) @90347   3 years vboxsync VMM: Pass pVM to PDMCritSectRw APIs. bugref:9218 bugref:10074
(edit) @90346   3 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @88347   4 years vboxsync Forward ported r143576 from 6.1: VMM: Re-enabled vmmR0DoHalt and added …
(edit) @88346   4 years vboxsync Forward ported r143574 from 6.1: VMM: Must do …
(edit) @88344   4 years vboxsync Forward ported r143567 from 6.1: vmmR0DoHalt fix - need to re-check …
(edit) @87821   4 years vboxsync VMM: Disabled the EMT yield timer as it is out dated (multi core CPUs) …
(edit) @87819   4 years vboxsync VMM: Disabled the EMT yield timer as it is out dated (multi core CPUs) …
(edit) @87766   4 years vboxsync VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a …
(edit) @87765   4 years vboxsync VMM/TM,*: Added flag parameter to TMR3TimerCreateInternal and renamed …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82555   5 years vboxsync PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool …
(edit) @81198   5 years vboxsync docs: Fixed stale pg_rem references. Added pg_nem instead. bugref:9576
(edit) @81153   5 years vboxsync VMM: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576
(edit) @81150   5 years vboxsync VMM,/Makefile.kmk: Kicked out more recompiler related code. bugref:9576
(edit) @80333   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80281   5 years vboxsync VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
(edit) @80191   5 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @80074   5 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @80025   5 years vboxsync VMM: Kicking out raw-mode (work in progress) - VM,VMM. bugref:9517
(edit) @80019   5 years vboxsync VMM: Kicking out raw-mode (work in progress) - more VMM. bugref:9517
(edit) @80010   5 years vboxsync VMM: Kicking out raw-mode (work in progress). ?bugref:9517
(edit) @80005   5 years vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @80004   5 years vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @80003   5 years vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @78877   6 years vboxsync VMM: Nested VMX: bugref:9180 APIC-access VM-exit handling.
(edit) @78237   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Remove some superfluous VM-exit …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76491   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Logging extensively VMX features …
(edit) @75646   6 years vboxsync VMM: HLT/MWAIT optimizations for busy guests: don't go back to ring-3 …
(edit) @75316   6 years vboxsync VMM: Nested VMX: bugref:9180 nits, comment.
(edit) @75245   6 years vboxsync VMM: Nested VMX: bugref:9180 Linux build fix.
(edit) @75152   6 years vboxsync VMM: Nested VMX: bugref:9180 Build fix.
(edit) @75151   6 years vboxsync VMM: Nested VMX: bugref:9180 Handle INIT and SIPI VM-exits.
(edit) @74798   6 years vboxsync vm.h,VMM: Prep work for 64-bit VMCPU::fLocalForcedActions. Define …
(edit) @74790   6 years vboxsync vm.h,VMM: Use VM_FF_IS_SET instead of VM_FF_IS_PENDING when checking a …
(edit) @74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
(edit) @73481   6 years vboxsync VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the …
(edit) @73479   6 years vboxsync VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the …
(edit) @73478   6 years vboxsync VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the …
(edit) @73471   6 years vboxsync VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the …
(edit) @73203   6 years vboxsync VMM, Devices: bugref:9193 Remove unused code after using …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72819   6 years vboxsync VMM: LogRel nit.
(edit) @72818   6 years vboxsync VMM: LogRel nit.
(edit) @72779   6 years vboxsync VMM,SUPDrv,IPRT: Redirect ring-0 release logging on EMTs to VBox.log. …
(edit) @72778   6 years vboxsync VMM,SUPDrv,IPRT: Redirect ring-0 release logging on EMTs to VBox.log. …
(edit) @72617   6 years vboxsync VMM: LogRel some ring-0 preemption details in ring-3.
(edit) @72426   7 years vboxsync IPRT,VMM: Added custom thread name for ring-0 logging (VMM).
(edit) @71222   7 years vboxsync NEM/win,VMM,PGM: Ported NEM runloop to ring-0. bugref:9044
(edit) @71083   7 years vboxsync VMM,SUPDrv: More NEM/win page hacking. bugref:9044 [build fix]
(edit) @71081   7 years vboxsync VMM,SUPDrv: More NEM/win experimentation. bugref:9044
(edit) @71040   7 years vboxsync NEM: More code - DSL is getting somewhere now, but VRAM access sucks. …
(edit) @70948   7 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
(edit) @70941   7 years vboxsync VMM: Don't assert on VERR_SUPDRV_NO_RAW_MODE_HYPER_V_ROOT.
(edit) @70918   7 years vboxsync VMM: NEM kick off.
(edit) @70917   7 years vboxsync SUPDrv,VMM: Added SUPR0GetRawModeUsability() for checking whether …
(edit) @69111   7 years vboxsync (C) year
(edit) @68853   7 years vboxsync VMMR3EmtRendezvous: Pretend we're a single CPU config when called …
(edit) @66848   8 years vboxsync VMM: use RT_LO/HI_U32 at certain places
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