VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7724   17 years vboxsync removed unused globals.
(edit) @7723   17 years vboxsync DECLINLINE
(edit) @7719   17 years vboxsync pgmGstGetPaePDPtr.
(edit) @7718   17 years vboxsync Enabled X86_CR0_WP=0 code execution with VT-x & AMD-V
(edit) @7715   17 years vboxsync Renamed PDPTR to PDPT. Added preliminary code for executing code with …
(edit) @7702   17 years vboxsync Fixed a bunch of #else and #endif comments. The convention here is …
(edit) @7698   17 years vboxsync Removed redundant check
(edit) @7697   17 years vboxsync Bugfix for real & protected mode
(edit) @7687   17 years vboxsync The limit in the hidden selector register is the final one; no need to …
(edit) @7686   17 years vboxsync Wrong prefix
(edit) @7677   17 years vboxsync Cleanup
(edit) @7676   17 years vboxsync Cleaned up. AMD64 shadow paging is only valid with AMD64 guest paging. …
(edit) @7668   17 years vboxsync Cleaned up
(edit) @7667   17 years vboxsync More comments + PAE updates
(edit) @7666   17 years vboxsync Put back the original PAE defines. AMD differs from Intel wrt valid …
(edit) @7664   17 years vboxsync Comment update
(edit) @7662   17 years vboxsync Clarified code
(edit) @7660   17 years vboxsync Split off amd64
(edit) @7657   17 years vboxsync Renamed 4M to BIG
(edit) @7656   17 years vboxsync Use GST_PDE4M_PG_MASK
(edit) @7655   17 years vboxsync PAE fixes & changes
(edit) @7650   17 years vboxsync Missed one
(edit) @7648   17 years vboxsync Use ASMCpuId_EDX.
(edit) @7647   17 years vboxsync Use ASMCpuId_EDX.
(edit) @7646   17 years vboxsync Extra check for valid cpuid
(edit) @7645   17 years vboxsync CPUMCPUIDFEATURE_LONG_MODE added
(edit) @7644   17 years vboxsync Added CPUMCPUIDFEATURE_PAE
(edit) @7642   17 years vboxsync Additional cleanup
(edit) @7635   17 years vboxsync The new MMIO2 code. WARNING! This changes the pci mapping protocol …
(edit) @7632   17 years vboxsync Added optional fences to the hyper heap.
(edit) @7629   17 years vboxsync Initial cleanup for PAE
(edit) @7601   17 years vboxsync More %VGp
(edit) @7598   17 years vboxsync Corrected wrong macro use to mask physical addresses
(edit) @7597   17 years vboxsync Incorrect masking
(edit) @7577   17 years vboxsync ~0U -> NIL_RTGCPHYS
(edit) @7469   17 years vboxsync fixed log statements
(edit) @7286   17 years vboxsync emulate [lock] xadd in GC
(edit) @7114   17 years vboxsync Removed TMCpuTickGetOffset.
(edit) @7109   17 years vboxsync Added TMTimerSetNano and TMTimerSetMicro.
(edit) @6958   17 years vboxsync assertion
(edit) @6927   17 years vboxsync Converted MM_RAM_FLAGS_VIRTUAL_HANDLER, MM_RAM_FLAGS_VIRTUAL_WRITE …
(edit) @6913   17 years vboxsync Separated the PGMVIRTHANDLERTYPE_HYPERVISOR kind of handlers from the …
(edit) @6912   17 years vboxsync Removed the normal (PGMVIRTHANDLERTYPE_NORMAL) kind of virtual access …
(edit) @6911   17 years vboxsync Removed the EIP (PGMVIRTHANDLERTYPE_EIP) kind of virtual access …
(edit) @6908   17 years vboxsync Fixed uninitialized rc in PGMHandlerPhysicalReset.
(edit) @6906   17 years vboxsync Moved PGMHandlerPhysicalPageTempOff, PGMHandlerPhysicalPageReset, …
(edit) @6905   17 years vboxsync A couple of fixes to PGMAssertHandlerAndFlagsInSync.
(edit) @6903   17 years vboxsync Fixed bug (regression) in PGMAssertHandlerAndFlagsInSync.
(edit) @6902   17 years vboxsync Converted MM_RAM_FLAGS_PHYSICAL_HANDLER, _WRITE, _ALL and _TEMP_OFF …
(edit) @6869   17 years vboxsync Use PGM_PAGE_SET/GET/IS/CLEAR/INIT macros.
(edit) @6862   17 years vboxsync Removed the PGMPHYSHANDLERTYPE_PHYSICAL value as it was never and will …
(edit) @6861   17 years vboxsync Sketected out new MMIO and MMIO2 interfaces. Not complete or …
(edit) @6856   17 years vboxsync Renamed pgmGuestROMWriteHandler to pgmPhysRomWriteHandler.
(edit) @6855   17 years vboxsync Moved pgmGuestROMWriteHandler from PGMAllHandler.cpp to PGMAllPhys.cpp …
(edit) @6854   17 years vboxsync All the new ROM stuff. Had to change PGMROMPAGE a bit to make it …
(edit) @6835   17 years vboxsync Added VMGetStateName.
(edit) @6829   17 years vboxsync Addressed the R0/R3 issues with the PGMRAMRANGE structure.
(edit) @6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
(edit) @6764   17 years vboxsync Made !PGMPOOL_WITH_CACHE buildable so I can run OS/2 here.
(edit) @6625   17 years vboxsync nc
(edit) @6532   17 years vboxsync Cleaned out the PGM_DYNAMIC_RAM_ALLOC tests to avoid unnecessary mess …
(edit) @6529   17 years vboxsync mmr3 -> mmR3.
(edit) @6528   17 years vboxsync NEW_PHYS_CODE -> VBOX_WITH_NEW_PHYS_CODE; check for it in Config.kmk …
(edit) @6409   17 years vboxsync Backed out the TMAll.cpp part of r27160 because it isn't just shutting …
(edit) @6297   17 years vboxsync Disabled annoying assertion, see #2609.
(edit) @6296   17 years vboxsync LED and Network Config interfaces added. Fix in TMAll.cpp: Assertions …
(edit) @6084   17 years vboxsync Attempt at fixing (most of) the concurrency issues in …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5940   17 years vboxsync fixed warning.
(edit) @5695   17 years vboxsync Don't drag in CPUMAllA.asm in ring-3 because leopard doesn't like the …
(edit) @5667   17 years vboxsync Debugger interface for searching memory. Fixed a const mixup.
(edit) @5663   17 years vboxsync Inverted test
(edit) @5662   17 years vboxsync Initial changes for guest PAE support
(edit) @5629   17 years vboxsync remove deprecated macros
(edit) @5625   17 years vboxsync still a bool return value
(edit) @5606   17 years vboxsync ALIGNP SIZEOFMEMB
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5505   17 years vboxsync Hooked up the new IPRT time code.
(edit) @5400   17 years vboxsync minor IN_GC tweak.
(edit) @5396   17 years vboxsync Shaved off a few ticks on RDTSC emulation to speed up Solaris guest.
(edit) @5393   17 years vboxsync When flushing a page because it's been reused, don't emulate …
(edit) @5392   17 years vboxsync Flush a page when we see MOVNTI or MOVNTDQ.
(edit) @5389   17 years vboxsync Fully deal with CR0.EM/TS/MP changes in GC.
(edit) @5384   17 years vboxsync LOCK BTR and LOCK OR (for Solaris guests).
(edit) @5343   17 years vboxsync Protect cmpxchg emulation
(edit) @5323   17 years vboxsync Got rid of obsolete VBOXPDE usage
(edit) @5285   17 years vboxsync deal with the centaur cpuid stuff.
(edit) @5167   17 years vboxsync New halt method.
(edit) @5040   17 years vboxsync GC phys/virt to HC virt functions are no longer accessible in our PDM …
(edit) @5006   17 years vboxsync
(edit) @4999   17 years vboxsync More logging
(edit) @4992   17 years vboxsync LogFlow instead
(edit) @4991   17 years vboxsync More logging
(edit) @4977   17 years vboxsync Backed out most of 24659.
(edit) @4958   17 years vboxsync Added hSelf and removed pVMHC from the VM structure.
(edit) @4953   17 years vboxsync Cleaned up disassembler
(edit) @4917   17 years vboxsync Don't trigger breakpoints in ring 0. (AssertRelease & co)
(edit) @4811   17 years vboxsync Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. …
(edit) @4789   17 years vboxsync Also use host OS ioctls to go to ring 0 for hardware virtualization.
(edit) @4788   17 years vboxsync Logging level change
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