source:
vbox/trunk/src/VBox/VMM/VMMR3
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
cpus | 106061 | 6 months | Copyright year updates by scm. | ||
APIC.cpp | 67.4 KB | 107308 | 3 months | VMM: bugref:10759 Refactor GIC for use with different backends. | |
APICR3Nem-win.cpp | 24.5 KB | 108435 | 10 days | VMM/NEM/Hyper-V: Started implementing a NEM/Hyper-V specific APIC … | |
CFGM.cpp | 101.0 KB | 106061 | 6 months | Copyright year updates by scm. | |
CPUM-armv8.cpp | 48.3 KB | 107650 | 2 months | VMM/CPUM,++: Made the HostFeatures match the host when targeting x86 … | |
CPUM.cpp | 279.4 KB | 107807 | 8 weeks | VMM/CPUM: Fixed some incorrect Log/LogRel format specifiers (fixed typo) | |
CPUMDbg-armv8.cpp | 17.7 KB | 107113 | 4 months | VMM: bugref:10759 Restructure the APIC to allow different backends to … | |
CPUMDbg.cpp | 50.9 KB | 107763 | 2 months | VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as … | |
CPUMR3CpuId-armv8.cpp | 77.1 KB | 108405 | 2 weeks | VMM/NEMR3Native-win-armv8.cpp: Need to call WHvResumePartitionTime() … | |
CPUMR3CpuId.cpp | 313.2 KB | 107854 | 8 weeks | x86.h,VMM: More AMD CPUID bits; addressed some old todos related to … | |
CPUMR3Db-armv8.cpp | 14.2 KB | 107777 | 2 months | VMM/VMMR3/CPUMR3Db-armv8.cpp: Replace redundant if condition with an … | |
CPUMR3Db.cpp | 46.7 KB | 107854 | 8 weeks | x86.h,VMM: More AMD CPUID bits; addressed some old todos related to … | |
DBGF.cpp | 79.7 KB | 107779 | 2 months | VMM/VMMR3/DBGF.cpp: Disable unnecessary else if condition and replace … | |
DBGFAddr.cpp | 15.5 KB | 106061 | 6 months | Copyright year updates by scm. | |
DBGFAddrSpace.cpp | 45.7 KB | 106061 | 6 months | Copyright year updates by scm. | |
DBGFCoreWrite.cpp | 24.6 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
DBGFCpu.cpp | 7.2 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
DBGFDisas.cpp | 32.1 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
DBGFInfo.cpp | 50.5 KB | 106061 | 6 months | Copyright year updates by scm. | |
DBGFLog.cpp | 6.5 KB | 106061 | 6 months | Copyright year updates by scm. | |
DBGFMem.cpp | 24.0 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
DBGFModule.cpp | 11.0 KB | 106061 | 6 months | Copyright year updates by scm. | |
DBGFOS.cpp | 25.3 KB | 107742 | 2 months | VMM/VMMR3/DBGFOS.cpp: Fix unused assignment parfait warning, bugref:3409 | |
DBGFR3Bp.cpp | 108.1 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
DBGFR3BugCheck.cpp | 75.1 KB | 106061 | 6 months | Copyright year updates by scm. | |
DBGFR3Flow.cpp | 87.0 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
DBGFR3FlowTrace.cpp | 69.9 KB | 107740 | 2 months | VMM/VMMR3/DBGFR3FlowTrace.cpp: Enter the debugger when collecting the … | |
DBGFR3ModInMem.cpp | 44.6 KB | 106061 | 6 months | Copyright year updates by scm. | |
DBGFR3PlugIn.cpp | 20.6 KB | 106061 | 6 months | Copyright year updates by scm. | |
DBGFR3SampleReport.cpp | 26.9 KB | 106061 | 6 months | Copyright year updates by scm. | |
DBGFR3Trace.cpp | 14.8 KB | 106061 | 6 months | Copyright year updates by scm. | |
DBGFR3Tracer.cpp | 45.2 KB | 107194 | 3 months | VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, … | |
DBGFR3Type.cpp | 43.2 KB | 106061 | 6 months | Copyright year updates by scm. | |
DBGFReg.cpp | 116.7 KB | 107798 | 2 months | VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as … | |
DBGFStack.cpp | 53.4 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
EM.cpp | 115.7 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
EMHM.cpp | 18.6 KB | 107194 | 3 months | VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, … | |
EMR3Dbg.cpp | 14.5 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
EMR3Nem.cpp | 20.5 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
GCM.cpp | 14.6 KB | 106072 | 6 months | VMM/GCM: fSuccess should start out as true, not flase. duh. bugref:10683 | |
GICR3.cpp | 34.8 KB | 108452 | 9 days | VMM/GIC: bugref:10404 Debug printing bits. | |
GICR3Nem-darwin.cpp | 8.3 KB | 108413 | 2 weeks | VMM/NEMR3Native-darwin-armv8.cpp,VMM/GICR3Nem-darwin.cpp: Small … | |
GICR3Nem-linux.cpp | 15.2 KB | 108412 | 2 weeks | VMM/KVM: Some linux.arm64 build fixes, bugref:10391 | |
GICR3Nem-win.cpp | 27.4 KB | 108403 | 2 weeks | VMM: scm fixes, bugref:10392 | |
GIM.cpp | 23.1 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
GIMHv.cpp | 85.2 KB | 107410 | 2 months | VMM/GIMHV: bugref:3409 Fixed two redundant 'if' conditions. Eliminated … | |
GIMKvm.cpp | 21.4 KB | 106061 | 6 months | Copyright year updates by scm. | |
GIMMinimal.cpp | 4.8 KB | 107113 | 4 months | VMM: bugref:10759 Restructure the APIC to allow different backends to … | |
GMM.cpp | 14.0 KB | 107171 | 4 months | VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots … | |
GVMMR3.cpp | 7.9 KB | 107900 | 7 weeks | VMM: Define VM_STRUCT_VERSION (for use inside the VMM) with a few … | |
HM-armv8.cpp | 15.7 KB | 106061 | 6 months | Copyright year updates by scm. | |
HM.cpp | 164.1 KB | 107801 | 2 months | VMM/NEM,Main: Feed the cpu bug mitigation parameters to both HM and … | |
IEMR3.cpp | 146.2 KB | 108369 | 2 weeks | VMM/IEM: Renamed X86 specific IEMTB_F_XXX flags. jiraref:VBP-1531 | |
IOM.cpp | 19.7 KB | 107194 | 3 months | VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, … | |
IOMR3IoPort.cpp | 30.7 KB | 107194 | 3 months | VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, … | |
IOMR3Mmio.cpp | 28.8 KB | 107194 | 3 months | VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, … | |
Makefile.kup | 0 bytes | 35406 | 14 years | VMMR3/Makefile.kup | |
MM.cpp | 31.8 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
MMHeap.cpp | 24.0 KB | 106061 | 6 months | Copyright year updates by scm. | |
NEMR3.cpp | 24.1 KB | 107801 | 2 months | VMM/NEM,Main: Feed the cpu bug mitigation parameters to both HM and … | |
NEMR3Native-darwin-armv8.cpp | 129.5 KB | 108414 | 2 weeks | VMM/NEMR3Native-darwin-armv8.cpp,VMM/GICR3Nem-darwin.cpp: Small … | |
NEMR3Native-darwin.cpp | 182.6 KB | 107922 | 7 weeks | VMM/NEM/darwin/amd64: Translate HV error constants to string in messages. | |
NEMR3Native-linux-armv8.cpp | 62.2 KB | 107933 | 7 weeks | include/iprt/armv8.h,VMM: Drop the deprecated ARMV8_AARCH64_REG_XXX … | |
NEMR3Native-linux.cpp | 77.1 KB | 107113 | 4 months | VMM: bugref:10759 Restructure the APIC to allow different backends to … | |
NEMR3Native-win-armv8.cpp | 150.2 KB | 108411 | 2 weeks | VMM/NEMR3Native-win-armv8.cpp: Drastically simplify the SMP hack for … | |
NEMR3Native-win.cpp | 162.2 KB | 108434 | 10 days | VMM/NEM/Hyper-V: Started implementing a NEM/Hyper-V specific APIC … | |
NEMR3NativeTemplate-linux.cpp.h | 42.2 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
PDM.cpp | 122.6 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
PDMAsyncCompletion.cpp | 67.1 KB | 106061 | 6 months | Copyright year updates by scm. | |
PDMAsyncCompletionFile.cpp | 47.9 KB | 106061 | 6 months | Copyright year updates by scm. | |
PDMAsyncCompletionFileFailsafe.cpp | 10.3 KB | 106061 | 6 months | Copyright year updates by scm. | |
PDMAsyncCompletionFileNormal.cpp | 66.4 KB | 106061 | 6 months | Copyright year updates by scm. | |
PDMBlkCache.cpp | 100.3 KB | 106061 | 6 months | Copyright year updates by scm. | |
PDMCritSect.cpp | 53.3 KB | 106061 | 6 months | Copyright year updates by scm. | |
PDMDevHlp.cpp | 255.5 KB | 107308 | 3 months | VMM: bugref:10759 Refactor GIC for use with different backends. | |
PDMDevHlpTracing.cpp | 24.3 KB | 106061 | 6 months | Copyright year updates by scm. | |
PDMDevice.cpp | 53.5 KB | 108436 | 10 days | VMM/NEM/Hyper-V: Started implementing a NEM/Hyper-V specific APIC … | |
PDMDevMiscHlp.cpp | 15.9 KB | 107809 | 8 weeks | VMM: bugref:10759 Don't route setting/clearing of external interrupts … | |
PDMDriver.cpp | 96.1 KB | 106061 | 6 months | Copyright year updates by scm. | |
PDMLdr.cpp | 64.1 KB | 106061 | 6 months | Copyright year updates by scm. | |
PDMNetShaper.cpp | 19.7 KB | 106061 | 6 months | Copyright year updates by scm. | |
PDMQueue.cpp | 34.1 KB | 107194 | 3 months | VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, … | |
PDMR3Task.cpp | 22.7 KB | 106061 | 6 months | Copyright year updates by scm. | |
PDMThread.cpp | 36.0 KB | 106171 | 6 months | VMM/PDMThread: More thread failure details in the release log. | |
PDMUsb.cpp | 88.1 KB | 107276 | 3 months | PDMUsb: bugref:10810 Introduced PDMR3UsbQueryDeviceLun needed by … | |
PGM.cpp | 149.5 KB | 108132 | 5 weeks | VMM/PGM: Merge and deduplicate code targeting x86 & amd64 in PGM.cpp. … | |
PGMDbg.cpp | 154.4 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
PGMHandler.cpp | 13.3 KB | 106061 | 6 months | Copyright year updates by scm. | |
PGMPhys.cpp | 250.9 KB | 108132 | 5 weeks | VMM/PGM: Merge and deduplicate code targeting x86 & amd64 in PGM.cpp. … | |
PGMPhysRWTmpl.h | 2.4 KB | 106061 | 6 months | Copyright year updates by scm. | |
PGMPool.cpp | 74.4 KB | 106061 | 6 months | Copyright year updates by scm. | |
PGMR3DbgA.asm | 14.5 KB | 106061 | 6 months | Copyright year updates by scm. | |
PGMSavedState.cpp | 133.0 KB | 108132 | 5 weeks | VMM/PGM: Merge and deduplicate code targeting x86 & amd64 in PGM.cpp. … | |
PGMSharedPage.cpp | 16.1 KB | 106061 | 6 months | Copyright year updates by scm. | |
PMUR3.cpp | 5.1 KB | 107308 | 3 months | VMM: bugref:10759 Refactor GIC for use with different backends. | |
SELM.cpp | 23.6 KB | 106061 | 6 months | Copyright year updates by scm. | |
SSM.cpp | 349.5 KB | 106211 | 5 months | VMM/SSM: Added SSM_OPEN_F_FOR_WRITING to SSMR3Open together with … | |
STAM.cpp | 147.1 KB | 107194 | 3 months | VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, … | |
TM.cpp | 186.3 KB | 108386 | 2 weeks | VMMR3/VMEmt.cpp,VMMR3/TM.cpp,VMMR3/NEMR3Native-win-armv8.cpp: … | |
TRPM.cpp | 18.6 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
VM.cpp | 160.6 KB | 107893 | 7 weeks | VMM,VBox/types.h,VBox/err.h: Added VM target platform arch members to … | |
VMEmt.cpp | 54.3 KB | 108387 | 2 weeks | VMMR3/VMEmt.cpp,VMMR3/TM.cpp,VMMR3/NEMR3Native-win-armv8.cpp: … | |
VMM.cpp | 107.1 KB | 107933 | 7 weeks | include/iprt/armv8.h,VMM: Drop the deprecated ARMV8_AARCH64_REG_XXX … | |
VMMGuruMeditation.cpp | 27.3 KB | 107227 | 3 months | VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470 | |
VMMR3.def | 11.5 KB | 108132 | 5 weeks | VMM/PGM: Merge and deduplicate code targeting x86 & amd64 in PGM.cpp. … | |
VMMR3VTable.cpp | 3.0 KB | 106061 | 6 months | Copyright year updates by scm. | |
VMMTests.cpp | 7.5 KB | 106061 | 6 months | Copyright year updates by scm. | |
VMReq.cpp | 53.4 KB | 106061 | 6 months | Copyright year updates by scm. |
Note:
See TracBrowser
for help on using the repository browser.