VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3@ 105410

Name Size Rev Age Author Last Change
../
cpus 98103   2 years vboxsync Copyright year updates by scm.
APIC.cpp 68.0 KB 98103   2 years vboxsync Copyright year updates by scm.
CFGM.cpp 101.0 KB 99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
CPUM-armv8.cpp 39.9 KB 101549   15 months vboxsync VMM/Armv8: Allow configuring the program counter reset value, bugref:10528
CPUM.cpp 279.1 KB 105020   7 months vboxsync VMM/CPUM: We need to push the ARCH_CAP MSR on arm hosts, setting all …
CPUMDbg-armv8.cpp 13.2 KB 100118   20 months vboxsync VMM/CPUM: Include VBAR_EL1 register, bugref:10387 bugref:10390
CPUMDbg.cpp 48.2 KB 98103   2 years vboxsync Copyright year updates by scm.
CPUMR3CpuId-armv8.cpp 97.2 KB 101267   16 months vboxsync VMM/CPUMR3CpuId-armv8: Dump the auxiliary feature registers 0 and 1 …
CPUMR3CpuId.cpp 299.5 KB 105367   6 months vboxsync VMM: Expose FMA and F16C instruction set extensions if available and …
CPUMR3Db-armv8.cpp 14.2 KB 103175   12 months vboxsync VMM/CPUMR3Db-armv8.cpp: Make cpumR3SysRegRangesInsert static, bugref:3409
CPUMR3Db.cpp 44.6 KB 102038   15 months vboxsync CPUMR3Db: Removed duplicate entry.
DBGF.cpp 77.7 KB 103515   11 months vboxsync VMM/DBGF: Stop all VCpus on DBGFEVENT_DEV_STOP events.
DBGFAddr.cpp 15.5 KB 105352   6 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
DBGFAddrSpace.cpp 45.7 KB 98103   2 years vboxsync Copyright year updates by scm.
DBGFCoreWrite.cpp 24.5 KB 99051   22 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
DBGFCpu.cpp 7.2 KB 98972   23 months vboxsync VMM: More ARMv8 x86/amd64 separation work, get past DBGF, bugref:10385
DBGFDisas.cpp 30.6 KB 105352   6 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
DBGFInfo.cpp 50.5 KB 105352   6 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
DBGFLog.cpp 6.5 KB 98103   2 years vboxsync Copyright year updates by scm.
DBGFMem.cpp 23.6 KB 105352   6 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
DBGFModule.cpp 11.0 KB 98103   2 years vboxsync Copyright year updates by scm.
DBGFOS.cpp 25.4 KB 105352   6 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
DBGFR3Bp.cpp 106.4 KB 103408   11 months vboxsync VMM/DBGFR3Bp.cpp: Remove some redundant conditions (checked at the top …
DBGFR3BugCheck.cpp 71.9 KB 105409   6 months vboxsync VMM/DBGF: Added a /DBGF/SuspendOnBsod boolean option (default false). …
DBGFR3Flow.cpp 83.7 KB 103371   11 months vboxsync VMM/DBGFR3Flow: Moved duplicate code for determining the pointer size …
DBGFR3FlowTrace.cpp 69.8 KB 103195   12 months vboxsync VMM/DBGFR3FlowTrace.cpp: Fix possible write to NULL pointer, bugref:3409
DBGFR3ModInMem.cpp 44.6 KB 99775   21 months vboxsync *: Mark functions as static if not used outside of a given compilation …
DBGFR3PlugIn.cpp 20.6 KB 103443   11 months vboxsync VMM/DBGFR3PlugIn: Less strlen/strcat in dbgfR3PlugInLoadCallback. …
DBGFR3SampleReport.cpp 26.9 KB 99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
DBGFR3Trace.cpp 14.8 KB 98103   2 years vboxsync Copyright year updates by scm.
DBGFR3Tracer.cpp 45.1 KB 99775   21 months vboxsync *: Mark functions as static if not used outside of a given compilation …
DBGFR3Type.cpp 43.2 KB 99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
DBGFReg.cpp 116.0 KB 105379   6 months vboxsync VMM/DBGF: Fixed VMR3Req call. bugref:10725
DBGFStack.cpp 45.9 KB 105352   6 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
EM.cpp 114.3 KB 103415   11 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
EMHM.cpp 18.6 KB 100144   20 months vboxsync VMM/EM: Renamed VINF_EM_RESCHEDULE_HM to …
EMR3Dbg.cpp 14.5 KB 103516   11 months vboxsync VMM/IEM,EM: Add all kind of exceptions to the exit history, adding a …
EMR3Nem.cpp 20.0 KB 100144   20 months vboxsync VMM/EM: Renamed VINF_EM_RESCHEDULE_HM to …
GCM.cpp 8.8 KB 104516   9 months vboxsync VMM/GCM,IEM,HM: Integrate GCM with IEM, extending it to cover the mesa …
GICR3.cpp 19.7 KB 100758   18 months vboxsync VMM/GICR3: Add some preliminary saved state handling, bugref:10404 [fix]
GICR3Kvm.cpp 14.9 KB 104392   9 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
GIM.cpp 23.2 KB 100108   20 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
GIMHv.cpp 85.2 KB 104911   7 months vboxsync VMM/GIM: bugref:10703 Fix/re-implemented Hyper-V paravirt …
GIMKvm.cpp 21.4 KB 99220   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
GIMMinimal.cpp 4.8 KB 98103   2 years vboxsync Copyright year updates by scm.
GMM.cpp 13.6 KB 99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
GVMMR3.cpp 7.3 KB 98103   2 years vboxsync Copyright year updates by scm.
HM-armv8.cpp 15.7 KB 101024   17 months vboxsync VMM/VMMR3: Compilation fixes.
HM.cpp 163.9 KB 104511   9 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
IEMR3.cpp 100.9 KB 105410   6 months vboxsync VMM/IEM: info itlb/dtlb improvements and fixes for global entries. …
IOM.cpp 19.7 KB 103152   12 months vboxsync VMM/IOM: Enable I/O port info handlers for the ARMv8 target because it …
IOMR3IoPort.cpp 30.6 KB 103407   11 months vboxsync VMM/IOMR3IoPort.cpp: Typo, bugref:3409
IOMR3Mmio.cpp 28.7 KB 104857   8 months vboxsync VMM/IOM: Assertion text typo.
Makefile.kup 0 bytes 35406   14 years vboxsync VMMR3/Makefile.kup
MM.cpp 31.6 KB 102645   13 months vboxsync VMM/MM: bugref:10498 Fix typo in Assert message.
MMHeap.cpp 24.0 KB 98103   2 years vboxsync Copyright year updates by scm.
NEMR3.cpp 19.1 KB 101496   15 months vboxsync VMM,Main: Don't hardcode the vTimer interrupt number in the NEM …
NEMR3Native-darwin-armv8.cpp 84.3 KB 103298   11 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fix missing break, bugref:3409
NEMR3Native-darwin.cpp 182.2 KB 100878   17 months vboxsync VMM/NEMR3Native-darwin: Disable intercepting #DB exceptions and mov …
NEMR3Native-linux-armv8.cpp 62.2 KB 104729   8 months vboxsync VMM/NEMR3Native-linux-armv8.cpp: Sync the PAuth system registers, …
NEMR3Native-linux.cpp 77.1 KB 104740   8 months vboxsync VMM/NEMR3Native-linux.cpp: Make it use the template code shared with …
NEMR3Native-win-armv8.cpp 124.4 KB 104672   8 months vboxsync VMM/NEM: Pretty much work in progress Hyper-V on win.arm64 experiment, …
NEMR3Native-win.cpp 153.0 KB 99370   22 months vboxsync VMM/NEM-win: Disable MONITOR/MWAIT CPUID flag as it seems Hyper-V …
NEMR3NativeTemplate-linux.cpp.h 42.2 KB 104840   8 months vboxsync VMM/PGM: Refactored RAM ranges, MMIO2 ranges and ROM ranges and added …
PDM.cpp 117.3 KB 105068   7 months vboxsync VMM/PDM: Quick fix for loading existing saved states after r163661
PDMAsyncCompletion.cpp 67.1 KB 99775   21 months vboxsync *: Mark functions as static if not used outside of a given compilation …
PDMAsyncCompletionFile.cpp 47.9 KB 100108   20 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
PDMAsyncCompletionFileFailsafe.cpp 10.3 KB 98103   2 years vboxsync Copyright year updates by scm.
PDMAsyncCompletionFileNormal.cpp 66.4 KB 104556   9 months vboxsync src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp: Simplify …
PDMBlkCache.cpp 100.3 KB 103409   11 months vboxsync VMM/PDMBlkCache.cpp: Remove redundant condition (pBlkCacheGlobal is …
PDMCritSect.cpp 53.3 KB 98103   2 years vboxsync Copyright year updates by scm.
PDMDevHlp.cpp 251.7 KB 105352   6 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
PDMDevHlpTracing.cpp 24.3 KB 104767   8 months vboxsync VMM/PGM,IOM,PDM: MMIO cleanups. bugref:10687
PDMDevice.cpp 50.5 KB 104386   9 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
PDMDevMiscHlp.cpp 15.7 KB 100108   20 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
PDMDriver.cpp 88.3 KB 98103   2 years vboxsync Copyright year updates by scm.
PDMLdr.cpp 64.1 KB 103359   11 months vboxsync VMM/DBGF,PDMLdr,PGM: Addressed parfait's complaints about …
PDMNetShaper.cpp 19.7 KB 99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
PDMQueue.cpp 34.0 KB 99739   21 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
PDMR3Task.cpp 22.7 KB 99806   20 months vboxsync VMM/PDMR3Task: Fix wrong AssertPtrReturn() usage, bugref:3409
PDMThread.cpp 35.6 KB 98103   2 years vboxsync Copyright year updates by scm.
PDMUsb.cpp 83.4 KB 98122   2 years vboxsync VMM/PDM: Fixed assertion in PDMR3ResumeUsb after attaching a virtual MSD.
PGM-armv8.cpp 25.5 KB 104885   7 months vboxsync VMM/PGM: Lockless PGMPhysIemGCPhys2PtrNoLock. bugref:10687
PGM.cpp 147.1 KB 104885   7 months vboxsync VMM/PGM: Lockless PGMPhysIemGCPhys2PtrNoLock. bugref:10687
PGMDbg.cpp 152.6 KB 104840   8 months vboxsync VMM/PGM: Refactored RAM ranges, MMIO2 ranges and ROM ranges and added …
PGMHandler.cpp 13.3 KB 98103   2 years vboxsync Copyright year updates by scm.
PGMPhys.cpp 248.8 KB 105352   6 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
PGMPhysRWTmpl.h 2.4 KB 98103   2 years vboxsync Copyright year updates by scm.
PGMPool.cpp 74.4 KB 104840   8 months vboxsync VMM/PGM: Refactored RAM ranges, MMIO2 ranges and ROM ranges and added …
PGMR3DbgA.asm 14.5 KB 98103   2 years vboxsync Copyright year updates by scm.
PGMSavedState.cpp 132.5 KB 104840   8 months vboxsync VMM/PGM: Refactored RAM ranges, MMIO2 ranges and ROM ranges and added …
PGMSharedPage.cpp 16.1 KB 104840   8 months vboxsync VMM/PGM: Refactored RAM ranges, MMIO2 ranges and ROM ranges and added …
SELM.cpp 23.6 KB 98103   2 years vboxsync Copyright year updates by scm.
SSM.cpp 340.6 KB 98103   2 years vboxsync Copyright year updates by scm.
STAM.cpp 146.3 KB 103393   11 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
TM.cpp 184.4 KB 104131   10 months vboxsync VMM/TM: Allow linear scaling of the guest TSC; primarily required for …
TRPM.cpp 18.5 KB 103194   12 months vboxsync VMM: Nested VMX: bugref:10318 Distinguish NMI vs. hardware exception 2 …
VM.cpp 160.5 KB 104507   9 months vboxsync VMM,Main: Some GCM adjustments. bugref:9735 bugref:10683
VMEmt.cpp 52.9 KB 101615   15 months vboxsync VMM/VMEmt.cpp: Need to account for the elapsed time after running the …
VMM.cpp 108.1 KB 103374   11 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
VMMGuruMeditation.cpp 27.3 KB 99051   22 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
VMMR3.def 11.5 KB 102092   14 months vboxsync VMM/DBGF,DBGC,Main: Added DBGFR3RegNmQueryEx and fixed some issues …
VMMR3VTable.cpp 3.0 KB 103415   11 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
VMMTests.cpp 7.5 KB 98103   2 years vboxsync Copyright year updates by scm.
VMReq.cpp 53.4 KB 105352   6 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
Note: See TracBrowser for help on using the repository browser.

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