aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Virtual machine halt detection is turned on by default. Allow it to beNeel Natu2014-05-051-1/+11
* Disable ACPI and P4TCC throttling by default, following discussion onNathan Whitehorn2014-05-041-0/+2
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry2014-05-021-0/+1
* lindev(4): finish the partial commit in r265212Eitan Adler2014-05-021-3/+0
* Add logic in the HLT exit handler to detect if the guest has put all vcpusNeel Natu2014-05-022-4/+34
* Ignore writes to microcode update MSR. This MSR is accessed by RHEL7 guest.Neel Natu2014-04-301-0/+3
* Some Linux guests will implement a 'halt' by disabling the APIC and executingNeel Natu2014-04-292-68/+29
* Allow a virtual machine to be forcibly reset or powered off. This is doneNeel Natu2014-04-285-20/+57
* Report boot method (BIOS/UEFI) via sysctl machdep.bootmethodEd Maste2014-04-271-0/+6
* Same as it was done in r263878 for invlrng_handler(), fix order ofKonstantin Belousov2014-04-271-6/+5
* Don't need this now. VT does the same thing, but better.Nathan Whitehorn2014-04-271-11/+0
* Add vt_efifb to VT kernel configuration now that that actually works. ThisNathan Whitehorn2014-04-271-0/+1
* A VMCS is always inactive when it exits the vmx_run() loop.Neel Natu2014-04-261-8/+1
* Retire smp_active. It was racey and caused demonstrated problems withScott Long2014-04-262-2/+1
* Add a UEFI kernel configuration to include the VT kernel, andGlen Barber2014-04-251-0/+11
* xen: fix copyright headerRoger Pau Monné2014-04-241-0/+4
* Allow the guest to read the TSC via MSR 0x10.Peter Grehan2014-04-241-1/+7
* Change the vlapic timer frequency to be in the ballpark of contemporaryNeel Natu2014-04-231-1/+6
* Factor out common ioport handler code for better hygiene -- pointedTycho Nightingale2014-04-221-22/+12
* Add support for the PIT 'readback' command -- based on a patch by grehan@.Tycho Nightingale2014-04-181-2/+74
* Respect the destination operand size of the 'Input from Port' instruction.Tycho Nightingale2014-04-186-49/+94
* Add support for reading the PIT Counter 2 output signal via the NMITycho Nightingale2014-04-183-18/+60
* Don't spindown the BSP if it executes hlt with the APIC disabled. AJohn Baldwin2014-04-151-3/+5
* Local APIC access via 32-bit naturally-aligned loads is merelyTycho Nightingale2014-04-151-3/+5
* Add support for emulating the byte move and sign extend instructions:Tycho Nightingale2014-04-151-5/+37
* Add support for emulating the slave PIC.Tycho Nightingale2014-04-141-65/+132
* There is no need to save and restore the host's return address in theNeel Natu2014-04-113-11/+5
* Account for the "plus 1" encoding of the CPUID Function 4 reportedTycho Nightingale2014-04-111-1/+10
* Rework r264179.Peter Grehan2014-04-103-7/+22
* Really, really, really only allow this option for amd64/i386 builds.Sean Bruno2014-04-091-0/+3
* Make the vmm code compile with gcc too. Not entirely sure things areWarner Losh2014-04-054-24/+9
* Re-write bhyve's I/O MMU handling in terms of PCI RID.Ryan Stone2014-04-015-33/+30
* Revert PCI RID changes.Ryan Stone2014-04-015-30/+33
* Re-write bhyve's I/O MMU handling in terms of PCI RIDsRyan Stone2014-04-015-33/+30
* Clear the kernel grab of the FPU state on fork. The pcb_save pointerKonstantin Belousov2014-03-291-1/+2
* Several fixes for the PCID implementation:Konstantin Belousov2014-03-282-21/+27
* Update EFI framebuffer handoff from loaderEd Maste2014-03-271-1/+14
* amd64: Parse the EFI memory map if presentEd Maste2014-03-272-4/+113
* Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be calledNeel Natu2014-03-266-9/+117
* Rather than require a makeoptions DEBUG to get debug correct,Warner Losh2014-03-251-1/+1
* Move the atpit device model from userspace into vmm.ko for betterTycho Nightingale2014-03-255-0/+426
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-223-12/+12
* Add change forgotten in r263475. Make dmaplimit accessible outsideKonstantin Belousov2014-03-212-1/+2
* Fix two issues with /dev/mem access on amd64, both causing kernel pageKonstantin Belousov2014-03-212-12/+36
* Remove vestiges of knowing the ISA bus, which we gave up on around 20Warner Losh2014-03-191-1/+1
* Only invoke fasttrap hooks for traps from user mode, and ensure that they'reMark Johnston2014-03-191-19/+21
* In kernel config files, it is supposed to be 'options<space><tab>' notWarner Losh2014-03-181-2/+2
* When a vcpu is deactivated it must also unblock any rendezvous that may beNeel Natu2014-03-181-12/+46
* Notify vcpus participating in the rendezvous of the pending event to ensureNeel Natu2014-03-171-0/+11
* Align all comments in config files on same column. This consistencyWarner Losh2014-03-161-186/+186