| Commit message (Expand) | Author | Age | Files | Lines |
* | When mapping an allocated entry, use the entry size, instead of the | kib | 2015-03-24 | 1 | -1/+1 |
* | Assert that the mapping loop makes progress. | kib | 2015-03-24 | 1 | -0/+1 |
* | Use VT-d interrupt remapping block (IR) to perform FSB messages | kib | 2015-03-19 | 16 | -40/+921 |
* | Provide definitions for all descriptors types in the DMAR invalidation | kib | 2015-03-19 | 1 | -6/+21 |
* | Fix syntax error. | kib | 2015-03-19 | 1 | -1/+1 |
* | When initial placement of the new entry crosses the boundary, | kib | 2015-03-17 | 1 | -2/+4 |
* | When inserting new entry into the address map, ensure that not only | kib | 2015-03-17 | 1 | -1/+2 |
* | Add x86 specific APIs 'lapic_ipi_alloc()' and 'lapic_ipi_free()' to allow IPI | neel | 2015-03-14 | 3 | -7/+104 |
* | Free up the IPI slot used by IPI_STOP_HARD. | neel | 2015-03-01 | 1 | -1/+6 |
* | Since all generations of Intel CPUs have errata which causes hang on | kib | 2015-02-27 | 1 | -5/+10 |
* | xen/intr: fix fallout from r278854 | royger | 2015-02-26 | 1 | -14/+23 |
* | Implements EOI suppression mode, where LAPIC on EOI command for | kib | 2015-02-26 | 3 | -6/+89 |
* | For now, disable x2APIC mode when Xen is detected, even if CPU | kib | 2015-02-25 | 1 | -0/+2 |
* | Revert r276949 and redo the fix for PCIe/PCI bridges, which do not | kib | 2015-02-21 | 1 | -6/+26 |
* | Fix build on i386 without "device apic" | tijl | 2015-02-20 | 1 | -0/+9 |
* | Fix UP build. | kib | 2015-02-18 | 1 | -1/+2 |
* | Initialize x2APIC mode on the resume path before accessing LAPIC. | kib | 2015-02-16 | 2 | -1/+1 |
* | xen/intr: improve handling of legacy IRQs | royger | 2015-02-16 | 1 | -3/+19 |
* | xen/intr: improve PIRQ handling | royger | 2015-02-16 | 1 | -20/+29 |
* | Detect whether x2APIC on VMWare is usable without interrupt | kib | 2015-02-14 | 2 | -0/+18 |
* | Registers definitions for the new capabilities from the version 2.4 of | kib | 2015-02-11 | 2 | -4/+67 |
* | vm_page_lookup() accepts read-locked object. | kib | 2015-02-11 | 1 | -4/+2 |
* | Add x2APIC support. Enable it by default if CPU is capable. The | kib | 2015-02-09 | 7 | -115/+365 |
* | Revert the IPI startup sequence to match what is described in the | jhb | 2015-02-06 | 1 | -14/+14 |
* | Add interface to derive a TSC frequency from the pvclock | bryanv | 2015-02-04 | 2 | -0/+16 |
* | Generalized parts of the XEN timer code into a generic pvclock | bryanv | 2015-02-04 | 2 | -0/+246 |
* | Opt for performance over power-saving on Intel CPUs that have a | jhb | 2015-01-29 | 1 | -5/+10 |
* | loader: fix the size of MODINFOMD_MODULEP | royger | 2015-01-20 | 1 | -1/+1 |
* | Update the vdso timehands only via tc_windup(). | neel | 2015-01-20 | 1 | -6/+7 |
* | Include mca_machdep.h. | imp | 2015-01-18 | 1 | -0/+3 |
* | Need to include opt_mca.h to test for DEV_MCA. | imp | 2015-01-17 | 1 | -0/+1 |
* | loader: implement multiboot support for Xen Dom0 | royger | 2015-01-15 | 1 | -5/+35 |
* | For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of Paging | kib | 2015-01-12 | 1 | -0/+3 |
* | Right now, for non-coherent DMARs, page table update code flushes the | kib | 2015-01-11 | 4 | -21/+54 |
* | Fix calculation of requester for PCI device behind PCIe/PCI bridge. | kib | 2015-01-10 | 1 | -25/+27 |
* | Print rid when announcing DMAR context creation. Print sid when fault | kib | 2015-01-10 | 2 | -4/+5 |
* | Fix DMAR context allocations for the devices behind PCIe->PCI bridges | kib | 2015-01-09 | 1 | -1/+1 |
* | Update Features2 to display SDBG capability of processor. This is | sbruno | 2015-01-08 | 2 | -1/+2 |
* | Create a cpuset mask for each NUMA domain that is available in the | jhb | 2015-01-08 | 1 | -1/+2 |
* | Factor out duplicated code from dumpsys() on each architecture into generic | markj | 2015-01-07 | 2 | -333/+96 |
* | On some Intel CPUs with a P-state but not C-state invariant TSC the TSC | jhb | 2015-01-05 | 1 | -6/+6 |
* | Fix warning about possible use of uninitialized variable. | hselasky | 2015-01-02 | 1 | -1/+1 |
* | xen/intr: balance dynamic interrupts across available vCPUs | royger | 2014-12-10 | 1 | -0/+11 |
* | xen: mask event channels while binding them to a vCPU | royger | 2014-12-10 | 1 | -11/+12 |
* | xen: convert the Grant-table code to a NewBus device | royger | 2014-12-10 | 1 | -9/+0 |
* | xen: create a new PCI bus override | royger | 2014-12-09 | 1 | -46/+4 |
* | xen: notify ACPI about SCI override | royger | 2014-12-09 | 1 | -0/+9 |
* | Improve support for XSAVE with debuggers. | jhb | 2014-11-21 | 2 | -12/+22 |
* | MFamd64: Add support for extended FPU states on i386. This includes | jhb | 2014-11-02 | 1 | -4/+2 |
* | Rework virtual machine hypervisor detection. | jhb | 2014-10-28 | 3 | -74/+174 |