VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65502   8 years vboxsync PGMPoolMonitor: more stats.
(edit) @65501   8 years vboxsync IEM: some cmpxchg16b notes.
(edit) @65493   8 years vboxsync CPUM,PGM: cmpxchg16b work (stats).
(edit) @65492   8 years vboxsync IEM: Fixed decoding typo with xmpcxchg8b/16b.
(edit) @65491   8 years vboxsync IEM: Fixed decoding typo with xmpcxchg8b/16b.
(edit) @65476   8 years vboxsync PGM: Backed out r113094, r113095, r113096, r113097 & r113098.
(edit) @65471   8 years vboxsync pgmR3PoolReset: A few missing members (harmless).
(edit) @65466   8 years vboxsync PGM: Guest page table walking optimizations (incomplete) and …
(edit) @65464   8 years vboxsync iemMemFetchSelDescWithErr: Ditto.
(edit) @65463   8 years vboxsync iemInitDecoderAndPrefetchOpcodes: Some MSC compatible branch predicting.
(edit) @65454   8 years vboxsync IEM: No uninitialized data please (addendum to r112875).
(edit) @65452   8 years vboxsync PGMAllBth.h: InvalidatePage: Skip if pgmShwGet32BitPDEPtr or …
(edit) @65398   8 years vboxsync PGMAllBth.h: Trap0eHandlerGuestFault: Fixed missing X86_TRAP_RSVD flag …
(edit) @65383   8 years vboxsync VMM/APIC: assertion.
(edit) @65380   8 years vboxsync VMM/APIC: Implement interrupt source tags (debugging).
(edit) @65379   8 years vboxsync VMM/APIC: Initialize u32TagSrc for now (parfait complains for …
(edit) @65368   8 years vboxsync IEM: build fix for code tlb and wp fix.
(edit) @65367   8 years vboxsync IEM: build fix for code tlb and wp fix.
(edit) @65348   8 years vboxsync Typo.
(edit) @65338   8 years vboxsync Remove the old, unused I/O APIC code and related define.
(edit) @65304   8 years vboxsync IEM: 286 only needs to fetch 6 bytes of descriptors.
(edit) @65207   8 years vboxsync iemCImpl_BranchCallGate: Added @todo on workaround from r112681, fixed …
(edit) @65195   8 years vboxsync IEM: Fixed BT implementation (memory access is R, not R/W).
(edit) @65194   8 years vboxsync IEM: Fixed FYL2X implementation.
(edit) @65192   8 years vboxsync IEM: PUSHF in V86 mode needs to increment rIP.
(edit) @65191   8 years vboxsync IEM: Typo caused FUCOMPP trouble.
(edit) @65180   8 years vboxsync IEM: In RETF and IRET, update SP or RSP depending on stack size.
(edit) @65179   8 years vboxsync IEM: When going through a call gate, do not touch old stack if there …
(edit) @65178   8 years vboxsync IEM: Call gate must take current stack size into account and not …
(edit) @65174   8 years vboxsync IEM: Additional L7 ging for exception dispatching.
(edit) @65168   8 years vboxsync doxygen fixes
(edit) @65135   8 years vboxsync VMM/APIC: Interface for retrieving APIC pages in all contexts.
(edit) @65097   8 years vboxsync IEM: Fixed inter-privilege RETF immediate (see bugref:8606).
(edit) @65030   8 years vboxsync IEM: Fixed BSR instruction.
(edit) @65029   8 years vboxsync IEM: Fixed sign flag calculation.
(edit) @64853   8 years vboxsync VMM/APIC: Paranoia.
(edit) @64852   8 years vboxsync VMM/PDM: Comment.
(edit) @64851   8 years vboxsync VMM/PDM: Fix uninitialized variable in PDMGetInterrupt() when APIC TPR …
(edit) @64770   8 years vboxsync VMM/DBGF, HM: Fix int3 based breakpoints set in the VM debugger when …
(edit) @64720   8 years vboxsync DBGF: Added DBGFR3StepEx for simple step-over support as well as both …
(edit) @64696   8 years vboxsync DevPCI*,PDM: Get internal bus number from PDM.
(edit) @64663   8 years vboxsync VMM/APIC: Get rid of msrApicBase cache from CPUMCTX, make APIC work …
(edit) @64662   8 years vboxsync VMM/APIC: Doxygen fix.
(edit) @64661   8 years vboxsync VMM/APIC: Doxygen fix.
(edit) @64655   8 years vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64626   8 years vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @64597   8 years vboxsync VMM/PDM: Doxygen fix.
(edit) @64596   8 years vboxsync VMM/APIC, PDM: Clean up PDM APIC helper interface, call VMM directly …
(edit) @64545   8 years vboxsync IEM: Added per-instruction statistics (not release).
(edit) @64327   8 years vboxsync PGM: Allow pre-registered MMIO regions up to 1TB in size by using …
(edit) @64323   8 years vboxsync pgmHandlerPhysicalExRegister: Corrected check for single RAM range.
(edit) @64310   8 years vboxsync VMM/GIM/KVM: Don't GP fault on invalid time-struct MSR write
(edit) @64279   8 years vboxsync IEM: todo
(edit) @64255   8 years vboxsync SUP,VMM,IPRT: SUPDrv and GIP major version bump! Added processor …
(edit) @64117   8 years vboxsync PGM: build fix
(edit) @64116   8 years vboxsync PGM: build fix
(edit) @64115   8 years vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @64112   8 years vboxsync VMM/APIC: comment nit.
(edit) @64086   8 years vboxsync VMM/APIC: Pass rcBusy to acpiSetEoi() so we return the appropriate …
(edit) @64033   8 years vboxsync VMM/IEM: Log typo nit.
(edit) @63843   8 years vboxsync VMM/APIC: Split ICR Lo, Hi, Full statistics to make it easier to …
(edit) @63651   8 years vboxsync VMM/GIM/HyperV: unused param build fix.
(edit) @63649   8 years vboxsync VMM/GIM/HyperV: unused param build fix.
(edit) @63648   8 years vboxsync VMM/GIM/HyperV: Add partial support for synthetic interrupt controller …
(edit) @63637   8 years vboxsync VMM/APIC: Doxygen fix.
(edit) @63633   8 years vboxsync VMM/APIC: unused param fix.
(edit) @63632   8 years vboxsync VMM/APIC: Initial Hyper-V support for synthetic interrupts, Hyper-V …
(edit) @63560   8 years vboxsync scm: cleaning up todos
(edit) @63525   8 years vboxsync nit
(edit) @63465   8 years vboxsync VMM: warnings (clang)
(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 …
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