VirtualBox

source: vbox/trunk/src/VBox/VMM/Makefile.kmk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36834   14 years vboxsync IEM: Moved the iemCImpl functions out of IEMAll.cpp and into …
(edit) @36824   14 years vboxsync Always optimize IEMAll.cpp.
(edit) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @36441   14 years vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @35855   14 years vboxsync PCI: start of driver communication infrastructure
(edit) @35572   14 years vboxsync Only VBoxRT, VBoxVMM, VBoxDD, VBoxDD2 and VBoxREM should be PIC avoiding.
(edit) @35468   14 years vboxsync CPUMDbg.cpp: Hacking in progress (to laptop).
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35362   14 years vboxsync warning
(edit) @35348   14 years vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
(edit) @35335   14 years vboxsync VMM source reorg: VMMGC -> VMMRC.
(edit) @35333   14 years vboxsync VMM source reorg.
(edit) @35308   14 years vboxsync AsyncCompletion: Remove obsolete write cache
(edit) @34668   14 years vboxsync More extpack build speedup hacking.
(edit) @34662   14 years vboxsync Hacking in progress, enclosed in VBOX_ONLY_EXTPACKS_USE_IMPLIBS ifdefs …
(edit) @34492   14 years vboxsync VBOX_ONLY_EXTPACKS changes.
(edit) @34220   14 years vboxsync Build fix
(edit) @34219   14 years vboxsync PDM/BlockCache: First part for #5295, move the writeback cache into a …
(edit) @33935   14 years vboxsync VMM: mask all Local APIC interrupt vectors which are set up to NMI …
(edit) @32253   14 years vboxsync VMM/DBGF: Added CoreDescriptor.
(edit) @32006   14 years vboxsync VMM/DBGFCoreWrite: skeleton.
(edit) @31789   14 years vboxsync FT updates
(edit) @31721   14 years vboxsync FT skeleton code
(edit) @31491   14 years vboxsync DBGF: Kick-off for DBGFR3Reg*. Implemented simple queried only. The …
(edit) @31402   14 years vboxsync PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
(edit) @30888   14 years vboxsync Makefile.kmk: more syntax checking aliases.
(edit) @30799   14 years vboxsync TM: Made it possible to enable the resettable accounting stats in …
(edit) @29566   15 years vboxsync Enabled page fusion code (feature itself is still disabled)
(edit) @29468   15 years vboxsync Split up
(edit) @29329   15 years vboxsync removed VBOX_WITH_VMI
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28791   15 years vboxsync VBOX_WITH_PAGE_SHARING
(edit) @28426   15 years vboxsync Added PDMDRVHLP::pfnCallR0 / PDMDrvHlpCallR0 / PFNPDMDRVREQHANDLERR0 …
(edit) @28415   15 years vboxsync Shared paging updates
(edit) @26951   15 years vboxsync introduced VBOX_WITH_VUSB
(edit) @26693   15 years vboxsync small Makefile cleanup
(edit) @26526   15 years vboxsync VMM,asm.h,Config.kmk: win.amd64 warnings; fixed the ASMAtomicSubU32 …
(edit) @26523   15 years vboxsync VBoxRc,VBoxR0: Added RuntimeR?Stub libraries for the stub entrypoint …
(edit) @26282   15 years vboxsync another gcc warning
(edit) @26224   15 years vboxsync s/IN_RT_GC/IN_RT_RC/g
(edit) @26223   15 years vboxsync s/RuntimeGC/RuntimeRC/; s/DisasmGC/DisasmRC/; s/tstMicroGC/tstMicroRC/g
(edit) @26222   15 years vboxsync *.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
(edit) @26218   15 years vboxsync *.kmk: Started renaming templated from all caps to CamelCase. At the …
(edit) @25946   15 years vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
(edit) @24577   15 years vboxsync Main,VMM,VBox/cdefs.h: build fix; added IN_VMM_STATIC.
(edit) @24574   15 years vboxsync SSMStandalone.a/lib for linking with VBoxSVC.
(edit) @24061   15 years vboxsync DBGF,DBGPlugInDiggers: Extended DBGFR3MemScan with an alignment …
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23415   15 years vboxsync PGM: Saved state hacking and some minor cleanups.
(edit) @23307   15 years vboxsync VMM: Moved the saved state code out of PGM.cpp and into PGMSavedState.cpp.
(edit) @22906   15 years vboxsync VMM: Don't use RTBldCfgRevision here, the R3 <-> R0/RC compatability …
(edit) @22823   15 years vboxsync replaced VBOX_SVN_REV by RTBldCfgRevision[Str]()
(edit) @22781   15 years vboxsync SSM: Save the build type and host os+arch, feed the strings from the …
(edit) @22309   15 years vboxsync PDMAsyncCompletion: Add first part of the cache for file I/O
(edit) @22140   15 years vboxsync SSM-new.cpp -> SSM.cpp.
(edit) @22032   15 years vboxsync VMM: Enabled the new SSM code.
(edit) @22031   15 years vboxsync VMM/Makefile.kmk: reverted 50766.
(edit) @22029   15 years vboxsync SSM: adjusted progress calculation during save.
(edit) @21963   15 years vboxsync VMM: When we're switching to our own private stack, it must have a …
(edit) @21856   15 years vboxsync SSM: only compress big stuff that's a page or larger.
(edit) @21496   15 years vboxsync VMM/PDMAsyncCompletion: Add basic working manager using RTFileAio API …
(edit) @21196   15 years vboxsync Break up raw mode and hwacc EM parts.
(edit) @20998   15 years vboxsync VMM: how to trigger the 64-bit windows issue.
(edit) @20997   15 years vboxsync HWACCM,CPUM: Fix for 64-bit Windows trashing guest XMM registers - VMX …
(edit) @20922   15 years vboxsync Config.kmk,VMM/Makefile.kmk: Retired VBOX_WITH_SMP_GUESTS (unused), …
(edit) @20871   15 years vboxsync VMM: Make sure there is enough room for a few physical handler …
(edit) @20541   15 years vboxsync VMM: Split up VMMR0A.asm into VMMR0JmpA-x86.asm and …
(edit) @20167   16 years vboxsync First part of the PDMAsyncCompletion rewrite: * The Host specific …
(edit) @19957   16 years vboxsync VMM,SUPDrv-win,Config.kmk: VBOX_WITH_VMMR0_DISABLE_PREEMPTION
(edit) @19757   16 years vboxsync VMM,IPRT,DBGC: Debug address spaces.
(edit) @19297   16 years vboxsync Renamed src/recompiler_new to src/recompiler.
(edit) @19288   16 years vboxsync DBGF,TRPM,HWACCM: Merged DBGFR0.cpp and DBGFGC.cpp into …
(edit) @18792   16 years vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
(edit) @18665   16 years vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 1)
(edit) @17294   16 years vboxsync PGM: started looking at direct access of PGMPAGE::HCPhys and the …
(edit) @16959   16 years vboxsync disable array bounds warning for PGMAllPool
(edit) @16344   16 years vboxsync .darwin.x86 isn't right for VBOXGC since that's BLD_TRG_ARCH=x86 and …
(edit) @16341   16 years vboxsync Makefiles: .darwin -> .darwin.x86.
(edit) @15414   16 years vboxsync Corrected VBOX_WITH_HYBIRD_32BIT_KERNEL to …
(edit) @15413   16 years vboxsync #3202: CMPXCHG - 64-bit solaris optimziation.
(edit) @14994   16 years vboxsync Moved CPUMStack.cpp to the all dir
(edit) @14870   16 years vboxsync Cleaning up.
(edit) @14833   16 years vboxsync Drop the global VBOX_WITH_NEW_RECOMPILER global.
(edit) @14785   16 years vboxsync More switcher updates
(edit) @14766   16 years vboxsync PAE to AMD64 switcher
(edit) @14515   16 years vboxsync SUPDrv,SUPLib,VMM: Kicked out the dead VBOX_WITH_IDT_PATCHING code.
(edit) @14167   16 years vboxsync VMM: AMD64 -> 32bit switcher (for testing only).
(edit) @14137   16 years vboxsync order
(edit) @14134   16 years vboxsync 32->64 bit mode skeleton, nothing yet works, for sure
(edit) @14116   16 years vboxsync line continuation fun.
(edit) @14114   16 years vboxsync #1865: Some structures and external API for the ring-0 dynamic mapping …
(edit) @14042   16 years vboxsync Windows build fix; VBoxDD*R0/GC should not link against RuntimeR0/GC, …
(edit) @13798   16 years vboxsync VMM: Split out the switcher code from VMM.cpp and into VMMSwitcher.cpp.
(edit) @13699   16 years vboxsync VMM: Made VBOX_WITH_R0_LOGGING a Makefile (LocalConfig.kmk) option.
(edit) @13698   16 years vboxsync VMM: Fixed ring-0 access to the ring-3 mapping of the EMT stack. Moved …
(edit) @13565   16 years vboxsync #1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
(edit) @13375   16 years vboxsync some (disabled) VMI bits
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13060   16 years vboxsync #1865: More PGM changes.
(edit) @13038   16 years vboxsync #1865: More PGM changes.
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