VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @58912   9 years vboxsync HMGLOBALCPUINFO: Cache the RTR0MemObjGetPagePhysAddr and …
(edit) @58833   9 years vboxsync GVMMR0.cpp: Build fix
(edit) @58832   9 years vboxsync GVMMR0.cpp: duh, wanted to replace u32Alignment but forgot to remove it.
(edit) @58830   9 years vboxsync GVMMR0.cpp: Redid locking using critical sections, in the used list …
(edit) @58658   9 years vboxsync bugref:8097: AC/DB loop fixes.
(edit) @58545   9 years vboxsync HMSVMR0.cpp: ulBit -> uBit.
(edit) @58487   9 years vboxsync VMM: todo regarding RIP update and hypercall ordering.
(edit) @58373   9 years vboxsync HMVMXR0.cpp: annoying assertion, problem elsewhere that needs fixing, …
(edit) @58317   9 years vboxsync VMM/HMVMXR0: nit.
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58124   9 years vboxsync include/VBox//*.h: pVM and pVCpu parameter description adjustments.
(edit) @58123   9 years vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58118   9 years vboxsync VMM,GIM: Made the order of RIP update on hypercalls consistent. …
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @58014   9 years vboxsync VMM/GIM: Fix Hyper-V hypercall vs hypercall page confusion.
(edit) @57989   9 years vboxsync Added support for GIM Hyper-V hypercalls and guest debugging.
(edit) @57886   9 years vboxsync HMVMXR0.cpp: Disabled incorrect assertion in hmR0VmxExitIoInstr. …
(edit) @57860   9 years vboxsync VMM: warnings.
(edit) @57859   9 years vboxsync VMM: warnings.
(edit) @57858   9 years vboxsync VMM: warnings.
(edit) @57857   9 years vboxsync VMM: unused parameter warnings.
(edit) @57856   9 years vboxsync VMM: warnings.
(edit) @57854   9 years vboxsync VMM: unused parameter warning fixes.
(edit) @57851   9 years vboxsync VMM: unused parameter warning fixes.
(edit) @57733   9 years vboxsync VMM/HMVMXR0: Remove obsolete/wrong assertion.
(edit) @57567   9 years vboxsync VMM: unused var.
(edit) @57565   9 years vboxsync VMM: unused var.
(edit) @57564   9 years vboxsync VMM: unused var.
(edit) @57562   9 years vboxsync VMM: unused vars.
(edit) @57558   9 years vboxsync VMM: unused vars.
(edit) @57557   9 years vboxsync VMM/HMVMXR0: windows build fix.
(edit) @57555   9 years vboxsync VMM/HMVMXR0: Don't lose interrupt-window exiting due to unrelated …
(edit) @57549   9 years vboxsync VMM/HMR0A: Avoid 2 conditional branches in the VT-x vmlaunch/vmresume …
(edit) @57514   9 years vboxsync VMM/HMVMXR0: Fix EPT capabilities checks and propagate errors to ring-3.
(edit) @57493   9 years vboxsync VMM/HM: Merge HMR0Mixed.mac into the main assembly file now that …
(edit) @57477   9 years vboxsync VMM/HM: Implement PAUSE filter exiting for VT-x & AMD-V. Also …
(edit) @57472   9 years vboxsync VMM/HMVMXR0: space nit.
(edit) @57471   9 years vboxsync VMM/HMVMXR0: line length formatting fixes.
(edit) @57470   9 years vboxsync VMM/HM: Purge the unused TLB shootdown code path.
(edit) @57446   9 years vboxsync VMM: Removing VBOX_WITH_HYBRID_32BIT_KERNEL and other 32-bit darwin fun.
(edit) @57445   9 years vboxsync static
(edit) @57429   9 years vboxsync VMM/HM: Start removing VBOX_WITH_HYBRID_32BIT_KERNEL code.
(edit) @57378   9 years vboxsync SUPDrv: Modified SUP_IOCTL_LDR_LOAD to return an error string, major …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57270   9 years vboxsync VMM/HM: comment typos, doxygen cleanup.
(edit) @57249   9 years vboxsync GVMMR0,VMMR0: More AC != 0 checks to try pinpoint the problem.
(edit) @57247   9 years vboxsync build fix
(edit) @57244   9 years vboxsync VMMR0.cpp,SUPDrv-darwin.cpp: More AC=0 checks and details.
(edit) @57237   9 years vboxsync Fix doxygen bugref w/ comments to use the URL format.
(edit) @57229   9 years vboxsync SUPDrv,VMMR0: Added SUPR0BadContext for reporting AC=0 and (on darwin …
(edit) @57211   9 years vboxsync VMM: LogRel nits.
(edit) @57109   9 years vboxsync VMM: Check AC during ring-0 module and VM init when the host has SMAP …
(edit) @57062   9 years vboxsync VMM/HMSVMR0: nit.
(edit) @57061   9 years vboxsync VMM/HMSVMR0: nit.
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @56985   9 years vboxsync VMM: Log and assertion formatting fixes.
(edit) @56898   9 years vboxsync VMM/GIM: comment.
(edit) @56837   9 years vboxsync VMM/HMVMXR0, HMSVMR0: Disable currently dead code path.
(edit) @56823   9 years vboxsync VMM/HMVMXR0: Check for MSR-bitmap feature being available before using it.
(edit) @56815   9 years vboxsync VMM/HMVMXR0: nit.
(edit) @56813   9 years vboxsync VMM/GIM: Fix regression introduced in r101441 (on hosts without …
(edit) @56791   9 years vboxsync VMM/GIM: Try passing identical TSC and NanoTS pairs to all VCPUs for …
(edit) @56766   9 years vboxsync VMM: comment nit.
(edit) @56708   9 years vboxsync VMM/HMVMXR0: Remove incorrect debug assertion.
(edit) @56706   9 years vboxsync HMR0Term: must init rc.
(edit) @56705   9 years vboxsync HMR0.cpp: Don't call SUPR0EnableVTx(false) in HMR0Term unless we've …
(edit) @56694   9 years vboxsync VMM/GIM: Cleanup.
(edit) @56672   9 years vboxsync VMM/GIM: Workaround PGM issue with large pages in Hyper-V by directly …
(edit) @56667   9 years vboxsync hmR0SvmExitIOInstr: Optimize the OUTS on old-CPU when it's clear from …
(edit) @56666   9 years vboxsync hmR0SvmExitIOInstr: Optimize the OUTS on old-CPU when it's clear from …
(edit) @56665   9 years vboxsync hmR0SvmExitIOInstr: Adjusted the u3SEG validity check to exclude …
(edit) @56664   9 years vboxsync HMSVMR0.cpp: Fixed incorrect I/O instruction length check.
(edit) @56663   9 years vboxsync HMSVMR0.cpp: VT-x and IEM insists on having busy TSS descriptor types …
(edit) @56642   9 years vboxsync VMM/HMSVMR0: extra RC in assert in IO exits like r101262 for VT-x.
(edit) @56628   9 years vboxsync IEM: Postpone INS memory writes to ring-3 if we hit an access handler. …
(edit) @56620   9 years vboxsync VMM/HMR0: comments.
(edit) @56619   9 years vboxsync VMM/HMR0: revert r101249, added comment to clarify usage.
(edit) @56618   9 years vboxsync VMM/HMR0: Don't read MSR unnecessarily.
(edit) @56572   9 years vboxsync VMM/HMR0: comment.
(edit) @56460   9 years vboxsync VMM/HM: comment.
(edit) @56418   10 years vboxsync assertion details.
(edit) @56404   10 years vboxsync DevATA: Read final PIO transfer unit in ring-0.
(edit) @56381   10 years vboxsync Stubbed VMMR0_DO_CALL_HYPERVISOR and VMMR0_DO_RAW_RUN when …
(edit) @56365   10 years vboxsync VMM/HM: removed obsolete todo.
(edit) @56364   10 years vboxsync VMM/HM: g_HvmR0 -> g_HmR0.
(edit) @56360   10 years vboxsync VMM/HM: Cleanup and asserts.
(edit) @56287   10 years vboxsync VMM: Updated (C) year.
(edit) @56286   10 years vboxsync Cleaned up all grep hits for 'VMMGC'.
(edit) @56214   10 years vboxsync VMM/HMR0: todo is done.
(edit) @56084   10 years vboxsync VMM/HM: group preempt STAM counters under 'HM/Switch'.
(edit) @56081   10 years vboxsync HMSVMR0/IOIO: fUpdateRipAlready
(edit) @56080   10 years vboxsync IOM,HM: Let IEM take over the MMIO handling from IOM when …
(edit) @56048   10 years vboxsync pgm.h,++: Changed the return type of PDMPhysRead, PGMPhysWrite, …
(edit) @56047   10 years vboxsync VBox/err.h,err.mac,TRPMRC,VMM,EM: Removed unused return codes …
(edit) @56034   10 years vboxsync VMM/HM: comment typos.
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55903   10 years vboxsync PGM: Added a pVCpu parameter to all physical handler callouts and also …
(edit) @55899   10 years vboxsync PGM: Added an access origin to memory read & write calls that respects …
(edit) @55896   10 years vboxsync PGM: Renamed the ring-0 and raw-mode context physical page access …
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