VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85180   4 years vboxsync VMM/PGMDbg.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85179   4 years vboxsync VMM/PGMPool.cpp: fall thru fix for Clang 11. bugref:9790
(edit) @85169   4 years vboxsync VMM/tstCFGM: Allocate zeroed memory for the user mode VM structure, …
(edit) @85126   4 years vboxsync iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @85073   4 years vboxsync PGMAllGst.h: Stop using the 'register' keyword as Clang warns in C++11 …
(edit) @85007   4 years vboxsync AMD IOMMU: bugref:9654 PDM, Main: Changes for southbridge I/O APIC and …
(edit) @84854   4 years vboxsync VMM/pdmR3DevHlp_MmioCreateEx: Must mangle description for saved state. …
(edit) @84838   4 years vboxsync VMMR0/PDMR0DevHlp: Doxygen fix.
(edit) @84826   4 years vboxsync AMD IOMMU: bugref:9654 PDM interface changes for supplying …
(edit) @84825   4 years vboxsync Config.kmk: Enable the DBGF tracing framework by default, bugref:9210 …
(edit) @84823   4 years vboxsync VMM/DBGFTracer: Windows build fixes, bugref:9210
(edit) @84809   4 years vboxsync AMD IOMMU: bugref:9654 Use the proper PCI bus number. Not the Bus …
(edit) @84766   4 years vboxsync VMM/DBGFTracer: Add events when I/O port and MMIO regions are created, …
(edit) @84765   4 years vboxsync VMM/PDMDevice: Need to assign the device helper tracing variant before …
(edit) @84756   4 years vboxsync VMM/DBGFTracer: Missing file, bugref:9210
(edit) @84755   4 years vboxsync VMM: Fix VBOX_WITH_DBGF_TRACING
(edit) @84715   4 years vboxsync AMD IOMMU: bugref:9654 PDM: Remove duplicate pfnIoApicSendMsi …
(edit) @84714   4 years vboxsync AMD IOMMU: bugref:9654 PDM: Remove duplicate pfnIoApicSendMsi …
(edit) @84710   4 years vboxsync VMM/DBGF: Add DBGFR3GetCpuState() to return the current CPU state as a …
(edit) @84709   4 years vboxsync VMM/DBGF: Add DBGFR3GetCpuState() to return the current CPU state as a …
(edit) @84706   4 years vboxsync VMM/DBGF: Add DBGFR3GetCpuState() to return the current CPU state as a …
(edit) @84678   4 years vboxsync AMD IOMMU: bugref:9654 Build fix.
(edit) @84677   4 years vboxsync AMD IOMMU: bugref:9654 Add I/O APIC PDM helper for talking to the …
(edit) @84652   5 years vboxsync APIC: Move generic defs from VBox/vmm/apic.h and APICInternal.h to …
(edit) @84633   5 years vboxsync PGM: Log /proc/sys/vm/max_map_count and warn if too low. bugdbref:31418985
(edit) @84553   5 years vboxsync VMM/PDMDevHlpTracing: Support sing I/O port accesses, bugref:9210
(edit) @84552   5 years vboxsync VMM/DBGFTracer: Support string I/O port accesses, bugref:9210
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 years vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @84505   5 years vboxsync IEM: Adding iemMemFetchDataU32_ZX_U64 to deal with techically correct …
(edit) @84496   5 years vboxsync VMM/DBGFTracer: Need to increase the maximum allowed size for a tracer …
(edit) @84494   5 years vboxsync VMM/DBGFTracer: Add events when an event source gets …
(edit) @84493   5 years vboxsync VMM/PDM: Deregister the DBGF event source when destroying a device
(edit) @84488   5 years vboxsync VMM/DBGFTracer: Implement support for guest memory read/write events, …
(edit) @84486   5 years vboxsync VMM/Makefile.kmk: Clean out leftover VBOX_WITH_RAW_MODE references
(edit) @84485   5 years vboxsync VMM/DBGFTracer: Build fixes from last commit, bugref:9210
(edit) @84478   5 years vboxsync Warning.
(edit) @84477   5 years vboxsync IEM: Implemented dummy MOV to/from TR. Avoids crashes in OS/2 KDB and …
(edit) @84476   5 years vboxsync IEM: Reworked LOOP instruction so that it only shortcuts when logging …
(edit) @84459   5 years vboxsync VMM/PDM: DBGF even tracing integration, bugref:9210 Integrates the …
(edit) @84458   5 years vboxsync VMM/DBGF: First commit of new tracing facility, bugref:9210 The new …
(edit) @84431   5 years vboxsync AMD IOMMU: bugref:9654 IOMMU interrupt remapping callback skeleton.
(edit) @84396   5 years vboxsync *.kmk: Hardening related DEFS string quoting. bugref:8489
(edit) @84332   5 years vboxsync PDMDevHlp: Add flags to the guest physical read/write helpers to let a …
(edit) @84247   5 years vboxsync IEM: LOOP optimization todo.
(edit) @84170   5 years vboxsync AMD IOMMU: bugref:9654 Bits.
(edit) @84139   5 years vboxsync GIMKvm: nit
(edit) @84071   5 years vboxsync Regression fix from r137575 (VMMR0: Move the PDM R0 device helper into …
(edit) @84055   5 years vboxsync IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
(edit) @84054   5 years vboxsync IPRT,++: Apply bldprog-strtab.h and friends to the IPRT status message …
(edit) @84044   5 years vboxsync GIM/KVM: Instead of reading the time and TSC separately, only read the …
(edit) @84007   5 years vboxsync VMMR0: Move the PDM R0 device helper into its own file like it is done …
(edit) @83987   5 years vboxsync AMD IOMMU: bugref:9654 Naming nit.
(edit) @83941   5 years vboxsync AMD IOMMU: bugref:9654 Hook into PCIPhys[Read|Write] for intercepting …
(edit) @83890   5 years vboxsync VMM/IEM: VC++ 14.1 release build adjuments. bugref:8489
(edit) @83850   5 years vboxsync AMD IOMMU: bugref:9654 R0 registration bits.
(edit) @83772   5 years vboxsync VMM: VC++ 14.1 warning fixes. bugref:8489
(edit) @83771   5 years vboxsync VMM: VC++ 14.1 warning fixes. bugref:8489
(edit) @83770   5 years vboxsync VMM: VC++ 14.1 build tweaking. bugref:8489
(edit) @83564   5 years vboxsync VMM/MMR3Heap: Zero on free and realloc. Always unlink _before_ …
(edit) @83485   5 years vboxsync SVM: Emulate intercepted IRET to avoid injecting a pending NMI too …
(edit) @83477   5 years vboxsync VMM/HMSVMR0: Add VINF_EM_DBG_STEPPED to the list of return codes to …
(edit) @83474   5 years vboxsync VMM/NEM: Added more VERR_NEM_MISSING_KERNEL_API status codes so we can …
(edit) @83372   5 years vboxsync GIM/KVM: Update system-time struct on demand. Fixes guests that rely …
(edit) @83283   5 years vboxsync PDMDevHlp,tstDevice: Create two more wrappers used by the graphics …
(edit) @83281   5 years vboxsync PDMDevHlp,tstDevice: Create two more wrappers used by the graphics …
(edit) @83265   5 years vboxsync AMD IOMMU: bugref:9654: Unintended line change, reverted.
(edit) @83263   5 years vboxsync AMD IOMMU: bugref:9654 Skeletal bits.
(edit) @83209   5 years vboxsync VMM/HMSVMR0: If the #NPF exit handler requested emulation of the …
(edit) @83197   5 years vboxsync VMM/CPUM: Fix the Timer description string outliving the stack, …
(edit) @83196   5 years vboxsync VMM/PDMUsb: Always include the device name and instance number to …
(edit) @83122   5 years vboxsync VMM/DBGF: Add TSC Aux MSR to the DBGF core dump.
(edit) @83105   5 years vboxsync VMM/HM: LogRel nit.
(edit) @83103   5 years vboxsync VMM/NEM: Use mostly vanialla API for now so we've something that at …
(edit) @83092   5 years vboxsync VMM/CPUM: bugref:9630: Ignore writes to MSR_IA32_TSX_CTRL.
(edit) @83085   5 years vboxsync IPRT,VMM,DBGPlugInDarwin: Implemented in-memory guest kernel and kext …
(edit) @83067   5 years vboxsync VMM/HM: Cleanup nits.
(edit) @83066   5 years vboxsync VMM/HM: SVM: Drop 32-bit guest switcher and use the 64-bit switcher …
(edit) @83057   5 years vboxsync VMM/HM: VMX: Drop 32-bit guest switcher and use the 64-bit switcher …
(edit) @83031   5 years vboxsync VMM/tstSSM-2: Call RTR3InitExe() before doing anything else
(edit) @83030   5 years vboxsync VMM/HMVMXR0: Always use the 64-bit VMX context switcher for 64-bit …
(edit) @83029   5 years vboxsync HM: Always use the 64-bit SVM context switcher for 64-bit capable VMs …
(edit) @83026   5 years vboxsync VMM/HM: Build fix.
(edit) @83025   5 years vboxsync VMM/HM: Separate interrupt and exception injected stats.
(edit) @83014   5 years vboxsync VMM/HM: Use X86_XCPT_LAST.
(edit) @82992   5 years vboxsync VMM/GMMR0: Added a per-VM chunk TLB to avoid having everyone hammer …
(edit) @82991   5 years vboxsync VMM/GMMR0: Added TLB statistics for GMMR0PageIdToVirt. [oops] bugref:9627
(edit) @82990   5 years vboxsync VMM/GMMR0: Added TLB statistics for GMMR0PageIdToVirt. bugref:9627
(edit) @82989   5 years vboxsync VMM/GMMR0: Added a per-VM chunk TLB to avoid having everyone hammer …
(edit) @82978   5 years vboxsync VMM/GMMR0: Introduce a spinlock to protect the AVL tree and associated …
(edit) @82977   5 years vboxsync VMM/GMMR0: Use the chunk list rather than the AVL tree in …
(edit) @82976   5 years vboxsync VMM/GMMR0: Use the chunk list rather than the AVL tree in …
(edit) @82975   5 years vboxsync VMM/GMMR0: Use the chunk list rather than the AVL tree in …
(edit) @82969   5 years vboxsync Copyright year updates - manual ones.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82965   5 years vboxsync VMM: Space nit.
(edit) @82949   5 years vboxsync VMM/HMVMXR0: Fix losing the instruction length of a faulting ICEBP …
(edit) @82948   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Don't duplicate timer names for the …
(edit) @82930   5 years vboxsync tstMMHyperHeap: some tweaking. [build fix]
Note: See TracRevisionLog for help on using the revision log.

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