]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/include/vmm.h
Handle nested exceptions in bhyve.
[FreeBSD/FreeBSD.git] / sys / amd64 / include / vmm.h
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-08 neelAccurately identify the vcpu's operating mode as 64...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-15 pfgMFV r266988:
2014-06-10 tychonReplace enum forward declarations with complete definit...
2014-06-10 neelAdd helper functions to populate VM exit information...
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-07 neelAdd ioctl(VM_REINIT) to reinitialize the virtual machin...
2014-05-31 neelActivate vcpus from bhyve(8) using the ioctl VM_ACTIVAT...
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 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 neelAdd emulation of the "outsb" instruction. NetBSD guests...
2014-05-22 neelInject page fault into the guest if the page table...
2014-05-19 neelAdd PG_U (user/supervisor) checks when translating...
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-02 neelAdd logic in the HLT exit handler to detect if the...
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-23 baptUpdate to byacc 20140409
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
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-15 tychonFix a race wherein the source of an interrupt vector...
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-02-28 delphijMFV r262617: ncurses 5.9.
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 baptImport Dragonfly Mail Agent into base system
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-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-05 jhbAdd support for FreeBSD/i386 guests under bhyve.
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-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-19 gjbMFH: Tracking commit (r260891)
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-09 gjbMFH: tracking commit (head@r260486)
2014-01-09 neelDon't expose 'vmm_ipinum' as a global.
2014-01-02 delphijMFV r260154 + 260182:
2014-01-01 neelRestructure the VMX code to enter and exit the guest...
2013-12-28 gjbMFH: Tracking commit.
2013-12-27 gjbCopy head@r259933 -> user/gjb/hacking/release-embedded...
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-22 neelAdd a parameter to 'vcpu_set_state()' to enforce that...
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-25 neelAdd HPET device emulation to bhyve.
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 edwinMFV of 255902, tzdata2013f
2013-10-29 baptMerge byacc 20130925
2013-10-23 rayMFC @r256953
2013-10-16 neelAdd a new capability, VM_CAP_ENABLE_INVPCID, that can...
next