VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103404   12 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   12 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103388   12 months vboxsync VMM/IEM: Nested SVM: bugref:3409 Fixed loss of upper bits while …
(edit) @103377   12 months vboxsync VMM/IEM: Implemented iemNativeTbLongJmp and fixed the associated code …
(edit) @103376   12 months vboxsync VMM/IEM: Experimental alternative to throw/longjmp when executing …
(edit) @103375   12 months vboxsync VMM/IEM: Corrected bug in iemNativeInstrBufEnsureSlow where it would …
(edit) @103374   12 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
(edit) @103361   12 months vboxsync VMM/IEM: Shut up parfait warning in …
(edit) @103351   12 months vboxsync VMM/IEM: Only need an uint8_t type for the extended 8-bit grp …
(edit) @103350   12 months vboxsync VMM/IEM: Added some explicit/insane casting to shut up parfait. bugref:3409
(edit) @103349   12 months vboxsync VMM/IEM: Nested VMX: bugref:3409 Fix incorrect implicit casting …
(edit) @103334   12 months vboxsync VMM/IEM: Drop the IEMLIVENESS_OLD_LAYOUT code, as clang output smaller …
(edit) @103333   12 months vboxsync VMM/IEMAllCImpl: Fix sizeof(), bugref:3409
(edit) @103318   12 months vboxsync VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
(edit) @103290   12 months vboxsync VMM/IEMAll-armv8.cpp: Always init pStats because the caller might …
(edit) @103279   12 months vboxsync ansible, scm fix
(edit) @103267   12 months vboxsync VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
(edit) @103265   12 months vboxsync VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
(edit) @103264   12 months vboxsync VMM/IEM: Fix psra[wd] instruction emulation (high bit must shift in …
(edit) @103261   12 months vboxsync VMM/PGMAllPool.cpp: Fix side effect in macro double expansion, bugref:3409
(edit) @103259   12 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103258   12 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103257   12 months vboxsync VMM/IEM: Liveness analysis, part 9: Effective address calculation …
(edit) @103256   12 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103255   12 months vboxsync VMM: Fix pinsrw, movd and movq instruction implementations. The switch …
(edit) @103254   12 months vboxsync VMM: Fix implementation of movmskpd which would trash an innocent …
(edit) @103247   12 months vboxsync VMM: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103236   12 months vboxsync VMM/IEM: Liveness analysis, part 8: scm fix. bugref:10372 bugref:10375
(edit) @103235   12 months vboxsync VMM/IEM: Liveness analysis, part 7b: Release build fix for visual C++. …
(edit) @103233   12 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103220   13 months vboxsync VMM/IEMAllInst*: Liveness analysis: build fix. bugref:10372
(edit) @103218   13 months vboxsync VMM/VMMAll/IEMAllInstTwoByte0f.cpp.h: Switch the Vq destination …
(edit) @103214   13 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 7: Flag input & modification …
(edit) @103213   13 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 6: Flag input & modification …
(edit) @103212   13 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 5: Flag input & modification …
(edit) @103206   13 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 4: Flag input & modification …
(edit) @103194   13 months vboxsync VMM: Nested VMX: bugref:10318 Distinguish NMI vs. hardware exception 2 …
(edit) @103192   13 months vboxsync fix for r161455, missing break? bugref:10372
(edit) @103191   13 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 4: Flag input & modification …
(edit) @103190   13 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 3: Flag input & modification …
(edit) @103189   13 months vboxsync VMM/IEM: Better code. bugref:10372
(edit) @103188   13 months vboxsync VMM/IEM: Fix. bugref:10372
(edit) @103187   13 months vboxsync VMM/IEM: scm fix. bugref:10372
(edit) @103186   13 months vboxsync VMM/IEM: Some IEMAllAImplC.cpp adjustments. bugref:10372
(edit) @103185   13 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 2: Flag input & modification …
(edit) @103184   13 months vboxsync Fix broken build and broken 'with assembly' ability to run VMs at all; …
(edit) @103182   13 months vboxsync VMM/IEM: Implement vpsll[wdq] 'reg/mem' instruction dispatch & …
(edit) @103181   13 months vboxsync VMM/IEM: Liveness analysis, part 1. bugref:10372
(edit) @103155   13 months vboxsync VMM/IEM: Remove unused IEM_MC_REF_LOCAL macro. bugref:10371
(edit) @103099   13 months vboxsync tstIEMAImpl,VMM/IEM: Regenerated integer tests on intel, increasing …
(edit) @103053   13 months vboxsync VMM: Nested VMX: bugref:10318 Fixed nested-guest (Hyper-V enabled …
(edit) @103025   13 months vboxsync *: Replaced some ASMMemZero32 uses with RT_BZERO. bugref:10588
(edit) @103015   13 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103014   13 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103005   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103003   13 months vboxsync VMM/IEM: Assembly version of iemAImpl_sub_*. bugref:10376
(edit) @102978   13 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102977   13 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102965   13 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Disabled descriptor reserved bit …
(edit) @102904   13 months vboxsync VMM/IEM: Build fixes for when IEMNATIVE_WITH_INSTRUCTION_COUNTING …
(edit) @102896   13 months vboxsync VMM/IEM: Use standard binary assembly helper signature for ADCX and …
(edit) @102891   13 months vboxsync VMM/IEM: Test for ABM not BMI1 on the LZCNT instruction. Seek wiki and …
(edit) @102887   13 months vboxsync IEM: Added the simple C implementation of RCPSS/RCPPS instructions …
(edit) @102883   13 months vboxsync VMM/IEM: Maintain pReNative->fExec in …
(edit) @102882   13 months vboxsync VMM/IEM: Skip some expensive flag loading in IEMAllAImpl.asm where …
(edit) @102879   13 months vboxsync VMM/IEM: Skip PC validation and such if we don't jump on a conditional …
(edit) @102878   13 months vboxsync IEM: Added the simple C implementation of RCPSS/RCPPS instructions
(edit) @102876   13 months vboxsync VMM/IEM: Call different threaded functions for each branch in a …
(edit) @102869   13 months vboxsync Fixing most probaly a typo in r161081. bugref:10371
(edit) @102868   13 months vboxsync VMM/IEM: Some DOS syscall logging. bugref:10371
(edit) @102867   13 months vboxsync VMM/IEM: Logging for BIOS int 16h and VGABIOS int 10h. bugref:10371
(edit) @102856   13 months vboxsync VMM/IEM: Implemented the second of two code TLB lookups. bugref:10371
(edit) @102852   13 months vboxsync VMM/VMXAllTemplate: Nested VMX: bugref:10318 Trying to narrow down the …
(edit) @102850   13 months vboxsync VMM/IEM: Implemented the first of two code TLB lookups. bugref:10371
(edit) @102847   13 months vboxsync VMM/IEM: Moved the TLB lookup emitter to a common header file so it …
(edit) @102846   13 months vboxsync VMM/IEM: Preserve variable and shadow register state across code TLB …
(edit) @102841   13 months vboxsync VMM/IEM: More stats. bugref:10371
(edit) @102817   13 months vboxsync IEM: Added RCPSS/RCPPS assembly imlementation and C stubs.
(edit) @102802   13 months vboxsync VMM/IEM: Implemented the unlocked cmpxchg* primitives in …
(edit) @102801   13 months vboxsync VMM/IEM: Stats, go straight for the safe fallback functions in the …
(edit) @102800   13 months vboxsync VMM/IEM: Stats, go straight for the safe fallback functions in the …
(edit) @102793   13 months vboxsync VMM/IEM: POP fix for ARM64. bugref:10371
(edit) @102791   13 months vboxsync VMM/IEM: Fix iemNativeInstrBufEnsureSlow bug in strict builds. bugref:10371
(edit) @102790   13 months vboxsync VMM/IEM: Emit TLB lookup for POP GPR instructions. bugref:10371
(edit) @102785   13 months vboxsync VMM/IEM: Emulate POP SReg and PUSH SReg more like real intel CPUs do …
(edit) @102784   13 months vboxsync VMM/IEM: POP FS and POP GS defaults to 64-bit op size. Fortunately, …
(edit) @102783   13 months vboxsync VMM/IEM: Corrected assertion in iemOpCommonPushSReg for 64-bit mode. …
(edit) @102782   13 months vboxsync VMM/IEM: Count the 64_Addr32 and 64f_Addr32 variations with the FLAT …
(edit) @102770   14 months vboxsync VMM/IEM: ARM fixes for native IEM_MC_PUSH translation. bugref:10371
(edit) @102769   14 months vboxsync VMM/IEM: Tweaked the PUSH/POP -> FLAT64 variants since all stack …
(edit) @102768   14 months vboxsync VMM/IEM: Emit native TLB lookup in IEM_MC_*PUSH*. bugreg:10371
(edit) @102767   14 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102766   14 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102765   14 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102757   14 months vboxsync VMM/IEM: Avoid flushing volatile registers during …
(edit) @102756   14 months vboxsync VMM/IEM: Rough TLB lookup code for fetches and stores. bugref:10371
(edit) @102755   14 months vboxsync VMM/IEM: Fixed accidental fGstShwFlush truncation in …
(edit) @102742   14 months vboxsync VMM/IEM: Doxygen fix. bugref:10371
(edit) @102740   14 months vboxsync VMM/IEMAllDbg: Added logging of old-style (int 80h) 32-bit linux …
(edit) @102739   14 months vboxsync VMM/IEM: Use correct TLBE flags when doing lookups. duh. [build fix] …
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