VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @87700   4 years vboxsync SUPDrv,++: Experimental support for wrapping .r0 modules in native …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81762   5 years vboxsync SUPDrv,tstRTInlineAsm: Fixed assertion/failure when trying to use the …
(edit) @81613   5 years vboxsync VMM,SUPDrv,x86.h: Nits. - supdrvTscMeasureDeltaOne: No bulldozer …
(edit) @81605   5 years vboxsync VMM (and related changes): Add support for Hygon Dhyana CPUs. Modified …
(edit) @81106   5 years vboxsync IPRT,SUP,*: Some GIP related fixes for supporting APIC IDs over 256 …
(edit) @81096   5 years vboxsync IPRT,SUP,*: Increased RTCPUSET_MAX_CPUS to 1024 for AMD64, except for …
(edit) @81075   5 years vboxsync SUPDrv,IPRT,VMM: Support host APIC ID above 256 in GIP. (Only tested …
(edit) @81071   5 years vboxsync SUPDrv,IPRT,VMM: Support host APIC ID above 256 in GIP. (Only tested …
(edit) @77727   6 years vboxsync IPRT,HostDrivers: Fixed some warnings.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75575   6 years vboxsync SUPDrvGip.cpp: warnings.
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @64290   8 years vboxsync SUPDrvGip.cpp: supdrvOSGipGetGroupTableSize is only present on windows!.
(edit) @64281   8 years vboxsync IPRT,SUP: Major vboxdrv and GIP version change; more flexible …
(edit) @64260   8 years vboxsync supdrvGipDetectGetGipCpuCallback: paranoia, pGipCpu could be NULL.
(edit) @64255   8 years vboxsync SUP,VMM,IPRT: SUPDrv and GIP major version bump! Added processor …
(edit) @64236   8 years vboxsync SUPDrvGip: name fix.
(edit) @64235   8 years vboxsync SUPDrvGip: name fix.
(edit) @63523   8 years vboxsync gcc 6 warning
(edit) @62664   8 years vboxsync SUPDrv: warnings
(edit) @62490   8 years vboxsync (C) 2016
(edit) @61825   8 years vboxsync supdrvMeasureTscDeltaCallbackUnwrapped: online check typos
(edit) @60529   9 years vboxsync SUPDrvGip.cpp: Disabled another RTTimerRequestSystemGranularity …
(edit) @60452   9 years vboxsync HostDrivers: pass NIL_RTR0PROCESS to RTR0MemObjMapUser() instead of …
(edit) @59618   9 years vboxsync SUPDrvGip: revert temporary change in r105447.
(edit) @59617   9 years vboxsync SupDrvGip: temporary change to TSC-delta measurement for testing on …
(edit) @59298   9 years vboxsync SUPDrvGip: Better timer granularity upgrade assertion.
(edit) @58887   9 years vboxsync SUPDrvGip: Fix race in TSC thread handle update and using it while …
(edit) @58884   9 years vboxsync supdrvTscDeltaThreadWait: OSDBGPRINT the state we don't like.
(edit) @58883   9 years vboxsync SUPDrvGip.cpp: OSDBGPRINT missing parameter.
(edit) @58340   9 years vboxsync HostDrivers: Doxygen fixes
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57260   9 years vboxsync SUPDrvGip: comment typo nits.
(edit) @57233   9 years vboxsync SUPDrvGip: Comment typos.
(edit) @57224   9 years vboxsync SUPDrv: Try deal more correctly with multiple …
(edit) @57218   9 years vboxsync SUPDrv, tstGIP-2: Add support for GIP flags and testing TSC frequency …
(edit) @57174   9 years vboxsync supdrvMeasureTscDeltaOne: Shot at the FX-8350 problem - don't measure …
(edit) @56924   9 years vboxsync HostDrivers/Support: Change the TSC-delta thread waiting to an …
(edit) @55436   10 years vboxsync Reverted bad commit r99781.
(edit) @55435   10 years vboxsync Bad commit, reverted with following changeset
(edit) @55418   10 years vboxsync nit.
(edit) @54581   10 years vboxsync HostDrivers/Support: add and use supdrvOSAreCpusOfflinedOnSuspend(). …
(edit) @54579   10 years vboxsync paranoia.
(edit) @54578   10 years vboxsync HostDrivers/Support: Host suspend/resume now recomputes TSC-deltas for …
(edit) @54551   10 years vboxsync HostDrivers/Support: doxygen nit.
(edit) @54516   10 years vboxsync SUPDrvGip.cpp: Increased the TSC frequency refinement period to 12.2 …
(edit) @54515   10 years vboxsync SUPDrvGip.cpp: Re-enabled the clock tick sync code in …
(edit) @54514   10 years vboxsync SUPDrvGip.cpp: Re-enabled the TSC frequency refinement timer for …
(edit) @54510   10 years vboxsync SUPDrvGip.cpp: Forgot something during the Init/Delete removal, would …
(edit) @54498   10 years vboxsync SUPDrvGip.cpp: Temporariliy disabled TSC frequency refinement on windows.
(edit) @54492   10 years vboxsync Temporarily disable the time tick loop in …
(edit) @54489   10 years vboxsync SUPDrvGip.cpp: Simplify the data structures for the TSC measurements, …
(edit) @54480   10 years vboxsync SUPDrvGip.cpp: Double the timeout to just below 2ms to make it less …
(edit) @54465   10 years vboxsync SUPDrvGip.cpp: Cleanups.
(edit) @54464   10 years vboxsync SUPDrvGip.cpp: Enabled the 2nd algo after some adjusting.
(edit) @54462   10 years vboxsync SUPDrvGip.cpp: Sync fixes.
(edit) @54458   10 years vboxsync nits
(edit) @54456   10 years vboxsync SUPDrvGip.cpp: Sync macro fix. Profiling in progress…
(edit) @54455   10 years vboxsync iprt/cdefs.h,VBoxDrvGip.cpp: Using noinline instead of noinline in …
(edit) @54454   10 years vboxsync Disable the statistics collected in supdrvTscDeltaVerify.
(edit) @54448   10 years vboxsync SUPDrv: Register a power manage notification callback so we can cancel …
(edit) @54447   10 years vboxsync SUPDrvGip.cpp: Use a interval timer as solaris cannot restart one-shot …
(edit) @54409   10 years vboxsync SUPDrvGip.cpp: Use RTMpOnPair.
(edit) @54402   10 years vboxsync Eliminated supdrvTscDeltaApply. corrected explanation in …
(edit) @54395   10 years vboxsync IPRT, HostDriver, VMMR0: MP notifications fixes for TSC-delta …
(edit) @54392   10 years vboxsync XXX
(edit) @54387   10 years vboxsync SUPDrvGip.cpp: Start the TSC measurement by testing for zero delta. We …
(edit) @54379   10 years vboxsync SUPDrvGip.cpp: Fixed warnings and build break.
(edit) @54377   10 years vboxsync SUPDrvGip.cpp: todo wrt host suspend during invariant tsc frequency …
(edit) @54376   10 years vboxsync done.
(edit) @54375   10 years vboxsync SUPDrvGip.cpp: Replaced idTscDeltaInitiator+RTThreadSleep(1) with a …
(edit) @54371   10 years vboxsync SUPDrvGip.cpp: Enabled new tsc-delta measurement sync code w/ timeout …
(edit) @54366   10 years vboxsync Must check for timeout in the first loop iteration.
(edit) @54365   10 years vboxsync SUPDrvGip.cpp: The TSC-delta thread must clear the work mask even if …
(edit) @54357   10 years vboxsync SUPDrvGip.cpp: First part of the less noisy tsc-delta-measurment …
(edit) @54355   10 years vboxsync docs.
(edit) @54354   10 years vboxsync nit
(edit) @54353   10 years vboxsync gee
(edit) @54352   10 years vboxsync SUPDrv,TM: Overhauled the CPU/TSC frequency a little, making it …
(edit) @54345   10 years vboxsync Cleaning up the 2nd algo.
(edit) @54342   10 years vboxsync SUPDrvGip.cpp: First part of multiple tsc delta algorithm reorg.
(edit) @54339   10 years vboxsync SUPDrv,VMM: Added SUPR0TscDeltaMeasureBySetIndex to SUPDrv (bumping …
(edit) @54334   10 years vboxsync SUPDrvGip.cpp: We can skip the determin-async-tsc test on invariant …
(edit) @54329   10 years vboxsync SUPDrvGip.cpp: Reordered the code, missed a bit.
(edit) @54328   10 years vboxsync SUPDrvGip.cpp: Reordered the code.
(copy) @54327   10 years vboxsync SUPDrv: Split out the GIP related code into SUPDrvGip.cpp.
copied from trunk/src/VBox/HostDrivers/Support/SUPDrv.c
(edit) @54321   10 years vboxsync SUPDrv: Worked around (fudged) for hyper-threading issue by picking a …
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