index
:
delta/VirtualBox-svn.git
master
www.virtualbox.org: svn/vbox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
VBox
/
VMM
/
VMMR0
/
HMR0A.asm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates by scm.
vboxsync
2023-01-17
1
-1
/
+1
*
scm copyright and license note update
vboxsync
2022-08-22
1
-8
/
+18
*
VMM/HMR0A.asm: Build fix after RT_NOTHING got defined. bugref:10261
vboxsync
2022-07-26
1
-4
/
+4
*
scm --update-copyright-year
vboxsync
2022-01-01
1
-1
/
+1
*
VMM/CPUM,++: Moved the guest's extended state (XState) from the hyper heap an...
vboxsync
2021-09-16
1
-4
/
+4
*
HMR0A.asm: Fixed reading from FS, GS base when not using rdfsbase, rdgsbase i...
vboxsync
2021-06-18
1
-2
/
+2
*
VMM/HMSVM: Moved the RDTSC in hmR0SvmPostRunGuest to the assembly code to get...
vboxsync
2021-02-13
1
-23
/
+26
*
VMM/HMVMX: Moved the RDTSC in hmR0VmxPostRunGuest to the RESTORE_STATE_VMX as...
vboxsync
2021-02-13
1
-33
/
+36
*
VMM/HMR0A.asm: Put a size on hmR0VmxStartVmHostRIP so perf can associate subs...
vboxsync
2021-02-12
1
-0
/
+4
*
VMM/HMVMX: Translate fMdsClearOnSched and fL1dFlushOnSched to world switcher ...
vboxsync
2021-02-04
1
-13
/
+13
*
VMM/HM: Moved CPUMCTX::fWorldSwitcher to HMR0PERVCPU::fWorldSwitcher. bugref:...
vboxsync
2021-02-01
1
-146
/
+71
*
VMM/HMSVM: Moving more stuff to HMR0PERVCPU. bugref:9217
vboxsync
2021-02-01
1
-1
/
+1
*
VMM/HM: Drop the VMX/SVM data unions in the VM and GVM structures. Too risky ...
vboxsync
2021-02-01
1
-1
/
+1
*
VMM/HMVMX: Some stats.
vboxsync
2021-01-30
1
-0
/
+6
*
VMM/HMVMX: Moved uHostRIP and uHostRSP into the VMXVMCSINFO as that seems an ...
vboxsync
2021-01-29
1
-9
/
+11
*
VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
vboxsync
2021-01-29
1
-2
/
+2
*
VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217
vboxsync
2021-01-28
1
-5
/
+5
*
VMM/HMVMX: Just pass NULL instead of pVM to pfnStartVm as it doesn't use it.
vboxsync
2021-01-28
1
-1
/
+1
*
VMM/HMVMX: Fixed non-volatile register restoring bug from r142434 (non-window...
vboxsync
2021-01-28
1
-2
/
+2
*
iprt/asmdefs.mac,VMM: Implemented an alternative to the YASM unwind info dire...
vboxsync
2021-01-28
1
-1
/
+3
*
VMM/HMR0A.asm: Moved the RESTORE_STATE_VMX macro out of the hmR0VmxStartVmTem...
vboxsync
2021-01-27
1
-119
/
+118
*
VMM/HMVMX,HMSVM: Baked the hmR0VMXStartVMWrapXMM fun into the hmR0VmxStartVm ...
vboxsync
2021-01-26
1
-0
/
+3
*
VMM/HMVMX,HMSVM: Baked the hmR0VMXStartVMWrapXMM fun into the hmR0VmxStartVm ...
vboxsync
2021-01-26
1
-249
/
+207
*
VMM/HMVMX: More hmR0VmxStartVm work.
vboxsync
2021-01-26
1
-8
/
+25
*
VMM/HMVMX: Created special versions of the hmR0VmxStartVm code as with SVM. F...
vboxsync
2021-01-26
1
-63
/
+163
*
VMM/HMVMX: Only write VMX_VMCS_HOST_RIP and VMX_VMCS_HOST_RSP when they change.
vboxsync
2021-01-26
1
-14
/
+34
*
VMM/HMR0A.asm: Refactored hmR0VMXStartVM into a more regular frame setup. [ma...
vboxsync
2021-01-26
1
-14
/
+14
*
VMM/HMR0A.asm: Refactored hmR0VMXStartVM into a more regular frame setup.
vboxsync
2021-01-26
1
-187
/
+215
*
VMM/HMR0A.asm: whitespace changes.
vboxsync
2021-01-25
1
-368
/
+368
*
VMM/HMVMX: Renamed VMXR0StartVM64 to hmR0VMXStartVM and reduced the number of...
vboxsync
2021-01-25
1
-89
/
+76
*
VMM/HMVMX: Straight path thru VMXRestoreHostState for windows hosts, moving t...
vboxsync
2021-01-25
1
-35
/
+41
*
VMM/HMVMX: More hmR0VmxExportHostSegmentRegs tweaking. Moved all the vmwrites...
vboxsync
2021-01-24
1
-1
/
+1
*
VMM/HMVMX: More hmR0VmxExportHostSegmentRegs tweaking. Moved all the vmwrites...
vboxsync
2021-01-24
1
-1
/
+86
*
VMM/HMVMX: Use wrgsbase and wrfsbase instead of wrmsr if we can when restorin...
vboxsync
2021-01-23
1
-18
/
+40
*
VMM/HMVMXR0: Put VMX_RESTORE_HOST_REQUIRED at the top to simplify check for c...
vboxsync
2021-01-22
1
-1
/
+1
*
VMM/HMR0A.asm: Baked the XMM saving and loading into the hmR0SvmVmRunTemplate...
vboxsync
2021-01-22
1
-212
/
+172
*
VMM/CPUM,HMSVM: Mirror the state of fUseFlags[CPUM_USED_FPU_GUEST] in CPUMCTX...
vboxsync
2021-01-21
1
-10
/
+57
*
VMM/HMSVM: Straighten out the svm vmrun assembly code by having different ver...
vboxsync
2021-01-21
1
-45
/
+96
*
VMM/HMR0A.asm: Moved hmR0SVMRunWrapXMM next to the function it is supposed to...
vboxsync
2021-01-21
1
-173
/
+174
*
VMM/HMR0A.asm: Saved 12-13 bytes.
vboxsync
2021-01-21
1
-37
/
+36
*
VMM/HMR0A.asm: Restore non-volatile registers skipping loading the filler value.
vboxsync
2021-01-21
1
-23
/
+32
*
VMM/HMR0A.asm: Adding unwind info tom SVMR0VMRun and frame locations for the ...
vboxsync
2021-01-21
1
-177
/
+230
*
VMM/HMR0A.asm: Converted SVMR0VMRun to proper stack frame, eliminating most o...
vboxsync
2021-01-20
1
-18
/
+30
*
VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. Requir...
vboxsync
2021-01-20
1
-158
/
+148
*
VMM/HMR0A.asm: Renamed some macros.
vboxsync
2021-01-20
1
-18
/
+18
*
VMM: Cleaned out non-AMD64 code from HMR0A.asm.
vboxsync
2021-01-19
1
-76
/
+25
*
VMM: Split out the generic VMX/SVM instruction wrapper utility method into a ...
vboxsync
2021-01-19
1
-444
/
+3
*
VMM/HM: Cleanup nits.
vboxsync
2020-02-13
1
-131
/
+136
*
VMM/HM: SVM: Drop 32-bit guest switcher and use the 64-bit switcher for all g...
vboxsync
2020-02-13
1
-149
/
+1
*
VMM/HM: VMX: Drop 32-bit guest switcher and use the 64-bit switcher for all g...
vboxsync
2020-02-12
1
-270
/
+0
[next]