VirtualBox

source: vbox/trunk/include/VBox/vmm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107389   7 weeks vboxsync VMM/CPUM: The CPUMFEATURE structures can't be in target specific …
(edit) @107373   7 weeks vboxsync doxygen fix
(edit) @107317   8 weeks vboxsync UsbNet: bugref:10779 Public statistics, also added missing …
(edit) @107310   8 weeks vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. [build fix]
(edit) @107308   8 weeks vboxsync VMM: bugref:10759 Refactor GIC for use with different backends.
(edit) @107276   2 months vboxsync PDMUsb: bugref:10810 Introduced PDMR3UsbQueryDeviceLun needed by …
(edit) @107227   2 months vboxsync VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470
(edit) @107220   2 months vboxsync VMM/CPUM,TM: Removed obsolete raw-mode CR4 masks. jiraref:VBP-1466
(edit) @107215   2 months vboxsync VMM/PDM,VMMDevTesting: Don't include vm.h in VMMDevTesting, replacing …
(edit) @107193   2 months vboxsync VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, …
(edit) @107118   3 months vboxsync VMM: bugref:10759 APIC restructure [lin-32 and doxygen]
(edit) @107117   3 months vboxsync VMM: bugref:10759 APIC restructure [doxygen fixes]
(edit) @107115   3 months vboxsync VMM: bugref:10759 APIC restructure [build fix for 32-bit host and …
(edit) @107113   3 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107031   3 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @106996   3 months vboxsync VMM/ARM: Fix import mask for things we have to fetch from the NEM …
(edit) @106920   3 months vboxsync /Config.kmk,Devices/Makefile.kmk,VMM/*: Introducing …
(edit) @106591   4 months vboxsync VMM/IEM: Missing IEMTARGETCPU_DYNAMIC for arm. jiraref:VBP-1171
(edit) @106567   4 months vboxsync VMM/cpum: Alignment fixes for CPUMFEATURES and CPUMCTX. jiraref:VBP-1171
(edit) @106476   4 months vboxsync VMMArm: Skeleton of the PMU device emulation enough to make …
(edit) @106381   4 months vboxsync VMM/CPUMAllRegs-armv8.cpp: Some helpers to get at the TCR_EL1 of the …
(edit) @106362   4 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106259   4 months vboxsync Devices/Security: Query the buffer size of the device above and use …
(edit) @106212   4 months vboxsync VMM/IEM: Some machinery for saving threaded TBs and a program for …
(edit) @106211   4 months vboxsync VMM/SSM: Added SSM_OPEN_F_FOR_WRITING to SSMR3Open together with …
(edit) @106061   5 months vboxsync Copyright year updates by scm.
(edit) @106022   5 months vboxsync VMM/PDM: Added PDMR3DriverEnumInstances for use by …
(edit) @105745   6 months vboxsync VMM/PGM: Some preparations for ARMv8 page table walking, introduce …
(edit) @105732   6 months vboxsync VMM/CPUM-armv8: Add some helpers tp query current guest EL and whether …
(edit) @105726   6 months vboxsync Devices/Network: cleaned up header file, memory leak fixes, search …
(edit) @105715   6 months vboxsync VMM/TM: Removed unused TMTimerPollBoolWith32BitMilliTS API. bugref:10656
(edit) @105698   6 months vboxsync VMM/IEM,TM: Adaptive timer polling and running of the timer queues …
(edit) @105687   6 months vboxsync VMMArm/GIC: Rename GICR3Kvm to GICR3Nem and add a stub for macOS …
(edit) @105686   6 months vboxsync VMMArm/CPUM: Add the additional state required to support EL2 in the …
(edit) @105673   6 months vboxsync VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. …
(edit) @105377   7 months vboxsync iprt/cdefs.h,*: s/RT_IPRT_CALL_ATTR/RT_IPRT_CALLREQ_ATTR/g bugref:10725
(edit) @105364   7 months vboxsync VMM: Expose FMA and F16C instruction set extensions if available and …
(edit) @105352   7 months vboxsync VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit …
(edit) @105227   7 months vboxsync VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, …
(edit) @105225   7 months vboxsync VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, …
(edit) @105224   7 months vboxsync VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, bugref:9898
(edit) @105177   7 months vboxsync VMM/IEM: Increase TLB size to 8192 on arm; quick fix for 2M/4M page …
(edit) @105092   7 months vboxsync VMM/CPUM: Fixed ancient bug in CPUMRecalcHyperDRx where it would try …
(edit) @105076   7 months vboxsync VMM/IEM: Increased the TLB size from 256 to 1024 entries. bugref:10687
(edit) @105072   7 months vboxsync VMM/IEM,DBGF,bs3-cpu-weird-1: Early data breakpoint support, mostly …
(edit) @105036   8 months vboxsync VMM/IEM: Split the TLB into non-global (even) and global (odd) …
(edit) @104991   8 months vboxsync VMM/IEM: Added IEMTlbInvalidateAllGlobal and made the …
(edit) @104947   8 months vboxsync VMM/IEM,tstVMStructSize: Made the IEM TLB size more easily …
(edit) @104933   8 months vboxsync VMM/PGM,IEM: Refactored+copied PGMGstGetPage into PGMGstQueryPage that …
(edit) @104932   8 months vboxsync VMM/PGM,IEM: Refactored+copied PGMGstGetPage into PGMGstQueryPage that …
(edit) @104931   8 months vboxsync VMM/PGM: Adjusted VM:pgm padding for the arm debug build. bugref:10687
(edit) @104910   8 months vboxsync VMM/PGM: bugref:10703 Add PGM API for retreiving boot zeroed RAM …
(edit) @104886   8 months vboxsync VMM/PGM: Tweaked the RAM range TLB hashing and quadrupled the size to …
(edit) @104885   8 months vboxsync VMM/PGM: Lockless PGMPhysIemGCPhys2PtrNoLock. bugref:10687
(edit) @104870   8 months vboxsync VMM/PGM: Missing pgmPhysInvalidatePageMapTLB & …
(edit) @104859   8 months vboxsync VMM/PGM: Moved the apRamRangesTlbR0 out of the shared PGM structure …
(edit) @104850   8 months vboxsync VMM/PGM: Build fix (arm). bugref:10687 bugref:10093
(edit) @104840   8 months vboxsync VMM/PGM: Refactored RAM ranges, MMIO2 ranges and ROM ranges and added …
(edit) @104767   9 months vboxsync VMM/PGM,IOM,PDM: MMIO cleanups. bugref:10687
(edit) @104525   9 months vboxsync VBox/vmm/pdmnetifs.h: Change PDMSCATTERGATHER::fFlags from size_t to …
(edit) @104516   9 months vboxsync VMM/GCM,IEM,HM: Integrate GCM with IEM, extending it to cover the mesa …
(edit) @104511   9 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104510   9 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104509   9 months vboxsync VMM: Some more GCM cleanup. bugref:9735 bugref:10683
(edit) @104507   9 months vboxsync VMM,Main: Some GCM adjustments. bugref:9735 bugref:10683
(edit) @104386   10 months vboxsync VMM/GIC: Add a dedicated GIC device implementation for linux.arm64 …
(edit) @104339   10 months vboxsync VMM/IEM: Implement native emitters for psubb, psubw, psubd and psubdq, …
(edit) @103516   12 months vboxsync VMM/IEM,EM: Add all kind of exceptions to the exit history, adding a …
(edit) @103404   12 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   12 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103295   12 months vboxsync include/VBox/pgm.h: Fix declaration of PGMPhysGCPtr2CCPtr(), bugref:3409
(edit) @103289   12 months vboxsync VMM/HMVMXR0: Nested VMX: bugref:10318 VMCS state 'launched' shouldn't …
(edit) @103194   12 months vboxsync VMM: Nested VMX: bugref:10318 Distinguish NMI vs. hardware exception 2 …
(edit) @103005   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102840   13 months vboxsync VBoxDbg,VMM/STAM: Build fixes. bugref:10371
(edit) @102839   13 months vboxsync VBoxDbg,VMM/STAM: Build fixes. bugref:10371
(edit) @102828   13 months vboxsync VMM/STAM: Added two new aggregate sample types. bugref:10371
(edit) @102663   14 months vboxsync VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
(edit) @102374   15 months vboxsync VBox/vmm/cpumctx-x86-amd64.h: offsets to make disassembly easier to …
(edit) @102092   15 months vboxsync VMM/DBGF,DBGC,Main: Added DBGFR3RegNmQueryEx and fixed some issues …
(edit) @102077   15 months vboxsync VMM/IEM,STAM: Native translation of IEM_MC_REF_EFLAGS, …
(edit) @102023   15 months vboxsync hm_vmx.h: Added new VMCS field encodings.
(edit) @102020   15 months vboxsync VMM: Nested VMX: bugref:10318 Discard unused VMCS launch-state bits …
(edit) @101670   16 months vboxsync vmm/vm.h: Doxygen fix.
(edit) @101668   16 months vboxsync vmm/vm.h: Space nit.
(edit) @101667   16 months vboxsync vmm/vm.h: Added VMX VCPU FFs to VMCPU_FF_ALL_MASKS as suggested in the …
(edit) @101639   16 months vboxsync vmm/vm.h: A few todos and some whitespace adjustments.
(edit) @101620   16 months vboxsync Devices/Gpio: Add virtual GPIO button driver to simulate button …
(edit) @101618   16 months vboxsync Devices/Gpio: Add virtual GPIO button driver to simulate button …
(edit) @101617   16 months vboxsync Devices/Gpio/DevPL061: Updates to the code, bugref:10453
(edit) @101599   16 months vboxsync pdmifs.h,DevACPI.cpp,ConsoleImpl.cpp: Move the power button events out …
(edit) @101598   16 months vboxsync pdmifs.h,DevACPI.cpp,ConsoleImpl.cpp: Move the power button events out …
(edit) @101597   16 months vboxsync pdmifs.h,DevACPI.cpp,ConsoleImpl.cpp: Move the power button events out …
(edit) @101449   16 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Added VMX VM-exit intercepts for …
(edit) @101428   16 months vboxsync VMM/HM: Added logging for new SVM features.
(edit) @101311   17 months vboxsync VMM: Detect and log new VMX features, part 4.
(edit) @101309   17 months vboxsync VMM: Detect and log new VMX features, part 2.
(edit) @101308   17 months vboxsync VMM: Detect and log new VMX features, part 1.
(edit) @101245   17 months vboxsync VMM/IEM: nit. bugref:10370
(edit) @101121   17 months vboxsync VMM/CPUM: Log host and guest features, bugref:10525
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