VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20548   15 years vboxsync VMMR0JmpA-x86.asm: Fixed stack usage calc.
(edit) @20545   15 years vboxsync VMM: Instrumented the setjump code with stack usage statistics (only …
(edit) @20543   15 years vboxsync VMMR0JmpA*,tstVMMR0CallHost-*: some cleanup, build tests for both …
(edit) @20541   15 years vboxsync VMM: Split up VMMR0A.asm into VMMR0JmpA-x86.asm and …
(edit) @20540   15 years vboxsync CPUMR0A.asm: More pushf;cli ... popf paranoia.
(edit) @20539   15 years vboxsync CPUMR0A.asm: Split out the currently unused code into …
(edit) @20538   15 years vboxsync CPUMR0A.asm: Split out the currently unused code into …
(edit) @20536   15 years vboxsync CPUMR0A.asm: Name fixes and comments.
(edit) @20535   15 years vboxsync CPUMR0A.asm: must disable interrupt while messing with CR0 on darwin.
(edit) @20534   15 years vboxsync VMMR0A.asm: More sanity checks.
(edit) @20530   15 years vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20517   15 years vboxsync Corrected assertion
(edit) @20516   15 years vboxsync Moved VBOX_WITH_VMMR0_DISABLE_PREEMPTION blocks down
(edit) @20491   15 years vboxsync Log disabling didn't work
(edit) @20462   15 years vboxsync Compile warning removed
(edit) @20406   16 years vboxsync Removed obsolete REMR3ReplayInvalidatedPages
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20365   16 years vboxsync VMM: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20344   16 years vboxsync Updates
(edit) @20343   16 years vboxsync TPR emulation updates
(edit) @20330   16 years vboxsync Missing profile stop calls
(edit) @20328   16 years vboxsync Cleanup
(edit) @20325   16 years vboxsync More fixes
(edit) @20324   16 years vboxsync Fix
(edit) @20322   16 years vboxsync More updates
(edit) @20321   16 years vboxsync Update
(edit) @20320   16 years vboxsync Correction
(edit) @20319   16 years vboxsync Got rid of debug assertions
(edit) @20317   16 years vboxsync Experiment with TPR patching (disabled)
(edit) @20291   16 years vboxsync TPR patching for nested page accesses (disabled)
(edit) @20234   16 years vboxsync AMD-V: Host VMCB must also be per-VCPU
(edit) @20222   16 years vboxsync Multi-core changes. Return correct error in 64 bits guest smp on 32 …
(edit) @20142   16 years vboxsync VT-x/AMD-V: Keep statistics for injected traps & interrupts.
(edit) @20132   16 years vboxsync HWACCM: Finished (I hope) the VBOX_WITH_VMMR0_DISABLE_PREEMPTION code.
(edit) @20056   16 years vboxsync Backed out 47770 & 47771 (failed experiment)
(edit) @20046   16 years vboxsync Updates
(edit) @20038   16 years vboxsync Use new functions to get/set TPR (AMD-V).
(edit) @20035   16 years vboxsync Some updates for AMD APIC accesses
(edit) @20032   16 years vboxsync Expose X86_CPUID_AMD_FEATURE_ECX_CR8L to all guests.
(edit) @20026   16 years vboxsync Testing AMD IO-APIC patching
(edit) @20007   16 years vboxsync Turn on VAPIC access handling for all VCPUs
(edit) @20004   16 years vboxsync Logging change
(edit) @20003   16 years vboxsync Enabled the IO-APIC optimizations for VT-x in the 32 bits guest case. …
(edit) @20001   16 years vboxsync Cleaned up PDMGet/SetTPR.
(edit) @20000   16 years vboxsync Cleaned up
(edit) @19997   16 years vboxsync Wrong APIC page
(edit) @19996   16 years vboxsync Moved TPR caching check to the top.
(edit) @19995   16 years vboxsync Introduced PDMHasIoApic.
(edit) @19993   16 years vboxsync Proper handling of VMX_EXIT_APIC_ACCESS
(edit) @19992   16 years vboxsync Started with TPR caching for 32 bits guest (VT-x only).
(edit) @19986   16 years vboxsync Removed test code
(edit) @19985   16 years vboxsync Some APIC access updates (disabled)
(edit) @19976   16 years vboxsync HWSVMR0.cpp: Inverted check in assertion?
(edit) @19958   16 years vboxsync oops
(edit) @19957   16 years vboxsync VMM,SUPDrv-win,Config.kmk: VBOX_WITH_VMMR0_DISABLE_PREEMPTION
(edit) @19913   16 years vboxsync Noisy logging
(edit) @19910   16 years vboxsync More TBL shootdown work
(edit) @19903   16 years vboxsync Invalidation cleanup
(edit) @19829   16 years vboxsync updates
(edit) @19818   16 years vboxsync Compile fixes
(edit) @19813   16 years vboxsync Some cleanup
(edit) @19812   16 years vboxsync Implemented HWACCMFlushAllTLBs
(edit) @19773   16 years vboxsync Fixed accidental commits
(edit) @19772   16 years vboxsync Backed out 47401-3 for now
(edit) @19767   16 years vboxsync comment added
(edit) @19766   16 years vboxsync This is not fatal at all
(edit) @19764   16 years vboxsync warning
(edit) @19746   16 years vboxsync Sync the entire REM state when changing VCPU
(edit) @19734   16 years vboxsync Must export vmmR0LoggerFlush
(edit) @19732   16 years vboxsync Ring 0 logger changes.
(edit) @19730   16 years vboxsync Backed out 47346
(edit) @19729   16 years vboxsync RTLogSetDefaultInstanceThread change; ring 0 logging fix for multiple VCPUs
(edit) @19707   16 years vboxsync GVMM: Count EMTs instead of VMs to determin if we've got company or …
(edit) @19702   16 years vboxsync Need a separate ring 0 logger for each VCPU.
(edit) @19698   16 years vboxsync Updates
(edit) @19697   16 years vboxsync More statistics
(edit) @19693   16 years vboxsync Emulate the mwait instruction with VT-x and AMD-V as well.
(edit) @19671   16 years vboxsync Support,VMMR0: enable disabling of interrupts again and remove …
(edit) @19660   16 years vboxsync TM+affected: SMP changes in progress.
(edit) @19658   16 years vboxsync Logging updates
(edit) @19657   16 years vboxsync Fixed new lock/unlock behaviour
(edit) @19652   16 years vboxsync Added GVMMR0SchedPokeEx & GVMMR0SchedWakeUpEx
(edit) @19651   16 years vboxsync Wake up or poke the target CPU when signalling the arrival of a …
(edit) @19592   16 years vboxsync HostDrivers/Support,VMMR0: Use critical_enter and critical_exit to …
(edit) @19575   16 years vboxsync Updates for ring 0 call stack dumping. (not enabled nor tested)
(edit) @19484   16 years vboxsync PDM*Device.cpp: spaces again.
(edit) @19475   16 years vboxsync VMM: sending init IPI
(edit) @19468   16 years vboxsync VMM: better SIPI sending, reschedule to R3 as needed
(edit) @19462   16 years vboxsync VMM: iLastGZRc from VMM to VMMCPU.
(edit) @19460   16 years vboxsync HWACCM: play safe and only change the state to VMCPUSTATE_STARTED if …
(edit) @19457   16 years vboxsync HWACCM: Work the VMCPU::enmState.
(edit) @19454   16 years vboxsync VMM++: More on poking. Fixed broken R0 stats (wrong way of calling …
(edit) @19446   16 years vboxsync spaces.
(edit) @19437   16 years vboxsync SMP: send SIPI notification from APIC, let VM handle what really do
(edit) @19435   16 years vboxsync VMM: VMCPU::enmState.
(edit) @19434   16 years vboxsync Further splitup of VMM (ring 0 jump buffer).
(edit) @19417   16 years vboxsync Also check VMCPU_FF_REQUEST
(edit) @19406   16 years vboxsync GVMM: Added interfaces for Poking a single VCpu and for …
(edit) @19403   16 years vboxsync VBox/parma.h,VMM: VMCPU_MAX_CPU_COUNT & VMM_MAX_CPUS => …
(edit) @19398   16 years vboxsync GVMM: Address the GVMMR0GetVMByEMT issue and added access restrictions …
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