VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40926   13 years vboxsync typo.
(edit) @40920   13 years vboxsync Set the idTracing members.
(edit) @40909   13 years vboxsync Forgot a file.
(edit) @40907   13 years vboxsync Working on tracking IRQs for tracing and logging purposes.
(edit) @40656   13 years vboxsync Added counters so that VT-x exit stats add up.
(edit) @40652   13 years vboxsync NetShaper,E1000: Basic framework and partial implementation for …
(edit) @40561   13 years vboxsync Framework for handling VT-x MTF exits.
(edit) @40517   13 years vboxsync kBuild 2566 -> 2567: dtrace support.
(edit) @40449   13 years vboxsync SELM: Refactoring (PVM -> PVMCPU).
(edit) @40405   13 years vboxsync VMM/PDM: Some simple tracepoint infastructure.
(edit) @40397   13 years vboxsync VMM: Make most of the tracing optional so we don't have to be afraid …
(edit) @40380   13 years vboxsync oops
(edit) @40377   13 years vboxsync Fixes for real dtrace (trailing digits are not allowed in provider names).
(edit) @40375   13 years vboxsync VMM: flow tracing.
(edit) @40356   13 years vboxsync MWAIT fixes: Only clear the mwait-active flag when actually resuming …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @40252   13 years vboxsync IEM: Completed fpu instructions starting with 0xdc.
(edit) @40251   13 years vboxsync fcomi, fcomip, fucomi and fucomip.
(edit) @40250   13 years vboxsync IEM: fstp/fld m80r.
(edit) @40248   13 years vboxsync IEM: fst[p], fist[p] and fisttp implementations and fixes.
(edit) @40247   13 years vboxsync IEM: Completed FPU instruction starting with 0xdb. Fixed build break …
(edit) @40244   13 years vboxsync IEM: Implemented FPU instructions 0xd9 0xf3 thru 0xd9 0xff, completing …
(edit) @40243   13 years vboxsync typos.
(edit) @40242   13 years vboxsync f2xm1, fyl2x, fptan. fpu stack push bugfix.
(edit) @40239   13 years vboxsync IEM: Implemented 0xd9 0xe0 thru 0xd9 0xee (fpu stuff).
(edit) @40234   13 years vboxsync Optionally present basic hypervisor CPUID leaves.
(edit) @40210   13 years vboxsync IEM: fst/fstp m64r/m32r.
(edit) @40209   13 years vboxsync IEM: Implemented missing FPU instructions starting with 0xd8 and …
(edit) @40187   13 years vboxsync callf fixes. fxsave bounce buffering fix. Don't try fxsave output as …
(edit) @40182   13 years vboxsync protected mode far call and far return.
(edit) @40170   13 years vboxsync MSRs and MTRRs, CPUM saved state changed. (linux 2.4.31 seems to …
(edit) @40165   13 years vboxsync Implemented fistp (needs testcase).
(edit) @40164   13 years vboxsync IEM: A bunch of r80 by r80 instructions, needed fsubrp stN,st0.
(edit) @40163   13 years vboxsync IEM: More r80 by m64r instructions.
(edit) @40162   13 years vboxsync fmul st0,m64r
(edit) @40143   13 years vboxsync fdiv - almost there…
(edit) @40093   13 years vboxsync IEM: fld m64i
(edit) @40082   13 years vboxsync More FPU instruction stubs.
(edit) @40077   13 years vboxsync Implemented fld, currently sans #D exceptions.
(edit) @40072   13 years vboxsync hacking in progress…
(edit) @40054   13 years vboxsync VMM,VMMDev: Page sharing cleanup.
(edit) @40042   13 years vboxsync a bit more…
(edit) @40022   13 years vboxsync IEM: fxsave & fxrstor.
(edit) @40007   13 years vboxsync VMMR3/PATMA.asm: moved all patch records to the data section to …
(edit) @39989   13 years vboxsync txtX86-1: some prefix decoding checks for the groups and rex.
(edit) @39970   13 years vboxsync IEM: Implemented bswap. Fixed verification of INS.
(edit) @39947   13 years vboxsync STAM: alignment fix (32-bit + gcc).
(edit) @39944   13 years vboxsync VERR_IEM_INSTR_NOT_IMPLEMENTED and VERR_IEM_ASPECT_NOT_IMPLEMENTED.
(edit) @39917   13 years vboxsync STAM,GMM,VBoxDbg: Adding GMM statistics (at last). Introduces …
(edit) @39839   13 years vboxsync PDM: Initial driver chain transformation code (untested).
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39303   13 years vboxsync VMCPUSET changes.
(edit) @39154   13 years vboxsync IOM: Added flags for dropping into the vbox debugger on complicated …
(edit) @39111   13 years vboxsync IOM,PDM: Working on moving unaligned and non-dword MMIO access …
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39038   13 years vboxsync VMM: -W4 warnings (MSC).
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @39014   13 years vboxsync PDMAsyncCompletion.cpp: Addressed out of bound indexing of …
(edit) @38965   13 years vboxsync fix mac-dbg
(edit) @38956   13 years vboxsync PGM: Avoid requiring a full tree walk to age the mapping chunks …
(edit) @38955   13 years vboxsync pgmR3PhysChunkMap: Make sure we don't unmap the chunk we just added.
(edit) @38954   13 years vboxsync VMMR0: Triple fault debugging hack proof of concept.
(edit) @38953   13 years vboxsync PGM: Attempt at fixing the VERR_MAP_FAILED during state save problem …
(edit) @38942   13 years vboxsync now it should compile…
(edit) @38941   13 years vboxsync duh
(edit) @38940   13 years vboxsync VMInternal.h: Alignment fix.
(edit) @38885   13 years vboxsync PDMBlkCache: Fix burn
(edit) @38877   13 years vboxsync VMM/PDMBlkCache: Add discard API
(edit) @38867   13 years vboxsync TRPM: Host interrupt stats.
(edit) @38841   13 years vboxsync VMInternal.h: Alignment fix.
(edit) @38839   13 years vboxsync VMMInternal.h: Alignment fix.
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38835   13 years vboxsync VMM: Detect recursive rendezvous calls. Removed the unused API …
(edit) @38708   13 years vboxsync PGM: Drop the PGM_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST define and …
(edit) @38707   13 years vboxsync VMM/VT-x: Fix for PAE guests running on 32-bit hosts or 64-bit hosts …
(edit) @38683   13 years vboxsync HM: renamed some internal functions.
(edit) @37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37935   13 years vboxsync Alignment fixes for 32-bit build employing the electric fence.
(edit) @37836   13 years vboxsync VMM: typo.
(edit) @37702   13 years vboxsync REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37527   14 years vboxsync TM: Virtual sync timer locking fixes and assertions.
(edit) @37517   14 years vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37467   14 years vboxsync IOM: Clean up locking now that all devices has its own CS.
(edit) @37466   14 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37452   14 years vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37443   14 years vboxsync PDM: Implemented the NOP critical section.
(edit) @37426   14 years vboxsync IOMInline.h: Make sure we don't call PDMCritSectIsInitialized …
(edit) @37425   14 years vboxsync IOM: cleaning up in progress…
(edit) @37424   14 years vboxsync IOM: Moved the inline functions out of IOMInternal.h and into IOMInline.h.
(edit) @37423   14 years vboxsync Ran the source code massager (scm).
(edit) @37410   14 years vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @37386   14 years vboxsync VMM/HM: more paranoid poking code.
(edit) @37370   14 years vboxsync PGM: Disabled assertions, triggers on mac os x in …
(edit) @37358   14 years vboxsync PDM/TM: Implemented USB timers.
(edit) @37354   14 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37323   14 years vboxsync build fix and some prefix cleanup.
(edit) @37320   14 years vboxsync HWACCM: Slowly shortening it to 'HM' (too much uppercase typing for …
(edit) @37319   14 years vboxsync HWACCM: Use RTOnce to serialize the enabling so that no CPU can start …
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