VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37094   14 years vboxsync tabs
(edit) @37091   14 years vboxsync build fix
(edit) @37090   14 years vboxsync IEM: exception hacking…
(edit) @37085   14 years vboxsync IEM: xadd
(edit) @37084   14 years vboxsync IEM: xadd
(edit) @37079   14 years vboxsync IEM: Implemented the bare minimum of protected mode interrupt handling …
(edit) @37078   14 years vboxsync CPUM.cpp: Corrected initial FTW value.
(edit) @37072   14 years vboxsync PDMBlkCache: Commit dirty entries before suspending the cache to avoid …
(edit) @37062   14 years vboxsync VMM: Support for online/offlining of CPUs.
(edit) @37061   14 years vboxsync burn fix?
(edit) @37058   14 years vboxsync -> office
(edit) @37056   14 years vboxsync IEMAllAImpl.asm: BEGINCODE
(edit) @37045   14 years vboxsync Enable a few assertions temporary
(edit) @37039   14 years vboxsync IEM: Hacking in progress…
(edit) @37034   14 years vboxsync IEM: Hacking in progress…
(edit) @37026   14 years vboxsync SSM: pointers aren't UL everywhere.
(edit) @37013   14 years vboxsync IEM: Some exception/interrupt dispatching preparations.
(edit) @37011   14 years vboxsync IEM: Reduce the code / exception table size a wee bit for GCC.
(edit) @37008   14 years vboxsync IEM: More checks and another build fix attempt.
(edit) @37007   14 years vboxsync IEM: check more, try fix build.
(edit) @37006   14 years vboxsync IEM: check more, try fix build.
(edit) @37005   14 years vboxsync build fix
(edit) @37004   14 years vboxsync IEM: More cleanup and checks.
(edit) @37003   14 years vboxsync IEM: More cleanup and checks.
(edit) @37002   14 years vboxsync IEM: Cleaning up and 'microcode' testcase - work in progress…
(edit) @36988   14 years vboxsync GVMMR0: Increased the maximum number of VMs from 1024 to 8192 on …
(edit) @36984   14 years vboxsync GMMR0: Yield the mutex during cleanup since it may take quite a while …
(edit) @36983   14 years vboxsync nit
(edit) @36970   14 years vboxsync GMM: Adjusted the mapping array allocation 'strategy' to conserve …
(edit) @36969   14 years vboxsync more gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36960   14 years vboxsync PGM,MM: Heap and shadow pool size adjustments for large memory configs.
(edit) @36946   14 years vboxsync fix win-dbg
(edit) @36944   14 years vboxsync VBox/param.h: Bumped the max RAM limit up to 2TB on 64-bit hosts (was …
(edit) @36940   14 years vboxsync PGMPAGE: Finally, idPage is 32-bit. The physical address can now be …
(edit) @36939   14 years vboxsync PGMPAGE: 6-bit unused bits.
(edit) @36938   14 years vboxsync PGMPAGE: Moved the union a level up (PGMPAGE) and rename the 'bit' …
(edit) @36937   14 years vboxsync PGMPAGE: HCPhys + ID should be made bitfields as well, because the …
(edit) @36935   14 years vboxsync PGMPAGE: Use bitfields.
(edit) @36934   14 years vboxsync PGMPAGE: Yet more.
(edit) @36933   14 years vboxsync PGMPAGE: A bit more.
(edit) @36931   14 years vboxsync PGMPAGE: A tiny bit more.
(edit) @36927   14 years vboxsync PGMPAGE: More bit fields.
(edit) @36926   14 years vboxsync PGM: PGMPAGE adjustments in progress…
(edit) @36913   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36912   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36911   14 years vboxsync pgmR3PhysChangeMemBalloonRendezvous: Use the PGM_PAGE_GET_TYPE macro, …
(edit) @36910   14 years vboxsync PGMInternal.h: Cleaning up page macros before making further changes.
(edit) @36905   14 years vboxsync PGM: Alignment fix.
(edit) @36904   14 years vboxsync Alignment fix.
(edit) @36903   14 years vboxsync PGM: Enable the RAM range search trees.
(edit) @36902   14 years vboxsync PGM: Implemented RAM range search trees (disabled).
(edit) @36897   14 years vboxsync PGM: work in progress…
(edit) @36894   14 years vboxsync pgmPhysGetRangeAtOrAboveSlow: Use GCPhys instead of pRam->GCPhys.
(edit) @36893   14 years vboxsync PGM: Removed the #ifndef PGM_USE_RAMRANGE_TLB code.
(edit) @36892   14 years vboxsync PGM: Enabled the RAM range TLB.
(edit) @36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36866   14 years vboxsync build fix
(edit) @36865   14 years vboxsync build fix
(edit) @36864   14 years vboxsync tstX86-1: made it work on darwin.
(edit) @36863   14 years vboxsync CPUM: Don't assert if the supported standard CPUID level is smaller …
(edit) @36862   14 years vboxsync tstX86-1: Testing invalid lock prefix decoding order.
(edit) @36861   14 years vboxsync CPUMSetGuestTR: Awww, shut up.
(edit) @36860   14 years vboxsync IEM: rdtsc, mov DRx, ltr, lldt. cmovnle fix.
(edit) @36858   14 years vboxsync build fix.
(edit) @36857   14 years vboxsync IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
(edit) @36851   14 years vboxsync IEM: SHLD, SHRD.
(edit) @36849   14 years vboxsync IEM: Some more bits.
(edit) @36844   14 years vboxsync IEM: started drilling down to FINIT, but have to change location.
(edit) @36841   14 years vboxsync IEM: CMOVcc, JMPF Ep.
(edit) @36840   14 years vboxsync IEM: cpuid, clts, fixes.
(edit) @36838   14 years vboxsync IEM: SMSW and LMSW.
(edit) @36835   14 years vboxsync IEM: pop Ev; fixed the setting of accessed bit.
(edit) @36834   14 years vboxsync IEM: Moved the iemCImpl functions out of IEMAll.cpp and into …
(edit) @36833   14 years vboxsync IEM: Fixed missing RIP advancing when rCX was 0. 'LSS GReg, r/m' …
(edit) @36831   14 years vboxsync build fix
(edit) @36829   14 years vboxsync IEM: Some more instructions and tweaks.
(edit) @36828   14 years vboxsync IEM: implemented XLAT, extended the output when hitting a stub.
(edit) @36826   14 years vboxsync DBGFReg.cpp: Fixed buffer overflow bug caused by using the wrong variable.
(edit) @36825   14 years vboxsync EM: Check inhibit pc against RIP, not EIP. Corrected logging.
(edit) @36824   14 years vboxsync Always optimize IEMAll.cpp.
(edit) @36823   14 years vboxsync IEM: fixed interrupt delivery in verification mode.
(edit) @36822   14 years vboxsync comment typo.
(edit) @36821   14 years vboxsync IEM: imul, fixes & optimization hack.
(edit) @36820   14 years vboxsync PDMDevMiscHlp.cpp: Correct logging.
(edit) @36819   14 years vboxsync CFGM: Shut up two -O3 warnings on mac.
(edit) @36818   14 years vboxsync IEM: Drop the lock validator when running in IEM validation mode or we …
(edit) @36815   14 years vboxsync IEM: XCHG mem,reg and CALLN r/m
(edit) @36813   14 years vboxsync mac build fix.
(edit) @36812   14 years vboxsync IEM: hlt
(edit) @36801   14 years vboxsync PATM: Indentation and comments of the structures. Fix remaining …
(edit) @36799   14 years vboxsync AsyncCompletion: Add debugger command to inject delays. Disabled by default
(edit) @36798   14 years vboxsync build fix
(edit) @36795   14 years vboxsync IEM: Verify memory writes, fixed bugs found doing so.
(edit) @36794   14 years vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(edit) @36791   14 years vboxsync tstX86-1: Build fix for FreeBSD
(edit) @36788   14 years vboxsync OSE build fix.
(edit) @36787   14 years vboxsync EM: ooops, these assertions shouldn't have been here.
(edit) @36780   14 years vboxsync IEM: Some more bits.
(edit) @36778   14 years vboxsync win.x86 build fix.
(edit) @36776   14 years vboxsync solaris 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