VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/TMAll.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @65591   8 年 vboxsync VMM: missing break (harmless)
(edit) @63560   8 年 vboxsync scm: cleaning up todos
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @58170   9 年 vboxsync doxygen: fixes.
(edit) @58126   9 年 vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58123   9 年 vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 年 vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @54845   10 年 vboxsync VMM/GIM,TM: paranoia assertions.
(edit) @54065   10 年 vboxsync VMM: Implemented TM TSC-mode switching with paravirtualized guests.
(edit) @50387   11 年 vboxsync build fix
(edit) @50385   11 年 vboxsync TMAll: Realized what the asserting was all about and reintroduced it, …
(edit) @50383   11 年 vboxsync tmTimerVirtualSyncSet: Removed non-sensical lock ownership assertion.
(edit) @50381   11 年 vboxsync tmTimerVirtualSyncStop: Removed non-sensical lock ownership assertion.
(edit) @49623   11 年 vboxsync VMM: Warnings.
(edit) @48080   11 年 vboxsync VMM/TMAll: doxygen comment correction.
(edit) @46420   12 年 vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44346   12 年 vboxsync TM: PVM -> PUVM in two APIs used by Main. VMReq: Validate pUVM …
(edit) @41965   12 年 vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41801   12 年 vboxsync Doxygen.
(edit) @41800   12 年 vboxsync Doxygen.
(edit) @41783   12 年 vboxsync Doxygen, comment typos.
(edit) @41777   12 年 vboxsync Doxygen.
(edit) @40274   13 年 vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39402   13 年 vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39078   13 年 vboxsync VMM: -Wunused-parameter
(edit) @39034   13 年 vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @37527   13 年 vboxsync TM: Virtual sync timer locking fixes and assertions.
(edit) @37517   13 年 vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37452   13 年 vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37414   13 年 vboxsync TM: Added TMTimerLock, TMTimerUnlock and TMTimerIsLockOwner for …
(edit) @37324   14 年 vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @32796   14 年 vboxsync GVMMR0,TM,STAM: Periodic preemption timer fixes, adjustments and …
(edit) @32572   14 年 vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @32489   14 年 vboxsync VMM: More work on the periodic preemption timer (no actual timers yet).
(edit) @32484   14 年 vboxsync TM,DevPit,DevApic,DevRtc: Timer frequency hints for calculating the …
(edit) @30799   14 年 vboxsync TM: Made it possible to enable the resettable accounting stats in …
(edit) @30684   14 年 vboxsync TM: Added resettable accounting stats. Count the halts and execution …
(edit) @30581   14 年 vboxsync TM: Added simple CPU time accounting. Accessible thru the statistics …
(edit) @29250   15 年 vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @25247   15 年 vboxsync TMAll.cpp: -Wshadow
(edit) @22808   15 年 vboxsync TM: hiding VMM internal APIs.
(edit) @20784   15 年 vboxsync TM: Renamed the EmtLock to TimerCritSect as it's almost only used for …
(edit) @20778   15 年 vboxsync TMTimerSetRelative: Fixed inverted assertion check.
(edit) @20752   15 年 vboxsync TMTimerSet: stats and quick optimization.
(edit) @20751   15 年 vboxsync last min typo.
(edit) @20750   15 年 vboxsync TMTimerSetRelative: Optimized the common case and added some more …
(edit) @20733   15 年 vboxsync VMM: Added TMTimerSetRelative and changed …
(edit) @20120   16 年 vboxsync TMAll.cpp: Better assertion.
(edit) @20089   16 年 vboxsync TM: The critsect assertions.
(edit) @20050   16 年 vboxsync TM: new state and more logging (gee).
(edit) @19821   16 年 vboxsync TM: TMTimerPoll cleanup.
(edit) @19820   16 年 vboxsync TM: Joined up the two poll functions and making TMTimerPollGIP …
(edit) @19810   16 年 vboxsync TM: TMTimerPoll hacking.
(edit) @19773   16 年 vboxsync Fixed accidental commits
(edit) @19772   16 年 vboxsync Backed out 47401-3 for now
(edit) @19709   16 年 vboxsync TM,EM: More TM/SMP work, still stuff in progress.
(edit) @19660   16 年 vboxsync TM+affected: SMP changes in progress.
(edit) @19538   16 年 vboxsync TM: Moved TMR3TimerDestroy from TMAll.cpp to TM.cpp.
(edit) @19537   16 年 vboxsync TMR3TimerDestroy: rewrite to ring-3 only.
(edit) @19507   16 年 vboxsync TM: TMTimerDestroy -> TMR3TimerDestroy. (trying to simplify)
(edit) @19502   16 年 vboxsync TMAll.cpp: removed two assertions in TMTimerStop as well.
(edit) @19500   16 年 vboxsync TM: Moved the WarpDrive feature out of TMVirtual and made the setter …
(edit) @19498   16 年 vboxsync TMAll.cpp: Drop two wrong assertions in TMTimerSet (the queue might be …
(edit) @19492   16 年 vboxsync TMAll: Fixed assertion in tmTimerQueueSanityChecks.
(edit) @19486   16 年 vboxsync TM: Added lock stubbing for debugging purposes (disabled).
(edit) @19444   16 年 vboxsync TM: Serialize EMT access using a critsect.
(edit) @19400   16 年 vboxsync VM: VMR3Notify*FF refactorying (for poking); converting fNotifiedREM …
(edit) @19217   16 年 vboxsync UVM splitup for SMP guests. Global and local request packets supported.
(edit) @19032   16 年 vboxsync Split TM for SMP guests.
(edit) @13633   16 年 vboxsync #1865: TM.
(edit) @12989   16 年 vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12549   16 年 vboxsync VMM: Implemented a TSC mode where it's tied to execution and halt …
(edit) @11309   16 年 vboxsync iprt: Retired HCSTRING, replaced by R3STRING.
(edit) @11155   16 年 vboxsync TMTimerRCPtr and some types.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7109   17 年 vboxsync Added TMTimerSetNano and TMTimerSetMicro.
(edit) @6409   17 年 vboxsync Backed out the TMAll.cpp part of r27160 because it isn't just shutting …
(edit) @6296   17 年 vboxsync LED and Network Config interfaces added. Fix in TMAll.cpp: Assertions …
(edit) @6084   17 年 vboxsync Attempt at fixing (most of) the concurrency issues in …
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5167   17 年 vboxsync New halt method.
(edit) @4977   17 年 vboxsync Backed out most of 24659.
(edit) @4917   17 年 vboxsync Don't trigger breakpoints in ring 0. (AssertRelease & co)
(edit) @4787   17 年 vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2744   18 年 vboxsync Gather some more info on that TM.cpp assertion…
(edit) @2581   18 年 vboxsync New method for HWACCM called TMCpuTickCanUseRealTSC() (completely …
(edit) @2283   18 年 vboxsync Working TMCLOCK_VIRTUAL_SYNC.
(edit) @2248   18 年 vboxsync Implementing timer syncrhonous virtual clock.
(edit) @1057   18 年 vboxsync Trapping and virtualizing TSC (both disabled).
(edit) @1027   18 年 vboxsync Initial GIP change. Missing detection of SMP systems with TSC drift.
(edit) @23   18 年 vboxsync string.h & stdio.h + header cleanups.
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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