aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Remove IPX support.Gleb Smirnoff2014-03-141-1/+0
* Delete stray clause 3 (Advertising clause) and renumber while i'mWarner Losh2014-03-111-1/+1
* Don't try to return a vector to a caller that only cares if a vectorTycho Nightingale2014-03-111-2/+6
* Remove clause 3 (the advertising clause), per the regent's letter.Warner Losh2014-03-111-1/+1
* Replace the userspace atpic stub with a more functional vmm.ko model.Tycho Nightingale2014-03-1112-5/+891
* xen: add a hook to perform AP startupRoger Pau Monné2014-03-113-6/+8
* xen: add hook for AP bootstrap memory reservationRoger Pau Monné2014-03-111-4/+11
* xen: use the same hypercall mechanism for XEN and XENHVMRoger Pau Monné2014-03-111-7/+0
* xen: implement hook to fetch and parse e820 memory mapRoger Pau Monné2014-03-112-19/+33
* xen: implement an early timer for Xen PVHRoger Pau Monné2014-03-112-2/+6
* amd64: introduce hook for custom preload metadata parsersRoger Pau Monné2014-03-111-11/+30
* xen: add PV/PVH kernel entry pointRoger Pau Monné2014-03-114-0/+112
* amd64/i386: switch IPI handlers to C code.Roger Pau Monné2014-03-113-237/+191
* Disable amd64 TLB Context ID (pcid) by default for nowEd Maste2014-03-051-1/+1
* Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.Jung-uk Kim2014-03-045-15/+13
* Revert accidentally committed changes in 262748.Jung-uk Kim2014-03-042-72/+6
* Properly save and restore CR0.Jung-uk Kim2014-03-043-6/+74
* Remove dead code since r230426, fix a comment, and tidy up.Jung-uk Kim2014-03-041-7/+5
* Fix a race between VMRUN() and vcpu_notify_event() due to 'vcpu->hostcpu'Neel Natu2014-03-011-10/+30
* Correct VMware capitalization.John Baldwin2014-02-281-1/+1
* Workaround an apparent bug in VMWare Fusion's nested VT support where itJohn Baldwin2014-02-281-0/+7
* Queue pending exceptions in the 'struct vcpu' instead of directly updating theNeel Natu2014-02-267-174/+141
* When the kernel is running in a virtual machine, it cannot rely upon theAlan Cox2014-02-221-5/+11
* Add support for x2APIC virtualization assist in Intel VT-x.Neel Natu2014-02-214-11/+152
* Simplify APIC mode switching from MMIO to x2APIC. In part this is done toNeel Natu2014-02-206-48/+81
* A first pass at adding support for injecting hardware exceptions forJohn Baldwin2014-02-183-35/+130
* Handle writes to the SELF_IPI MSR by the guest when the vlapic is configuredNeel Natu2014-02-172-3/+33
* Use spinlocks to lock accesses to the vioapic.Neel Natu2014-02-171-3/+3
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsDimitry Andric2014-02-161-1/+1
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAChristian Brueffer2014-02-162-3/+0
* provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64Andriy Gapon2014-02-141-0/+16
* Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridgeJohn Baldwin2014-02-121-0/+3
* Don't waste a page of KVA for the boot-time memory test on x86. For amd64,John Baldwin2014-02-111-8/+5
* Add virtualized XSAVE support to bhyve which permits guests to use XSAVE andJohn Baldwin2014-02-085-7/+166
* Add a counter to differentiate between VM-exits due to nested paging faultsNeel Natu2014-02-083-3/+6
* Fix a bug in the handling of VM-exits caused by non-maskable interrupts (NMI).Neel Natu2014-02-081-15/+36
* Add support for FreeBSD/i386 guests under bhyve.John Baldwin2014-02-055-30/+129
* Add support for emulating the byte move and zero extend instructions:Tycho Nightingale2014-02-051-0/+91
* Avoid doing unnecessary nested TLB invalidations.Neel Natu2014-02-044-31/+39
* Enhance the support for PCI legacy INTx interrupts and enable them inJohn Baldwin2014-01-292-1/+7
* Add support for 'clac' and 'stac' to DDB's disassembler on amd64.John Baldwin2014-01-271-0/+10
* Support level triggered interrupts with VT-x virtual interrupt delivery.Neel Natu2014-01-256-22/+71
* Change RWX to XWR in comments to match intent and bit patternsPeter Grehan2014-01-251-2/+2
* Move <machine/apicvar.h> to <x86/apicvar.h>.John Baldwin2014-01-236-229/+5
* Set "Interrupt Window Exiting" in the case where there is a vector to beNeel Natu2014-01-231-9/+28
* Handle a VM-exit due to a NMI properly by vectoring to the host's NMI handlerNeel Natu2014-01-223-0/+22
* There is no need to initialize the IOMMU if no passthru devices have beenNeel Natu2014-01-214-7/+34
* Add VT kernel configuration to ease testing of vt(9), aka NewconsEd Maste2014-01-191-0/+14
* Some processor's don't allow NMI injection if the STI_BLOCKING bit is set inNeel Natu2014-01-181-69/+80
* Add very simple virtio_random(4) driver to harvest entropy from hostBryan Venteicher2014-01-181-0/+1