VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @55784   10 年 vboxsync Restored lost ProductVersion.
(edit) @55782   10 年 vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 年 vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55778   10 年 vboxsync SUPHardenedVerifyProcess-win.cpp: typo
(edit) @55772   10 年 vboxsync Two more RC defines.
(edit) @55771   10 年 vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @55689   10 年 vboxsync supHardNtVpFileMemCompareSection: Forgot to move pbFile forward along …
(edit) @55436   10 年 vboxsync Reverted bad commit r99781.
(edit) @55435   10 年 vboxsync Bad commit, reverted with following changeset
(edit) @55418   10 年 vboxsync nit.
(edit) @55411   10 年 vboxsync SUPLib: ugh missed commit.
(edit) @55410   10 年 vboxsync SUPDrvIOC: version bump for r99750.
(edit) @55409   10 年 vboxsync SUPDrvIOC: fix typo. SUPR3ReadTsc now works, previously will always …
(edit) @55401   10 年 vboxsync added a couple of missing Id headers
(edit) @55319   10 年 vboxsync forward-ported r98914, r98916 from 4.3 to trunk (LogRel and build fix)
(edit) @55318   10 年 vboxsync forward-ported r98913 from 4.3 to trunk (Support/Darwin: on recent …
(edit) @55246   10 年 vboxsync SUPReadTscWithDelta: Apply the delta correctly.
(edit) @55095   10 年 vboxsync Assorted fixes for FreeBSD hosts, VBox compiles and runs again without …
(edit) @55026   10 年 vboxsync supHardNtVpFreeOrReplacePrivateExecMemory: Bugfix.
(edit) @55017   10 年 vboxsync supHardNt: bcrypt.dll is not mandatory
(edit) @55007   10 年 vboxsync supHardNt: Corrected loader lock ownership check. Turns out LockCount …
(edit) @54998   10 年 vboxsync supHardNt: Some more memory replacment hacking - take evasive action …
(edit) @54997   10 年 vboxsync supHardNt: Never call WinVerifyTrust and friends when owning the …
(edit) @54993   10 年 vboxsync SUPHardNt: Extended the free/replace unknown exec memory trick a little.
(edit) @54890   10 年 vboxsync oops
(edit) @54889   10 年 vboxsync SUPR0QueryVTCaps: Copy & past wrt unimpeded guest execution.
(edit) @54874   10 年 vboxsync SUPR0QueryVTCaps: Added SUPVTCAPS_VTX_UNRESTRICTED_GUEST return flag. …
(edit) @54867   10 年 vboxsync HostDrivers/Support: typo.
(edit) @54808   10 年 vboxsync backed out r98998 and r99000 -- shouldn't be necessary here
(edit) @54803   10 年 vboxsync more SMAP handling
(edit) @54802   10 年 vboxsync another place where we have to handle SMAP
(edit) @54666   10 年 vboxsync SUPDrv-win.cpp: Make sure we don't call ExFreePoolWithTag with a NULL …
(edit) @54664   10 年 vboxsync SUPDrv-win: be pedantic
(edit) @54651   10 年 vboxsync build fix
(edit) @54650   10 年 vboxsync SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0
(edit) @54581   10 年 vboxsync HostDrivers/Support: add and use supdrvOSAreCpusOfflinedOnSuspend(). …
(edit) @54579   10 年 vboxsync paranoia.
(edit) @54578   10 年 vboxsync HostDrivers/Support: Host suspend/resume now recomputes TSC-deltas for …
(edit) @54560   10 年 vboxsync SUPHardNt: Don't get confused and throw …
(edit) @54551   10 年 vboxsync HostDrivers/Support: doxygen nit.
(edit) @54516   10 年 vboxsync SUPDrvGip.cpp: Increased the TSC frequency refinement period to 12.2 …
(edit) @54515   10 年 vboxsync SUPDrvGip.cpp: Re-enabled the clock tick sync code in …
(edit) @54514   10 年 vboxsync SUPDrvGip.cpp: Re-enabled the TSC frequency refinement timer for …
(edit) @54510   10 年 vboxsync SUPDrvGip.cpp: Forgot something during the Init/Delete removal, would …
(edit) @54502   10 年 vboxsync SUPDrv-win.cpp: Reverted r98598.
(edit) @54498   10 年 vboxsync SUPDrvGip.cpp: Temporariliy disabled TSC frequency refinement on windows.
(edit) @54492   10 年 vboxsync Temporarily disable the time tick loop in …
(edit) @54490   10 年 vboxsync Temporarily disabled delta calculations on windows.
(edit) @54489   10 年 vboxsync SUPDrvGip.cpp: Simplify the data structures for the TSC measurements, …
(edit) @54480   10 年 vboxsync SUPDrvGip.cpp: Double the timeout to just below 2ms to make it less …
(edit) @54467   10 年 vboxsync IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.
(edit) @54465   10 年 vboxsync SUPDrvGip.cpp: Cleanups.
(edit) @54464   10 年 vboxsync SUPDrvGip.cpp: Enabled the 2nd algo after some adjusting.
(edit) @54462   10 年 vboxsync SUPDrvGip.cpp: Sync fixes.
(edit) @54458   10 年 vboxsync nits
(edit) @54456   10 年 vboxsync SUPDrvGip.cpp: Sync macro fix. Profiling in progress…
(edit) @54455   10 年 vboxsync iprt/cdefs.h,VBoxDrvGip.cpp: Using noinline instead of noinline in …
(edit) @54454   10 年 vboxsync Disable the statistics collected in supdrvTscDeltaVerify.
(edit) @54453   10 年 vboxsync Runtime/testcase: tstRTR0ThreadPreemption rename fixes.
(edit) @54448   10 年 vboxsync SUPDrv: Register a power manage notification callback so we can cancel …
(edit) @54447   10 年 vboxsync SUPDrvGip.cpp: Use a interval timer as solaris cannot restart one-shot …
(edit) @54446   10 年 vboxsync RTMpOnPair implementation for linux.
(edit) @54419   10 年 vboxsync HostDrivers/Support: fix the Linux modules
(edit) @54412   10 年 vboxsync SUPDrv-win.cpp: We can do cross calls using IPI too for a month or two.
(edit) @54409   10 年 vboxsync SUPDrvGip.cpp: Use RTMpOnPair.
(edit) @54402   10 年 vboxsync Eliminated supdrvTscDeltaApply. corrected explanation in …
(edit) @54395   10 年 vboxsync IPRT, HostDriver, VMMR0: MP notifications fixes for TSC-delta …
(edit) @54392   10 年 vboxsync XXX
(edit) @54387   10 年 vboxsync SUPDrvGip.cpp: Start the TSC measurement by testing for zero delta. We …
(edit) @54379   10 年 vboxsync SUPDrvGip.cpp: Fixed warnings and build break.
(edit) @54377   10 年 vboxsync SUPDrvGip.cpp: todo wrt host suspend during invariant tsc frequency …
(edit) @54376   10 年 vboxsync done.
(edit) @54375   10 年 vboxsync SUPDrvGip.cpp: Replaced idTscDeltaInitiator+RTThreadSleep(1) with a …
(edit) @54373   10 年 vboxsync oops.
(edit) @54371   10 年 vboxsync SUPDrvGip.cpp: Enabled new tsc-delta measurement sync code w/ timeout …
(edit) @54366   10 年 vboxsync Must check for timeout in the first loop iteration.
(edit) @54365   10 年 vboxsync SUPDrvGip.cpp: The TSC-delta thread must clear the work mask even if …
(edit) @54357   10 年 vboxsync SUPDrvGip.cpp: First part of the less noisy tsc-delta-measurment …
(edit) @54355   10 年 vboxsync docs.
(edit) @54354   10 年 vboxsync nit
(edit) @54353   10 年 vboxsync gee
(edit) @54352   10 年 vboxsync SUPDrv,TM: Overhauled the CPU/TSC frequency a little, making it …
(edit) @54346   10 年 vboxsync tstSupTscDelta.cpp: added --delay <ms> option.
(edit) @54345   10 年 vboxsync Cleaning up the 2nd algo.
(edit) @54342   10 年 vboxsync SUPDrvGip.cpp: First part of multiple tsc delta algorithm reorg.
(edit) @54339   10 年 vboxsync SUPDrv,VMM: Added SUPR0TscDeltaMeasureBySetIndex to SUPDrv (bumping …
(edit) @54338   10 年 vboxsync Missed a few .c refs.
(edit) @54335   10 年 vboxsync space.
(edit) @54334   10 年 vboxsync SUPDrvGip.cpp: We can skip the determin-async-tsc test on invariant …
(edit) @54331   10 年 vboxsync SUPDrv.c -> SUPDrv.cpp; SUPDrvSem.c -> SUPDrvSem.cpp
(edit) @54329   10 年 vboxsync SUPDrvGip.cpp: Reordered the code, missed a bit.
(edit) @54328   10 年 vboxsync SUPDrvGip.cpp: Reordered the code.
(edit) @54327   10 年 vboxsync SUPDrv: Split out the GIP related code into SUPDrvGip.cpp.
(edit) @54325   10 年 vboxsync HostDrivers/Support: nits.
(edit) @54322   10 年 vboxsync HostDrivers/linux: symbol fix.
(edit) @54321   10 年 vboxsync SUPDrv: Worked around (fudged) for hyper-threading issue by picking a …
(edit) @54320   10 年 vboxsync tstSupTscDelta.cpp: min/max fix.
(edit) @54318   10 年 vboxsync SUPDrv: Force large deltas on all CPUs for testing purposes.
(edit) @54317   10 年 vboxsync supdrvCheckInvalidChar -> supdrvIsLdrModuleNameValid and explained its …
(edit) @54316   10 年 vboxsync supdrvMeasureTscDeltaCallback: Changed it to pick the delta closest to …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette