VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8848   17 years vboxsync Backed out 30862; redundant
(edit) @8847   17 years vboxsync On entry always flush the TLB.
(edit) @8843   17 years vboxsync Correction
(edit) @8842   17 years vboxsync Wrong assertion
(edit) @8841   17 years vboxsync Extra statistic counter
(edit) @8839   17 years vboxsync Correctly restore IF in SVMVMRun
(edit) @8831   17 years vboxsync dtrace experiments.
(edit) @8830   17 years vboxsync dtrace experiments.
(edit) @8825   17 years vboxsync -doxygen comment.
(edit) @8824   17 years vboxsync Don't assert on VERR_REM_TOO_MANY_TRAPS and make the debugger go into …
(edit) @8823   17 years vboxsync Don't loop forever in DBGFR3Term if the debugger and EMT race each other.
(edit) @8819   17 years vboxsync Added DBGFR3MemReadString and made DBGFR3AddrFromFlat return pAddress.
(edit) @8818   17 years vboxsync Pushed some very noisy logging into Log4 (was LogFlow).
(edit) @8816   17 years vboxsync Added a release log statement about erratum 170
(edit) @8815   17 years vboxsync Corrected revision checks for erratum 170.
(edit) @8809   17 years vboxsync Proper injection of pending interrupts when IF=0, so they get …
(edit) @8808   17 years vboxsync Correction
(edit) @8807   17 years vboxsync Unused local variable
(edit) @8806   17 years vboxsync Determine which AMD cpus are really affected by erratum 170 (forced …
(edit) @8802   17 years vboxsync alignment…
(edit) @8801   17 years vboxsync alignment…
(edit) @8800   17 years vboxsync Started digging into the solaris guest kernel. Added DBGFR3MemRead.
(edit) @8799   17 years vboxsync More alignment fun.
(edit) @8797   17 years vboxsync New DBGF interface for digging into the guts of the guest OS kernel.
(edit) @8795   17 years vboxsync Fiex bad OFF -> GURU state transition.
(edit) @8794   17 years vboxsync started on some state machine validation (to catch a bad OFF -> GURU …
(edit) @8793   17 years vboxsync Log group.
(edit) @8763   17 years vboxsync Use Makefile.kup instead of up.kmk.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8759   17 years vboxsync BUILD_TYPE -> KBUILD_TYPE.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8757   17 years vboxsync BUILD_PLATFORM* -> KBUILD_HOST*.
(edit) @8739   17 years vboxsync Set the shadow PDE for real and protected mode without paging to …
(edit) @8738   17 years vboxsync More logging
(edit) @8736   17 years vboxsync Excessive debug logging can halt the host.
(edit) @8735   17 years vboxsync copy&past fix.
(edit) @8734   17 years vboxsync CPUID updates
(edit) @8677   17 years vboxsync Fixed lock accounting for locks aquired via VMM[GC|R0]CallHost.
(edit) @8659   17 years vboxsync Updates for 64 bits paging. Removed conditional dirty and accessed …
(edit) @8636   17 years vboxsync .o/.obj alias for PGMPhysRWTmpl.
(edit) @8635   17 years vboxsync PGMPhys.h -> PGMPhysRWTmpl.h
(edit) @8626   17 years vboxsync Renamed the PGMR3PhysRead* and PGMR3PhysWrite* function and added U64 …
(edit) @8625   17 years vboxsync trailing spaces.
(edit) @8624   17 years vboxsync Fixed bug in PGMR3CheckIntegrity that would surface during reset in …
(edit) @8608   17 years vboxsync todo comment.
(edit) @8604   17 years vboxsync Workaround for the multiple error messages set in the …
(edit) @8579   17 years vboxsync AssertBreakVoid -> AssertBreak
(edit) @8569   17 years vboxsync AssertBreak -> AssertBreakStmt.
(edit) @8564   17 years vboxsync NoDmik -> NOT_DMIK.
(edit) @8557   17 years vboxsync Updates for 64 bits paging. Removed unused ShwGet/Set/ModifyPDEByIndex …
(edit) @8554   17 years vboxsync Always refuse to load if the cpu is in vmx root mode (32 bits to PAE …
(edit) @8553   17 years vboxsync Moved VMX root mode check around.
(edit) @8550   17 years vboxsync Corrected the KVM presence check
(edit) @8543   17 years vboxsync Corrected the error code for that core code 'allocation' failure.
(edit) @8542   17 years vboxsync Try harder to find contiguous memory for the core code (world …
(edit) @8537   17 years vboxsync Spaces
(edit) @8536   17 years vboxsync Split out the long mode only bits from the PDPE. Set accessed bits for …
(edit) @8535   17 years vboxsync Trying to shut up GCC
(edit) @8533   17 years vboxsync Start of 64 bits paging support
(edit) @8514   17 years vboxsync Removed annoying SUPR0Printf.
(edit) @8503   17 years vboxsync Fall back to the recompiler when the guest tries to access invalid …
(edit) @8500   17 years vboxsync Extra stat
(edit) @8491   17 years vboxsync Fixed OS/2 builds.
(edit) @8460   17 years vboxsync Alignment fix for 64 bits builds
(edit) @8458   17 years vboxsync Finished up the Gst part of longmode paging
(edit) @8455   17 years vboxsync Compile fix
(edit) @8454   17 years vboxsync Long mode changes
(edit) @8415   17 years vboxsync Fixed bustage reported in #2799
(edit) @8414   17 years vboxsync Fixed bustage reported in #2799
(edit) @8386   17 years vboxsync No AMD64 support in raw mode
(edit) @8354   17 years vboxsync Accidental commit
(edit) @8347   17 years vboxsync gcc warnings
(edit) @8333   17 years vboxsync Disassembler updates for 64 bits support
(edit) @8283   17 years vboxsync Parameter size of 32 bits far pointers was changed
(edit) @8276   17 years vboxsync Removed assertion
(edit) @8242   17 years vboxsync small logging fixes
(edit) @8236   17 years vboxsync Reapplied 29907
(edit) @8234   17 years vboxsync MMIO: Cleanup up (removed duplicate code) Disassembler: simplified …
(edit) @8225   17 years vboxsync Added some assembly support routines (inactive; todo)
(edit) @8223   17 years vboxsync Disabled rem code page monitoring (broken since changeset 20831) and …
(edit) @8217   17 years vboxsync Added CSAMR3UnmonitorPage
(edit) @8191   17 years vboxsync warnings
(edit) @8160   17 years vboxsync All CRx registers are now 64 bits.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8149   17 years vboxsync More 64 bits disassembler updates
(edit) @8129   17 years vboxsync Removed inactive PGM_WITH_BROKEN_32PAE_SWITCHER code
(edit) @8126   17 years vboxsync fix relocation for 32-bit (host) to PAE mode (guest)
(edit) @8115   17 years vboxsync Don't assert if RTMpOnAll returns VERR_NOT_SUPPORTED!
(edit) @8113   17 years vboxsync The recompiler must refresh its cpuid cache when we change a cpuid feature.
(edit) @8112   17 years vboxsync Another attempt at a proper check. (init order messed up the previous one)
(edit) @8111   17 years vboxsync The previous check for PAE was too strict.
(edit) @8110   17 years vboxsync Allow clearing of CPUMCPUIDFEATURE_PAE
(edit) @8108   17 years vboxsync Updated check. Added PGMGetHostMode.
(edit) @8106   17 years vboxsync Refuse to activate PAE mode when the host is using 32 bits paging.
(edit) @8101   17 years vboxsync Got rid of incorrect GC case for failed instruction emulation. Could …
(edit) @8100   17 years vboxsync Wrong assertion
(edit) @8099   17 years vboxsync Let cmpxchg8b get through
(edit) @8098   17 years vboxsync Emulate cmpxchg8b in GC.
(edit) @8090   17 years vboxsync Missing PGMPOOLKIND_PAE_PT_FOR_PAE_2MB case in pgmPoolTrackDeref.
(edit) @8089   17 years vboxsync Fixed pgmR3MapRelocate call.
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