VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @88562   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Added pdmLockIsOwner for upcoming changes.
(edit) @88557   4 years vboxsync APIC: More statistics for certain registers.
(edit) @88290   4 years vboxsync Intel IOMMU: bugref:9967 PDM: Added CPUMGetGuestAddrWidths and PDM …
(edit) @88078   4 years vboxsync AMD IOMMU: Doxygen fixes. bugref:9654
(edit) @88076   4 years vboxsync VMM/TM: doxygen fix. bugref:9943
(edit) @88075   4 years vboxsync Backing out r143016 (doxygen fix) as it needs to be split up.
(edit) @87935   4 years vboxsync VMM: Properly count critsect contention in release builds too. bugref:9890
(edit) @87926   4 years vboxsync doxygen fixing
(edit) @87921   4 years vboxsync HM/VMX: Apparently xeon e3-1220 v2 and friends are also affected by …
(edit) @87831   4 years vboxsync VMM: Some modification for r142732 to make it work with KVM nested …
(edit) @87822   4 years vboxsync VMM/TM: Let non-EMTs schedule timers too. Take care when translating …
(edit) @87814   4 years vboxsync VMM/TM: Eliminated the enmClock member from TMTIMER, we'll be using …
(edit) @87813   4 years vboxsync VMM/TM: TMTIMER_HANDLE_TO_PTR_RETURN* -> …
(edit) @87812   4 years vboxsync VMM/TM: Replaced the global timer active list lock with per queue …
(edit) @87792   4 years vboxsync VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
(edit) @87776   4 years vboxsync dbgf.h,VMM/DBGF: A bit of cleanup on the public breakpoint structure …
(edit) @87774   4 years vboxsync VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. [build fix] …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87771   4 years vboxsync VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. bugref:9943
(edit) @87770   4 years vboxsync VMM/TM: Doxygen fixes. bugref:9943
(edit) @87766   4 years vboxsync VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a …
(edit) @87764   4 years vboxsync VMM/TM: Experimenting with changing the signature of TMTimerFromMilli. …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87751   4 years vboxsync VMM: Eliminated one ASMReadTSC in TMNotifyEndOfExecution. Both VT-x …
(edit) @87750   4 years vboxsync VMM/TM: Further relax memory ordering when signaling …
(edit) @87749   4 years vboxsync VMM/TM: Relax ordering when signaling update-in-progress in …
(edit) @87748   4 years vboxsync TM: Speed up TMNotifyEndOfExecution by using TSC instead of …
(edit) @87740   4 years vboxsync SUP/Makefile-wrapper.gmk,iprt/asmdefs.mac: Call objtool on our .r0
(edit) @87652   4 years vboxsync AMD IOMMU: bugref:9654 Returns all 1s on PCI physical memory read …
(edit) @87636   4 years vboxsync VMM/IEM: Need to set IEM_XCPT_FLAGS_ERR for GP faults as well in …
(edit) @87634   4 years vboxsync VMM/TM,VMM/HMVMX: Try avoid calling TMCpuTickGetDeadlineAndTscOffset …
(edit) @87633   4 years vboxsync VMM/TM,VMM/HMVMX: Try avoid calling TMCpuTickGetDeadlineAndTscOffset …
(edit) @87626   4 years vboxsync IPRT/time,VMM/TM: Added extra parameter to the RTTimeNanoTS GIP …
(edit) @87594   4 years vboxsync VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) …
(edit) @87563   4 years vboxsync VMM/HM: Moved the 'ForRing3' and 'ForLog' bits to the back of the HM …
(edit) @87547   4 years vboxsync VMM/HMVMX: Moved fUnrestrictedGuest member from HM::vmx to …
(edit) @87543   4 years vboxsync VMM/HMVMX: Use g_HmMsrs instead of pVM->hm.s.vmx.Msrs in ring-0, part …
(edit) @87542   4 years vboxsync SUPDrv,VMM/HM: Modified the representation of the 9 VT-x controls MSRs …
(edit) @87541   4 years vboxsync VMM/HMVMX: Use g_HmMsrs instead of pVM->hm.s.vmx.Msrs in ring-0, part …
(edit) @87538   4 years vboxsync VMM/HMSVM: Eliminated HMR0PERVM::svm::fFeatures and made the ring-0 …
(edit) @87518   4 years vboxsync VMM/HM: Make a R0 copy of HM::fAllow64BitGuests on setup (for VT-x). …
(edit) @87515   4 years vboxsync VMM/HM: Make a R0 copy of HM::fNestedPaging on setup. Moved …
(edit) @87511   4 years vboxsync VMM/HMSVM: Moving some SVM stuff to HMR0PERVM. Removed 3 unused …
(edit) @87501   4 years vboxsync VMM/HM: Reverted r142521 as r142524 is a better fix.
(edit) @87497   4 years vboxsync VMM/HMR3ResetCpu: Only touch the vmx fields if we're in vmx mode.
(edit) @87494   4 years vboxsync AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup, part 3.
(edit) @87489   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. [name fix] bugref:9217
(edit) @87488   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87487   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87483   4 years vboxsync AMD IOMMU: bugref:9654 Doxygen.
(edit) @87480   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87479   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
(edit) @87478   4 years vboxsync AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup, part 2.
(edit) @87477   4 years vboxsync AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup.
(edit) @87472   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. Created …
(edit) @87361   4 years vboxsync VMM/CPUM,HMSVM: Mirror the state of fUseFlags[CPUM_USED_FPU_GUEST] in …
(edit) @87346   4 years vboxsync VMM/CPUM: Dropped the fForceHyper parameter of CPUMRecalcHyperDRx. It …
(edit) @87345   4 years vboxsync VMM/CPUM: Removed CPUM_SYNC_FPU_STATE, CPUM_SYNC_DEBUG_REGS_GUEST and …
(edit) @87308   4 years vboxsync VMM/IEM: Make sure to set XSAVE_C_YMM in the xstate header so changes …
(edit) @87292   4 years vboxsync TMAllCpu: > 4GHz CPU fun. Adjustments for bugref:9898.
(edit) @87141   4 years vboxsync VMM: Remove VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 and the code it encloses …
(edit) @87134   4 years vboxsync VMM/DBGFR3FlowTrace: First commit of a new DBGF framework to collect …
(edit) @87132   4 years vboxsync Config.kmk: Enable the new DBGF breakpoint handling code, bugref:9837 …
(edit) @87130   4 years vboxsync VMM: More owner handling code for bugref:9837
(edit) @87040   4 years vboxsync VMM: Better fix for r141682 - Fix delivery of external interrupts when …
(edit) @86751   4 years vboxsync VMM/DBGF: Implement L2 binary search tree node removal and make the …
(edit) @86749   4 years vboxsync VMM/DBGF: Implement L2 binary search tree node removal and make the …
(edit) @86730   4 years vboxsync VMM/DBGF: Move the DBGFRZ* part into VMMAll as the trap handlers will …
(edit) @86667   4 years vboxsync include/VBox,VMM,DBGF: Some boilerplate for the new breakpoint manager …
(edit) @86666   4 years vboxsync include/VBox,VMM,DBGF: Some boilerplate for the new breakpoint manager …
(edit) @86554   4 years vboxsync VMM/PGMAllBth.h: Fixed inverted assertion in InvalidatePage/AMD64AMD64 …
(edit) @86516   4 years vboxsync VMM/PGM: Fix regression introduced with r140786 causing an infinite …
(edit) @86489   4 years vboxsync VMM/PGM: Working on eliminating page table bitfield use (32-bit PTEs). …
(edit) @86488   4 years vboxsync VMM/PGM: Working on eliminating page table bitfield use (32-bit PDEs). …
(edit) @86487   4 years vboxsync VMM/PGM: Working on eliminating page table bitfield use (PAE PTEs). …
(edit) @86478   4 years vboxsync VMM/PGM: Working on eliminating page table bitfield use. [debug build …
(edit) @86477   4 years vboxsync VMM/PGM: Use atomics when updating accessed and dirty flags from the …
(edit) @86476   4 years vboxsync VMM/PGM: Working on eliminating page table bitfield use. bugref:9841 …
(edit) @86475   4 years vboxsync VMM/PGMPool: Working on eliminating page table bitfield use. …
(edit) @86473   4 years vboxsync VMM/PGM: Working on eliminating page table bitfield use. bugref:9841 …
(edit) @86472   4 years vboxsync VMM/PGMPool: Working on eliminating page table bitfield use. …
(edit) @86470   4 years vboxsync VMM/PGMPool: A couple of large page bugfixes (one harmless, the other …
(edit) @86468   4 years vboxsync VMM/PGMAll.cpp: Working on eliminating page table bitfield use. [build …
(edit) @86466   4 years vboxsync VMM/PGMAll.cpp: Working on eliminating page table bitfield use. …
(edit) @86464   4 years vboxsync VMM/PGMAll.h: No EPT bitfields. bugref:9841 bugref:9746
(edit) @86463   4 years vboxsync VMM/PGMAllShw.h: More bitfield avoidance. bugref:9841 bugref:9746
(edit) @86462   4 years vboxsync VMM/PGM: Don't check for, or even define, PGM_PLXFLAGS_MAPPING when …
(edit) @86461   4 years vboxsync VMM/PGM: Don't check for, or even define, PGM_PDFLAGS_MAPPING when …
(edit) @86458   4 years vboxsync VMM/pgmR0BthEPT*SyncPT: Don't use the bit fields as gcc may sometimes …
(edit) @86455   4 years vboxsync VMM/pgmShwGetEPTPDPtr: Don't use the bit fields as gcc may sometimes …
(edit) @86453   4 years vboxsync VMM/PGM: Workaround for buggy gcc (10.2.1) clearing high dword of PDE. …
(edit) @86185   4 years vboxsync VMM: Implemented sysenter and sysexit in IEM (limited testing). Added …
(edit) @86183   4 years vboxsync VMM: Implemented sysenter and sysexit in IEM (limited testing). Added …
(edit) @86121   4 years vboxsync VMM/GIM: Fix handling KVM system-time struct. to work from both ring-0 …
(edit) @86117   4 years vboxsync NEM: Some adjustments to r140349.
(edit) @86116   4 years vboxsync VMM/NEM: Implement Mesa vmwgfx #GP(0) workaround existing for SVM and …
(edit) @86115   4 years vboxsync VMM/NEM: Implement Mesa vmwgfx #GP(0) workaround existing for SVM and …
(edit) @86067   4 years vboxsync VMM/NEM/win: Fix exporting the XMM register state to Hyper-V
(edit) @86056   4 years vboxsync Back out r140215 which is not required anymore, bugref:9004#c72
(edit) @86018   4 years vboxsync NEM/Hyper-V: Make the unmap pages hack threshold configurable bugref:9044
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