|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@93468
|
3 years |
vboxsync |
VBoxDbg,VMM/STAM,Main: Converted VBoxDbg to use the VMM function …
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@92892
|
3 years |
vboxsync |
GVMMR0: Experimental code (disabled) for using HR host timers to wake …
|
|
|
@92723
|
3 years |
vboxsync |
VMM: More driverless adjustments. bugref:10138
|
|
|
@92387
|
3 years |
vboxsync |
VMM/STAM: New STAMUNIT_BYTES_PER_CALL unit. Improved the formatting …
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@82989
|
5 years |
vboxsync |
VMM/GMMR0: Added a per-VM chunk TLB to avoid having everyone hammer …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@80651
|
5 years |
vboxsync |
STAM: STAM_WITH_LOOKUP_TREE isn't optional, so drop the #ifdefs.
|
|
|
@80650
|
5 years |
vboxsync |
STAM: More by-prefix optimizations.
|
|
|
@80648
|
5 years |
vboxsync |
STAM: Adding STAMR3DeregisterByPrefix.
|
|
|
@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
|
|
|
@80191
|
5 years |
vboxsync |
VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@72300
|
7 years |
vboxsync |
NEM,STAM: Partition memory statistics for NEM. bugref:9044
- STAM: …
|
|
|
@69111
|
7 years |
vboxsync |
(C) year
|
|
|
@68519
|
7 years |
vboxsync |
STAMR3SnapshotFree(): fixed typo causing a memory leak
|
|
|
@67067
|
8 years |
vboxsync |
drop VBOX_WITH_QTGUI_V5 and friends
|
|
|
@66683
|
8 years |
vboxsync |
VMM/STAM: don't call memcpy with n=0 or gcc asan will complain
|
|
|
@62644
|
8 years |
vboxsync |
VMMR3: warnings
|
|
|
@62478
|
8 years |
vboxsync |
(C) 2016
|
|
|
@58170
|
9 years |
vboxsync |
doxygen: fixes.
|
|
|
@58126
|
9 years |
vboxsync |
VMM: Fixed almost all the Doxygen warnings.
|
|
|
@58122
|
9 years |
vboxsync |
VMM: Made @param pVM more uniform and to the point.
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@56287
|
10 years |
vboxsync |
VMM: Updated (C) year.
|
|
|
@52862
|
10 years |
vboxsync |
stamR3LookupMaybeFree: Fixed bug causing assertions in …
|
|
|
@52847
|
10 years |
vboxsync |
stamR3LookupMaybeFree: disable asserting code.
|
|
|
@52841
|
10 years |
vboxsync |
stamR3LookupMaybeFree: Inverted parent check.
|
|
|
@51517
|
11 years |
vboxsync |
VMM: Doxygen comment nits.
|
|
|
@48235
|
11 years |
vboxsync |
VMM/VMMR3/STAM.cpp: fix a few long standing typos in the per-VM GMM …
|
|
|
@46493
|
12 years |
vboxsync |
STAMR3Deregister* optimizations. Relevant for both startup and …
|
|
|
@46452
|
12 years |
vboxsync |
build fix
|
|
|
@46450
|
12 years |
vboxsync |
STAM: Fixed bug in stamR3LookupDestroyTree.
|
|
|
@46447
|
12 years |
vboxsync |
VMM: Optimize STAM enumeration. Multi pattern expressions are not …
|
|
|
@46443
|
12 years |
vboxsync |
STAM: Registration optimizations.
|
|
|
@46439
|
12 years |
vboxsync |
pow(grr, 2)
|
|
|
@46438
|
12 years |
vboxsync |
build fix
|
|
|
@46437
|
12 years |
vboxsync |
too fast
|
|
|
@46436
|
12 years |
vboxsync |
STAM: Cheap but efficient lookup optimization.
|
|
|
@45189
|
12 years |
vboxsync |
STAM,VM: ring-3 only testing of pdmcritsectrw.h (disabled).
|
|
|
@44399
|
12 years |
vboxsync |
DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
|
|
|
@44347
|
12 years |
vboxsync |
PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
|
|
|
@41965
|
12 years |
vboxsync |
VMM: ran scm. Mostly svn:keywords changes (adding Revision).
|
|
|
@41801
|
12 years |
vboxsync |
Doxygen.
|
|
|
@41783
|
12 years |
vboxsync |
Doxygen, comment typos.
|
|
|
@40005
|
13 years |
vboxsync |
More GMM stats. Added todo regarding GMMR0SharedModuleCheckPage assertion.
|
|
|
@39917
|
13 years |
vboxsync |
STAM,GMM,VBoxDbg: Adding GMM statistics (at last). Introduces …
|
|
|
@39078
|
13 years |
vboxsync |
VMM: -Wunused-parameter
|
|
|
@39070
|
13 years |
vboxsync |
VMM,IPRT: -Wunused-function.
|
|
|
@35696
|
14 years |
vboxsync |
PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
|
|
|
@35694
|
14 years |
vboxsync |
Debugger console: more cleanup.
|
|
|
@35346
|
14 years |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@35333
|
14 years |
vboxsync |
VMM source reorg.
|
|
copied from trunk/src/VBox/VMM/STAM.cpp
|
|
|
@33595
|
14 years |
vboxsync |
src/*: more spelling fixes (logging), thanks Timeless!
|