VirtualBox

source: vbox/trunk/src/recompiler

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33971   14 years vboxsync recompiler: type fix
(edit) @33965   14 years vboxsync recompiler: fix type
(edit) @33656   14 years vboxsync *: rebrand Sun (L)GPL disclaimers
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33270   14 years vboxsync typo
(edit) @33269   14 years vboxsync IPRT: A quick replacement of the RTMemPage* and RTMemExec* APIs on …
(edit) @33123   14 years vboxsync Must pass on ldtr info
(edit) @31636   14 years vboxsync EM: Addressed VBOXSTRICTRC todo from r64673. Decided to only use …
(edit) @31532   14 years vboxsync REM: logging; No doxygen @note in code.
(edit) @31460   14 years vboxsync REM,DBGF: Logging fixes, avoid assertion when disassembling.
(edit) @31179   14 years vboxsync REM: backed out r64163 as it cause build burns.
(edit) @31176   14 years vboxsync REM: fix logging
(edit) @31168   14 years vboxsync REM: fixed assertion.
(edit) @31161   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @31160   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @30862   14 years vboxsync VMM,REM: Replumbled the MSR updating and reading so that PGM can …
(edit) @30453   14 years vboxsync DBGFR3DisasInstrEx: Flags for overriding the instruction set, adding …
(edit) @30413   14 years vboxsync REM: incorporated git b16f827b from upstream: target-i386: fix SIB …
(edit) @30412   14 years vboxsync REM: incorporated git c2254920 and git 2e21e749 from upstream: …
(edit) @30406   14 years vboxsync REM: incorporated git 99596385 from upstream: target-i386: Fix "call …
(edit) @30263   14 years vboxsync VMM,REM: Only invalidate hidden registers when using raw-mode. Fixes …
(edit) @29732   15 years vboxsync Backed out 61853; causes more invalid state exits
(edit) @29687   15 years vboxsync Make sure the right descriptor attributes (0xf3) are loaded in V86 …
(edit) @29520   15 years vboxsync fix wrong license headers
(edit) @29511   15 years vboxsync fix superfluous license header
(edit) @29373   15 years vboxsync recompiler/Makefile.kmk: Try fix the implicit declaration of function …
(edit) @29333   15 years vboxsync removed VBOX_WITH_VMI
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29037   15 years vboxsync recompiler/Makefile.kmk: Enabled the new stuff for linux.amd64.
(edit) @29012   15 years vboxsync recompiler/Makefile.kmk: darwin.amd64 + cleanup.
(edit) @28991   15 years vboxsync bugger
(edit) @28990   15 years vboxsync recompiler/Makefile.kmk: Started cleaning up the makefile.
(edit) @28923   15 years vboxsync reverted, incorrect
(edit) @28922   15 years vboxsync rem: fix darwin.amd64
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28356   15 years vboxsync shut up warning.
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28030   15 years vboxsync VMM: SpeedStep and relatives MSRs
(edit) @27593   15 years vboxsync REM: consistent with VMM monitor treatment
(edit) @27254   15 years vboxsync HPET: correct interrupts delivery
(edit) @27139   15 years vboxsync Config.kmk,recompiler,xpcom18a4/Makefile.kmk: Drop the trailing slash …
(edit) @27138   15 years vboxsync Config.kmk,recompiler/Makefile.kmk,xpcom18a4/Makefile.kmk: Use @rpath …
(edit) @26993   15 years vboxsync VMM: implement some Nehalem MSRs
(edit) @26939   15 years vboxsync ACPI, APIC, HPET: emulate typical configuration wrt ISA interrupt routing
(edit) @26879   15 years vboxsync REM: missing export
(edit) @26640   15 years vboxsync Disabled temporary checks
(edit) @26508   15 years vboxsync VBoxRecompiler.c: tabs -> spaces.
(edit) @26499   15 years vboxsync recompier: whitespace cleanup. (Clean up whitespace on the foreign …
(edit) @26291   15 years vboxsync warnings.
(edit) @26271   15 years vboxsync VMM: warnings. Changed PATMIsPatchGCAddr and CSAMIsKnownDangerousInstr …
(edit) @26237   15 years vboxsync REM: Must store the ldt as it gets reloaded and might have been …
(edit) @25776   15 years vboxsync recompiler/Makefile.kmk: -Wno-shadow.
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25642   15 years vboxsync DOXYGEN -> DOXYGEN_RUNNING.
(edit) @25581   15 years vboxsync Compile fix
(edit) @25580   15 years vboxsync Temporarily turned on extra checking in release build for #4113
(edit) @25528   15 years vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @25432   15 years vboxsync Missing PDMCritSectEnterDebug wrapper
(edit) @25410   15 years vboxsync build fix
(edit) @25409   15 years vboxsync IPRT,PDMCritSect,Main: Moved code dealing with lock counting from …
(edit) @23640   15 years vboxsync load_seg_vm: correct V86 segment default segment flags
(edit) @23019   15 years vboxsync recompiler: fixed missing symbol for Windows builds
(edit) @23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @22890   15 years vboxsync VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22528   15 years vboxsync VBoxREMWrapperA.asm: esp->rsp; ebp->rbp.
(edit) @22527   15 years vboxsync docs.
(edit) @22525   15 years vboxsync Note for the future
(edit) @22523   15 years vboxsync Unbreak SSMR3RegisterInternal REM wrapper (broke win64 restore)
(edit) @22484   15 years vboxsync Build fix.
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22118   15 years vboxsync Missing DBGFR3AddrFromFlat wrapper
(edit) @22112   15 years vboxsync DBGF,REM,Diggers: Converted more of the code dealing with debug symbol …
(edit) @21831   15 years vboxsync recompiler: correct implementation of testandset()
(edit) @21581   15 years vboxsync REM: fixed interrupt latency issue
(edit) @21302   15 years vboxsync *.kup need no eol-style.
(edit) @21292   15 years vboxsync svn:eol-style native
(edit) @21186   15 years vboxsync recompiler: Fixed mov to/from CRx/DRx decoding to match reality (mod …
(edit) @21146   15 years vboxsync Compile fix
(edit) @20867   15 years vboxsync REMR3ReplayHandlerNotifications: Fixed list reversal regression from …
(edit) @20845   15 years vboxsync VBoxRecompiler.c: minor cleanup + @todo.
(edit) @20812   15 years vboxsync gcc warning
(edit) @20747   15 years vboxsync REM: Don't drop handler reply records. More handler replay paranoia …
(edit) @20746   15 years vboxsync REMR3ReplayHandlerNotification,remNotifyHandlerInsert: paranoia.
(edit) @20668   15 years vboxsync Missing PDMApicGet/SetTpr updates
(edit) @20427   15 years vboxsync Comment update
(edit) @20426   15 years vboxsync Protect pgm handler notifications in the recompiler.
(edit) @20421   15 years vboxsync Rewrote rem notification handling.
(edit) @20408   15 years vboxsync Moved REM locking to VMMAll
(edit) @20406   15 years vboxsync Removed obsolete REMR3ReplayInvalidatedPages
(edit) @20402   15 years vboxsync Compile fix
(edit) @20399   15 years vboxsync Minor updates
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20372   15 years vboxsync Misc: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20079   16 years vboxsync Deal with locking later
(edit) @20075   16 years vboxsync Dropped all the assertiosn
(edit) @20074   16 years vboxsync Previous fix at the wrong place
(edit) @20073   16 years vboxsync Dropped annoying assertion
(edit) @20071   16 years vboxsync Bit more REM locking
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