]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/vmm
Disable ACPI and P4TCC throttling by default, following discussion on
[FreeBSD/FreeBSD.git] / sys / amd64 / vmm /
2014-05-02 neelAdd logic in the HLT exit handler to detect if the...
2014-04-30 neelIgnore writes to microcode update MSR. This MSR is...
2014-04-29 neelSome Linux guests will implement a 'halt' by disabling...
2014-04-28 neelAllow a virtual machine to be forcibly reset or powered...
2014-04-26 neelA VMCS is always inactive when it exits the vmx_run...
2014-04-24 grehanAllow the guest to read the TSC via MSR 0x10.
2014-04-23 neelChange the vlapic timer frequency to be in the ballpark...
2014-04-23 baptUpdate to byacc 20140409
2014-04-22 tychonFactor out common ioport handler code for better hygien...
2014-04-18 tychonAdd support for the PIT 'readback' command -- based...
2014-04-18 tychonRespect the destination operand size of the 'Input...
2014-04-18 tychonAdd support for reading the PIT Counter 2 output signal...
2014-04-15 jhbDon't spindown the BSP if it executes hlt with the...
2014-04-15 tychonLocal APIC access via 32-bit naturally-aligned loads...
2014-04-15 tychonAdd support for emulating the byte move and sign extend...
2014-04-14 tychonAdd support for emulating the slave PIC.
2014-04-11 neelThere is no need to save and restore the host's return...
2014-04-11 tychonAccount for the "plus 1" encoding of the CPUID Function...
2014-04-10 grehanRework r264179.
2014-04-05 impMake the vmm code compile with gcc too. Not entirely...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 rstoneRe-write bhyve's I/O MMU handling in terms of PCI RID.
2014-04-01 rstoneRevert PCI RID changes.
2014-04-01 rstoneRe-write bhyve's I/O MMU handling in terms of PCI RIDs
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-26 neelAdd an ioctl to suspend a virtual machine (VM_SUSPEND...
2014-03-25 tychonMove the atpit device model from userspace into vmm...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-18 neelWhen a vcpu is deactivated it must also unblock any...
2014-03-17 neelNotify vcpus participating in the rendezvous of the...
2014-03-15 tychonFix a race wherein the source of an interrupt vector...
2014-03-11 tychonDon't try to return a vector to a caller that only...
2014-03-11 tychonReplace the userspace atpic stub with a more functional...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 delphijMFV r262756:
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 gjbMerge the following:
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-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
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-19 gjbMFH: Tracking commit (r260891)
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 gjbMFH: tracking commit (head@r260486)
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...
next