summaryrefslogtreecommitdiffstats
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* Fix UP build.kib2015-02-181-1/+2
* Initialize x2APIC mode on the resume path before accessing LAPIC.kib2015-02-162-1/+1
* xen/intr: improve handling of legacy IRQsroyger2015-02-161-3/+19
* xen/intr: improve PIRQ handlingroyger2015-02-161-20/+29
* Detect whether x2APIC on VMWare is usable without interruptkib2015-02-142-0/+18
* Registers definitions for the new capabilities from the version 2.4 ofkib2015-02-112-4/+67
* vm_page_lookup() accepts read-locked object.kib2015-02-111-4/+2
* Add x2APIC support. Enable it by default if CPU is capable. Thekib2015-02-097-115/+365
* Revert the IPI startup sequence to match what is described in thejhb2015-02-061-14/+14
* Add interface to derive a TSC frequency from the pvclockbryanv2015-02-042-0/+16
* Generalized parts of the XEN timer code into a generic pvclockbryanv2015-02-042-0/+246
* Opt for performance over power-saving on Intel CPUs that have ajhb2015-01-291-5/+10
* loader: fix the size of MODINFOMD_MODULEProyger2015-01-201-1/+1
* Update the vdso timehands only via tc_windup().neel2015-01-201-6/+7
* Include mca_machdep.h.imp2015-01-181-0/+3
* Need to include opt_mca.h to test for DEV_MCA.imp2015-01-171-0/+1
* loader: implement multiboot support for Xen Dom0royger2015-01-151-5/+35
* For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of Pagingkib2015-01-121-0/+3
* Right now, for non-coherent DMARs, page table update code flushes thekib2015-01-114-21/+54
* Fix calculation of requester for PCI device behind PCIe/PCI bridge.kib2015-01-101-25/+27
* Print rid when announcing DMAR context creation. Print sid when faultkib2015-01-102-4/+5
* Fix DMAR context allocations for the devices behind PCIe->PCI bridgeskib2015-01-091-1/+1
* Update Features2 to display SDBG capability of processor. This issbruno2015-01-082-1/+2
* Create a cpuset mask for each NUMA domain that is available in thejhb2015-01-081-1/+2
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-072-333/+96
* On some Intel CPUs with a P-state but not C-state invariant TSC the TSCjhb2015-01-051-6/+6
* Fix warning about possible use of uninitialized variable.hselasky2015-01-021-1/+1
* xen/intr: balance dynamic interrupts across available vCPUsroyger2014-12-101-0/+11
* xen: mask event channels while binding them to a vCPUroyger2014-12-101-11/+12
* xen: convert the Grant-table code to a NewBus deviceroyger2014-12-101-9/+0
* xen: create a new PCI bus overrideroyger2014-12-091-46/+4
* xen: notify ACPI about SCI overrideroyger2014-12-091-0/+9
* Improve support for XSAVE with debuggers.jhb2014-11-212-12/+22
* MFamd64: Add support for extended FPU states on i386. This includesjhb2014-11-021-4/+2
* Rework virtual machine hypervisor detection.jhb2014-10-283-74/+174
* Output a summary of optional SVM features in dmesg similar to CPU features.grehan2014-10-271-0/+65
* xen: implement the privcmd user-space deviceroyger2014-10-221-2/+0
* xen: allow to register event channels without handlersroyger2014-10-221-17/+57
* xen: fix usage of kern_getenv in PVH coderoyger2014-10-221-1/+4
* Virtual machines can easily have more than 16 option ROMs andmarcel2014-10-221-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-8/+1
* Merge from projects/bhyve_svm all the changes outside vmm.ko or bhyve utilities:neel2014-10-201-0/+14
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-163-3/+3
* Support Intel-specific MSRs that are accessed when booting up a linux in bhyve:neel2014-10-091-0/+4
* Missing from previous commit - keep the VM domain -> PXM mappingadrian2014-10-091-8/+28
* Pass up the error status of minidumpsys() to its callers.markj2014-10-081-4/+3
* Fix build for i386 kernels with out 'I686_CPU'.jhb2014-10-061-1/+1
* xen: add the Xen implementation of pci_child_added methodroyger2014-09-301-0/+24
* msi: add Xen MSI implementationroyger2014-09-307-1/+344
* xen: add proper copyright attributionroyger2014-09-261-0/+1
OpenPOWER on IntegriCloud