VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100848   16 months vboxsync VMM/IEM: Inline TLB use for the new IEM_MC_MAP_MEM_XXX stuff. bugref:10369
(edit) @100847   16 months vboxsync VMM/IEM: Dedicated code for IEM_MC_MEM_COMMIT_AND_UNMAP_RW/WO/RO. …
(edit) @100846   16 months vboxsync VMM/IEM: Fixed a 32-bit xchg regression from r158734. bugref:10369
(edit) @100844   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100843   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100842   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100841   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100840   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100839   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100838   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100836   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100835   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100834   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX, …
(edit) @100833   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100832   16 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100831   16 months vboxsync VMM/IEM: Added the U16, U32 and U64 IEM_MC_MEM_MAP_XXX variants and …
(edit) @100829   16 months vboxsync VMM/IEM: Implemented hardware instruction breakpoints. Only tested …
(edit) @100828   16 months vboxsync VMM/IEM: Corrected BODY_CHECK_CS_LIM calc was off by one. Untested. …
(edit) @100826   16 months vboxsync VMM/IEM: Started refactoring IEM_MC_MEM_MAP into type and access …
(edit) @100824   16 months vboxsync VMM/IEM: Corrected wrong calculation in BODY_CHECK_CS_LIM. Untested. …
(edit) @100822   16 months vboxsync VMM/IEM: Combined two conditions of the alignment checks into one in …
(edit) @100821   16 months vboxsync VMM/IEM: Build fix to the inlined R/W memory functions. bugref:10369
(edit) @100820   16 months vboxsync VMM/IEM: Refactored the simpler memory access functions using code …
(edit) @100815   16 months vboxsync VMM/IEM: Tiny data TLB usage tweak. bugref:10369
(edit) @100811   17 months vboxsync VMM/IEM: Working on implementing the FLAT mode (64-bit mode and 32-bit …
(edit) @100806   17 months vboxsync VMM/IEM: Don't end TBs on mode change. Corrected BltIn_CheckMode to …
(edit) @100804   17 months vboxsync VMM/IEM: Made the rep-prefixed string instructions return new status …
(edit) @100803   17 months vboxsync VMM/IEM: More stats. bugref:10369
(edit) @100802   17 months vboxsync VMM/IEM: More complete CS.LIM checking, now considering it on …
(edit) @100801   17 months vboxsync VMM/IEM: More complete CS.LIM checking, now considering it on …
(edit) @100792   17 months vboxsync VMM/IEM: Properly deal with CPUMCTX_INHIBIT_SHADOW at the start of a …
(edit) @100791   17 months vboxsync VMM/IEM: VINF_IEM_REEXEC_MODE_CHANGED -> VINF_IEM_REEXEC_BREAK - more …
(edit) @100790   17 months vboxsync VMM/IEM: Don't generate IRQ checks as the first call in a code block, …
(edit) @100789   17 months vboxsync VMM/IEM: CS.LIM check fix. bugref:10369
(edit) @100788   17 months vboxsync VMM/IEM: Added missing CheckMode call to …
(edit) @100787   17 months vboxsync VMM/IEM: Check for IRQs immediately after STI as well as after the …
(edit) @100784   17 months vboxsync IEM: Removed extraneous LogRel after SYSENTER/SYSEXIT fix. bugref:10369
(edit) @100783   17 months vboxsync IEM: 32-bit SYSENTER/SYSEXIT always transitions to 32-bit protected …
(edit) @100778   17 months vboxsync VMM/IEM: Corrections for 8-bit register number calculations for 64-bit …
(edit) @100777   17 months vboxsync IEM/VMM: More detailed (e.g. useful) memory access logging. bugref:10369
(edit) @100769   17 months vboxsync VMM/IEM: Fixed another regression from r158571 affecting xadd. bugref:10369
(edit) @100767   17 months vboxsync VMM/GIC: Some more logging, bugref:10404
(edit) @100763   17 months vboxsync VMM/IEM: Fixed another regression from r158571 affecting xadd. bugref:10369
(edit) @100761   17 months vboxsync VMM/IEM: Check for IRQs every so often, especially after sti, popf and …
(edit) @100753   17 months vboxsync VMM/IEM: Build fix. bugref:10369
(edit) @100752   17 months vboxsync VMM/IEM: Correctly declare the threaded functions (Visual C++ freaked …
(edit) @100747   17 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100746   17 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100745   17 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script - …
(edit) @100744   17 months vboxsync VMM/IEM: Reworking the recompiler call emitting in the python script …
(edit) @100743   17 months vboxsync VMM/IEM: Split up IEMAllThrdTables.cpp into four files to speed up …
(edit) @100742   17 months vboxsync VMM/IEM: Preparations for splitting up IEMAllThrdTables.cpp into …
(edit) @100741   17 months vboxsync VMM/IEM: Recompiler build fix. bugref:10369
(edit) @100740   17 months vboxsync VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
(edit) @100739   17 months vboxsync VMM/IEM: Preparations for splitting up IEMAllInstInterpretOnly.cpp …
(edit) @100736   17 months vboxsync VMM/IEM: Put the instruction tables for the recompiler in a separate …
(edit) @100735   17 months vboxsync VMM/IEM: Fixed locked unary instruction regression from r158571. …
(edit) @100734   17 months vboxsync VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
(edit) @100733   17 months vboxsync VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
(edit) @100732   17 months vboxsync VMM/IEM: Renamed some source files. bugref:10369
(edit) @100731   17 months vboxsync VMM/IEM: More on recompiling branch instruction. bugref:10369
(edit) @100714   17 months vboxsync VMM/IEM: Require a IEMOP_HLP_DONE_DECODING in all MC blocks so we know …
(edit) @100709   17 months vboxsync VMM: Added missing splitlock handling for cmpxchg8b and cmpxchg16b, …
(edit) @100701   17 months vboxsync VMM/IEM: More IEM_CIMPL_F_XXX stuff. bugref:10369
(edit) @100697   17 months vboxsync VMM/IEM: Set unused range bits when extending it. bugref:10369
(edit) @100696   17 months vboxsync VMM/IEM: TB instruction count initialization and overflow prot. …
(edit) @100695   17 months vboxsync VMM/IEM,STAM: Some TB stats. bugref:10369
(edit) @100694   17 months vboxsync IEM/VMM: Deal with opcode checking cross page boundraries and …
(edit) @100673   17 months vboxsync VMM/IEM: Some VxD syscall logging. [build fix] bugref:10369
(edit) @100672   17 months vboxsync VMM/IEM: Some VxD syscall logging. bugref:10369
(edit) @100671   17 months vboxsync VMM/IEM: Fix TB revalidation prior to execution. The code is still …
(edit) @100633   17 months vboxsync VMM/IEM: Check for too early IEMCPU::iEffSeg use during recompiler …
(edit) @100626   17 months vboxsync VMM/IEM: Logging. bugref:10369
(edit) @100624   17 months vboxsync VMM/IEM: Removed some temporary pop [mem] logging. bugref:10369
(edit) @100623   17 months vboxsync VMM/IEM: pop [mem] correction, iEffSeg must be fetched after address …
(edit) @100617   17 months vboxsync IEM/VMM: Corrected iemRecalcExecDbgFlags to …
(edit) @100607   17 months vboxsync VMM/IEM: Implement vperm2f128/vperm2i128 instruction emulations, …
(edit) @100602   17 months vboxsync VMM/IEM: Implement vpaddsb/vpaddsw instruction emulations, bugref:9898
(edit) @100599   17 months vboxsync VMM/IEM: Implement vpaddusb/vpaddusw instruction emulations, bugref:9898
(edit) @100597   17 months vboxsync VMM/IEM: Implement vpsubusb/vpsubusw instruction emulations, bugref:9898
(edit) @100595   17 months vboxsync VMM/IEM: Implement vpsubsb/vpsubsw instruction emulations, bugref:9898
(edit) @100592   17 months vboxsync VMM/IEM: doxygen fix. bugref:10369
(edit) @100591   17 months vboxsync VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
(edit) @100588   17 months vboxsync VMM/IEMAllThreadedPython: Add some more micro code statements, bugref:10369
(edit) @100587   17 months vboxsync VMM/IEMAllThreadedPython: Fix type, bugref:10369
(edit) @100579   17 months vboxsync VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
(edit) @100577   17 months vboxsync VMM/PGM: Nested VMX: bugref:10318 More info on assertion.
(edit) @100575   17 months vboxsync VMM/IEM: Remove the stubs for …
(edit) @100573   17 months vboxsync VMM/IEM: Implement vpbroadcast{b,w,d,q}/vbroadcasti128 instruction …
(edit) @100567   17 months vboxsync VMM/IEM: Implement vbroadcast{ss,sd,f128} instruction emulation, …
(edit) @100340   18 months vboxsync VMM/IEMAllAImpl.asm: IBT endbr64/32 and notrack related changes. …
(edit) @100327   18 months vboxsync VMM/IEM: Corrected missing rcPassUp checks and …
(edit) @100326   18 months vboxsync VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
(edit) @100305   18 months vboxsync VMM/IEM: Added missing VM_FF checks and timer polling …
(edit) @100277   18 months vboxsync VMM/IEM: Reworked the PC -> phys address translation in the …
(edit) @100266   18 months vboxsync VMM/IEM: Collect opcode bytes while decoding instructions in the …
(edit) @100244   18 months vboxsync VMM: Nested VMX: bugref:10318 Guru meditate if the nested-EPT trap …
(edit) @100243   18 months vboxsync VMM/PGM: Nested VMX: bugref:10474 Prevent log flooding just in case.
(edit) @100232   18 months vboxsync VMM: Nested VMX: bugref:10318 Fixed incorrect accumulation of execute …
(edit) @100231   18 months vboxsync VMM/IEM: Recompiler fixes. Gets thru the bios now. bugref:10369
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