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