]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/vmm
Reword comment to match the interrupt mode names from the MPtable spec.
[FreeBSD/FreeBSD.git] / sys / amd64 / vmm /
2014-08-14 neelReword comment to match the interrupt mode names from...
2014-08-14 neelUse the max guest memory address when creating its...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-08 neelSupport PCI extended config space in bhyve.
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-07-30 jhb- Output a summary of optional VT-x features in dmesg...
2014-07-26 neelIf a vcpu has issued a HLT instruction with interrupts...
2014-07-26 neelDon't return -1 from the push emulation handler. Negati...
2014-07-24 neelFix a couple of issues in the PUSH emulation:
2014-07-24 neelFix fault injection in bhyve.
2014-07-23 neelEmulate instructions emitted by OpenBSD/i386 version...
2014-07-20 neelFix build without INVARIANTS defined by getting rid...
2014-07-19 neelHandle nested exceptions in bhyve.
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-16 neelAdd emulation for legacy x86 task switching mechanism.
2014-07-15 neelAdd support for operand size and address size override...
2014-07-11 neelUse the correct offset when converting a logical addres...
2014-07-08 neelAccurately identify the vcpu's operating mode as 64...
2014-07-08 neelInvalidate guest TLB mappings as a side-effect of its...
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:
next