]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Rework virtual machine hypervisor detection.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2014-10-28 jhbRework virtual machine hypervisor detection.
2014-10-28 kibReplace some calls to fuword() by fueword() with proper...
2014-10-28 kibAdd fueword(9) and casueword(9) functions. They are...
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 alcBy the time that pmap_init() runs, vm_phys_segs[] has...
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-24 jhbAdd COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to...
2014-10-24 roygeramd64: make uiomove_fromphys functional for pages not...
2014-10-22 roygerxen: implement the privcmd user-space device
2014-10-21 hselaskyFix multiple incorrect SYSCTL arguments in the kernel:
2014-10-21 neelMerge projects/bhyve_svm into HEAD.
2014-10-21 neelIFC @r273338
2014-10-21 neelFix a race in pmap_emulate_accessed_dirty() that could...
2014-10-20 neelMerge from projects/bhyve_svm all the changes outside...
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-08 markjPass up the error status of minidumpsys() to its callers.
2014-10-08 kibAdd an argument to the x86 pmap_invalidate_cache_range...
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-30 roygermsi: add Xen MSI implementation
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-25 roygerddb: allow specifying the exact address of the symtab...
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-23 bzAs per [1] Intel only supports this driver on 64bit...
2014-09-21 neelAllow more VMCB fields to be cached:
2014-09-21 neelGet rid of unused stat VMM_HLT_IGNORED.
2014-09-21 kibUpdate and clarify comments. Remove the useless counte...
2014-09-21 neelThe memory type bits (PAT, PCD, PWT) associated with...
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-18 kib- Use NULL instead of 0 for fpcurthread.
2014-09-18 bzRe-gen after r271743 implementing most of
2014-09-18 bzImplement most of timer_{create,settime,gettime,getover...
2014-09-17 kibPresence of any VM_PROT bits in the permission argument...
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-13 jhbAdd a sysctl to export the EFI memory map along with...
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 jhbMFamd64: Use initializecpu() to set various model-speci...
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-06 jhbCreate a separate structure for per-CPU state saved...
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-05 pfgApply known workarounds for modern MacBooks.
next