]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/vmm
MFV r262639: ncurses 5.9 20140222 snapshot.
[FreeBSD/FreeBSD.git] / sys / amd64 / vmm /
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-03-01 neelFix a race between VMRUN() and vcpu_notify_event()...
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 jhbCorrect VMware capitalization.
2014-02-28 jhbWorkaround an apparent bug in VMWare Fusion's nested...
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 dimMerge from head up to r262536.
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-26 emasteUpdate LLDB snapshot to upstream r202189
2014-02-26 neelQueue pending exceptions in the 'struct vcpu' instead...
2014-02-23 baptImport libucl into head
2014-02-21 dimMerge from head up to r262311.
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 neelAdd support for x2APIC virtualization assist in Intel...
2014-02-20 neelSimplify APIC mode switching from MMIO to x2APIC. In...
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-18 jhbA first pass at adding support for injecting hardware...
2014-02-17 neelHandle writes to the SELF_IPI MSR by the guest when...
2014-02-17 neelUse spinlocks to lock accesses to the vioapic.
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-08 jhbAdd virtualized XSAVE support to bhyve which permits...
2014-02-08 neelAdd a counter to differentiate between VM-exits due...
2014-02-08 neelFix a bug in the handling of VM-exits caused by non...
2014-02-05 jhbAdd support for FreeBSD/i386 guests under bhyve.
2014-02-05 tychonAdd support for emulating the byte move and zero extend...
2014-02-04 neelAvoid doing unnecessary nested TLB invalidations.
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-29 jhbEnhance the support for PCI legacy INTx interrupts...
2014-01-28 kaiwMFH@261240.
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-25 neelSupport level triggered interrupts with VT-x virtual...
2014-01-25 kaiwMFH@261151.
2014-01-23 jhbMove <machine/apicvar.h> to <x86/apicvar.h>.
2014-01-23 neelSet "Interrupt Window Exiting" in the case where there...
2014-01-22 neelHandle a VM-exit due to a NMI properly by vectoring...
2014-01-21 kaiwMFH@260988.
2014-01-21 neelThere is no need to initialize the IOMMU if no passthru...
2014-01-20 kaiwMFH@260917.
2014-01-18 neelSome processor's don't allow NMI injection if the STI_B...
2014-01-18 neelIf the guest exits due to a fault while it is executing...
2014-01-17 neelIf a VM-exit happens during an NMI injection then clear...
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-14 neelAdd an API to rendezvous all active vcpus in a virtual...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-11 neelEnable "Posted Interrupt Processing" if supported by...
2014-01-11 neelEnable the "Acknowledge Interrupt on VM exit" VM-exit...
2014-01-09 neelDon't expose 'vmm_ipinum' as a global.
2014-01-07 neelUse the 'Virtual Interrupt Delivery' feature of Intel...
2014-01-07 neelFix a bug introduced in r260167 related to VM-exit...
2014-01-07 neelAllow vlapic_set_intr_ready() to return a value that...
2014-01-06 neelSplit the VMCS setup between 'vmcs_init()' that does...
2014-01-03 neelUse the same label name for ENTRY() and END() macros...
2014-01-03 neelFix a bug in the HPET emulation where a timer interrupt...
2014-01-02 delphijMFV r260154 + 260182:
2014-01-01 neelRestructure the VMX code to enter and exit the guest...
2013-12-28 neelModify handling of writes to the vlapic LVT registers.
2013-12-27 neelModify handling of writes to the vlapic ICR_TIMER,...
2013-12-27 dimIn sys/amd64/vmm/intel/vmx.c, silence a (incorrect...
2013-12-27 neelModify handling of write to the vlapic SVR register.
2013-12-26 neelModify handling of writes to the vlapic ID, LDR and...
2013-12-25 neelvlapic code restructuring to make it easy to support...
2013-12-23 jhbAdd a resume hook for bhyve that runs a function on...
2013-12-23 jhbExtend the support for local interrupts on the local...
2013-12-22 neelAdd a parameter to 'vcpu_set_state()' to enforce that...
2013-12-22 neelConsolidate the virtual apic initialization in a single...
2013-12-20 neelRe-arrange bits in the amd64/pmap 'pm_flags' field.
2013-12-18 neelUse vmcs_read() and vmcs_write() in preference to vmrea...
2013-12-16 neelAdd an API to deliver message signalled interrupts...
2013-12-11 neelFix typo when initializing the vlapic version register...
2013-12-10 neelFix x2apic support in bhyve.
2013-12-07 neelUse callout(9) to drive the vlapic timer instead of...
2013-12-07 neelIf a vcpu disables its local apic and then executes...
2013-12-05 rayMFC @r258947.
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-12-03 neelThe 'protection' field in the VM exit collateral for...
2013-12-03 neelRename 'vm_interrupt_hostcpu()' to 'vcpu_notify_event...
2013-11-30 eadlerFix undefined behavior: (1 << 31) is not defined as...
2013-11-27 neelAdd support for level triggered interrupt pins on the...
2013-11-25 neelAdd HPET device emulation to bhyve.
2013-11-23 neelAdd an ioctl to assert and deassert an ioapic pin atomi...
2013-11-22 neelEliminate redundant information about the host cpu...
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-13 rayMFC @r258091.
2013-11-12 neelMove the ioapic device model from userspace into vmm...
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-05 rayMFC @r257698.
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-11-04 neelRemove the 'vdev' abstraction that was meant to sit...
2013-10-31 neelRename the VMM_CTRx() family of macros to VCPU_CTRx...
2013-10-29 baptMerge byacc 20130925
2013-10-29 neelRemove unnecessary includes of <machine/pmap.h>
2013-10-23 rayMFC @r256953
2013-10-16 neelAdd a new capability, VM_CAP_ENABLE_INVPCID, that can...
2013-10-16 neelFix the witness warning that warned against calling...
next