VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104146   12 months vboxsync VMM/IEM: Increased IEMEXECMEM_ALT_SUB_ALLOC_UNIT_SIZE from 128 to 256, …
(edit) @104145   12 months vboxsync VMM/IEM: Correct canonical check on arm64 hosts, wrong shift (both …
(edit) @104144   12 months vboxsync VMM/IEM: Build fixes for when the TLB lookup code is disabled, bugref:10614
(edit) @104143   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @104142   12 months vboxsync BIOS: Removed VBOX_IS_VIRTIO_SCSI_DEVICE and associated cruft. It's no …
(edit) @104141   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @104140   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @104139   12 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104138   12 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104137   12 months vboxsync Committed too much, bugref:10641
(edit) @104136   12 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104135   12 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104134   12 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104133   12 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104132   12 months vboxsync VMM/IEM: Convert some AVX instruction emulation helpers to the …
(edit) @104131   12 months vboxsync VMM/TM: Allow linear scaling of the guest TSC; primarily required for …
(edit) @104130   12 months vboxsync DevVGA: Reading the attribute controller index register does not …
(edit) @104129   12 months vboxsync VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641 …
(edit) @104128   12 months vboxsync VMM/IEM: Fix pcmpistrm emulation, regression introdcued with r158058, …
(edit) @104127   12 months vboxsync FE/Qt: bugref:10450: Linux: Disabling w/a added in r158575 as it's …
(edit) @104125   12 months vboxsync VUSB: Added vusbRhAbortEpByAddr(), renamed vusbRhAbortEp() to …
(edit) @104124   12 months vboxsync OHCI: Comments, typos.
(edit) @104123   12 months vboxsync VMM/IEM: Avoid the two RTMemProtect calls in iemExecMemAllocatorFree …
(edit) @104118   12 months vboxsync VMM/IEM: Need to flush the MXCSR shadow during ldmxcsr, bugref:10641
(edit) @104117   12 months vboxsync VMM/IEM: Fix one more incorrect instruction name, bugref:9898
(edit) @104116   12 months vboxsync VMM/IEM: Darwin fixes for IEMEXECMEM_ALT_SUB_WITH_ALLOC_HEADER. The …
(edit) @104115   12 months vboxsync VMM/IEM: Split out the executable memory allocator from …
(edit) @104114   12 months vboxsync VMM/IEM: Implemented a very simple alternative to …
(edit) @104113   12 months vboxsync VMM/IEM: Fix some incorrect instruction names, bugref:9898
(edit) @104112   12 months vboxsync VMM/IEM: build fix. bugref:10370
(edit) @104111   12 months vboxsync DIS: Fixed missing row (0xad) in g_aDisasVexMap1_66. bugref:9898
(edit) @104110   12 months vboxsync VMM/IEM: Removed incorrect cbReq alignment in …
(edit) @104109   12 months vboxsync VMM/IEM: Kicked out the RTHeapSimple based exec mem allocator code as …
(edit) @104108   12 months vboxsync VMM/IEM: Slap a header on the exec mem allocations. This simplifies …
(edit) @104107   12 months vboxsync VMM/IEM: The source variables for IEM_MC_STORE_XREG_* must be acquired …
(edit) @104105   12 months vboxsync Runtime/darwin/time-darwin.cpp: Avoid using double-precision floating …
(edit) @104103   12 months vboxsync VMM/IEM: Convert assembly helpers for MMX/SSE instructions who not …
(edit) @104101   12 months vboxsync VMM/IEM: Get rid of the inefficient looping when flushing dirty guest …
(edit) @104100   12 months vboxsync VMM/IEM: Optimize kIemTbDbgEntryType_NativeOffset emitting, caching …
(edit) @104099   12 months vboxsync VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
(edit) @104098   12 months vboxsync VMM/IEM: #undef IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK build fix. …
(edit) @104097   12 months vboxsync VMSVGA3/ARM: Fix MMIO memory layout (make it the same as in Fusion) …
(edit) @104096   12 months vboxsync Additions: Linux/arm64: Fix VirtToPage implementation and make HGCM …
(edit) @104095   12 months vboxsync VMM/IEM: Release statistics on how often the exec memory allocator …
(edit) @104094   12 months vboxsync VMM/IEM: scm, trailing whitespace fix, bugref:9898
(edit) @104093   12 months vboxsync VMM/IEM: scm, trailing whitespace fix, bugref:9898
(edit) @104092   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_R32() and …
(edit) @104091   12 months vboxsync ValidationKit/tests/cpu/tdCpuIemInstr1: Ensure that the instruction …
(edit) @104090   12 months vboxsync ValidationKit/tests/cpu/tdCpuIemInstr1: Ensure that the instruction …
(edit) @104088   12 months vboxsync VMM/IEM: Fix the instruction legnth for amd64 in …
(edit) @104087   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U8() and …
(edit) @104084   12 months vboxsync VMM/IEM: Implement support for automatically flushing all call …
(edit) @104081   12 months vboxsync VMM/IEM: Same logic as r162478/iemGRegRefU8 applies here. bugref:9898
(edit) @104080   12 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104079   12 months vboxsync VMM/IEM: Can't access the high byte of a register when a VEX prefix is …
(edit) @104077   12 months vboxsync ValidationKit/bootsectors: Implement testcases for [v]pinsr[bdq] …
(edit) @104076   12 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104075   12 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @104074   12 months vboxsync VMM/IEM: Fix implementation of IEM_MC_SHL_LOCAL_S16() and …
(edit) @104073   12 months vboxsync VMM/IEM: Made the code compile without …
(edit) @104072   12 months vboxsync VMM/IEM: Build fix and marked the two local SHL/SAR operations as not …
(edit) @104071   12 months vboxsync ValKit/bootsectors: Added Bs3TestQueryCfgU16 and made it and the …
(edit) @104070   12 months vboxsync VMMDev: Add a magic tail dword following the data made available by …
(edit) @104069   12 months vboxsync FE/Qt: bugref:6899: NLS fixes for New VD and Clone VM wizards.
(edit) @104068   12 months vboxsync BIOS: Build real VDS S/G lists in AHCI driver, don't just fake it.
(edit) @104067   12 months vboxsync Comments.
(edit) @104066   12 months vboxsync ValKit/bootsectors: Added a g_cBs3ThresholdNativeRecompiler variable …
(edit) @104065   12 months vboxsync VMMDev: Added a VMMDEV_TESTING_CFG_THRESHOLD_NATIVE_RECOMPILER / …
(edit) @104064   12 months vboxsync VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
(edit) @104063   12 months vboxsync ValKit, storage, fix fRc value setting
(edit) @104062   12 months vboxsync ValKit/bs3-cpu-instr-2: Disabled ROL and ROR tests till the emulation …
(edit) @104061   12 months vboxsync ValKit/bs3-cpu-instr-2: Disabled ROL and ROR tests till the emulation …
(edit) @104060   12 months vboxsync ValidationKit/bs3-cpu-instr-3: Implement vextracti128/vextractf128 …
(edit) @104059   12 months vboxsync VMM/IEM: Implement vextracti128/vextractf128 instruction emulation, …
(edit) @104058   12 months vboxsync VMM/IEM: Make IEM_MC_FETCH_YREG_U128() take a iDQWord parameter to …
(edit) @104057   12 months vboxsync Additions: Linux: vboxvideo: Introduce initial support for kernel 6.9, …
(edit) @104056   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
(edit) @104055   12 months vboxsync FE/Qt: Typo in UIExtraDataManager / Beta stuff.
(edit) @104054   12 months vboxsync Version.kmk, FE/Qt: Remove explicit BETA label from the build, and …
(edit) @104053   12 months vboxsync VMM/IEM: Add native emitter for IEM_MC_STORE_GREG_I64(), bugref:10371
(edit) @104052   12 months vboxsync VMM/IEM: Non debug build fix, bugref:10629
(edit) @104051   12 months vboxsync VMM/IEM: Optimizing (hopefully) and correcting flag handling in …
(edit) @104050   12 months vboxsync VMM/IEM: Enable the delayed register writeback feature, bugref:10629
(edit) @104049   12 months vboxsync VMM/IEM: Mark the SIMD register as dirty based on the load size in …
(edit) @104048   12 months vboxsync VMM/IEM: Mark the SIMD register as dirty based on the load size in …
(edit) @104047   12 months vboxsync VMM/IEM: Straighten the code flushing dirty guest registers, …
(edit) @104046   12 months vboxsync Linux: VBoxNetFlt: Introduce initial support for kernel 6.9, bugref:10630.
(edit) @104043   12 months vboxsync FE/Qt: bugref:6899: NLS fix for UISerialSettingsEditor and …
(edit) @104042   12 months vboxsync FE/Qt: bugref:6899: UIBootOrderEditor NLS fix; Missing space.
(edit) @104041   12 months vboxsync FE/Qt: bugref:6899: Accessibility improvement for UIMarkableLineEdit; …
(edit) @104038   12 months vboxsync FE/Qt: Fixing build (oone more place as in r162426).
(edit) @104037   12 months vboxsync FE/Qt: Fixing build (some missing includes).
(edit) @104036   12 months vboxsync VMM/IEM: Add some more detailed debug info when a guest register …
(edit) @104035   12 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104034   12 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104033   12 months vboxsync VMM/IEM: Implement loading the missing part from CPUMCTX when the …
(edit) @104032   12 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Forward port r162255 (Fix …
(edit) @104030   12 months vboxsync VMM/IEM: Build fix for linux.arm64 (gcc complains about unsequenced …
(edit) @104029   12 months vboxsync VMM/VMMAll/target-x86/IEMAllN8veEmit-x86.h: Build fix, bugref:10391
(edit) @104028   12 months vboxsync Main/ResourceAssignmentManager.cpp: Make it build on linux.arm64 (gcc …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette