| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Retire smp_active. It was racey and caused demonstrated problems with | scottl | 2014-04-26 | 2 | -2/+1 |
* | Add a UEFI kernel configuration to include the VT kernel, and | gjb | 2014-04-25 | 1 | -0/+11 |
* | xen: fix copyright header | royger | 2014-04-24 | 1 | -0/+4 |
* | Allow the guest to read the TSC via MSR 0x10. | grehan | 2014-04-24 | 1 | -1/+7 |
* | Change the vlapic timer frequency to be in the ballpark of contemporary | neel | 2014-04-23 | 1 | -1/+6 |
* | Factor out common ioport handler code for better hygiene -- pointed | tychon | 2014-04-22 | 1 | -22/+12 |
* | Add support for the PIT 'readback' command -- based on a patch by grehan@. | tychon | 2014-04-18 | 1 | -2/+74 |
* | Respect the destination operand size of the 'Input from Port' instruction. | tychon | 2014-04-18 | 6 | -49/+94 |
* | Add support for reading the PIT Counter 2 output signal via the NMI | tychon | 2014-04-18 | 3 | -18/+60 |
* | Don't spindown the BSP if it executes hlt with the APIC disabled. A | jhb | 2014-04-15 | 1 | -3/+5 |
* | Local APIC access via 32-bit naturally-aligned loads is merely | tychon | 2014-04-15 | 1 | -3/+5 |
* | Add support for emulating the byte move and sign extend instructions: | tychon | 2014-04-15 | 1 | -5/+37 |
* | Add support for emulating the slave PIC. | tychon | 2014-04-14 | 1 | -65/+132 |
* | There is no need to save and restore the host's return address in the | neel | 2014-04-11 | 3 | -11/+5 |
* | Account for the "plus 1" encoding of the CPUID Function 4 reported | tychon | 2014-04-11 | 1 | -1/+10 |
* | Rework r264179. | grehan | 2014-04-10 | 3 | -7/+22 |
* | Really, really, really only allow this option for amd64/i386 builds. | sbruno | 2014-04-09 | 1 | -0/+3 |
* | Make the vmm code compile with gcc too. Not entirely sure things are | imp | 2014-04-05 | 4 | -24/+9 |
* | Re-write bhyve's I/O MMU handling in terms of PCI RID. | rstone | 2014-04-01 | 5 | -33/+30 |
* | Revert PCI RID changes. | rstone | 2014-04-01 | 5 | -30/+33 |
* | Re-write bhyve's I/O MMU handling in terms of PCI RIDs | rstone | 2014-04-01 | 5 | -33/+30 |
* | Clear the kernel grab of the FPU state on fork. The pcb_save pointer | kib | 2014-03-29 | 1 | -1/+2 |
* | Several fixes for the PCID implementation: | kib | 2014-03-28 | 2 | -21/+27 |
* | Update EFI framebuffer handoff from loader | emaste | 2014-03-27 | 1 | -1/+14 |
* | amd64: Parse the EFI memory map if present | emaste | 2014-03-27 | 2 | -4/+113 |
* | Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be called | neel | 2014-03-26 | 6 | -9/+117 |
* | Rather than require a makeoptions DEBUG to get debug correct, | imp | 2014-03-25 | 1 | -1/+1 |
* | Move the atpit device model from userspace into vmm.ko for better | tychon | 2014-03-25 | 5 | -0/+426 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 3 | -12/+12 |
* | Add change forgotten in r263475. Make dmaplimit accessible outside | kib | 2014-03-21 | 2 | -1/+2 |
* | Fix two issues with /dev/mem access on amd64, both causing kernel page | kib | 2014-03-21 | 2 | -12/+36 |
* | Remove vestiges of knowing the ISA bus, which we gave up on around 20 | imp | 2014-03-19 | 1 | -1/+1 |
* | Only invoke fasttrap hooks for traps from user mode, and ensure that they're | markj | 2014-03-19 | 1 | -19/+21 |
* | In kernel config files, it is supposed to be 'options<space><tab>' not | imp | 2014-03-18 | 1 | -2/+2 |
* | When a vcpu is deactivated it must also unblock any rendezvous that may be | neel | 2014-03-18 | 1 | -12/+46 |
* | Notify vcpus participating in the rendezvous of the pending event to ensure | neel | 2014-03-17 | 1 | -0/+11 |
* | Align all comments in config files on same column. This consistency | imp | 2014-03-16 | 1 | -186/+186 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | rwatson | 2014-03-16 | 2 | -2/+2 |
* | Fix a race wherein the source of an interrupt vector is wrongly | tychon | 2014-03-15 | 7 | -40/+116 |
* | Revert a small portion of r263198 left over from local testing: don't | rwatson | 2014-03-15 | 1 | -2/+0 |
* | Several years after initial development, merge prototype support for | rwatson | 2014-03-15 | 1 | -0/+2 |
* | Remove AppleTalk support. | glebius | 2014-03-14 | 1 | -1/+0 |
* | Remove IPX support. | glebius | 2014-03-14 | 1 | -1/+0 |
* | Delete stray clause 3 (Advertising clause) and renumber while i'm | imp | 2014-03-11 | 1 | -1/+1 |
* | Don't try to return a vector to a caller that only cares if a vector | tychon | 2014-03-11 | 1 | -2/+6 |
* | Remove clause 3 (the advertising clause), per the regent's letter. | imp | 2014-03-11 | 1 | -1/+1 |
* | Replace the userspace atpic stub with a more functional vmm.ko model. | tychon | 2014-03-11 | 12 | -5/+891 |
* | xen: add a hook to perform AP startup | royger | 2014-03-11 | 3 | -6/+8 |
* | xen: add hook for AP bootstrap memory reservation | royger | 2014-03-11 | 1 | -4/+11 |
* | xen: use the same hypercall mechanism for XEN and XENHVM | royger | 2014-03-11 | 1 | -7/+0 |