]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/vmm
MFamd64: Add support for extended FPU states on i386. This includes
[FreeBSD/FreeBSD.git] / sys / amd64 / vmm /
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-28 araujoReported by: Coverity
2014-10-27 grehanRemove bhyve SVM feature printf's now that they are...
2014-10-26 neelChange the type of the first argument to the I/O emulat...
2014-10-26 neelMove the ACPI PM timer emulation into vmm.ko.
2014-10-26 neelDon't pass the 'error' return from an I/O port handler...
2014-10-21 neelMerge projects/bhyve_svm into HEAD.
2014-10-21 neelIFC @r273338
2014-10-20 neelIFC @r273214
2014-10-19 neelIFC @r273206
2014-10-19 neelDon't advertise the "OS visible workarounds" feature...
2014-10-18 neelDon't advertise support for the NodeID MSR since bhyve...
2014-10-17 impFix build to not bogusly always rebuild vmm.ko.
2014-10-17 neelDon't advertise the Instruction Based Sampling feature...
2014-10-17 neelHide extended PerfCtr MSRs on AMD processors by clearin...
2014-10-16 neelUse the correct fault type (VM_PROT_EXECUTE) for an...
2014-10-16 neelFix topology enumeration issues exposed by AMD Bulldoze...
2014-10-16 davideFollow up to r225617. In order to maximize the re-usabi...
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-15 neelActually hide the SVM capability by clearing CPUID...
2014-10-14 neelEmulate "POP r/m".
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 neelIFC @r273066
2014-10-11 neelRemove extraneous comments.
2014-10-11 neelGet rid of unused headers.
2014-10-11 neelGet rid of unused forward declaration of 'struct svm_so...
2014-10-11 neelstyle(9) fixes.
2014-10-11 neelUse a consistent style for messages emitted when the...
2014-10-10 neelIFC @r272887
2014-10-10 neelFix bhyvectl so it works correctly on AMD/SVM hosts...
2014-10-09 melifaroMerge projects/ipfw to HEAD.
2014-10-09 neelSupport Intel-specific MSRs that are accessed when...
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-06 neelInject #UD into the guest when it executes either ...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-05 neelIFC @r272481
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-10-02 neelGet rid of code that dealt with the hardware not being...
2014-09-27 neelIFC @r272185
2014-09-27 neelSimplify register state save and restore across a VMRUN:
2014-09-27 grehanAllow the PIC's IMR register to be read before ICW...
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-21 neelAllow more VMCB fields to be cached:
2014-09-21 neelGet rid of unused stat VMM_HLT_IGNORED.
2014-09-20 neelIFC r271888.
2014-09-20 neelIFC @r271887
2014-09-20 neelAdd some more KTR events to help debugging.
2014-09-20 neelMSR_KGSBASE is no longer saved and restored from the...
2014-09-20 neelRestructure the MSR handling so it is entirely handled...
2014-09-17 neelIFC @r271694
2014-09-17 neelRework vNMI injection.
2014-09-16 neelMinor cleanup.
2014-09-16 neelUse V_IRQ, V_INTR_VECTOR and V_TPR to offload APIC...
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-14 neelSet the 'vmexit->inst_length' field properly depending...
2014-09-13 neelBug fixes.
2014-09-13 neelstyle(9): insert an empty line if the function has...
2014-09-13 neelAMD processors that have the SVM decode assist capabili...
2014-09-12 neelOptimize the common case of injecting an interrupt...
2014-09-11 neelstyle(9): indent the switch, don't indent the case...
2014-09-11 neelRepurpose the V_IRQ interrupt injection to implement...
2014-09-10 neelAllow intercepts and irq fields to be cached by the...
2014-09-10 neelMove the VMCB initialization into svm.c in preparation...
2014-09-10 neelMove the event injection function into svm.c and add...
2014-09-10 neelRemove a bogus check that flagged an error if the guest...
2014-09-10 neelMake the KTR tracepoints uniform and ensure that every...
2014-09-10 neelAllow guest read access to MSR_EFER without hypervisor...
2014-09-09 neelRemove gratuitous forward declarations.
2014-09-06 neelDo proper ASID management for guest vcpus.
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 neelMerge svm_set_vmcb() and svm_init_vmcb() into a single...
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-04 neelRemove unused header file.
2014-09-04 neelConsolidate the code to restore the host TSS after...
2014-09-02 neelIFC @r269962
2014-08-30 neelThe "SUB" instruction used in getcc() actually does...
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-27 grehanImplement the 0x2B SUB instruction, and the OR variant...
2014-08-25 neelAn exception is allowed to be injected even if the...
2014-08-24 neelAdd "hw.vmm.topology.threads_per_core" and "hw.vmm...
2014-08-23 neelFix a bug in the emulation of CPUID leaf 0x4 where...
2014-08-23 neelReturn the spurious interrupt vector (IRQ7 or IRQ15...
2014-08-23 melifaroSync to HEAD@r270409.
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-13 melifaroSync to HEAD@r269943.
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.
next