VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54820   10 years vboxsync VMM/PGMPhys: Oops, unintentional disabling of assertion.
(edit) @54819   10 years vboxsync VMM/GIM: Implemented KVM paravirt. provider.
(edit) @54818   10 years vboxsync build fix
(edit) @54815   10 years vboxsync CPUMR3CpuId.cpp: Fixed problem collecting CPUID sub-leaves for leaf …
(edit) @54813   10 years vboxsync build fix
(edit) @54812   10 years vboxsync cpuid dumping updates.
(edit) @54801   10 years vboxsync Forgot this one again.
(edit) @54799   10 years vboxsync CPUM: Fixed two problems with the CPUID code. cLeaves wasn't updated …
(edit) @54797   10 years vboxsync cpumR3CpuIdInsert: Better error assertions/logging.
(edit) @54793   10 years vboxsync PGM: Added forgotten argument.
(edit) @54777   10 years vboxsync cpumR3LoadGuestCpuIdArray: Forgot to initialize fFlags in when faking …
(edit) @54776   10 years vboxsync VMM/PGM: cosmetics.
(edit) @54764   10 years vboxsync Added an infix 'ASMFIX' to the PATMA.h fixup types used in the patch …
(edit) @54763   10 years vboxsync PATM,CPUM: Redid the CPUID stuff by calling a patch helper function …
(edit) @54762   10 years vboxsync PATM: Only fix up constants when loading state. (missed assertion)
(edit) @54761   10 years vboxsync PATM: Only fix up constants when loading state.
(edit) @54760   10 years vboxsync CPUMGetGuestCpuId: Fixed APIC ID assertions to read the pLeaf values …
(edit) @54752   10 years vboxsync Log cosmetics.
(edit) @54751   10 years vboxsync VMM/HM: log cosmetics.
(edit) @54750   10 years vboxsync CPUM: Increase the max cpuid leaves a lot. Fixed incorrect sanitizing …
(edit) @54749   10 years vboxsync CPUM: Increase the max cpuid leaves a lot. Fixed incorrect sanitizing …
(edit) @54746   10 years vboxsync Changed PATCHGEN_PROLOG to take the expected output size as input …
(edit) @54740   10 years vboxsync VMM: Made the max CPUID leaf cutoffs configurable.
(edit) @54739   10 years vboxsync Fixed warning.
(edit) @54737   10 years vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54728   10 years vboxsync PATM,VMM,err.h: Added VERR_PATM_IPE_TRAP_IN_PATCH_CODE for getting a …
(edit) @54727   10 years vboxsync PATM.cpp: Let EMR3FatalError do its job.
(edit) @54720   10 years vboxsync VMM: Some more internal decls.
(edit) @54719   10 years vboxsync VMM: Make the thread-context hook functions VMM internal linkage.
(edit) @54718   10 years vboxsync VMM: VMMR0ThreadCtxHooksDeregister returns void, further simplified …
(edit) @54717   10 years vboxsync VMM/VMMR0: Clear idHostCpu *before* deregistering the preemption hook.
(edit) @54714   10 years vboxsync PATM,CPUM: CPUID patch update.
(edit) @54712   10 years vboxsync VMM: Clear idHostCpu mapping while deregistering the context-hooks …
(edit) @54707   10 years vboxsync re-enable EILVT handling by backing out r98856
(edit) @54701   10 years vboxsync VMM/GIM: nits.
(edit) @54698   10 years vboxsync VMMSwitcher: disable EILVT handing again to check if it makes any …
(edit) @54697   10 years vboxsync VMM/TM: TMR3CpuTickIsFixedRateMonotonic() for now.
(edit) @54692   10 years vboxsync Oops
(edit) @54691   10 years vboxsync PATMA.asm: New way of writing patches that exploits the fact that …
(edit) @54689   10 years vboxsync PATM: Doing some more cleanups while trying to understand stuff again.
(edit) @54688   10 years vboxsync PATM: Doing some more cleanups while trying to understand stuff again.
(edit) @54687   10 years vboxsync PATM: Renamed the PATMA.asm global data to g_patm* (was PATM*).
(edit) @54686   10 years vboxsync PATM: Added some comments and formalized the reloc array type (instead …
(edit) @54674   10 years vboxsync CPUM: Working on refactoring the guest CPUID handling.
(edit) @54672   10 years vboxsync VMM/TM: Update fTSCModeSwitchAllowed to include tmR3HasFixedTSC() and …
(edit) @54669   10 years vboxsync Typo in comment.
(edit) @54667   10 years vboxsync VMM/GIM: nit.
(edit) @54656   10 years vboxsync VMM/GIM: build fix.
(edit) @54655   10 years vboxsync VMM/GIM: nits.
(edit) @54654   10 years vboxsync VMM/GIM: cleanup.
(edit) @54650   10 years vboxsync SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0
(edit) @54600   10 years vboxsync VMM/HMR0: Clarify todo.
(edit) @54561   10 years vboxsync Moved all the CPUID related code from CPUM.cpp to CPUMR3CpuId.cpp
(edit) @54552   10 years vboxsync VMMR0: Clear pVCpu->idHostCpu on way out while measuring deltas as well.
(edit) @54550   10 years vboxsync TM: Updated per cpu info logging for the gip (log everything that …
(edit) @54549   10 years vboxsync TM.cpp: Use the nominal CPU frequency, not the current …
(edit) @54546   10 years vboxsync VMMSwitcher: no write completion required
(edit) @54545   10 years vboxsync VMM/HMR0: Temporarily revert r98414.
(edit) @54537   10 years vboxsync VMMSwitcher: fixed code for disabling the Extended LVT APIC registers
(edit) @54535   10 years vboxsync CPUMR0: more debug logging
(edit) @54496   10 years vboxsync VMMSwitcher: test code for disabling the Extended LVT APIC registers …
(edit) @54475   10 years vboxsync CPUMR0: fHasThermal was never used
(edit) @54474   10 years vboxsync VMMSwitcher: fixed two typos which prevented proper handling of the …
(edit) @54467   10 years vboxsync IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.
(edit) @54444   10 years vboxsync VMM/TM: fix assertion.
(edit) @54395   10 years vboxsync IPRT, HostDriver, VMMR0: MP notifications fixes for TSC-delta …
(edit) @54385   10 years vboxsync PDM/Audio: Ignore old AudioSniffer device when loading older saved states.
(edit) @54384   10 years vboxsync VMM/HMVMXR0: Fix debug assertion on 32-bit hosts. Host-state is …
(edit) @54367   10 years vboxsync pgmRZDynMapAssertIntegrity: Fixed IN_RC problem spotted by gcc 5 & Frank.
(edit) @54352   10 years vboxsync SUPDrv,TM: Overhauled the CPU/TSC frequency a little, making it …
(edit) @54339   10 years vboxsync SUPDrv,VMM: Added SUPR0TscDeltaMeasureBySetIndex to SUPDrv (bumping …
(edit) @54332   10 years vboxsync No need to do this twice, I think…
(edit) @54308   10 years vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54292   10 years vboxsync VMM/TM: logging.
(edit) @54277   10 years vboxsync VMM/HM: Fix incorrect disabling on VT-x/AMD-V while offlining CPUs …
(edit) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54256   10 years vboxsync VMCPU: Added a iHostCpuSet field to go with the idHostCpu one. This …
(edit) @54252   10 years vboxsync SUPDrv,GIP,TM: Combined fOsTscDeltasInSync and fTscDeltasRoughlyInSync …
(edit) @54219   10 years vboxsync HostDrivers/support: TSC-delta bits.
(edit) @54218   10 years vboxsync DBGF,DBGC: Added dmesg command and implemented it for linux guests.
(edit) @54215   10 years vboxsync Runtime,TM: Use GIP's fTscDeltasAreRoughlyInSync.
(edit) @54214   10 years vboxsync HostDrivers/Support, testcase, TM: Add fTscDeltasRoughlyInSync.
(edit) @54207   10 years vboxsync Updated .def files with new RTTimeNanoTS* names.
(edit) @54206   10 years vboxsync Attempt at build fix for gcc weirdness.
(edit) @54203   10 years vboxsync IEM: Improved ENTER implementation (thanks Intel!).
(edit) @54202   10 years vboxsync IPRT,TM: Implemented GIP TSC delta processing in the RTTimeNanoTS code.
(edit) @54201   10 years vboxsync HostDrivers/Support, VMM: avoid code duplication.
(edit) @54196   10 years vboxsync VMM/HM: stat adjustments.
(edit) @54195   10 years vboxsync VMM/TM: Enabled waking up of EMTs (poking) from the TM R3-timer …
(edit) @54191   10 years vboxsync GVMMR0.cpp: Enable the periodic preemtion timer code on soalris.
(edit) @54154   10 years vboxsync VMM/HM: nit, log ordering.
(edit) @54153   10 years vboxsync VMM/HM: Fix VMX-preemption timer override from CFGM, renamed CFGM key …
(edit) @54152   10 years vboxsync VMM/HMVMXR0: Fix host hang if VMX-preemption timer is disabled.
(edit) @54130   10 years vboxsync VMM/HMVMXR0: comment update.
(edit) @54102   10 years vboxsync VMM: doxygen nits.
(edit) @54098   10 years vboxsync VMM/HMVMXR0: spaces.
(edit) @54097   10 years vboxsync VMM/HMVMXR0: nit.
(edit) @54089   10 years vboxsync VMM/GIMAllHv: Ignore writes to the Hypercall MSR. Fixes FreeBSD 10.1 …
(edit) @54087   10 years vboxsync VMM/TM: build fix.
(edit) @54085   10 years vboxsync VMM/TM: Only switch to real-tsc-offset mode when host is capable.
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