]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/vmm
Introduce pmap_unwire(). It will replace pmap_change_wiring(). There are
[FreeBSD/FreeBSD.git] / sys / amd64 / vmm /
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 tychonAdd support for emulating the move instruction: "mov...
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-25 grehanExpose the amount of resident and wired memory from...
2014-06-16 tychonBring an overly enthusiastic KASSERT inline with the...
2014-06-15 pfgMFV r266988:
2014-06-10 neelAdd helper functions to populate VM exit information...
2014-06-10 neelTurn on interrupt window exiting unconditionally when...
2014-06-09 neelAdd reserved bit checking when doing %CR8 emulation...
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-07 neelAdd ioctl(VM_REINIT) to reinitialize the virtual machin...
2014-06-06 tychonSupport guest accesses to %cr8.
2014-05-31 neelActivate vcpus from bhyve(8) using the ioctl VM_ACTIVAT...
2014-05-30 tychonIf VMX isn't enabled so long as the lock bit isn't...
2014-05-27 jhb- Rework the XSAVE/XRSTOR emulation to only expose...
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-27 neelAdd segment protection and limits violation checks...
2014-05-25 neelRemove restriction on insb/insw/insl emulation. These...
2014-05-25 neelDo the linear address calculation for the ins/outs...
2014-05-24 neelAdd libvmmapi functions vm_copyin() and vm_copyout...
2014-05-24 neelConsolidate all the information needed by the guest...
2014-05-24 neelWhen injecting a page fault into the guest also update...
2014-05-23 neelCheck for alignment check violation when processing...
2014-05-23 neelAdd emulation of the "outsb" instruction. NetBSD guests...
2014-05-23 neelA Centos 6.4 guest will write 0xff to the 8259 mask...
2014-05-22 neelAllow vmx_getdesc() and vmx_setdesc() to be called...
2014-05-22 neelInject page fault into the guest if the page table...
2014-05-20 neelAdd PG_RW check when translating a guest linear to...
2014-05-19 neelAdd PG_U (user/supervisor) checks when translating...
2014-05-18 grehanMake the vmx asm code dtrace-fbt-friendly by
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 jhbImplement a PCI interrupt router to route PCI legacy...
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-05 neelVirtual machine halt detection is turned on by default...
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
next