VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @99734   19 months vboxsync VMM/GIC: Updates to the implementation, implement forwarding of SGIs …
(edit) @99690   19 months vboxsync VMM/IEM: scm fix. bugref:10369
(edit) @99686   19 months vboxsync VMM/IEM: More work on the decoder/recompiler part. bugref:10369
(edit) @99685   19 months vboxsync VMM/IEM: Backed the iemOpHlpCalcRmEffAddrEx functionality into the …
(edit) @99557   19 months vboxsync VMM/NEMR3Native-darwin: Cleanup the memory state tracking, since macOS …
(edit) @99492   20 months vboxsync VMM/GIC: Register the MMIO region handlers for the distributor and …
(edit) @99383   20 months vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99370   20 months vboxsync VMM/NEM-win: Disable MONITOR/MWAIT CPUID flag as it seems Hyper-V …
(edit) @99355   20 months vboxsync VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_FSGSBASE_XCPT. …
(edit) @99354   20 months vboxsync VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_MMX_RELATED_XCPT. …
(edit) @99353   20 months vboxsync VMM/IEM: Mojo improvments for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT. …
(edit) @99352   20 months vboxsync VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. …
(edit) @99351   20 months vboxsync VMM/IEM: Mojo improvments of the IEM_MC_MAYBE_RAISE_XXXX macros. …
(edit) @99343   20 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_PCLMUL_RELATED_XCPT -> …
(edit) @99342   20 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_AESNI_RELATED_XCPT -> …
(edit) @99341   20 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT -> …
(edit) @99340   20 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE42_RELATED_XCPT -> …
(edit) @99339   20 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE41_RELATED_XCPT -> …
(edit) @99338   20 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSSE3_RELATED_XCPT -> …
(edit) @99337   20 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE3_RELATED_XCPT -> …
(edit) @99336   20 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE2_RELATED_XCPT -> …
(edit) @99335   20 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_AVX2_RELATED_XCPT -> …
(edit) @99333   20 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99332   20 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX() rather than …
(edit) @99331   20 months vboxsync VMM/IEM: Removed CPUID check from most of the …
(edit) @99330   20 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX*() rather than …
(edit) @99325   20 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99324   20 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99304   20 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99300   20 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99299   20 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99298   20 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99296   20 months vboxsync VMM/IEM: More work on processing MC blocks and generating threaded …
(edit) @99209   20 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99208   20 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99196   20 months vboxsync VMM: Start on system register handling for ARMv8 (which is ver similar …
(edit) @99163   21 months vboxsync VMM/CPUM: Nested VMX: bugref:10318 Adjust virtual VMCS for …
(edit) @99070   21 months vboxsync VMM/{CPUM,DBGF}: Some basic support to dump register values with DBGF …
(edit) @99051   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99027   21 months vboxsync VMM/IEM: Quick doxygen fix (need to organize the code better, later …
(edit) @98993   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, getting to PGM now, bugref:10385
(edit) @98980   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385
(edit) @98970   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, bugref:10385
(edit) @98969   21 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to …
(edit) @98921   21 months vboxsync VMM/IEM: Started implementing the dpps/dppd instructions, bugref:9898
(edit) @98910   21 months vboxsync VMM/IEM: More work on processing MC blocks. bugref:10369
(edit) @98887   21 months vboxsync VMM/IEM: Implement mpsadbw instruction emulation ,bugref:9898
(edit) @98835   21 months vboxsync VMM/IEM: Moved the IEM_WITH_<opcode-group> defintions into the …
(edit) @98827   21 months vboxsync VMM/IEM: Implement adcx/adox instructions emulation, bugref:9898
(edit) @98821   21 months vboxsync VMM/IEM: Fixes and optimizations for the pcmp{i,e}str{i,m} …
(edit) @98797   21 months vboxsync VMM/IEM: Corrected bug in 32-bit vmread to register emulation where …
(edit) @98795   21 months vboxsync VMM/IEM: s/g_apfnOneByteMap/g_apfnIemInterpretOnlyOneByteMap/ and …
(edit) @98781   21 months vboxsync VMM/IEM: Fix the pcmp{e,i}str{i,m} instructions, completely got the …
(edit) @98723   22 months vboxsync VMM/IEM: Started on implementing …
(edit) @98703   22 months vboxsync VMM/{CPUM,IEM}: Implement SHA instruction set extension emulation in …
(edit) @98570   22 months vboxsync VMM/PDMQueue: Use the ListCritSect to relax ring-3 queue creation and …
(edit) @98150   23 months vboxsync VMM: Nested VMX: bugref:10318 Fix VMX CR0/CR4 fixed bits masking.
(edit) @98122   23 months vboxsync VMM/PDM: Fixed assertion in PDMR3ResumeUsb after attaching a virtual MSD.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @98045   23 months vboxsync IOM: Updates. bugref:10315
(edit) @97782   2 years vboxsync IEM: Implemented SSE instructions RSQRTPS, RSQRTSS, ROUNDPS, ROUNDPD, …
(edit) @97758   2 years vboxsync VMM/IEM: Doxygen fix (hopefully). bugref:9898
(edit) @97756   2 years vboxsync Attempt to fix Doxygen breakage.
(edit) @97736   2 years vboxsync VMM/PGM,IEM: Must flush the physical address aspect of the IEM TLBs in …
(edit) @97714   2 years vboxsync VMM/IEM: Comments and preprocessor indent adjustments. bugref:9898
(edit) @97705   2 years vboxsync VMM/IEM,DBGF,CPUM: Do debugger I/O breakpoints via the internal EFLAGS …
(edit) @97694   2 years vboxsync VMM/IEM: Added support for hardware instruction breakpoints (DRx). …
(edit) @97642   2 years vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97616   2 years vboxsync VMM/EM: Extended assertion that we don't have a pending trap before …
(edit) @97607   2 years vboxsync IEM: Added SSE 4.1 PINSRB, PEXTRB, PEXTRB, PEXTRW, EXTRACTPS.
(edit) @97601   2 years vboxsync VMM/IEM: Back out r154624 now that the underlying cause is fixed, …
(edit) @97591   2 years vboxsync VMM/IEM: Do _not_ flag FNIEMOP_DEF* as nothrow when …
(edit) @97589   2 years vboxsync VMM/IEM: Disable the use of try / catch for clang/llvm for now as it …
(edit) @97562   2 years vboxsync VMM/HMVMX,CPUM: Added a HM/AlwaysInterceptVmxMovDRx config for …
(edit) @97548   2 years vboxsync IEM: Add MRI instruction form to IEMInternal.h, too.
(edit) @97543   2 years vboxsync IEM: Modified microcode XMM accessors to fetch specified qword/dword …
(edit) @97534   2 years vboxsync IEM: Reworked [V]MOVxDUP to be done directly in microcode. Added MOVBE …
(edit) @97519   2 years vboxsync VMM/IEM: Micro optimization of retn and retn imm16 by having separate …
(edit) @97501   2 years vboxsync VMM/IEM: iemCImpl_Branch* are functions internal to IEMAllCImpl and …
(edit) @97472   2 years vboxsync VMM/IEM: Enabled the try/throw/catch code for windows as well, results …
(edit) @97470   2 years vboxsync VMM/IEM: Must use DECL_INLINE_THROW with IEM_NOEXCEPT_MAY_LONGJMP. …
(edit) @97469   2 years vboxsync VMM/IEM: Use try/throw/catch instead of setjmp/longjmp when compiling …
(edit) @97468   2 years vboxsync VMM/IEM: Wrapped up the setjmp calls and associated 'catch' code into …
(edit) @97467   2 years vboxsync VMM/IEM: Fixed incorrect IEM_DO_LONGJMP invocation in …
(edit) @97466   2 years vboxsync VMM/IEM: Wrap the the longjmp calls in a macro both to shorten the …
(edit) @97464   2 years vboxsync VMM/IEM: Added link to discussion of fragile behviour of longjmp when …
(edit) @97462   2 years vboxsync VMM/IEM: Make sure the FNIEMOP_DEF* macros defines functions with the …
(edit) @97461   2 years vboxsync VMM/IEM: Need to mark functions that may be involved in longjmps …
(edit) @97458   2 years vboxsync VMM/IEM: Need to mark functions that may be involved in longjmps …
(edit) @97452   2 years vboxsync VMM/IEM: Single stepping indirect jumps and corrected o16 prefix …
(edit) @97441   2 years vboxsync VMM/IEM: Single stepping for short and near jumps (relative) and …
(edit) @97408   2 years vboxsync VMM/IEM,CPUM: Partial single stepping support in the interpreter. …
(edit) @97406   2 years vboxsync VMM/IEM,CPUM: Partial single stepping support in the interpreter. …
(edit) @97370   2 years vboxsync VMM/IEM: iemRegAddToRipAndClearRF -> …
(edit) @97361   2 years vboxsync VMM/IEM: Removed a lot of now unnecessary return statements, while …
(edit) @97358   2 years vboxsync VMM/IEM: Made all the IEM_MC_*_AND_FINISH macros return. bugref:9898
(edit) @97357   2 years vboxsync VMM/IEM: IEM_MC_REL_JMP_S* -> IEM_MC_REL_JMP_S*_AND_FINISH and …
(edit) @97356   2 years vboxsync VMM/IEM: IEM_MC_ADVANCE_RIP -> IEM_MC_ADVANCE_RIP_AND_FINISH in prep …
(edit) @97350   2 years vboxsync VMM/IEM: Removed two unused MCs.
(edit) @97334   2 years vboxsync VMM/IEM: Address issues in iemRegAddToRipAndClearRF wrt wrap-around.
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