summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-223-12/+12
* Add change forgotten in r263475. Make dmaplimit accessible outsidekib2014-03-212-1/+2
* Fix two issues with /dev/mem access on amd64, both causing kernel pagekib2014-03-212-12/+36
* Remove vestiges of knowing the ISA bus, which we gave up on around 20imp2014-03-191-1/+1
* Only invoke fasttrap hooks for traps from user mode, and ensure that they'remarkj2014-03-191-19/+21
* In kernel config files, it is supposed to be 'options<space><tab>' notimp2014-03-181-2/+2
* When a vcpu is deactivated it must also unblock any rendezvous that may beneel2014-03-181-12/+46
* Notify vcpus participating in the rendezvous of the pending event to ensureneel2014-03-171-0/+11
* Align all comments in config files on same column. This consistencyimp2014-03-161-186/+186
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-162-2/+2
* Fix a race wherein the source of an interrupt vector is wronglytychon2014-03-157-40/+116
* Revert a small portion of r263198 left over from local testing: don'trwatson2014-03-151-2/+0
* Several years after initial development, merge prototype support forrwatson2014-03-151-0/+2
* Remove AppleTalk support.glebius2014-03-141-1/+0
* Remove IPX support.glebius2014-03-141-1/+0
* Delete stray clause 3 (Advertising clause) and renumber while i'mimp2014-03-111-1/+1
* Don't try to return a vector to a caller that only cares if a vectortychon2014-03-111-2/+6
* Remove clause 3 (the advertising clause), per the regent's letter.imp2014-03-111-1/+1
* Replace the userspace atpic stub with a more functional vmm.ko model.tychon2014-03-1112-5/+891
* xen: add a hook to perform AP startuproyger2014-03-113-6/+8
* xen: add hook for AP bootstrap memory reservationroyger2014-03-111-4/+11
* xen: use the same hypercall mechanism for XEN and XENHVMroyger2014-03-111-7/+0
OpenPOWER on IntegriCloud