VirtualBox

source: vbox/trunk/include/VBox/mm.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32238   14 years vboxsync VMM/MMHeap: comments, added MM_TAG_DBGF_CORE_WRITE.
(edit) @31978   14 years vboxsync PGM,DBC,MM: Dump more information about shadow/guest pages.
(edit) @30338   14 years vboxsync EM,IOM: Don't try write directly to the fault address as the backing …
(edit) @30050   14 years vboxsync VMM: Removed 4 unused functions.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @21217   15 years vboxsync include/VBox/*.h: Mark which components the header files relate to.
(edit) @21094   15 years vboxsync VMM: Added MMR3HyperAllocOnceNoRelEx so that we can force the ring-0 …
(edit) @20678   15 years vboxsync TM: Count calls to TMCpuTickSet and take the VM handle as an argument.
(edit) @20531   15 years vboxsync MM: Added MMR3HyperSetGuard for creating guard pages in the hyper heap.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20363   15 years vboxsync VBox/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
(edit) @19682   16 years vboxsync Try to cleanup after one VCPU goes into guru meditation mode. Release …
(edit) @19666   16 years vboxsync Deal with VMMCALLHOST_MMHYPER_LOCK correctly.
(edit) @19663   16 years vboxsync Protect the MM hypervisor heap with a critical section.
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18792   16 years vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
(edit) @18660   16 years vboxsync include/VBox: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs.
(edit) @18287   16 years vboxsync MMHeap,MMHyper: Adjusting statistics.
(edit) @17514   16 years vboxsync MM,PGM: Fixed page reservation, include a full set of handy pages for …
(edit) @17371   16 years vboxsync PGM,GMM: Hacking on the new phys code.
(edit) @17290   16 years vboxsync PGM: -MM_RAM_FLAGS_IDX_SHIFT, -MM_RAM_FLAGS_IDX_MASK
(edit) @17286   16 years vboxsync PGM,MM: -MM_RAM_FLAGS_CREFS_PHYSEXT, -MM_RAM_FLAGS_IDX_OVERFLOWED.
(edit) @17285   16 years vboxsync PGM: Gone are MM_RAM_FLAGS_CREFS_SHIFT and MM_RAM_FLAGS_CREFS_MASK.
(edit) @17279   16 years vboxsync PGM,MM: Attacking the shadow page pool tracking info stored in …
(edit) @17251   16 years vboxsync VMM,REM,DevPcArch: VBOX_WITH_NEW_PHYS_CODE changes.
(edit) @14597   16 years vboxsync Added R0 address to MMR3HyperMapHCPhys and made the MMHyperXToR0 use …
(edit) @14594   16 years vboxsync PDMLdr,MMR3HyperMapHCRam: Converted the last MMR3HyperMapHCRam and …
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13827   16 years vboxsync MM: Retired MMHyper2HC, MMHyperHC2GC and MMHyperGC2HC.
(edit) @13711   16 years vboxsync Added MM_TAG_CPUM_CTX
(edit) @13375   16 years vboxsync some (disabled) VMI bits
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12967   16 years vboxsync #1865: MM - docs and 4 new ring-3 heap APIs for string formatting.
(edit) @12964   16 years vboxsync VMM: MMPhysGCPhys2HCVirt -> PGMPhysGCPhys2HCPtrAssert; deleted …
(edit) @12772   16 years vboxsync #1865: IOM.
(edit) @11291   16 years vboxsync mm: Removed some unused deprecated macros.
(edit) @11164   16 years vboxsync #1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
(edit) @11153   16 years vboxsync VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.
(edit) @11150   16 years vboxsync VMM: raw-mode context (RC) changes for the MHyperXXToYY APIs.
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8797   17 years vboxsync New DBGF interface for digging into the guts of the guest OS kernel.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
(edit) @7354   17 years vboxsync RT_MP_MAX_CPU -> RTCPUSET_MAX_CPUS (/ MAXIMUM_PROCESSORS). Added the …
(edit) @6927   17 years vboxsync Converted MM_RAM_FLAGS_VIRTUAL_HANDLER, MM_RAM_FLAGS_VIRTUAL_WRITE …
(edit) @6902   17 years vboxsync Converted MM_RAM_FLAGS_PHYSICAL_HANDLER, _WRITE, _ALL and _TEMP_OFF …
(edit) @6818   17 years vboxsync New tag: MM_TAG_PGM_PHYS.
(edit) @6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
(edit) @6626   17 years vboxsync Drop duplicate doxygen function documentation (only document the …
(edit) @6546   17 years vboxsync VBOX_WITH_NEW_PHYS_CODE changes mostly realted to REM. Killed a …
(edit) @6528   17 years vboxsync NEW_PHYS_CODE -> VBOX_WITH_NEW_PHYS_CODE; check for it in Config.kmk …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5811   17 years vboxsync Add error codes and logging group for pdm async completion
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5525   17 years vboxsync PDMUsb changes.
(edit) @4688   17 years vboxsync MM_TAG_PGM_CHUNK_MAPPING.
(edit) @4668   17 years vboxsync Removed MMPhysGCVirt2HCVirt.
(edit) @4591   17 years vboxsync PGMPhysGCPhys2CCPtr + PGMPhysGCPhys2CCPtrRelease. Started on the …
(edit) @4388   17 years vboxsync Shadow ROM emulation. Clear the RESERVED flag for ROM.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3632   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @3519   17 years vboxsync MM_TAG_PDM_THREAD
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2610   18 years vboxsync spelling
(edit) @2268   18 years vboxsync Stricter pointer typechecking. (R0 vs R3)
(edit) @1480   18 years vboxsync No longer require contiguous memory for the VM structure. Did long …
(edit) @834   18 years vboxsync GC Phys to HC virt conversion changes for dynamic RAM allocation.
(add) @1   55 years vboxsync import
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