VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @62878   8 years vboxsync VMM/APIC: comment.
(edit) @62869   8 years vboxsync VMM: warnings.
(edit) @62659   8 years vboxsync VMMR3: warnings
(edit) @62654   8 years vboxsync VMMR3: warnings
(edit) @62653   8 years vboxsync VMMR3: warnings
(edit) @62639   8 years vboxsync VMMR3: warnings
(edit) @62637   8 years vboxsync VMMR3: warnings
(edit) @62606   8 years vboxsync VMM: Unused parameters.
(edit) @62603   8 years vboxsync VMM: Unused parameters.
(edit) @62601   8 years vboxsync VMM: Unused parameters.
(edit) @62540   8 years vboxsync VMM/GIM/HyperV: Synthetic interrupt controller bits.
(edit) @62478   8 years vboxsync (C) 2016
(edit) @62460   8 years vboxsync VMM: scm
(edit) @62440   8 years vboxsync VMM: More MSC level 4 warning fixes.
(edit) @62424   8 years vboxsync GIMAllHv.cpp: MSC level 4 warnings.
(edit) @62423   8 years vboxsync emReadBytes: MSC level 4 warning.
(edit) @62422   8 years vboxsync iemTaskSwitch: Fixed X86_DESC_DB check and faked up DescSS for V8086 …
(edit) @62421   8 years vboxsync IEMAll.cpp: Fixes for some MSC level 4 warnings.
(edit) @62420   8 years vboxsync IEMAllInstructions.cpp.h: Disable unreachable code warning.
(edit) @62419   8 years vboxsync IEMAll.cpp: Fixes for some MSC level 4 warnings.
(edit) @62417   8 years vboxsync VMM/GIM/HyperV: Synthetic interrupt controller bits and some cleanup.
(edit) @62413   8 years vboxsync iemAImpl_div_u64: Documented flag behavior of Intel Skylake 6700K, …
(edit) @62411   8 years vboxsync iemAImpl_mul_u64: Implemented flag behavior to match that of Intel …
(edit) @62408   8 years vboxsync iemAImpl_imul_u64: Adjusted flag behavior to match that of Intel …
(edit) @62404   8 years vboxsync iemAImpl_idiv_u64: Use RTUint128AssignNeg.
(edit) @62402   8 years vboxsync iemAImpl_imul_u64: Use RTUint128AssignNeg.
(edit) @62399   8 years vboxsync iemAImpl_imul_u64: missed one
(edit) @62398   8 years vboxsync iemAImpl_imul_u64: duh!
(edit) @62373   8 years vboxsync IEMAllAImplC.cpp: Basic 64-bit division and multiplication for 32-bit …
(edit) @62371   8 years vboxsync IEMAllAImplC.cpp: Basic 64-bit division and multiplication for 32-bit …
(edit) @62357   8 years vboxsync VMM/GIM/HyperV: SynIC: APIC-assist page bits.
(edit) @62338   8 years vboxsync IEM: Improved return codes.
(edit) @62326   8 years vboxsync PDMAllCritSect: Fixed raw-mode/ring-0 assertion wrt cNestings.
(edit) @62309   8 years vboxsync VMM/APIC: More info. on AssertMsgFailed.
(edit) @62304   8 years vboxsync PGMAllPhys.cpp: warnings
(edit) @62302   8 years vboxsync IEM,PGM: Got code TLB working in ring-3, execution is 3-4 times faster …
(edit) @62291   8 years vboxsync Removed empty internal/pgm.h header file. (That stuff moved into …
(edit) @62290   8 years vboxsync IEM: a few more lines of code tlb code.
(edit) @62277   8 years vboxsync VMM/CPUM: Use 'VMMDECL' until we fully retire the old APIC code. Fixes …
(edit) @62272   8 years vboxsync PATMRawLeave: VINF_EM_RAW_GUEST_TRAP is probably fine too
(edit) @62260   8 years vboxsync CPUMRawEnter: Incorrect CR0 assertion, we allow raw-mode without WP …
(edit) @62257   8 years vboxsync IEM: Fix missing read cleanup in retf to different level code path. …
(edit) @62246   8 years vboxsync iemMapLookup: Duh!
(edit) @62245   8 years vboxsync AllPdbTypeHack.cpp: Include instances alternative VM/VMCPU typedefs.
(edit) @62232   8 years vboxsync VMM: Try convince the microsoft linker to pick the right version of …
(edit) @62231   8 years vboxsync IEMAll: doxyfix.
(edit) @62189   8 years vboxsync IEM: A little bit more on the code TLB.
(edit) @62171   8 years vboxsync IEM: Working on instruction fetching optimizations (incomplete and …
(edit) @62147   8 years vboxsync PDMCritSect: NOP critsects are less likely to appear than real ones …
(edit) @62146   8 years vboxsync PDMCritSectAll.cpp: Enabled the optimizations optimizations.
(edit) @62145   8 years vboxsync PDMCritSectAll.cpp: Prepped a few optimizations.
(edit) @62138   8 years vboxsync IEMAll.cpp: Darwin build fix.
(edit) @62134   8 years vboxsync IEMExecLots: Made it do more than a single loop.
(edit) @62111   8 years vboxsync IEM: warnings.
(edit) @62109   8 years vboxsync IEM: Enable setjmp for all hosts.
(edit) @62093   8 years vboxsync IEM: Saved 1K (except 32-bit) by doing full+unaligned imm16, imme32 …
(edit) @62092   8 years vboxsync IEM: Saved 1K (except 32-bit) by doing full+unaligned imm16, imme32 …
(edit) @62091   8 years vboxsync IEM: Converted IEMOP_HLP_NO_LOCK_PREFIX to …
(edit) @62090   8 years vboxsync IEM: setjmp/longjmp on windows.
(edit) @62083   8 years vboxsync IEM: Optimize general purpose register handling a little, reducing the …
(edit) @62076   8 years vboxsync IEM: Make use of the direct CPUMCTX access (VMCPU_INCL_CPUM_GST_CTX).
(edit) @62034   8 years vboxsync PGMAllPool.cpp: Removed unwanted RTLogPrintf statements.
(edit) @62027   8 years vboxsync IEM: Do not mark selectors as stale when switching tasks.
(edit) @62018   8 years vboxsync VMM/APIC: Fix unsupported delivery mode combinations with IPIs.
(edit) @62015   8 years vboxsync IEM: Switched from using IEMCPU directly to using with via VMCPU. This …
(edit) @62010   8 years vboxsync IEM: Optimized iemSRegGetHid; started a little on TLB code.
(edit) @61968   8 years vboxsync IEM: Fixed setjmp bug (still disabled). Made IEMExecLots execute lots …
(edit) @61899   8 years vboxsync iemRegAddToRipAndClearRF: Tried to optimize the 32-bit code version a …
(edit) @61898   8 years vboxsync iemRegAddToRipAndClearRF: optimizations (64-bit code only). Save a …
(edit) @61897   8 years vboxsync IEM: 16-bit IP increment fix.
(edit) @61896   8 years vboxsync IEM: use uintptr_t instead of uint8_t/unsigned for offOpcode so the …
(edit) @61885   8 years vboxsync IEM: Playing with setjmp (disabled) vs return codes. Group6 jump table.
(edit) @61876   8 years vboxsync APIC: comment.
(edit) @61875   8 years vboxsync APIC: Make assertion local only for now, figure out if the guest can …
(edit) @61848   8 years vboxsync VMM/APIC: Use RZ {R0,RC} for the stat counters rather than separate …
(edit) @61847   8 years vboxsync IOAPIC, VMM/APIC: Use dedicated rc for when the APIC doesn't accept an …
(edit) @61807   8 years vboxsync VMM: attempt to fix the Windows breakage
(edit) @61800   8 years vboxsync VMM/APIC: Fix.
(edit) @61796   8 years vboxsync VMM/APIC: Build fix.
(edit) @61795   8 years vboxsync VMM/APIC: Cleanup.
(edit) @61794   8 years vboxsync VMM/APIC: Cleanup.
(edit) @61776   8 years vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61736   8 years vboxsync VMM/APIC: VBOXSTRICTRC nits, inline the MMIO read.
(edit) @61735   8 years vboxsync PDM,VMM: I/O APIC critsect fixes and interface changes to broadcast EOI.
(edit) @61685   9 years vboxsync VMM: I/O APIC lockless implementation.
(edit) @61670   9 years vboxsync MM: Add new tag for later use
(edit) @61665   9 years vboxsync Type typo.
(edit) @61660   9 years vboxsync iemOp_movups_Wps_Vpsmovupd_Wpd_Vpdmovss_Wss_Vssmovsd_Vsd_Wsd: …
(edit) @61657   9 years vboxsync VMM: Careful with cpumguest and friends!
(edit) @61651   9 years vboxsync IEM: quick movsd Wsd,Vsd impl for tindermac6.
(edit) @61650   9 years vboxsync IEMAllInstructions.cpp.h: cleanup
(edit) @61641   9 years vboxsync IEM: Enabling movlps and movups again.
(edit) @61640   9 years vboxsync IEM: unbreak long mode excption dispatching. cleanups
(edit) @61639   9 years vboxsync IEM: Temporarily disabled movlps and movups.
(edit) @61638   9 years vboxsync IEM: movlps for fedora 18.
(edit) @61637   9 years vboxsync IEM: Quick implementation of movups Wps,Vps.
(edit) @61636   9 years vboxsync IEM: Tiny fixes + enable callgate emulation (2nd try).
(edit) @61635   9 years vboxsync IEMAll.cpp: Ditto for long mode exception dispatching.
(edit) @61632   9 years vboxsync GIM: Correct header order to match what is use *everywhere* else in …
(edit) @61631   9 years vboxsync GIMAllHv.cpp: 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