VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @61395   9 years vboxsync IEM: Enabled the three SSE instruction that was !VBOX_WITH_REM only …
(edit) @61392   9 years vboxsync CPUMRZFpuStatePrepareHostCpuForUse: Must always set VMCPU_FF_CPUM in …
(edit) @61391   9 years vboxsync csamR3CalcPageHash: better assertion and logging.
(edit) @61390   9 years vboxsync csamR3CalcPageHash: Shut up annoying assertion on …
(edit) @61382   9 years vboxsync IEM: Some FPU fixes.
(edit) @61371   9 years vboxsync iomMmioHandler: Gracefully deal with large MMIO writes and read …
(edit) @61368   9 years vboxsync CPUMRZA.asm: raw-mode fixes.
(edit) @61366   9 years vboxsync VMM/PDM: Missed relocation for the newly added callback to the IOAPIC …
(edit) @61364   9 years vboxsync VMM/PDMDevMiscHlp: copy-paste typo.
(edit) @61359   9 years vboxsync VMM/HMVMXR0: Fix lazy save/restore MSRs code structure to be more …
(edit) @61356   9 years vboxsync VMM/PDM: comment nit.
(edit) @61351   9 years vboxsync APIC: Reset fix.
(edit) @61348   9 years vboxsync CPUM,VMM: Touch the FPU state before doing HM on all platforms which …
(edit) @61341   9 years vboxsync CPUM: words about FPU state.
(edit) @61339   9 years vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @61336   9 years vboxsync VMM/APIC: nit space.
(edit) @61324   9 years vboxsync VMM/APIC: Fix assertion while saving state.
(edit) @61317   9 years vboxsync CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
(edit) @61307   9 years vboxsync IEM: log actual names of target CPU and microarchitecture
(edit) @61212   9 years vboxsync pgmPoolMonitorIsReused: Subject non-REP MOVSWDQ and STOSWDQ to the new …
(edit) @61211   9 years vboxsync pgmPoolMonitorIsReused: Cross page stuff == reused, as does unaligned …
(edit) @61162   9 years vboxsync CPUMInternal.mac: Apply FPUCS/DS hack to xsave just like we already do …
(edit) @61156   9 years vboxsync Promoted HM/CPUx/Switch/Preempting to a release statistics.
(edit) @61155   9 years vboxsync Promoted HM/CPUx/Switch/Preempting to a release statistics.
(edit) @61151   9 years vboxsync VMM/APIC: naming.
(edit) @61150   9 years vboxsync VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.
(edit) @61147   9 years vboxsync CPUMRZ.cpp: oops.
(edit) @61146   9 years vboxsync CPUMRZA.asm: build fix.
(edit) @61145   9 years vboxsync CPUM: build fix
(edit) @61144   9 years vboxsync CPUM,HM,GVMM,TRPM,VMM: Next part of the FPU state handling for IEM. …
(edit) @61143   9 years vboxsync IEM: Added IEMExecOneBypassWithPrefetchedByPCWritten for debugging …
(edit) @61142   9 years vboxsync pgmPoolAccessPfHandlerSimple: Deal with larger writes (e.g. AVX regs).
(edit) @61141   9 years vboxsync tstAsmStructAsm-lst.sed: Prep for upcoming CPUMHOSTCTX change.
(edit) @61140   9 years vboxsync PGMR3DbgA.asm: Seems we need BEGINCODE on darwin. Weird.
(edit) @61133   9 years vboxsync VMM/APIC: Nit.
(edit) @61132   9 years vboxsync VMM/APIC: Fix fRZEnabled=false option for MSR read/writes.
(edit) @61128   9 years vboxsync CPUM: Slightly improved FPU state printing.
(edit) @61125   9 years vboxsync GIM: format specifier fix
(edit) @61124   9 years vboxsync APIC: format specifier fixes
(edit) @61122   9 years vboxsync format specifier fixes
(edit) @61116   9 years vboxsync Main/Console: Use the APICMODE enum, tabs.
(edit) @61112   9 years vboxsync CPUMRZA.asm: Missed one pXStatR0.
(edit) @61110   9 years vboxsync pgmR3DbgFixedMemScan8Wide8Step: Fixed bugs both the 32-bit and 64-bit …
(edit) @61109   9 years vboxsync CPUMRZA.asm,CPUMInternal.mac: Use pStateRC in raw-mode context (RC …
(edit) @61107   9 years vboxsync IEM: Enabled iemOp_movntq_Mq_Pqmovntdq_Mdq_Vdq on non-REM systems.
(edit) @61106   9 years vboxsync IEM: Enabled iemOp_movnti_My_Gy on non-REM systems.
(edit) @61088   9 years vboxsync VMM/APIC: Disallow transition to x2APIC mode when the VM isn't …
(edit) @61083   9 years vboxsync s/-fno-pie/-no-pie/
(edit) @61082   9 years vboxsync some gcc compilers don't understand -fno-pie
(edit) @61080   9 years vboxsync allow to compile with gcc configured with --enable-default-pie
(edit) @61078   9 years vboxsync VMM/APIC: Consistent naming.
(edit) @61077   9 years vboxsync VMM/APICInternal.h: nits.
(edit) @61076   9 years vboxsync VMM/APICInternal.h: move structs with where other structs are declared.
(edit) @61075   9 years vboxsync VMM/APIC: nits.
(edit) @61074   9 years vboxsync VMM/APIC: build fix.
(edit) @61073   9 years vboxsync VMMPatchHypercall: Use CPUMGetHostCpuVendor() instead of three …
(edit) @61072   9 years vboxsync VMM/APIC: Get rid of a couple of duplicate macros, and added a couple …
(edit) @61071   9 years vboxsync VMM/CPUM: comment indent.
(edit) @61069   9 years vboxsync IEM: Disabled iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd and …
(edit) @61068   9 years vboxsync CPUM,IEM: FPU/SSE/AVX state and host resources APIs, first …
(edit) @61066   9 years vboxsync CPUMIsGuestFPUStateActive: Fixed 64-on-32 regression from r107325, …
(edit) @61064   9 years vboxsync IEM: FPU & SSE ring-0/raw-mode usage preps.
(edit) @61061   9 years vboxsync CPUM,++: build fix to previous commit.
(edit) @61060   9 years vboxsync CPUM,++: build fix to previous commit.
(edit) @61059   9 years vboxsync IEM: a couple of new SSE instrs - currently disabled.
(edit) @61058   9 years vboxsync CPUM,++: Split up CPUM_USED_FPU into CPUM_USED_FPU_GUEST & …
(edit) @61046   9 years vboxsync don't confuse users
(edit) @61045   9 years vboxsync APICInternal.h: Removed redundant RT_BOOL in XAPIC_IN_X2APIC_MODE …
(edit) @61041   9 years vboxsync VMM/APIC: Move mostly unused stuff from apic.h to internal header. …
(edit) @61031   9 years vboxsync Oops, committed too much!
(edit) @61029   9 years vboxsync APIC: Just ignore the timer shift when loading old state, it's …
(edit) @61027   9 years vboxsync darwin build fix
(edit) @61023   9 years vboxsync emR3RemExecute: Check if we can use VT-x mode every so often when REM …
(edit) @61020   9 years vboxsync iemOp_movntps_Mps_Vps__movntpd_Mpd_Vpd: Try enable when no REM.
(edit) @61019   9 years vboxsync IEMAllCImpl.cpp.h: far jmp fix for the macs.
(edit) @61018   9 years vboxsync PATMRCHandlerInt3PatchTrap: logging non-VINF_SUCCESS statuses, …
(edit) @61016   9 years vboxsync IEMAllInstructions.cpp.h: Removed bogus movnti stub (0x0f 0x3c). Got …
(edit) @61015   9 years vboxsync IEM,TRPMRCHandlers: Raw-mode fixes for (1) handling INT3 patches for …
(edit) @61014   9 years vboxsync IEMAll.cpp: docs.
(edit) @61013   9 years vboxsync bugref:8318 HM: Don't guru when the VMMDev heap is unmapped by 32-bit EFI.
(edit) @61010   9 years vboxsync iemCImpl_retn: Use iemRegAddToRspEx which takes a 16-bit addend …
(edit) @61008   9 years vboxsync GIM: Saved state compatibility.
(edit) @60996   9 years vboxsync x86: Added two more CPUID bit definitions.
(edit) @60994   9 years vboxsync testing
(edit) @60993   9 years vboxsync PGMAllBth.h: Disabled bogus assertion.
(edit) @60992   9 years vboxsync IEM: Implemented movntps/d and movaps/d. (lacks proper testcase)
(edit) @60991   9 years vboxsync IEM: Implemented movntps/d and movaps/d. (lacks proper testcase)
(edit) @60961   9 years vboxsync IEM: tstIEMCheckMc vs clang fixes.
(edit) @60948   9 years vboxsync PGMAllPhys.cpp: Make clang happy.
(edit) @60947   9 years vboxsync DBGFR3PlugIn.cpp: Uninitialized variable.
(edit) @60939   9 years vboxsync APIC: Don't be so optimistic.
(edit) @60923   9 years vboxsync PGMDbg: Fix regression introduced with r101864, breaks DBGFR3MemScan …
(edit) @60916   9 years vboxsync APIC: Allow trigger mode bit for LINTx LVTs.
(edit) @60915   9 years vboxsync EMAll.cpp: An another warning.
(edit) @60914   9 years vboxsync EMAll.cpp: Fix unused static function warnings.
(edit) @60913   9 years vboxsync EMAll.cpp: Use IEM.
(edit) @60912   9 years vboxsync IEMR3ProcessForceFlag: Corrected assertion.
(edit) @60911   9 years vboxsync IEMR3ProcessForceFlag: Must set fAccess to IEM_ACCESS_INVALID…
(edit) @60909   9 years vboxsync IEM: Release build fix.
(edit) @60908   9 years vboxsync iomR3MergeStatus: Missed another simple case, rcStrictCommit being …
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