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) @91018   3 years vboxsync VMM/MM: Removed the MMR3UkHeap* code as nobody is using it any more. …
(edit) @90634   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @89695   3 years vboxsync VMM/DBGFR3SampleReport: Implement dump to file method, bugref:10025
(edit) @89622   3 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @88153   4 years vboxsync Intel IOMMU: bugref:9967 Skeleton bits.
(edit) @87792   4 years vboxsync VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
(edit) @87728   4 years vboxsync SUPDrv,VMMR0,VBoxDDR0,++: More work on wrapper kmods. bugref:9937
(edit) @87594   4 years vboxsync VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) …
(edit) @87477   4 years vboxsync AMD IOMMU: bugref:9654 PDM IOMMU code de-duplication and cleanup.
(edit) @87310   4 years vboxsync VMM: Split out the generic VMX/SVM instruction wrapper utility method …
(edit) @87134   4 years vboxsync VMM/DBGFR3FlowTrace: First commit of a new DBGF framework to collect …
(edit) @86751   4 years vboxsync VMM/DBGF: Implement L2 binary search tree node removal and make the …
(edit) @86750   4 years vboxsync VMM/DBGF: Implement L2 binary search tree node removal and make the …
(edit) @86749   4 years vboxsync VMM/DBGF: Implement L2 binary search tree node removal and make the …
(edit) @86730   4 years vboxsync VMM/DBGF: Move the DBGFRZ* part into VMMAll as the trap handlers will …
(edit) @86699   4 years vboxsync VMM/DBGF: Updates to the new breakpoint manager, implement global …
(edit) @86683   4 years vboxsync VMM/DBGF: Missing tracer destruction in R0 when the VM terminates, …
(edit) @86666   4 years vboxsync include/VBox,VMM,DBGF: Some boilerplate for the new breakpoint manager …
(edit) @86121   4 years vboxsync VMM/GIM: Fix handling KVM system-time struct. to work from both ring-0 …
(edit) @85507   4 years vboxsync SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD …
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 years vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @84486   5 years vboxsync VMM/Makefile.kmk: Clean out leftover VBOX_WITH_RAW_MODE references
(edit) @84485   5 years vboxsync VMM/DBGFTracer: Build fixes from last commit, bugref:9210
(edit) @84459   5 years vboxsync VMM/PDM: DBGF even tracing integration, bugref:9210 Integrates the …
(edit) @84458   5 years vboxsync VMM/DBGF: First commit of new tracing facility, bugref:9210 The new …
(edit) @84007   5 years vboxsync VMMR0: Move the PDM R0 device helper into its own file like it is done …
(edit) @83941   5 years vboxsync AMD IOMMU: bugref:9654 Hook into PCIPhys[Read|Write] for intercepting …
(edit) @83770   5 years vboxsync VMM: VC++ 14.1 build tweaking. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82754   5 years vboxsync VMM: More cleanup fixes (bird specific ones).
(edit) @82744   5 years vboxsync VMM,IPRT,VBoxDTrace: More cleanup fixes.
(edit) @82565   5 years vboxsync MM: Eliminated all but the MMR3PageDummyHC* functions for the …
(edit) @82555   5 years vboxsync PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool …
(edit) @82313   5 years vboxsync IOM,PDMDevHlp: Kicked out the old MMIO code. bugref:9218
(edit) @81406   5 years vboxsync PDM: Enabled PDM task code. Added bunch of new device helper …
(edit) @81333   5 years vboxsync IOM: More MMIO stuff, almost there now... bugref:9218
(edit) @81197   5 years vboxsync IOM: More MMIO code. bugref:9218
(edit) @81167   5 years vboxsync IOM: More MMIO work. Splitting out the I/O port related stuff from …
(edit) @81156   5 years vboxsync IOM,PDMDevHlp: Started implementing new MMIO registration APIs. …
(edit) @81153   5 years vboxsync VMM: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576
(edit) @80938   5 years vboxsync VMM: bugref:9566 Removed TRPM ring-0 bits that are no longer used …
(edit) @80641   5 years vboxsync IOM: New I/O port registration code. bugref:9218
(edit) @80335   5 years vboxsync VMM/Makefile.kmk: Skip testcase for VBOX_ONLY_EXTPACK because solaris …
(edit) @80305   5 years vboxsync REM,VMM,tstInt,Devices: Use VMM_COMMON_DEFS when including vm.h so the …
(edit) @80074   5 years vboxsync VMM,Main,++: Retired the unfinished FTM component.
(edit) @80053   5 years vboxsync Main: Kicking out raw-mode - CPUM*Hyper*(). bugref:9517 bugref:9511
(edit) @80016   5 years vboxsync VMM: Kicking out raw-mode (work in progress) - EM. bugref:9517
(edit) @80003   5 years vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @79891   5 years vboxsync *.kmk: Preparing for dropping 32-bit host support. Introducing a …
(edit) @79091   5 years vboxsync *.kmk: Don't use double colon for pylint rule as if effectively …
(edit) @78438   6 years vboxsync VMM: More refactoring of GVM & VM structures for bugref:9217
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75611   6 years vboxsync VMM: Nested VMX: bugref:9180 Move the VMX APIC-access guest-physical …
(edit) @75440   6 years vboxsync VMM: Nested VMX: bugref:9180 Separate the VMX/SVM CPU spec. functions …
(edit) @75173   6 years vboxsync VMM: Re-indenting makefiles.
(edit) @74242   6 years vboxsync VMM: dtrace fixes
(edit) @73606   6 years vboxsync VMM: Nested VMX: bugref:9180 Various bits: - IEM: Started VMXON, …
(edit) @73348   6 years vboxsync DBGF,DBGC,GIMHv: Added some basic windows bug check formatting …
(edit) @73271   6 years vboxsync PGM: Working on consolidating templated code... bugref:9044
(edit) @73150   6 years vboxsync VMM,DBGC,IPRT: In memory - VMM: Morphed part of the NT kernel digger …
(edit) @73088   6 years vboxsync VMM/Makefile.kmk: Shut up $ warning.
(edit) @72925   6 years vboxsync Config.kmk,VMM: Enabled NEM/win for non-OSE builds. OSE will need …
(edit) @72892   6 years vboxsync EM: We no longer need the assembly code in EMAllA.asm anymore.
(edit) @72642   6 years vboxsync EM,IEM,VMX: Working on configuring exit history optimziations. …
(edit) @72503   6 years vboxsync VMM/testcase/Makefile.kmk: Need to pass VMM_COMMON_DEFS to a number of …
(edit) @72493   6 years vboxsync IEM,REM,++: Removed code related IEM_VERIFICATION_MODE and friends …
(edit) @72451   6 years vboxsync IEM: Quick vmcall (VT-x) implementation, made vmmcall available when …
(edit) @72286   7 years vboxsync NEM/win: Updated SDK.
(edit) @72208   7 years vboxsync VMM: VBOX_WITH_NESTED_HWVIRT_SVM.
(edit) @71152   7 years vboxsync VMM/NEM/win: Refactoring... bugref:9044
(edit) @71136   7 years vboxsync SUPDrv,VMM/NEM/win: Abstracted kernel I/O control work in SUPDrv, …
(edit) @71129   7 years vboxsync VMM/NEM/win: Reimplemented virtual process API, optimizing the cancel …
(edit) @71075   7 years vboxsync VMM,SUPDrv: More NEM/win experimentation. bugref:9044
(edit) @70979   7 years vboxsync NEM: Working on the EM loops. bugref:9044
(edit) @70954   7 years vboxsync NEM: Working on PGM notifications. bugref:9044
(edit) @70942   7 years vboxsync VMM/NEM: More code.
(edit) @70918   7 years vboxsync VMM: NEM kick off.
(edit) @69560   7 years vboxsync VMMR3: force disabling of Address Sanitiser on PGMPool.cpp - fix a …
(edit) @69559   7 years vboxsync VMMR3: force disabling of Address Sanitiser on PGMPool.cpp. …
(edit) @69111   7 years vboxsync (C) year
(edit) @68226   7 years vboxsync VMM: Nested Hw.virt: SVM R0 bits.
(edit) @67656   7 years vboxsync VMM: VBOX_WITH_REM already part of global DEFS
(edit) @67185   8 years vboxsync VMM/Makefile: Define VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM until R0 …
(edit) @67072   8 years vboxsync IEM: Tests and fixes for vmovntdqa Vx,Mx. Added a few strickness …
(edit) @67040   8 years vboxsync IEM: Implemented movntdqa Vdq,Mdq (0x66 0x0f 0x38 0x2a mod!=3).
(edit) @66641   8 years vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66640   8 years vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66639   8 years vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66638   8 years vboxsync VMM/Makefile.kmk: Applied KB_FN_AUTO_CMD_DEPS_COMMANDS and friends.
(edit) @66581   8 years vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @66479   8 years vboxsync IEM: Stubbed VEX opcode map 2 and 3.
(edit) @66474   8 years vboxsync IEM: Stubbed the three byte opcode tables.
(edit) @66471   8 years vboxsync IEM: Split the 3DNow! instruction out into a separate file.
(edit) @66469   8 years vboxsync IEM: More VEX work. Fixed punpcklbw_Vx_Wx.
(edit) @66334   8 years vboxsync IEM: Fixed UD1 / grp 10 decoding (intel eats modr/m after it).
(edit) @66125   8 years vboxsync bugref:8019: Undefined behaviour sanitiser: add a build option …
(edit) @65989   8 years vboxsync VMM: Nested Hw.virt: Implement AMD-V VMMCALL in IEM. Cleanup the code …
(edit) @65952   8 years vboxsync VMM/Makefile.kmk: apply pylint to IEMAllInstructionsPython.py.
(edit) @65904   8 years vboxsync VMM: Nested Hw.virt: Started with tweaking the AMD bits and laying the …
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