]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/vmm/intel
Dtrace: add optional size argument to tracemem().
[FreeBSD/FreeBSD.git] / sys / amd64 / vmm / intel /
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-19 mmMFV r247580:
2013-03-18 mmMFC @248461
2013-03-17 attilioMFC
2013-03-16 neelAllow vmm stats to be specific to the underlying hardwa...
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
2013-03-05 mmWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 baptImport libyaml as libbsdyml (private brand name)
2013-02-26 delphijUpdate base system libexpat to 2.1.0.
2013-02-15 desUpgrade to 1.6.16
2013-02-15 jkimMerge ACPICA 20130214.
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-09 delphijMFV r245512:
2013-02-04 attilioMerge from vmcontention
2013-02-03 attilioMFC
2013-02-01 sjgMerge bmake-20130123
2013-01-25 grehanAlways allow access to the sysenter cs/esp/eip MSRs...
2013-01-19 neelMerge projects/bhyve to head.
2013-01-17 neelIFC @ r245542
2013-01-17 neelIFC @ r245509
2013-01-09 neelIFC @ r245178
2013-01-04 neelIFC @ r244983.
2012-12-04 neelIFC @r243836
2012-11-29 grehanAdd support for the 0x81 AND instruction, now generated
2012-11-28 neelCleanup the user-space paging exit handler now that...
2012-11-28 neelChange emulate_rdmsr() and emulate_wrmsr() to return...
2012-11-28 neelRevamp the x86 instruction emulation in bhyve.
2012-11-22 neelGet rid of redundant comparision which is guaranteed...
2012-11-17 neelIFC @ r243164
2012-11-13 neelIFC @ r242940
2012-11-11 neelIFC @ r242684
2012-11-06 grehanFix issue found with clang build. Avoid code insertion...
2012-10-29 neelConvert VMCS_ENTRY_INTR_INFO field into a vmcs identifi...
2012-10-29 neelCorral all the host state associated with the virtual...
2012-10-26 neelUnconditionally enable fpu emulation by setting CR0...
2012-10-25 neelIf the guest vcpu wants to idle then use that opportuni...
2012-10-24 neelMaintain state regarding NMI delivery to guest vcpu...
2012-10-23 neelTest for AST pending with interrupts disabled right...
2012-10-12 grehanAdd the guest physical address and r/w/x bits to
2012-10-12 neelProvide per-vcpu locks instead of relying on a single...
2012-10-08 neelAllocate memory pages for the guest from the host's...
2012-10-03 neelGet rid of assumptions in the hypervisor that the host...
2012-09-27 neelIntel VT-x provides the length of the instruction at...
2012-09-25 neelAdd support for trapping MMIO writes to local apic...
2012-09-25 neelAdd an explicit exit code 'SPINUP_AP' to tell the contr...
2012-09-24 neelStash the 'vm_exit' information in each 'struct vcpu'.
2012-08-04 neelForce certain bits in %cr4 to be hard-wired to '1'...
2012-07-25 neelVerify that VMX operation has been enabled by BIOS...
2012-07-11 grehanIFC @ r238370
2012-04-28 grehanMSI-x interrupt support for PCI pass-thru devices.
2012-04-26 grehanIFC @ r234692
2012-01-04 sbrunoIFC to head to catch up the bhyve branch
2011-12-24 grehanAdd support for running as a nested hypervisor under...
2011-11-22 grehanIFC @ r227804
2011-10-27 grehanIFC @ r226824
2011-09-15 grehanIFC @ r225592
2011-07-18 grehanIFC @ r224187
2011-06-30 grehanIFC @ r223696 to pick up dfr's userboot
2011-06-28 grehanIFC @ r222830
2011-06-02 jhbSome tweaks to the CPUID support:
2011-06-02 jhbAdd a 'show vmcs' DDB command to dump state about the...
2011-05-24 grehanIFC @ r222256
2011-05-20 neelFix a long standing bug in VMXCTX_GUEST_RESTORE().
2011-05-20 neelAvoid unnecessary sign extension when promoted to a...
2011-05-14 jhbFirst cut at porting the kernel portions of 221828...
2011-05-13 grehanImport of bhyve hypervisor and utilities, part 1.