summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/VMMAll.cpp
Commit message (Expand)AuthorAgeFilesLines
* GIM,IEM: Correctly hook up hypercalls thru IEM. bugref:9044vboxsync2018-06-071-52/+0
* EM,IEM,HM: Consolidated VMMHypercallsDisable/VMMHypercallsEnable into EMSetHy...vboxsync2018-06-061-36/+0
* VMM: Added a bMainExecutionEngine member to the VM structure for use instead ...vboxsync2018-02-101-0/+2
* (C) yearvboxsync2017-10-171-1/+1
* VMM: Unused parameters.vboxsync2016-07-271-0/+4
* (C) 2016vboxsync2016-07-221-1/+1
* VMMPatchHypercall: Use CPUMGetHostCpuVendor() instead of three ASMIsXxxCpu() ...vboxsync2016-05-201-19/+26
* warning in unused functionvboxsync2015-12-031-0/+4
* VMM: Fixed almost all the Doxygen warnings.vboxsync2015-10-081-1/+1
* VMM: Made @param pVCpu more uniform and to the point.vboxsync2015-10-081-4/+4
* VMM: Made @param pVM more uniform and to the point.vboxsync2015-10-081-6/+6
* VMM: unused parameter warning fixes.vboxsync2015-09-221-0/+2
* *: scm cleanup run.vboxsync2015-08-141-6/+6
* VMM: Updated (C) year.vboxsync2015-06-091-1/+1
* VMM/GIM: Allow dynamic enabling of #UD traps and per-VCPU hypercalls.vboxsync2015-04-081-8/+8
* VMM: GIM raw-mode support.vboxsync2015-04-071-0/+74
* IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.vboxsync2015-02-241-1/+2
* VMM: Warnings.vboxsync2013-11-141-0/+2
* VMM/VMMAll: Fix nasty wake up with SMP VMs and thread-context hooks.vboxsync2013-09-111-11/+13
* VMM: Fixed strict build assertion assumption with thread-context hooks. More ...vboxsync2013-09-111-0/+1
* VMM/VMMR0: Preemption hooks implemented and enabled for Solaris and Linux hosts.vboxsync2013-08-221-9/+16
* Don't allow mixing builds.vboxsync2013-06-281-0/+18
* RT_STR_TUPLEvboxsync2013-05-301-2/+2
* VMM: Introduced VMCPUSTATE_STARTED_HM for indicating that we're between HMR3E...vboxsync2013-04-261-0/+17
* +VMMR3GetCpuByIdU, -FNATOMICHANDLERvboxsync2013-01-261-4/+8
* Doxygen.vboxsync2012-06-171-1/+1
* Doxygen, comment typos.vboxsync2012-06-161-5/+5
* VMM: doxygen.vboxsync2012-05-231-6/+6
* VMM: comments.vboxsync2012-05-081-1/+1
* VMCPUSET changes.vboxsync2011-11-151-1/+137
* VMM: -Wunused-parametervboxsync2011-10-211-0/+1
* VMM reorg: Moving the public include files from include/VBox to include/VBox/...vboxsync2010-12-271-3/+3
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-1/+1
* scm cleanupvboxsync2010-09-111-4/+4
* Reapplied 64410 with previous lookup addedvboxsync2010-08-041-2/+2
* Temporarily backed out 64410vboxsync2010-08-041-2/+33
* Keep track of the native R0 thread handle for each EMT too. Use that to find ...vboxsync2010-08-041-33/+2
* Search first by host cpu id (most common case) and then by native thread id (...vboxsync2010-08-041-0/+32
* Headervboxsync2010-08-041-1/+1
* Don't assume a thread can't migrate to another CPU. The code that requires th...vboxsync2010-08-041-6/+6
* No need to call it twicevboxsync2010-06-211-1/+1
* Removed assertions again; can cause double faults due to logging (recursive m...vboxsync2010-06-161-2/+0
* header changevboxsync2010-06-161-1/+1
* Assertionsvboxsync2010-06-161-0/+2
* VMMGetCpu was completely broken in the context of GMMR0CheckSharedModulesvboxsync2010-06-161-2/+26
* VMMGetStackRC changevboxsync2010-06-111-5/+2
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* VMM: Don't use RTBldCfgRevision here, the R3 <-> R0/RC compatability checks a...vboxsync2009-09-101-2/+1
* VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.vboxsync2009-09-091-5/+5
* replaced ''VBOX_SVN_REV'' by ''RTBldCfgRevision[Str]()''vboxsync2009-09-071-1/+2