summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/MMAll.cpp
Commit message (Expand)AuthorAgeFilesLines
* VMM: Added a bMainExecutionEngine member to the VM structure for use instead ...vboxsync2018-02-101-1/+1
* (C) yearvboxsync2017-10-171-1/+1
* IEM: Added per-instruction statistics (not release).vboxsync2016-11-041-0/+2
* (C) 2016vboxsync2016-07-221-1/+1
* MM: Add new tag for later usevboxsync2016-06-131-0/+1
* VMM: Fixed almost all the Doxygen warnings.vboxsync2015-10-081-1/+1
* VMM: Made @param pVM more uniform and to the point.vboxsync2015-10-081-19/+19
* *: scm cleanup run.vboxsync2015-08-141-3/+3
* VMM: Updated (C) year.vboxsync2015-06-091-1/+1
* MM: Added MMHyperHeapOffsetToPtr, MMHyperHeapPtrToOffset and MMR3IsInitialized.vboxsync2015-04-281-0/+1
* MSR rewrite: initial hacking - half disabled.vboxsync2013-12-131-0/+4
* VMM: build fixvboxsync2013-04-191-0/+1
* Do HMR3Init first in vmR3InitRing3 so the other components can skip raw-mode ...vboxsync2013-04-181-1/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* VMM: HM cleanup.vboxsync2012-09-211-1/+1
* Doxygen.vboxsync2012-06-171-12/+12
* Doxygen, comment typos.vboxsync2012-06-161-6/+6
* Doxygen.vboxsync2012-06-161-1/+1
* NetShaper,E1000: Basic framework and partial implementation for network shapervboxsync2012-03-261-0/+3
* VMM: -Wunused-parametervboxsync2011-10-211-1/+2
* DBGFReg revamp #2.vboxsync2011-01-051-0/+1
* VMM reorg: Moving the public include files from include/VBox to include/VBox/...vboxsync2010-12-271-3/+3
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* VMM: more RC/GC warnings.vboxsync2010-02-051-1/+1
* MMAll.cpp: another shot at the stupid gcc warning.vboxsync2010-02-031-0/+1
* MMAll.cpp: Shut up gcc warning.vboxsync2010-02-031-0/+1
* Some more doxygen fixes, now for Core.docs.vboxsync2010-01-051-8/+5
* Debug logging updates for the hyper heapvboxsync2009-06-221-0/+106
* #1865: don't ever return invalid ring-0 address on 2x4G systems, simply retur...vboxsync2008-12-091-5/+11
* Fixed offset overflow bug (#3357).vboxsync2008-12-081-4/+4
* MMHyperXToR0: fail and asset if the address wasn't mapped into ring-0 (instea...vboxsync2008-11-251-4/+3
* MMHyperR0ToY: Lookup on the actual R0 address instead of hacked R3.vboxsync2008-11-251-12/+48
* Added R0 address to MMR3HyperMapHCPhys and made the MMHyperXToR0 use pvR0 for...vboxsync2008-11-251-3/+8
* IN_GC -> IN_RC.vboxsync2008-11-051-4/+4
* VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into VMM*DECL. ...vboxsync2008-10-061-12/+12
* #1865: MM - docs and 4 new ring-3 heap APIs for string formatting.vboxsync2008-10-021-1/+1
* #1865: more MM changes.vboxsync2008-09-291-10/+12
* VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.vboxsync2008-08-051-98/+0
* VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.vboxsync2008-08-051-80/+46
* Major changes for sizeof(RTGCPTR) == uint64_t.vboxsync2008-05-291-10/+10
* The Big Sun Rebranding Header Changevboxsync2008-04-181-1/+5
* The new MMIO2 code. vboxsync2008-03-281-0/+2
* ncvboxsync2008-01-301-3/+3
* The Giant CDDL Dual-License Header Change.vboxsync2007-12-071-4/+4
* Biggest check-in ever. New source code headers for all (C) innotek files.vboxsync2007-08-071-4/+0
* InnoTek -> innotek: all the headers and comments.vboxsync2007-06-011-1/+1
* Stricter pointer typechecking. (R0 vs R3)vboxsync2007-04-201-1/+3
* No longer require contiguous memory for the VM structure. vboxsync2007-03-141-1/+12
* r=bird: RTR0UINTREG -> RTR0UINTPTR. created defect.vboxsync2007-03-071-7/+8
* Pointer mess.vboxsync2007-03-051-1/+2