summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Inject page fault into the guest if the page table walker detects an invalidneel2014-05-224-25/+82
* Add PG_RW check when translating a guest linear to guest physical address.neel2014-05-201-20/+83
* Add support for decoding the AMD SVM instructions.jhb2014-05-191-0/+40
* Add PG_U (user/supervisor) checks when translating a guest linear addressneel2014-05-195-25/+52
* Make the vmx asm code dtrace-fbt-friendly bygrehan2014-05-182-7/+19
* Add support for decoding rdrand and rdseed.jhb2014-05-171-1/+23
* Add definitions for more structured extended features as well asjhb2014-05-161-3/+13
* Implement a PCI interrupt router to route PCI legacy INTx interrupts tojhb2014-05-155-0/+57
* Increase the TSS limit by one byte. The processor requires an additional byteneel2014-05-144-8/+10
* Virtual machine halt detection is turned on by default. Allow it to beneel2014-05-051-1/+11
* Disable ACPI and P4TCC throttling by default, following discussion onnwhitehorn2014-05-041-0/+2
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.ken2014-05-021-0/+1
* lindev(4): finish the partial commit in r265212eadler2014-05-021-3/+0
* Add logic in the HLT exit handler to detect if the guest has put all vcpusneel2014-05-022-4/+34
* Ignore writes to microcode update MSR. This MSR is accessed by RHEL7 guest.neel2014-04-301-0/+3
* Some Linux guests will implement a 'halt' by disabling the APIC and executingneel2014-04-292-68/+29
* Allow a virtual machine to be forcibly reset or powered off. This is doneneel2014-04-285-20/+57
* Report boot method (BIOS/UEFI) via sysctl machdep.bootmethodemaste2014-04-271-0/+6
* Same as it was done in r263878 for invlrng_handler(), fix order ofkib2014-04-271-6/+5
* Don't need this now. VT does the same thing, but better.nwhitehorn2014-04-271-11/+0
* Add vt_efifb to VT kernel configuration now that that actually works. Thisnwhitehorn2014-04-271-0/+1
* A VMCS is always inactive when it exits the vmx_run() loop.neel2014-04-261-8/+1
* Retire smp_active. It was racey and caused demonstrated problems withscottl2014-04-262-2/+1
* Add a UEFI kernel configuration to include the VT kernel, andgjb2014-04-251-0/+11
* xen: fix copyright headerroyger2014-04-241-0/+4
* Allow the guest to read the TSC via MSR 0x10.grehan2014-04-241-1/+7
* Change the vlapic timer frequency to be in the ballpark of contemporaryneel2014-04-231-1/+6
* Factor out common ioport handler code for better hygiene -- pointedtychon2014-04-221-22/+12
* Add support for the PIT 'readback' command -- based on a patch by grehan@.tychon2014-04-181-2/+74
* Respect the destination operand size of the 'Input from Port' instruction.tychon2014-04-186-49/+94
* Add support for reading the PIT Counter 2 output signal via the NMItychon2014-04-183-18/+60
* Don't spindown the BSP if it executes hlt with the APIC disabled. Ajhb2014-04-151-3/+5
* Local APIC access via 32-bit naturally-aligned loads is merelytychon2014-04-151-3/+5
* Add support for emulating the byte move and sign extend instructions:tychon2014-04-151-5/+37
* Add support for emulating the slave PIC.tychon2014-04-141-65/+132
* There is no need to save and restore the host's return address in theneel2014-04-113-11/+5
* Account for the "plus 1" encoding of the CPUID Function 4 reportedtychon2014-04-111-1/+10
* Rework r264179.grehan2014-04-103-7/+22
* Really, really, really only allow this option for amd64/i386 builds.sbruno2014-04-091-0/+3
* Make the vmm code compile with gcc too. Not entirely sure things areimp2014-04-054-24/+9
* Re-write bhyve's I/O MMU handling in terms of PCI RID.rstone2014-04-015-33/+30
* Revert PCI RID changes.rstone2014-04-015-30/+33
* Re-write bhyve's I/O MMU handling in terms of PCI RIDsrstone2014-04-015-33/+30
* Clear the kernel grab of the FPU state on fork. The pcb_save pointerkib2014-03-291-1/+2
* Several fixes for the PCID implementation:kib2014-03-282-21/+27
* Update EFI framebuffer handoff from loaderemaste2014-03-271-1/+14
* amd64: Parse the EFI memory map if presentemaste2014-03-272-4/+113
* Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be calledneel2014-03-266-9/+117
* Rather than require a makeoptions DEBUG to get debug correct,imp2014-03-251-1/+1
* Move the atpit device model from userspace into vmm.ko for bettertychon2014-03-255-0/+426
OpenPOWER on IntegriCloud