VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @87477   4 years vboxsync AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup.
(edit) @87472   4 years vboxsync VMM/HMVMX: Moving more stuff to HMR0PERVCPU. Created …
(edit) @87467   4 years vboxsync vmm/gvm.h: Corrected assertion. bugref:9217
(edit) @87466   4 years vboxsync VMM/HM,gvm: Started splitting up the HVMCPU and HVM structures. …
(edit) @87456   4 years vboxsync iprt/asmdefs.mac,VMM: Implemented an alternative to the YASM unwind …
(edit) @87452   4 years vboxsync Shared Clipboard/Transfers: More code for HTTP transfers. bugref:9437
(edit) @87439   4 years vboxsync VMM/HMVMX: Created special versions of the hmR0VmxStartVm code as with …
(edit) @87424   4 years vboxsync IPRT/vfs: Typo in a comment.
(edit) @87404   4 years vboxsync iprt/asm-amd64-x86.h: Found intrinsics for lidt, sidt, lgdt and sgdt …
(edit) @87403   4 years vboxsync iprt/asm-amd64-x86.h: Added ASMGetFSBase, ASMSetFSBase, ASMGetGSBase …
(edit) @87402   4 years vboxsync iprt/cdefs.h,asm*.h,hmvmxinline.h: Changed the …
(edit) @87388   4 years vboxsync VMM/HMVMX: Moved VMXRESTOREHOST and VMXRestoreHostState from public …
(edit) @87385   4 years vboxsync VMM/HMVMXR0: Put VMX_RESTORE_HOST_REQUIRED at the top to simplify …
(edit) @87371   4 years vboxsync AMD IOMMU: bugref:9654 Handle the case where an access might result in …
(edit) @87361   4 years vboxsync VMM/CPUM,HMSVM: Mirror the state of fUseFlags[CPUM_USED_FPU_GUEST] in …
(edit) @87358   4 years vboxsync kmk incs
(edit) @87357   4 years vboxsync VMM/HMSVM: Some new status codes related to some upcoming HMR0A.asm …
(edit) @87351   4 years vboxsync VMM/CPUM: Slapped a @todo on CPUM_CHANGED_XXX / CPUMCPU::fChanged.
(edit) @87349   4 years vboxsync VMM/CPUM: Kicked out CPUMR3RemEnter & CPUMR3RemLeave. bugref:9576
(edit) @87346   4 years vboxsync VMM/CPUM: Dropped the fForceHyper parameter of CPUMRecalcHyperDRx. It …
(edit) @87345   4 years vboxsync VMM/CPUM: Removed CPUM_SYNC_FPU_STATE, CPUM_SYNC_DEBUG_REGS_GUEST and …
(edit) @87343   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits.
(edit) @87339   4 years vboxsync IPRT/net: Document that RTCidrStrToIPv4() is deprecated. bugref:9330
(edit) @87330   4 years vboxsync VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. …
(edit) @87304   4 years vboxsync AMD IOMMU: bugref:9654 Add IRTE_GVA_T if we need to implement …
(edit) @87290   4 years vboxsync iprt/param.h: Must include cdefs.h as we're testing RT_ARCH_XXXX …
(edit) @87263   4 years vboxsync vmm/stam.h: Just include asm-arm.h and use ASMReadTSC for STAM_GET_TS. …
(edit) @87261   4 years vboxsync VBoxVideoIPRT.h: Don't include asm-amd64-x86.h unless we're targeting …
(edit) @87256   4 years vboxsync IPRT,iprt/asm-arm.h: ASMReadTSC using CNTVCT or CNTPCT. bugref:9898
(edit) @87255   4 years vboxsync VMM: Adjustments for bugref:9898.
(edit) @87241   4 years vboxsync AMD IOMMU: bugref:9654 Main/API: AMD IOMMU support.
(edit) @87230   4 years vboxsync iprt/asm.h: Try fix x86/gcc version of ASMPRobeReadByte.
(edit) @87226   4 years vboxsync IPRT: Add ASMAtomicUoXorU32 mangling. bugref:9898. Fixes build.
(edit) @87223   4 years vboxsync IPRT: ASMAtomicXorU32 build fix (gcc). bugref:9898
(edit) @87218   4 years vboxsync iprt/asm-arm.h: Fix include guard and add #pragma once to make scm happy.
(edit) @87212   4 years vboxsync iprt/asm.h,tstRTInlineAsm: Extending testcase, added a couple of …
(edit) @87206   4 years vboxsync iprt/asm.h: Removed extra+wrong assertion in ASMAtomicUoReadS32. …
(edit) @87202   4 years vboxsync iprt/nocrt/limits.h: Adjustments for bugref:9898.
(edit) @87200   4 years vboxsync iprt/asm-arm.h: copied from branch. needs work. bugref:9898 bugref:9026
(edit) @87197   4 years vboxsync iprt/asm-arm.h: copied from branch. needs work. bugref:9898 bugref:9026
(edit) @87196   4 years vboxsync iprt/asm.h: More fun. Mostly done with asm.h. Added AMD64/gcc variant …
(edit) @87195   4 years vboxsync iprt/asm.h: More fun. Mostly done with asm.h. Added AMD64/gcc variant …
(edit) @87192   4 years vboxsync iprt/asm.h: Added generic C version of ASMBitFirstClear. Officially …
(edit) @87191   4 years vboxsync iprt/asm.h: More fun. Adding Xor and extended And, Or and Xor variants …
(edit) @87189   4 years vboxsync iprt/asm.h: More fun. bugref:9898
(edit) @87188   4 years vboxsync iprt/asm.h: Build fix (ASMAtomicXchgU64). bugref:9898
(edit) @87187   4 years vboxsync IPRT: Make sparc[64] and asm-fake.cpp use the generic ASMMem* …
(edit) @87183   4 years vboxsync iprt/asm.h: More fun. bugref:9898 bugref:9026
(edit) @87181   4 years vboxsync iprt/asm.h,iprt/cdefs.h: More fun. bugref:9898 bugref:9026
(edit) @87178   4 years vboxsync iprt/asm.h: Added note about 'ordered' not implying any compiler …
(edit) @87177   4 years vboxsync iprt/asm.h: add 'cc' to clobber list for x86/amd64 asm too …
(edit) @87172   4 years vboxsync iprt/asm.h: Missing memory ordering. Changed ASMMemoryFence from dsb …
(edit) @87171   4 years vboxsync iprt/asm.h: Generic memory barriers, writes and reads. Additions, …
(edit) @87170   4 years vboxsync pdmaudioifs.h: Use doxygen better. bugref:9882
(edit) @87159   4 years vboxsync Audio: Enable/disable streams using …
(edit) @87156   4 years vboxsync iprt/asm.h: Rest of the ASMAtomicCmpXchg* functions. bugref:9898 …
(edit) @87155   4 years vboxsync iprt/asm.h: ASMAtomicXchgUxx and some ASMAtomicCmpXchgXx. bugref:9898 …
(edit) @87154   4 years vboxsync iprt/asm.h: ASMAtomicXchgU8 and ASMNopPause. bugref:9898 bugref:9026
(edit) @87148   4 years vboxsync iprt/stdint.h: Adjustments for bugref:9898.
(edit) @87147   4 years vboxsync iprt/asm.h,iprt/param.h: More bugref:9898 adjustments.
(edit) @87145   4 years vboxsync iprt/asm.h: fix. bugref:9898
(edit) @87144   4 years vboxsync iprt/formats/mach-o.h: ARM CPU types and sub-types. bugref:9898
(edit) @87141   4 years vboxsync VMM: Remove VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0 and the code it encloses …
(edit) @87140   4 years vboxsync VMM/DBGFR3FlowTrace: First commit of a new DBGF framework to collect …
(edit) @87139   4 years vboxsync VMM/DBGFR3FlowTrace: First commit of a new DBGF framework to collect …
(edit) @87138   4 years vboxsync VMM/DBGFR3FlowTrace: First commit of a new DBGF framework to collect …
(edit) @87137   4 years vboxsync VMM/DBGFR3FlowTrace: First commit of a new DBGF framework to collect …
(edit) @87136   4 years vboxsync VMM/DBGFR3FlowTrace: First commit of a new DBGF framework to collect …
(edit) @87134   4 years vboxsync VMM/DBGFR3FlowTrace: First commit of a new DBGF framework to collect …
(edit) @87130   4 years vboxsync VMM: More owner handling code for bugref:9837
(edit) @87127   4 years vboxsync DMA,PDM: Pass the pDevIns of the caller to PDMDMAREG::pfnRegister. DMA …
(edit) @87124   4 years vboxsync iprt/asm.h: Some more fun. bugref:9888
(edit) @87117   4 years vboxsync tools/env.sh,/Config.kmk,iprt/cdefs.h: A little fun. bugref:9898
(edit) @87107   4 years vboxsync VMM/DBGF: Started implementing the breakpoint owner management, bugref:9837
(edit) @87082   4 years vboxsync Shared Clipboard: Simplified and cleaned up the X11 callback handling …
(edit) @87072   4 years vboxsync Shared Clipboard/Transfers: Bugfixes, docs. bugref:9874
(edit) @87068   4 years vboxsync Shared Clipboard/Transfers: More code for HTTP instance creation / …
(edit) @87067   4 years vboxsync Shared Clipboard/Transfers: Added ShClTransferHttpServerIsRunning(). …
(edit) @87058   4 years vboxsync Shared Clipboard/Transfers: Initial commit for the transfer HTTP …
(edit) @87042   4 years vboxsync Shared Clipboard/Transfers: More cleanup / documentation work. bugref:9874
(edit) @87041   4 years vboxsync Shared Clipboard/Transfers: Added initial supported for connection …
(edit) @87040   4 years vboxsync VMM: Better fix for r141682 - Fix delivery of external interrupts when …
(edit) @87037   4 years vboxsync Shared Clipboard/Transfers: Renaming (RTHTTP_WITH_WEBDAV -> …
(edit) @87032   4 years vboxsync Shared Clipboard/Transfers: Added initial directory listing support …
(edit) @87016   4 years vboxsync Shared Clipboard/Transfers: Initial code for directory listing …
(edit) @87012   4 years vboxsync Shared Clipboard/Transfers: Docs fix. bugref:9874
(edit) @87010   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87007   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87006   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @87004   4 years vboxsync Shared Clipboard/Transfers: Initial commit for HTTP server. Work in …
(edit) @86973   4 years vboxsync IPRT/FTP: Resolved some @ŧodos. bugref:9646
(edit) @86960   4 years vboxsync Shared Clipboard/Transfers: Removed clipboard area handling code. …
(edit) @86959   4 years vboxsync Shared Clipboard: Convert VBox clipboard formats to strings to improve …
(edit) @86949   4 years vboxsync Shared Clipboard/Transfers: Transfer IDs are 32-bit and of type …
(edit) @86948   4 years vboxsync Shared Clipboard/Transfers: Resurrected Windows code. bugref:9437
(edit) @86911   4 years vboxsync Shared Clipboard/Transfers: Added VBOX_SHCL_GF_0_TRANSFERS_FRONTEND to …
(edit) @86908   4 years vboxsync Shared Clipboard/Transfers: Removed clipboard area handling code. …
(edit) @86887   4 years vboxsync Additions: Renaming (VbglR3DRMClient -> VbglR3DrmClient).
(edit) @86877   4 years vboxsync Additions/VBoxDRMClient: Removed code duplication between VBoxClient / …
(edit) @86876   4 years vboxsync Guest Additions/VbglR3: Condensed / removed duplicate guest property …
Note: See TracRevisionLog for help on using the revision log.

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