VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90346   3 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @88076   4 years vboxsync VMM/TM: doxygen fix. bugref:9943
(edit) @88075   4 years vboxsync Backing out r143016 (doxygen fix) as it needs to be split up.
(edit) @87926   4 years vboxsync doxygen fixing
(edit) @87822   4 years vboxsync VMM/TM: Let non-EMTs schedule timers too. Take care when translating …
(edit) @87814   4 years vboxsync VMM/TM: Eliminated the enmClock member from TMTIMER, we'll be using …
(edit) @87813   4 years vboxsync VMM/TM: TMTIMER_HANDLE_TO_PTR_RETURN* -> …
(edit) @87812   4 years vboxsync VMM/TM: Replaced the global timer active list lock with per queue …
(edit) @87792   4 years vboxsync VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
(edit) @87774   4 years vboxsync VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. [build fix] …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87771   4 years vboxsync VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. bugref:9943
(edit) @87770   4 years vboxsync VMM/TM: Doxygen fixes. bugref:9943
(edit) @87766   4 years vboxsync VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a …
(edit) @87764   4 years vboxsync VMM/TM: Experimenting with changing the signature of TMTimerFromMilli. …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87751   4 years vboxsync VMM: Eliminated one ASMReadTSC in TMNotifyEndOfExecution. Both VT-x …
(edit) @87750   4 years vboxsync VMM/TM: Further relax memory ordering when signaling …
(edit) @87749   4 years vboxsync VMM/TM: Relax ordering when signaling update-in-progress in …
(edit) @87748   4 years vboxsync TM: Speed up TMNotifyEndOfExecution by using TSC instead of …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82591   5 years vboxsync VMM: Changing how we access guest RAM when in ring-0 (disabled). …
(edit) @82333   5 years vboxsync TM: Added timer statistics. bugref:9218
(edit) @81153   5 years vboxsync VMM: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576
(edit) @81150   5 years vboxsync VMM,/Makefile.kmk: Kicked out more recompiler related code. bugref:9576
(edit) @80550   5 years vboxsync VMM/TMAll: Deal with the serial device timer critsects. [nits] bugref:9218
(edit) @80549   5 years vboxsync VMM/TMAll: Deal with the serial device timer critsects. bugref:9218
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80333   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80281   5 years vboxsync VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
(edit) @80268   5 years vboxsync VMM: Refactoring VMMAll/* to use VMCC & VMMCPUCC. bugref:9217
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
(edit) @72685   6 years vboxsync TM: Disable annoying trace for /me. bugref:9044
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @65591   8 years vboxsync VMM: missing break (harmless)
(edit) @63560   8 years vboxsync scm: cleaning up todos
(edit) @62478   8 years vboxsync (C) 2016
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58123   9 years vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @54845   10 years vboxsync VMM/GIM,TM: paranoia assertions.
(edit) @54065   10 years vboxsync VMM: Implemented TM TSC-mode switching with paravirtualized guests.
(edit) @50387   11 years vboxsync build fix
(edit) @50385   11 years vboxsync TMAll: Realized what the asserting was all about and reintroduced it, …
(edit) @50383   11 years vboxsync tmTimerVirtualSyncSet: Removed non-sensical lock ownership assertion.
(edit) @50381   11 years vboxsync tmTimerVirtualSyncStop: Removed non-sensical lock ownership assertion.
(edit) @49623   11 years vboxsync VMM: Warnings.
(edit) @48080   11 years vboxsync VMM/TMAll: doxygen comment correction.
(edit) @46420   11 years vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44346   12 years vboxsync TM: PVM -> PUVM in two APIs used by Main. VMReq: Validate pUVM …
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41801   12 years vboxsync Doxygen.
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41777   12 years vboxsync Doxygen.
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @37527   13 years vboxsync TM: Virtual sync timer locking fixes and assertions.
(edit) @37517   13 years vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37452   13 years vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37414   13 years vboxsync TM: Added TMTimerLock, TMTimerUnlock and TMTimerIsLockOwner for …
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32796   14 years vboxsync GVMMR0,TM,STAM: Periodic preemption timer fixes, adjustments and …
(edit) @32572   14 years vboxsync VMM,SUPDrv,IPRT: More changes for related to the priodic preemption …
(edit) @32489   14 years vboxsync VMM: More work on the periodic preemption timer (no actual timers yet).
(edit) @32484   14 years vboxsync TM,DevPit,DevApic,DevRtc: Timer frequency hints for calculating the …
(edit) @30799   14 years vboxsync TM: Made it possible to enable the resettable accounting stats in …
(edit) @30684   14 years vboxsync TM: Added resettable accounting stats. Count the halts and execution …
(edit) @30581   14 years vboxsync TM: Added simple CPU time accounting. Accessible thru the statistics …
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @25247   15 years vboxsync TMAll.cpp: -Wshadow
(edit) @22808   15 years vboxsync TM: hiding VMM internal APIs.
(edit) @20784   15 years vboxsync TM: Renamed the EmtLock to TimerCritSect as it's almost only used for …
(edit) @20778   15 years vboxsync TMTimerSetRelative: Fixed inverted assertion check.
(edit) @20752   15 years vboxsync TMTimerSet: stats and quick optimization.
(edit) @20751   15 years vboxsync last min typo.
(edit) @20750   15 years vboxsync TMTimerSetRelative: Optimized the common case and added some more …
(edit) @20733   15 years vboxsync VMM: Added TMTimerSetRelative and changed …
(edit) @20120   16 years vboxsync TMAll.cpp: Better assertion.
(edit) @20089   16 years vboxsync TM: The critsect assertions.
(edit) @20050   16 years vboxsync TM: new state and more logging (gee).
(edit) @19821   16 years vboxsync TM: TMTimerPoll cleanup.
(edit) @19820   16 years vboxsync TM: Joined up the two poll functions and making TMTimerPollGIP …
(edit) @19810   16 years vboxsync TM: TMTimerPoll hacking.
(edit) @19773   16 years vboxsync Fixed accidental commits
(edit) @19772   16 years vboxsync Backed out 47401-3 for now
(edit) @19709   16 years vboxsync TM,EM: More TM/SMP work, still stuff in progress.
(edit) @19660   16 years vboxsync TM+affected: SMP changes in progress.
(edit) @19538   16 years vboxsync TM: Moved TMR3TimerDestroy from TMAll.cpp to TM.cpp.
(edit) @19537   16 years vboxsync TMR3TimerDestroy: rewrite to ring-3 only.
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